.ratio {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.ratio.contain {
	background-size: contain
}

.ratio[data-position=left-top] {
	background-position: left top
}

.ratio[data-position=left-center] {
	background-position: left center
}

.ratio[data-position=left-bottom] {
	background-position: left bottom
}

.ratio[data-position=center-top] {
	background-position: center top
}

.ratio[data-position=center-center] {
	background-position: center center
}

.ratio[data-position=center-bottom] {
	background-position: center bottom
}

.ratio[data-position=right-top] {
	background-position: right top
}

.ratio[data-position=right-center] {
	background-position: right center
}

.ratio[data-position=right-bottom] {
	background-position: right bottom
}

.ratio[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.ratio[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.ratio[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.ratio[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.ratio[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.ratio[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.ratio[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.ratio[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.ratio[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.ratio[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.ratio[data-ratio="16:9"] {
	position: relative
}

.ratio[data-ratio="16:9"]:before {
	content: "";
	display: block;
	padding-top: 56.25%
}

@media (max-width:900px) {
	.ratio[data-s-ratio="16:9"] {
		position: relative
	}

	.ratio[data-s-ratio="16:9"]:before {
		content: "";
		display: block;
		padding-top: 56.25%!important
	}
}

.ratio[data-ratio="3:2"] {
	position: relative
}

.ratio[data-ratio="3:2"]:before {
	content: "";
	display: block;
	padding-top: 66.66667%
}

@media (max-width:900px) {
	.ratio[data-s-ratio="3:2"] {
		position: relative
	}

	.ratio[data-s-ratio="3:2"]:before {
		content: "";
		display: block;
		padding-top: 66.66667%!important
	}
}

.ratio[data-ratio="2:3"] {
	position: relative
}

.ratio[data-ratio="2:3"]:before {
	content: "";
	display: block;
	padding-top: 150%
}

@media (max-width:900px) {
	.ratio[data-s-ratio="2:3"] {
		position: relative
	}

	.ratio[data-s-ratio="2:3"]:before {
		content: "";
		display: block;
		padding-top: 150%!important
	}
}

.ratio[data-ratio="1:1"] {
	position: relative
}

.ratio[data-ratio="1:1"]:before {
	content: "";
	display: block;
	padding-top: 100%
}

@media (max-width:900px) {
	.ratio[data-s-ratio="1:1"] {
		position: relative
	}

	.ratio[data-s-ratio="1:1"]:before {
		content: "";
		display: block;
		padding-top: 100%!important
	}
}

.surfmist {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	background-repeat: repeat;
	background-image: url(surf-mist-texture_2000x2000.html)
}

.surfmist.contain {
	background-size: contain
}

.surfmist[data-position=left-top] {
	background-position: left top
}

.surfmist[data-position=left-center] {
	background-position: left center
}

.surfmist[data-position=left-bottom] {
	background-position: left bottom
}

.surfmist[data-position=center-top] {
	background-position: center top
}

.surfmist[data-position=center-center] {
	background-position: center center
}

.surfmist[data-position=center-bottom] {
	background-position: center bottom
}

.surfmist[data-position=right-top] {
	background-position: right top
}

.surfmist[data-position=right-center] {
	background-position: right center
}

.surfmist[data-position=right-bottom] {
	background-position: right bottom
}

.surfmist[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.surfmist[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.surfmist[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.surfmist[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.surfmist[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.surfmist[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.surfmist[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.surfmist[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.surfmist[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.surfmist[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
	display: block
}

body {
	line-height: 1
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,fieldset,form,input,label,legend,optgroup,option,select,textarea {
	background-image: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	outline: 0;
	color: inherit
}

*,:after,:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden
}

@font-face {
	font-family:NeuzeitSLTStd-Book;src:url("3561E1_0_0.html");src:url("3561E1_0_0.html#iefix") format("embedded-opentype"),url("3561E1_0_0-2.html") format("woff2"),url("3561E1_0_0-3.html") format("woff"),url("3561E1_0_0-4.html") format("truetype")
}

html {
	height: 100%;
	font: 16px/21px NeuzeitSLTStd-Book,sans-serif
}

body {
	height: 100%;
	color: #333;
	background-color: #fff;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	font: inherit;
	-webkit-font-smoothing: antialiased
}

@media (max-width:1199px) {
	body.active-nav {
		overflow: hidden
	}
}

body.active-cart [data-minus-one],body.active-cart [data-plus-one] {
	pointer-events: none
}

::selection {
	background-color: #f3eaa1
}

::-moz-selection {
	background-color: #f3eaa1
}

img {
	max-width: 100%
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	display: block;
	font-family: inherit;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1.6;
	margin-bottom: 20px
}

.h1,h1 {
	font-size: 1.625rem
}

.h2,h2 {
	font-size: 1.5rem
}

.h3,h3 {
	font-size: 0.775rem
}

.h4,h4 {
	font-size: 1.125rem
}

.h5,h5 {
	font-size: 14px; 
}

.h6,h6 {
	font-size: .875rem
}

p {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .5px;
	margin-bottom: 20px
}

a {
	color: #a0a0a0;
	cursor: pointer;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s
}

a .icon svg .fill {
	fill: #a0a0a0
}

a .icon svg .stroke {
	stroke: #a0a0a0
}

a .hover-border:after,a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #a0a0a0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

a .hover-border.decorated .hover-border:after,a .hover-border.decorated:after,a.decorated .hover-border:after,a.decorated:after {
	opacity: 1;
	visibility: visible
}

a .hover-border,a:not(.no-decoration) {
	position: relative;
	display: inline-block
}

a.no-decoration:after {
	border-bottom: 0
}

a.active,a:hover {
	color: #333
}

a.active .hover-border:after,a.active:after,a:hover .hover-border:after,a:hover:after {
	border-bottom-color: #333
}

a.active .t-underline-hover,a:hover .t-underline-hover {
	border-bottom-color: #333
}

a.active .icon svg .fill,a:hover .icon svg .fill {
	fill: #333333
}

a.active .icon svg .stroke,a:hover .icon svg .stroke {
	stroke: #333333
}

a.active .hover-border:after,a.active:after,a:hover .hover-border:after,a:hover:after {
	opacity: 1; 
}

a.shift-icon .icon,a.shift-icon-down .icon,a.shift-icon-rev .icon,a.shift-icon-up .icon {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

a.shift-icon-down.active .icon,a.shift-icon-down:hover .icon,a.shift-icon-rev.active .icon,a.shift-icon-rev:hover .icon,a.shift-icon-up.active .icon,a.shift-icon-up:hover .icon,a.shift-icon.active .icon,a.shift-icon:hover .icon {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px)
}

a.shift-icon-down.active.shift-icon-rev .icon,a.shift-icon-down:hover.shift-icon-rev .icon,a.shift-icon-rev.active.shift-icon-rev .icon,a.shift-icon-rev:hover.shift-icon-rev .icon,a.shift-icon-up.active.shift-icon-rev .icon,a.shift-icon-up:hover.shift-icon-rev .icon,a.shift-icon.active.shift-icon-rev .icon,a.shift-icon:hover.shift-icon-rev .icon {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px)
}

a.shift-icon-down.active.shift-icon-up .icon,a.shift-icon-down:hover.shift-icon-up .icon,a.shift-icon-rev.active.shift-icon-up .icon,a.shift-icon-rev:hover.shift-icon-up .icon,a.shift-icon-up.active.shift-icon-up .icon,a.shift-icon-up:hover.shift-icon-up .icon,a.shift-icon.active.shift-icon-up .icon,a.shift-icon:hover.shift-icon-up .icon {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

a.shift-icon-down.active.shift-icon-down .icon,a.shift-icon-down:hover.shift-icon-down .icon,a.shift-icon-rev.active.shift-icon-down .icon,a.shift-icon-rev:hover.shift-icon-down .icon,a.shift-icon-up.active.shift-icon-down .icon,a.shift-icon-up:hover.shift-icon-down .icon,a.shift-icon.active.shift-icon-down .icon,a.shift-icon:hover.shift-icon-down .icon {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px)
}

blockquote {
	display: block;
	font-family: inherit;
	font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: .5px;
	line-height: 1.6
}

hr {
	border: 0;
	border-top: 1px solid #a0a0a0;
	margin: 10px 0
}

b,strong {
	font-weight: 400
}

em,i {
	font-style: italic
}

del,s {
	text-decoration: line-through
}

.small,small {
	font-size: .625rem
}

sup {
	display: inline-block;
	font-size: .625rem;
	vertical-align: top;
	margin-top: -3px;
	color: inherit;
	line-height: 1
}

ul {
	display: block
}

ul li {
	display: block
}

.rte ol,.rte ul {
	list-style: initial;
	list-style-position: inside;
	padding-bottom: 1px
}

.rte ol li,.rte ul li {
	list-style: inherit;
	list-style-position: inherit;
	padding-bottom: 1px
}

.rte ol {
	list-style-type: decimal
}

.rte :last-child {
	margin-bottom: 0
}

.theme-breadcrumbs {
	padding-bottom: 1px
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea {
	max-width: 100%;
	height: 50px;
	padding: 0 20px;
	font-size: .875rem;
	font-family: inherit;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

input[type=email].transparent,input[type=number].transparent,input[type=password].transparent,input[type=search].transparent,input[type=tel].transparent,input[type=text].transparent,select.transparent,textarea.transparent {
	background-color: transparent;
	border-color: transparent
}

input[type=email].simple,input[type=number].simple,input[type=password].simple,input[type=search].simple,input[type=tel].simple,input[type=text].simple,select.simple,textarea.simple {
	background-color: transparent;
	border-color: transparent;
	border-bottom-color: #a0a0a0;
	padding: 0;
	font-size: 1.125rem;
	height: 28px
}

input[type=email].simple:focus,input[type=number].simple:focus,input[type=password].simple:focus,input[type=search].simple:focus,input[type=tel].simple:focus,input[type=text].simple:focus,select.simple:focus,textarea.simple:focus {
	border-bottom-color: #333
}

input[type=email].simple:-webkit-autofill,input[type=email].simple:-webkit-autofill:focus,input[type=email].simple:-webkit-autofill:hover,input[type=number].simple:-webkit-autofill,input[type=number].simple:-webkit-autofill:focus,input[type=number].simple:-webkit-autofill:hover,input[type=password].simple:-webkit-autofill,input[type=password].simple:-webkit-autofill:focus,input[type=password].simple:-webkit-autofill:hover,input[type=search].simple:-webkit-autofill,input[type=search].simple:-webkit-autofill:focus,input[type=search].simple:-webkit-autofill:hover,input[type=tel].simple:-webkit-autofill,input[type=tel].simple:-webkit-autofill:focus,input[type=tel].simple:-webkit-autofill:hover,input[type=text].simple:-webkit-autofill,input[type=text].simple:-webkit-autofill:focus,input[type=text].simple:-webkit-autofill:hover,select.simple:-webkit-autofill,select.simple:-webkit-autofill:focus,select.simple:-webkit-autofill:hover,textarea.simple:-webkit-autofill,textarea.simple:-webkit-autofill:focus,textarea.simple:-webkit-autofill:hover {
	border-bottom-color: #a0a0a0
}

input[type=email].simple.no-border,input[type=number].simple.no-border,input[type=password].simple.no-border,input[type=search].simple.no-border,input[type=tel].simple.no-border,input[type=text].simple.no-border,select.simple.no-border,textarea.simple.no-border {
	border-width: 0
}

input[type=email].simple.font-h5,input[type=number].simple.font-h5,input[type=password].simple.font-h5,input[type=search].simple.font-h5,input[type=tel].simple.font-h5,input[type=text].simple.font-h5,select.simple.font-h5,textarea.simple.font-h5 {
	font-size: 1rem
}

input[type=email]::-webkit-input-placeholder,input[type=email]::placeholder,input[type=number]::-webkit-input-placeholder,input[type=number]::placeholder,input[type=password]::-webkit-input-placeholder,input[type=password]::placeholder,input[type=search]::-webkit-input-placeholder,input[type=search]::placeholder,input[type=tel]::-webkit-input-placeholder,input[type=tel]::placeholder,input[type=text]::-webkit-input-placeholder,input[type=text]::placeholder,select::-webkit-input-placeholder,select::placeholder,textarea::-webkit-input-placeholder,textarea::placeholder {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	color: #a0a0a0
}

input[type=email]:-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]:-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]:-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]:-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]:-moz-placeholder,input[type=text]::-moz-placeholder,select:-moz-placeholder,select::-moz-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	color: #a0a0a0;
	opacity: 1
}

input[type=email]:-ms-input-placeholder input[type=email]::-ms-input-placeholder,input[type=number]:-ms-input-placeholder input[type=number]::-ms-input-placeholder,input[type=password]:-ms-input-placeholder input[type=password]::-ms-input-placeholder,input[type=search]:-ms-input-placeholder input[type=search]::-ms-input-placeholder,input[type=tel]:-ms-input-placeholder input[type=tel]::-ms-input-placeholder,input[type=text]:-ms-input-placeholder input[type=text]::-ms-input-placeholder,select:-ms-input-placeholder select::-ms-input-placeholder,textarea:-ms-input-placeholder textarea::-ms-input-placeholder {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	color: #a0a0a0
}

input[type=email]:focus::-webkit-input-placeholder,input[type=email]:focus::placeholder,input[type=number]:focus::-webkit-input-placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::-webkit-input-placeholder,input[type=password]:focus::placeholder,input[type=search]:focus::-webkit-input-placeholder,input[type=search]:focus::placeholder,input[type=tel]:focus::-webkit-input-placeholder,input[type=tel]:focus::placeholder,input[type=text]:focus::-webkit-input-placeholder,input[type=text]:focus::placeholder,select:focus::-webkit-input-placeholder,select:focus::placeholder,textarea:focus::-webkit-input-placeholder,textarea:focus::placeholder {
	color: #333
}

input[type=email]:focus:-moz-placeholder,input[type=email]:focus::-moz-placeholder,input[type=number]:focus:-moz-placeholder,input[type=number]:focus::-moz-placeholder,input[type=password]:focus:-moz-placeholder,input[type=password]:focus::-moz-placeholder,input[type=search]:focus:-moz-placeholder,input[type=search]:focus::-moz-placeholder,input[type=tel]:focus:-moz-placeholder,input[type=tel]:focus::-moz-placeholder,input[type=text]:focus:-moz-placeholder,input[type=text]:focus::-moz-placeholder,select:focus:-moz-placeholder,select:focus::-moz-placeholder,textarea:focus:-moz-placeholder,textarea:focus::-moz-placeholder {
	color: #333
}

input[type=email]:focus:-ms-input-placeholder input[type=email]:focus::-ms-input-placeholder,input[type=number]:focus:-ms-input-placeholder input[type=number]:focus::-ms-input-placeholder,input[type=password]:focus:-ms-input-placeholder input[type=password]:focus::-ms-input-placeholder,input[type=search]:focus:-ms-input-placeholder input[type=search]:focus::-ms-input-placeholder,input[type=tel]:focus:-ms-input-placeholder input[type=tel]:focus::-ms-input-placeholder,input[type=text]:focus:-ms-input-placeholder input[type=text]:focus::-ms-input-placeholder,select:focus:-ms-input-placeholder select:focus::-ms-input-placeholder,textarea:focus:-ms-input-placeholder textarea:focus::-ms-input-placeholder {
	color: #333
}

input[type=email] [type=number]::-webkit-outer-spin-button,input[type=email][type=number]::-webkit-inner-spin-button,input[type=number] [type=number]::-webkit-outer-spin-button,input[type=number][type=number]::-webkit-inner-spin-button,input[type=password] [type=number]::-webkit-outer-spin-button,input[type=password][type=number]::-webkit-inner-spin-button,input[type=search] [type=number]::-webkit-outer-spin-button,input[type=search][type=number]::-webkit-inner-spin-button,input[type=tel] [type=number]::-webkit-outer-spin-button,input[type=tel][type=number]::-webkit-inner-spin-button,input[type=text] [type=number]::-webkit-outer-spin-button,input[type=text][type=number]::-webkit-inner-spin-button,select [type=number]::-webkit-outer-spin-button,select[type=number]::-webkit-inner-spin-button,textarea [type=number]::-webkit-outer-spin-button,textarea[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.button-overlay input[type=email]::-webkit-credentials-auto-fill-button,.button-overlay input[type=number]::-webkit-credentials-auto-fill-button,.button-overlay input[type=password]::-webkit-credentials-auto-fill-button,.button-overlay input[type=search]::-webkit-credentials-auto-fill-button,.button-overlay input[type=tel]::-webkit-credentials-auto-fill-button,.button-overlay input[type=text]::-webkit-credentials-auto-fill-button,.button-overlay select::-webkit-credentials-auto-fill-button,.button-overlay textarea::-webkit-credentials-auto-fill-button {
	display: none!important;
	visibility: hidden!important;
	opacity: 0!important;
	pointer-events: none!important
}

input[type=email]:-webkit-autofill,input[type=email]:-webkit-autofill:focus,input[type=email]:-webkit-autofill:hover,input[type=number]:-webkit-autofill,input[type=number]:-webkit-autofill:focus,input[type=number]:-webkit-autofill:hover,input[type=password]:-webkit-autofill,input[type=password]:-webkit-autofill:focus,input[type=password]:-webkit-autofill:hover,input[type=search]:-webkit-autofill,input[type=search]:-webkit-autofill:focus,input[type=search]:-webkit-autofill:hover,input[type=tel]:-webkit-autofill,input[type=tel]:-webkit-autofill:focus,input[type=tel]:-webkit-autofill:hover,input[type=text]:-webkit-autofill,input[type=text]:-webkit-autofill:focus,input[type=text]:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover {
	border-color: #fff;
	-webkit-text-fill-color: #333333;
	-webkit-box-shadow: 0 0 0 5000px #fff inset
}

input[type=email] option,input[type=number] option,input[type=password] option,input[type=search] option,input[type=tel] option,input[type=text] option,select option,textarea option {
	display: block;
	background-color: #fff;
	color: #333;
	border: 0
}

textarea {
	height: initial;
	resize: none;
	line-height: 1.5;
	padding: 20px;
	font-family: inherit
}

textarea.simple {
	padding: 0
}

label {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: .5px;
	display: block
}

label:after {
	content: '';
	display: table;
	clear: both
}

input[type=checkbox],input[type=radio] {
	display: none
}

input[type=checkbox]+label,input[type=radio]+label {
	color: #a0a0a0;
	font-size: 1.125rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

input[type=checkbox]+label.cross,input[type=radio]+label.cross {
	position: relative
}

input[type=checkbox]+label.cross .vertical-align,input[type=radio]+label.cross .vertical-align {
	left: -15px
}

input[type=checkbox]+label.cross .icon,input[type=radio]+label.cross .icon {
	display: block;
	margin-top: -2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

input[type=checkbox]+label:not(.cross):before,input[type=radio]+label:not(.cross):before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	margin-right: 10px;
	border: 1px solid #a0a0a0;
	border-radius: 100%;
	background-color: transparent;
	color: #fff;
	vertical-align: top;
	-webkit-box-shadow: 0 0 0 0 #333 inset;
	-moz-box-shadow: 0 0 0 0 #333 inset;
	-ms-box-shadow: 0 0 0 0 #333 inset;
	box-shadow: 0 0 0 0 #333 inset;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

input[type=checkbox]:checked+label,input[type=checkbox]:checked+label a,input[type=radio]:checked+label,input[type=radio]:checked+label a {
	color: #333
}

input[type=checkbox]:checked+label.cross,input[type=radio]:checked+label.cross {
	position: relative
}

input[type=checkbox]:checked+label.cross .icon,input[type=radio]:checked+label.cross .icon {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

input[type=checkbox]:checked+label:not(.cross):before,input[type=radio]:checked+label:not(.cross):before {
	border-color: #333;
	-webkit-box-shadow: 0 0 0 20px #333 inset;
	-moz-box-shadow: 0 0 0 20px #333 inset;
	-ms-box-shadow: 0 0 0 20px #333 inset;
	box-shadow: 0 0 0 20px #333 inset
}

.button,button,input[type=button],input[type=reset],input[type=submit] {
	max-width: 100%;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
	font-size: .875rem;
	font-family: inherit;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.button:after,button:after,input[type=button]:after,input[type=reset]:after,input[type=submit]:after {
	display: none!important
}

.button .icon,button .icon,input[type=button] .icon,input[type=reset] .icon,input[type=submit] .icon {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.button .icon svg .stroke,button .icon svg .stroke,input[type=button] .icon svg .stroke,input[type=reset] .icon svg .stroke,input[type=submit] .icon svg .stroke {
	stroke: white
}

.button .icon svg .fill,button .icon svg .fill,input[type=button] .icon svg .fill,input[type=reset] .icon svg .fill,input[type=submit] .icon svg .fill {
	fill: white
}

.button.outline.primary:hover,.button:hover,button.outline.primary:hover,button:hover,input[type=button].outline.primary:hover,input[type=button]:hover,input[type=reset].outline.primary:hover,input[type=reset]:hover,input[type=submit].outline.primary:hover,input[type=submit]:hover {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.button.outline.primary:hover .icon,.button:hover .icon,button.outline.primary:hover .icon,button:hover .icon,input[type=button].outline.primary:hover .icon,input[type=button]:hover .icon,input[type=reset].outline.primary:hover .icon,input[type=reset]:hover .icon,input[type=submit].outline.primary:hover .icon,input[type=submit]:hover .icon {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px)
}

.button.outline.primary:hover .icon svg .stroke,.button:hover .icon svg .stroke,button.outline.primary:hover .icon svg .stroke,button:hover .icon svg .stroke,input[type=button].outline.primary:hover .icon svg .stroke,input[type=button]:hover .icon svg .stroke,input[type=reset].outline.primary:hover .icon svg .stroke,input[type=reset]:hover .icon svg .stroke,input[type=submit].outline.primary:hover .icon svg .stroke,input[type=submit]:hover .icon svg .stroke {
	stroke: white
}

.button.outline.primary:hover .icon svg .fill,.button:hover .icon svg .fill,button.outline.primary:hover .icon svg .fill,button:hover .icon svg .fill,input[type=button].outline.primary:hover .icon svg .fill,input[type=button]:hover .icon svg .fill,input[type=reset].outline.primary:hover .icon svg .fill,input[type=reset]:hover .icon svg .fill,input[type=submit].outline.primary:hover .icon svg .fill,input[type=submit]:hover .icon svg .fill {
	fill: white
}

.button.disabled,.button.disabled:disabled:hover,.button.disabled:hover,.button.outline,.button.outline.disabled:hover,.button.outline:hover:disabled,.button:disabled,.button:disabled:hover,button.button.disabled:disabled:hover,button.button.disabled:hover,button.button.outline.disabled:hover,button.button.outline:disabled:hover,button.button:disabled:hover,button.disabled,button.disabled:disabled:hover,button.disabled:hover,button.outline,button.outline.disabled:hover,button.outline:hover:disabled,button:disabled,button:disabled:hover,input.button[type=button].disabled:hover,input.button[type=button]:disabled:hover,input.button[type=reset].disabled:hover,input.button[type=reset]:disabled:hover,input.button[type=submit].disabled:hover,input.button[type=submit]:disabled:hover,input[type=button].button.disabled:hover,input[type=button].button:disabled:hover,input[type=button].disabled,input[type=button].disabled:disabled:hover,input[type=button].disabled:hover,input[type=button].outline,input[type=button].outline.disabled:hover,input[type=button].outline:hover:disabled,input[type=button]:disabled,input[type=button]:disabled:hover,input[type=button][type=reset].disabled:hover,input[type=button][type=reset]:disabled:hover,input[type=button][type=submit].disabled:hover,input[type=button][type=submit]:disabled:hover,input[type=reset].button.disabled:hover,input[type=reset].button:disabled:hover,input[type=reset].disabled,input[type=reset].disabled:disabled:hover,input[type=reset].disabled:hover,input[type=reset].outline,input[type=reset].outline.disabled:hover,input[type=reset].outline:hover:disabled,input[type=reset]:disabled,input[type=reset]:disabled:hover,input[type=reset][type=button].disabled:hover,input[type=reset][type=button]:disabled:hover,input[type=reset][type=submit].disabled:hover,input[type=reset][type=submit]:disabled:hover,input[type=submit].button.disabled:hover,input[type=submit].button:disabled:hover,input[type=submit].disabled,input[type=submit].disabled:disabled:hover,input[type=submit].disabled:hover,input[type=submit].outline,input[type=submit].outline.disabled:hover,input[type=submit].outline:hover:disabled,input[type=submit]:disabled,input[type=submit]:disabled:hover,input[type=submit][type=button].disabled:hover,input[type=submit][type=button]:disabled:hover,input[type=submit][type=reset].disabled:hover,input[type=submit][type=reset]:disabled:hover {
	background-color: transparent;
	border-color: #333;
	color: #333
}

.button.disabled.disabled,.button.disabled:disabled,.button.disabled:disabled:hover,.button.disabled:hover,.button.outline.disabled,.button.outline.disabled:hover,.button.outline:disabled,.button.outline:disabled:hover,.button.outline:hover:disabled,.button:disabled.disabled,.button:disabled:disabled,.button:disabled:hover,button.button.disabled:disabled:hover,button.button.disabled:hover,button.button.outline.disabled:hover,button.button.outline:disabled:hover,button.button:disabled:hover,button.disabled.disabled,button.disabled:disabled,button.disabled:disabled:hover,button.disabled:hover,button.outline.button.disabled:hover,button.outline.button:disabled:hover,button.outline.disabled,button.outline.disabled:hover,button.outline:disabled,button.outline:disabled:hover,button.outline:hover:disabled,button:disabled.disabled,button:disabled:disabled,button:disabled:hover,input.button.outline[type=button].disabled:hover,input.button.outline[type=button]:disabled:hover,input.button.outline[type=reset].disabled:hover,input.button.outline[type=reset]:disabled:hover,input.button.outline[type=submit].disabled:hover,input.button.outline[type=submit]:disabled:hover,input.button[type=button].disabled:hover,input.button[type=button]:disabled:hover,input.button[type=reset].disabled:hover,input.button[type=reset]:disabled:hover,input.button[type=submit].disabled:hover,input.button[type=submit]:disabled:hover,input[type=button].button.disabled:hover,input[type=button].button:disabled:hover,input[type=button].disabled.disabled,input[type=button].disabled:disabled,input[type=button].disabled:disabled:hover,input[type=button].disabled:hover,input[type=button].outline.disabled,input[type=button].outline.disabled:hover,input[type=button].outline:disabled,input[type=button].outline:disabled:hover,input[type=button].outline:hover:disabled,input[type=button]:disabled.disabled,input[type=button]:disabled:disabled,input[type=button]:disabled:hover,input[type=button][type=reset].disabled:hover,input[type=button][type=reset]:disabled:hover,input[type=button][type=submit].disabled:hover,input[type=button][type=submit]:disabled:hover,input[type=reset].button.disabled:hover,input[type=reset].button:disabled:hover,input[type=reset].disabled.disabled,input[type=reset].disabled:disabled,input[type=reset].disabled:disabled:hover,input[type=reset].disabled:hover,input[type=reset].outline.disabled,input[type=reset].outline.disabled:hover,input[type=reset].outline:disabled,input[type=reset].outline:disabled:hover,input[type=reset].outline:hover:disabled,input[type=reset]:disabled.disabled,input[type=reset]:disabled:disabled,input[type=reset]:disabled:hover,input[type=reset][type=button].disabled:hover,input[type=reset][type=button]:disabled:hover,input[type=reset][type=submit].disabled:hover,input[type=reset][type=submit]:disabled:hover,input[type=submit].button.disabled:hover,input[type=submit].button:disabled:hover,input[type=submit].disabled.disabled,input[type=submit].disabled:disabled,input[type=submit].disabled:disabled:hover,input[type=submit].disabled:hover,input[type=submit].outline.disabled,input[type=submit].outline.disabled:hover,input[type=submit].outline:disabled,input[type=submit].outline:disabled:hover,input[type=submit].outline:hover:disabled,input[type=submit]:disabled.disabled,input[type=submit]:disabled:disabled,input[type=submit]:disabled:hover,input[type=submit][type=button].disabled:hover,input[type=submit][type=button]:disabled:hover,input[type=submit][type=reset].disabled:hover,input[type=submit][type=reset]:disabled:hover {
	cursor: default;
	pointer-events: none
}

.button.disabled .icon svg .stroke,.button.outline .icon svg .stroke,.button:disabled .icon svg .stroke,.button:disabled:hover .icon svg .stroke,button.button.disabled:hover .icon svg .stroke,button.disabled .icon svg .stroke,button.outline .icon svg .stroke,button:disabled .icon svg .stroke,button:disabled:hover .icon svg .stroke,input[type=button].disabled .icon svg .stroke,input[type=button].outline .icon svg .stroke,input[type=button]:disabled .icon svg .stroke,input[type=button]:disabled:hover .icon svg .stroke,input[type=reset].disabled .icon svg .stroke,input[type=reset].outline .icon svg .stroke,input[type=reset]:disabled .icon svg .stroke,input[type=reset]:disabled:hover .icon svg .stroke,input[type=submit].disabled .icon svg .stroke,input[type=submit].outline .icon svg .stroke,input[type=submit]:disabled .icon svg .stroke,input[type=submit]:disabled:hover .icon svg .stroke {
	stroke: #333333
}

.button.disabled .icon svg .fill,.button.outline .icon svg .fill,.button:disabled .icon svg .fill,.button:disabled:hover .icon svg .fill,button.button.disabled:hover .icon svg .fill,button.disabled .icon svg .fill,button.outline .icon svg .fill,button:disabled .icon svg .fill,button:disabled:hover .icon svg .fill,input[type=button].disabled .icon svg .fill,input[type=button].outline .icon svg .fill,input[type=button]:disabled .icon svg .fill,input[type=button]:disabled:hover .icon svg .fill,input[type=reset].disabled .icon svg .fill,input[type=reset].outline .icon svg .fill,input[type=reset]:disabled .icon svg .fill,input[type=reset]:disabled:hover .icon svg .fill,input[type=submit].disabled .icon svg .fill,input[type=submit].outline .icon svg .fill,input[type=submit]:disabled .icon svg .fill,input[type=submit]:disabled:hover .icon svg .fill {
	fill: #333333
}

.button.disabled:hover,.button.disabled:hover:disabled,.button.outline.disabled:hover,.button.outline:hover,.button.outline:hover:disabled,.button:disabled:hover,.button:hover:disabled,button.button.disabled:hover,button.button.disabled:hover:disabled,button.button.outline.disabled:hover,button.button.outline:hover:disabled,button.button:hover:disabled,button.disabled:hover,button.disabled:hover:disabled,button.outline.disabled:hover,button.outline:hover,button.outline:hover:disabled,button:disabled:hover,button:hover:disabled,input.button[type=button].disabled:hover,input.button[type=button]:hover:disabled,input.button[type=reset].disabled:hover,input.button[type=reset]:hover:disabled,input.button[type=submit].disabled:hover,input.button[type=submit]:hover:disabled,input[type=button].button.disabled:hover,input[type=button].button:hover:disabled,input[type=button].disabled:hover,input[type=button].disabled:hover:disabled,input[type=button].outline.disabled:hover,input[type=button].outline:hover,input[type=button].outline:hover:disabled,input[type=button]:disabled:hover,input[type=button]:hover:disabled,input[type=button][type=reset].disabled:hover,input[type=button][type=reset]:hover:disabled,input[type=button][type=submit].disabled:hover,input[type=button][type=submit]:hover:disabled,input[type=reset].button.disabled:hover,input[type=reset].button:hover:disabled,input[type=reset].disabled:hover,input[type=reset].disabled:hover:disabled,input[type=reset].outline.disabled:hover,input[type=reset].outline:hover,input[type=reset].outline:hover:disabled,input[type=reset]:disabled:hover,input[type=reset]:hover:disabled,input[type=reset][type=button].disabled:hover,input[type=reset][type=button]:hover:disabled,input[type=reset][type=submit].disabled:hover,input[type=reset][type=submit]:hover:disabled,input[type=submit].button.disabled:hover,input[type=submit].button:hover:disabled,input[type=submit].disabled:hover,input[type=submit].disabled:hover:disabled,input[type=submit].outline.disabled:hover,input[type=submit].outline:hover,input[type=submit].outline:hover:disabled,input[type=submit]:disabled:hover,input[type=submit]:hover:disabled,input[type=submit][type=button].disabled:hover,input[type=submit][type=button]:hover:disabled,input[type=submit][type=reset].disabled:hover,input[type=submit][type=reset]:hover:disabled {
	background-color: transparent;
	border-color: #000;
	color: #000
}

.button.disabled:hover .icon svg .stroke,.button.outline:hover .icon svg .stroke,.button:disabled:hover .icon svg .stroke,.button:hover:disabled .icon svg .stroke,button.disabled:hover .icon svg .stroke,button.outline:hover .icon svg .stroke,button:disabled:hover .icon svg .stroke,button:hover:disabled .icon svg .stroke,input[type=button].disabled:hover .icon svg .stroke,input[type=button].outline:hover .icon svg .stroke,input[type=button]:disabled:hover .icon svg .stroke,input[type=button]:hover:disabled .icon svg .stroke,input[type=reset].disabled:hover .icon svg .stroke,input[type=reset].outline:hover .icon svg .stroke,input[type=reset]:disabled:hover .icon svg .stroke,input[type=reset]:hover:disabled .icon svg .stroke,input[type=submit].disabled:hover .icon svg .stroke,input[type=submit].outline:hover .icon svg .stroke,input[type=submit]:disabled:hover .icon svg .stroke,input[type=submit]:hover:disabled .icon svg .stroke {
	stroke: black
}

.button.disabled:hover .icon svg .fill,.button.outline:hover .icon svg .fill,.button:disabled:hover .icon svg .fill,.button:hover:disabled .icon svg .fill,button.disabled:hover .icon svg .fill,button.outline:hover .icon svg .fill,button:disabled:hover .icon svg .fill,button:hover:disabled .icon svg .fill,input[type=button].disabled:hover .icon svg .fill,input[type=button].outline:hover .icon svg .fill,input[type=button]:disabled:hover .icon svg .fill,input[type=button]:hover:disabled .icon svg .fill,input[type=reset].disabled:hover .icon svg .fill,input[type=reset].outline:hover .icon svg .fill,input[type=reset]:disabled:hover .icon svg .fill,input[type=reset]:hover:disabled .icon svg .fill,input[type=submit].disabled:hover .icon svg .fill,input[type=submit].outline:hover .icon svg .fill,input[type=submit]:disabled:hover .icon svg .fill,input[type=submit]:hover:disabled .icon svg .fill {
	fill: black
}

.button.medium,button.medium,input[type=button].medium,input[type=reset].medium,input[type=submit].medium {
	height: 40px;
	line-height: 38px
}

.button.button-icon,button.button-icon,input[type=button].button-icon,input[type=reset].button-icon,input[type=submit].button-icon {
	font-size: 0.57rem;
	line-height: normal;
	color: #a0a0a0
}

.button.button-icon,.button.button-icon:hover,button.button-icon,button.button-icon:hover,input[type=button].button-icon,input[type=button].button-icon:hover,input[type=reset].button-icon,input[type=reset].button-icon:hover,input[type=submit].button-icon,input[type=submit].button-icon:hover {
	height: auto;
	width: auto;
	padding: 0;
	background-color: transparent;
	border-color: transparent
}

.button.button-icon .icon svg .stroke,button.button-icon .icon svg .stroke,input[type=button].button-icon .icon svg .stroke,input[type=reset].button-icon .icon svg .stroke,input[type=submit].button-icon .icon svg .stroke {
	stroke: #a0a0a0
}

.button.button-icon .icon svg .fill,button.button-icon .icon svg .fill,input[type=button].button-icon .icon svg .fill,input[type=reset].button-icon .icon svg .fill,input[type=submit].button-icon .icon svg .fill {
	fill: #a0a0a0
}

.button.button-icon:hover,button.button-icon:hover,input[type=button].button-icon:hover,input[type=reset].button-icon:hover,input[type=submit].button-icon:hover {
	color: #333
}

.button.button-icon:hover .icon svg .stroke,button.button-icon:hover .icon svg .stroke,input[type=button].button-icon:hover .icon svg .stroke,input[type=reset].button-icon:hover .icon svg .stroke,input[type=submit].button-icon:hover .icon svg .stroke {
	stroke: #333333
}

.button.button-icon:hover .icon svg .fill,button.button-icon:hover .icon svg .fill,input[type=button].button-icon:hover .icon svg .fill,input[type=reset].button-icon:hover .icon svg .fill,input[type=submit].button-icon:hover .icon svg .fill {
	fill: #333333
}

.button.button-icon.shift-icon-down:hover .icon,.button.button-icon.shift-icon-rev:hover .icon,.button.button-icon.shift-icon-up:hover .icon,.button.button-icon.shift-icon:hover .icon,button.button-icon.shift-icon-down:hover .icon,button.button-icon.shift-icon-rev:hover .icon,button.button-icon.shift-icon-up:hover .icon,button.button-icon.shift-icon:hover .icon,input[type=button].button-icon.shift-icon-down:hover .icon,input[type=button].button-icon.shift-icon-rev:hover .icon,input[type=button].button-icon.shift-icon-up:hover .icon,input[type=button].button-icon.shift-icon:hover .icon,input[type=reset].button-icon.shift-icon-down:hover .icon,input[type=reset].button-icon.shift-icon-rev:hover .icon,input[type=reset].button-icon.shift-icon-up:hover .icon,input[type=reset].button-icon.shift-icon:hover .icon,input[type=submit].button-icon.shift-icon-down:hover .icon,input[type=submit].button-icon.shift-icon-rev:hover .icon,input[type=submit].button-icon.shift-icon-up:hover .icon,input[type=submit].button-icon.shift-icon:hover .icon {
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-ms-transition-delay: 0;
	transition-delay: 0;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px)
}

.button.button-icon.shift-icon-down:hover.shift-icon-rev .icon,.button.button-icon.shift-icon-rev:hover.shift-icon-rev .icon,.button.button-icon.shift-icon-up:hover.shift-icon-rev .icon,.button.button-icon.shift-icon:hover.shift-icon-rev .icon,button.button-icon.shift-icon-down:hover.shift-icon-rev .icon,button.button-icon.shift-icon-rev:hover.shift-icon-rev .icon,button.button-icon.shift-icon-up:hover.shift-icon-rev .icon,button.button-icon.shift-icon:hover.shift-icon-rev .icon,input[type=button].button-icon.shift-icon-down:hover.shift-icon-rev .icon,input[type=button].button-icon.shift-icon-rev:hover.shift-icon-rev .icon,input[type=button].button-icon.shift-icon-up:hover.shift-icon-rev .icon,input[type=button].button-icon.shift-icon:hover.shift-icon-rev .icon,input[type=reset].button-icon.shift-icon-down:hover.shift-icon-rev .icon,input[type=reset].button-icon.shift-icon-rev:hover.shift-icon-rev .icon,input[type=reset].button-icon.shift-icon-up:hover.shift-icon-rev .icon,input[type=reset].button-icon.shift-icon:hover.shift-icon-rev .icon,input[type=submit].button-icon.shift-icon-down:hover.shift-icon-rev .icon,input[type=submit].button-icon.shift-icon-rev:hover.shift-icon-rev .icon,input[type=submit].button-icon.shift-icon-up:hover.shift-icon-rev .icon,input[type=submit].button-icon.shift-icon:hover.shift-icon-rev .icon {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px)
}

.button.button-icon.shift-icon-down:hover.shift-icon-up .icon,.button.button-icon.shift-icon-rev:hover.shift-icon-up .icon,.button.button-icon.shift-icon-up:hover.shift-icon-up .icon,.button.button-icon.shift-icon:hover.shift-icon-up .icon,button.button-icon.shift-icon-down:hover.shift-icon-up .icon,button.button-icon.shift-icon-rev:hover.shift-icon-up .icon,button.button-icon.shift-icon-up:hover.shift-icon-up .icon,button.button-icon.shift-icon:hover.shift-icon-up .icon,input[type=button].button-icon.shift-icon-down:hover.shift-icon-up .icon,input[type=button].button-icon.shift-icon-rev:hover.shift-icon-up .icon,input[type=button].button-icon.shift-icon-up:hover.shift-icon-up .icon,input[type=button].button-icon.shift-icon:hover.shift-icon-up .icon,input[type=reset].button-icon.shift-icon-down:hover.shift-icon-up .icon,input[type=reset].button-icon.shift-icon-rev:hover.shift-icon-up .icon,input[type=reset].button-icon.shift-icon-up:hover.shift-icon-up .icon,input[type=reset].button-icon.shift-icon:hover.shift-icon-up .icon,input[type=submit].button-icon.shift-icon-down:hover.shift-icon-up .icon,input[type=submit].button-icon.shift-icon-rev:hover.shift-icon-up .icon,input[type=submit].button-icon.shift-icon-up:hover.shift-icon-up .icon,input[type=submit].button-icon.shift-icon:hover.shift-icon-up .icon {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

.button.button-icon.shift-icon-down:hover.shift-icon-down .icon,.button.button-icon.shift-icon-rev:hover.shift-icon-down .icon,.button.button-icon.shift-icon-up:hover.shift-icon-down .icon,.button.button-icon.shift-icon:hover.shift-icon-down .icon,button.button-icon.shift-icon-down:hover.shift-icon-down .icon,button.button-icon.shift-icon-rev:hover.shift-icon-down .icon,button.button-icon.shift-icon-up:hover.shift-icon-down .icon,button.button-icon.shift-icon:hover.shift-icon-down .icon,input[type=button].button-icon.shift-icon-down:hover.shift-icon-down .icon,input[type=button].button-icon.shift-icon-rev:hover.shift-icon-down .icon,input[type=button].button-icon.shift-icon-up:hover.shift-icon-down .icon,input[type=button].button-icon.shift-icon:hover.shift-icon-down .icon,input[type=reset].button-icon.shift-icon-down:hover.shift-icon-down .icon,input[type=reset].button-icon.shift-icon-rev:hover.shift-icon-down .icon,input[type=reset].button-icon.shift-icon-up:hover.shift-icon-down .icon,input[type=reset].button-icon.shift-icon:hover.shift-icon-down .icon,input[type=submit].button-icon.shift-icon-down:hover.shift-icon-down .icon,input[type=submit].button-icon.shift-icon-rev:hover.shift-icon-down .icon,input[type=submit].button-icon.shift-icon-up:hover.shift-icon-down .icon,input[type=submit].button-icon.shift-icon:hover.shift-icon-down .icon {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px)
}

a.button {
	display: inline-block;
	text-decoration: none
}

.shift-text .reveal-text {
	display: inline-block;
	overflow: hidden;
	max-width: 0;
	white-space: nowrap;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.shift-text.active .reveal-text,.shift-text:active .reveal-text,.shift-text:focus .reveal-text,.shift-text:hover .reveal-text {
	max-width: 500px
}

.select-wrapper {
	display: inline-block;
	position: relative
}

.select-wrapper .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.select-wrapper select {
	width: 100%;
	height: 40px;
	padding-right: 30px
}

.select-wrapper.outline select {
	background-color: transparent;
	border-color: #a0a0a0
}

.errors,.note {
	padding: 14.28571px;
	margin: 0;
	color: #333;
	background-color: #f3eaa1;
	border: 1px solid #f3eaa1;
	border-radius: 3px
}

.errors li,.note li {
	margin-bottom: 16.66667px
}

.errors li:last-of-type,.note li:last-of-type {
	margin-bottom: 0
}

.errors a,.note a {
	color: #fff
}

.errors :last-child,.note :last-child {
	margin-bottom: 0
}

.fg-text {
	color: #333
}

.fg-text .shopify-challenge__container .shopify-challenge__message,.fg-text .t-underline,.shopify-challenge__container .fg-text .shopify-challenge__message {
	border-bottom-color: #333
}

.fg-text a:not(.button) {
	color: #333
}

.fg-text a:not(.button):after {
	border-bottom-color: #333
}

.fg-text a:not(.button) .icon svg .fill {
	fill: #333333
}

.fg-text a:not(.button) .icon svg .stroke {
	stroke: #333333
}

.fg-text a:not(.button):hover {
	color: #000
}

.fg-text a:not(.button):hover:after {
	border-bottom-color: #000
}

.fg-text a:not(.button):hover .icon svg .fill {
	fill: black
}

.fg-text a:not(.button):hover .icon svg .stroke {
	stroke: black
}

.fg-text.palette .rte,.fg-text.palette h1,.fg-text.palette h2,.fg-text.palette h3,.fg-text.palette h4,.fg-text.palette h5,.fg-text.palette h6,.fg-text.palette li,.fg-text.palette p,.fg-text.palette ul {
	color: #333
}

.fg-text.palette a:not(.button) {
	color: #333
}

.fg-text.palette a:not(.button):after {
	border-bottom-color: #333
}

.fg-text.palette a:not(.button):hover {
	color: #000
}

.fg-text.palette a:not(.button):hover:after {
	border-bottom-color: #000
}

.fg-text.palette a:not(.button):hover .icon svg .fill {
	fill: black
}

.fg-text.palette a:not(.button):hover .icon svg .stroke {
	stroke: black
}

.fg-text.palette .icon .fill {
	fill: #333333
}

.fg-text.palette .icon .stroke {
	stroke: #333333
}

.fg-text.palette .button,.fg-text.palette button,.fg-text.palette input[type=button],.fg-text.palette input[type=reset],.fg-text.palette input[type=submit],.fg-text.palette select {
	background-color: #333;
	border-color: #333
}

.fg-text.palette .button:hover,.fg-text.palette button:hover,.fg-text.palette input[type=button]:hover,.fg-text.palette input[type=reset]:hover,.fg-text.palette input[type=submit]:hover,.fg-text.palette select:hover {
	background-color: #000;
	border-color: #000
}

.fg-text.palette input[type=email],.fg-text.palette input[type=number],.fg-text.palette input[type=password],.fg-text.palette input[type=search],.fg-text.palette input[type=tel],.fg-text.palette input[type=text],.fg-text.palette textarea {
	background-color: #333;
	border-color: #333
}

.fg-text.palette input[type=checkbox],.fg-text.palette input[type=radio] {
	border-color: #333
}

.fg-text.palette input[type=checkbox]:checked,.fg-text.palette input[type=radio]:checked {
	background-color: #333
}

.fg-text.palette hr {
	border-color: #333
}

.bg-text {
	background-color: #333
}

.bg-text.palette .button,.bg-text.palette button,.bg-text.palette input[type=button],.bg-text.palette input[type=checkbox],.bg-text.palette input[type=email],.bg-text.palette input[type=number],.bg-text.palette input[type=password],.bg-text.palette input[type=radio],.bg-text.palette input[type=reset],.bg-text.palette input[type=search],.bg-text.palette input[type=submit],.bg-text.palette input[type=tel],.bg-text.palette input[type=text],.bg-text.palette select,.bg-text.palette textarea {
	color: #333
}

.bg-text.palette .button.button-icon,.bg-text.palette .button.button-icon:hover,.bg-text.palette button.button-icon,.bg-text.palette button.button-icon:hover,.bg-text.palette input[type=button].button-icon,.bg-text.palette input[type=button].button-icon:hover,.bg-text.palette input[type=checkbox].button-icon,.bg-text.palette input[type=checkbox].button-icon:hover,.bg-text.palette input[type=email].button-icon,.bg-text.palette input[type=email].button-icon:hover,.bg-text.palette input[type=number].button-icon,.bg-text.palette input[type=number].button-icon:hover,.bg-text.palette input[type=password].button-icon,.bg-text.palette input[type=password].button-icon:hover,.bg-text.palette input[type=radio].button-icon,.bg-text.palette input[type=radio].button-icon:hover,.bg-text.palette input[type=reset].button-icon,.bg-text.palette input[type=reset].button-icon:hover,.bg-text.palette input[type=search].button-icon,.bg-text.palette input[type=search].button-icon:hover,.bg-text.palette input[type=submit].button-icon,.bg-text.palette input[type=submit].button-icon:hover,.bg-text.palette input[type=tel].button-icon,.bg-text.palette input[type=tel].button-icon:hover,.bg-text.palette input[type=text].button-icon,.bg-text.palette input[type=text].button-icon:hover,.bg-text.palette select.button-icon,.bg-text.palette select.button-icon:hover,.bg-text.palette textarea.button-icon,.bg-text.palette textarea.button-icon:hover {
	color: #333
}

.bg-text.palette .button.button-icon .icon svg .stroke,.bg-text.palette .button.button-icon:hover .icon svg .stroke,.bg-text.palette button.button-icon .icon svg .stroke,.bg-text.palette button.button-icon:hover .icon svg .stroke,.bg-text.palette input[type=button].button-icon .icon svg .stroke,.bg-text.palette input[type=button].button-icon:hover .icon svg .stroke,.bg-text.palette input[type=checkbox].button-icon .icon svg .stroke,.bg-text.palette input[type=checkbox].button-icon:hover .icon svg .stroke,.bg-text.palette input[type=email].button-icon .icon svg .stroke,.bg-text.palette input[type=email].button-icon:hover .icon svg .stroke,.bg-text.palette input[type=number].button-icon .icon svg .stroke,.bg-text.palette input[type=number].button-icon:hover .icon svg .stroke,.bg-text.palette input[type=password].button-icon .icon svg .stroke,.bg-text.palette input[type=password].button-icon:hover .icon svg .stroke,.bg-text.palette input[type=radio].button-icon .icon svg .stroke,.bg-text.palette input[type=radio].button-icon:hover .icon svg .stroke,.bg-text.palette input[type=reset].button-icon .icon svg .stroke,.bg-text.palette input[type=reset].button-icon:hover .icon svg .stroke,.bg-text.palette input[type=search].button-icon .icon svg .stroke,.bg-text.palette input[type=search].button-icon:hover .icon svg .stroke,.bg-text.palette input[type=submit].button-icon .icon svg .stroke,.bg-text.palette input[type=submit].button-icon:hover .icon svg .stroke,.bg-text.palette input[type=tel].button-icon .icon svg .stroke,.bg-text.palette input[type=tel].button-icon:hover .icon svg .stroke,.bg-text.palette input[type=text].button-icon .icon svg .stroke,.bg-text.palette input[type=text].button-icon:hover .icon svg .stroke,.bg-text.palette select.button-icon .icon svg .stroke,.bg-text.palette select.button-icon:hover .icon svg .stroke,.bg-text.palette textarea.button-icon .icon svg .stroke,.bg-text.palette textarea.button-icon:hover .icon svg .stroke {
	stroke: #333333
}

.bg-text.palette .button.button-icon .icon svg .fill,.bg-text.palette .button.button-icon:hover .icon svg .fill,.bg-text.palette button.button-icon .icon svg .fill,.bg-text.palette button.button-icon:hover .icon svg .fill,.bg-text.palette input[type=button].button-icon .icon svg .fill,.bg-text.palette input[type=button].button-icon:hover .icon svg .fill,.bg-text.palette input[type=checkbox].button-icon .icon svg .fill,.bg-text.palette input[type=checkbox].button-icon:hover .icon svg .fill,.bg-text.palette input[type=email].button-icon .icon svg .fill,.bg-text.palette input[type=email].button-icon:hover .icon svg .fill,.bg-text.palette input[type=number].button-icon .icon svg .fill,.bg-text.palette input[type=number].button-icon:hover .icon svg .fill,.bg-text.palette input[type=password].button-icon .icon svg .fill,.bg-text.palette input[type=password].button-icon:hover .icon svg .fill,.bg-text.palette input[type=radio].button-icon .icon svg .fill,.bg-text.palette input[type=radio].button-icon:hover .icon svg .fill,.bg-text.palette input[type=reset].button-icon .icon svg .fill,.bg-text.palette input[type=reset].button-icon:hover .icon svg .fill,.bg-text.palette input[type=search].button-icon .icon svg .fill,.bg-text.palette input[type=search].button-icon:hover .icon svg .fill,.bg-text.palette input[type=submit].button-icon .icon svg .fill,.bg-text.palette input[type=submit].button-icon:hover .icon svg .fill,.bg-text.palette input[type=tel].button-icon .icon svg .fill,.bg-text.palette input[type=tel].button-icon:hover .icon svg .fill,.bg-text.palette input[type=text].button-icon .icon svg .fill,.bg-text.palette input[type=text].button-icon:hover .icon svg .fill,.bg-text.palette select.button-icon .icon svg .fill,.bg-text.palette select.button-icon:hover .icon svg .fill,.bg-text.palette textarea.button-icon .icon svg .fill,.bg-text.palette textarea.button-icon:hover .icon svg .fill {
	fill: #333333
}

.rte.fg-text,h1.fg-text,h2.fg-text,h3.fg-text,h4.fg-text,h5.fg-text,h6.fg-text,li.fg-text,p.fg-text,ul.fg-text {
	color: #333!important
}

a:not(.button).fg-text {
	color: #333!important
}

a:not(.button).fg-text:after {
	border-bottom-color: #333!important
}

a:not(.button).fg-text .icon svg .fill {
	fill: #333333!important
}

a:not(.button).fg-text .icon svg .stroke {
	stroke: #333333!important
}

.shopify-challenge__container a:not(.button).fg-text .shopify-challenge__message,a:not(.button).fg-text .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-text .t-underline {
	border-bottom-color: #333!important
}

a:not(.button).fg-text:hover {
	color: #000!important
}

a:not(.button).fg-text:hover:after {
	border-bottom-color: #000!important
}

a:not(.button).fg-text:hover .icon svg .fill {
	fill: black!important
}

a:not(.button).fg-text:hover .icon svg .stroke {
	stroke: black!important
}

.shopify-challenge__container a:not(.button).fg-text:hover .shopify-challenge__message,a:not(.button).fg-text:hover .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-text:hover .t-underline {
	border-bottom-color: #000!important
}

a:not(.button).fg-hover-text:hover {
	color: #333!important
}

a:not(.button).fg-hover-text:hover:after {
	border-bottom-color: #333!important
}

a:not(.button).fg-hover-text:hover .icon svg .fill {
	fill: #333333!important
}

a:not(.button).fg-hover-text:hover .icon svg .stroke {
	stroke: #333333!important
}

.shopify-challenge__container a:not(.button).fg-hover-text:hover .shopify-challenge__message,a:not(.button).fg-hover-text:hover .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-hover-text:hover .t-underline {
	border-bottom-color: #333!important
}

a:not(.button).fg-hover-text:hover .button,a:not(.button).fg-hover-text:hover button,a:not(.button).fg-hover-text:hover input[type=button],a:not(.button).fg-hover-text:hover input[type=reset],a:not(.button).fg-hover-text:hover input[type=submit],a:not(.button).fg-hover-text:hover select {
	color: #333!important
}

.icon.fg-text svg .fill {
	fill: #333333!important
}

.icon.fg-text svg .stroke {
	stroke: #333333!important
}

.button.fg-text,button.fg-text,input[type=button].fg-text,input[type=reset].fg-text,input[type=submit].fg-text,select.fg-text {
	color: #333!important
}

.button.fg-text.button-icon,.button.fg-text.button-icon:hover,button.fg-text.button-icon,button.fg-text.button-icon:hover,input[type=button].fg-text.button-icon,input[type=button].fg-text.button-icon:hover,input[type=reset].fg-text.button-icon,input[type=reset].fg-text.button-icon:hover,input[type=submit].fg-text.button-icon,input[type=submit].fg-text.button-icon:hover,select.fg-text.button-icon,select.fg-text.button-icon:hover {
	color: #333!important
}

.button.fg-text.button-icon .icon svg .stroke,.button.fg-text.button-icon:hover .icon svg .stroke,button.fg-text.button-icon .icon svg .stroke,button.fg-text.button-icon:hover .icon svg .stroke,input[type=button].fg-text.button-icon .icon svg .stroke,input[type=button].fg-text.button-icon:hover .icon svg .stroke,input[type=reset].fg-text.button-icon .icon svg .stroke,input[type=reset].fg-text.button-icon:hover .icon svg .stroke,input[type=submit].fg-text.button-icon .icon svg .stroke,input[type=submit].fg-text.button-icon:hover .icon svg .stroke,select.fg-text.button-icon .icon svg .stroke,select.fg-text.button-icon:hover .icon svg .stroke {
	stroke: #333333!important
}

.button.fg-text.button-icon .icon svg .fill,.button.fg-text.button-icon:hover .icon svg .fill,button.fg-text.button-icon .icon svg .fill,button.fg-text.button-icon:hover .icon svg .fill,input[type=button].fg-text.button-icon .icon svg .fill,input[type=button].fg-text.button-icon:hover .icon svg .fill,input[type=reset].fg-text.button-icon .icon svg .fill,input[type=reset].fg-text.button-icon:hover .icon svg .fill,input[type=submit].fg-text.button-icon .icon svg .fill,input[type=submit].fg-text.button-icon:hover .icon svg .fill,select.fg-text.button-icon .icon svg .fill,select.fg-text.button-icon:hover .icon svg .fill {
	fill: #333333!important
}

.button.fg-hover-text:hover,button.fg-hover-text:hover,input[type=button].fg-hover-text:hover,input[type=reset].fg-hover-text:hover,input[type=submit].fg-hover-text:hover,select.fg-hover-text:hover {
	color: #333!important
}

.button.fg-hover-text:hover.button-icon,.button.fg-hover-text:hover.button-icon:hover,button.fg-hover-text:hover.button-icon,button.fg-hover-text:hover.button-icon:hover,input[type=button].fg-hover-text:hover.button-icon,input[type=button].fg-hover-text:hover.button-icon:hover,input[type=reset].fg-hover-text:hover.button-icon,input[type=reset].fg-hover-text:hover.button-icon:hover,input[type=submit].fg-hover-text:hover.button-icon,input[type=submit].fg-hover-text:hover.button-icon:hover,select.fg-hover-text:hover.button-icon,select.fg-hover-text:hover.button-icon:hover {
	color: #333!important
}

.button.fg-hover-text:hover.button-icon .icon svg .stroke,.button.fg-hover-text:hover.button-icon:hover .icon svg .stroke,button.fg-hover-text:hover.button-icon .icon svg .stroke,button.fg-hover-text:hover.button-icon:hover .icon svg .stroke,input[type=button].fg-hover-text:hover.button-icon .icon svg .stroke,input[type=button].fg-hover-text:hover.button-icon:hover .icon svg .stroke,input[type=reset].fg-hover-text:hover.button-icon .icon svg .stroke,input[type=reset].fg-hover-text:hover.button-icon:hover .icon svg .stroke,input[type=submit].fg-hover-text:hover.button-icon .icon svg .stroke,input[type=submit].fg-hover-text:hover.button-icon:hover .icon svg .stroke,select.fg-hover-text:hover.button-icon .icon svg .stroke,select.fg-hover-text:hover.button-icon:hover .icon svg .stroke {
	stroke: #333333!important
}

.button.fg-hover-text:hover.button-icon .icon svg .fill,.button.fg-hover-text:hover.button-icon:hover .icon svg .fill,button.fg-hover-text:hover.button-icon .icon svg .fill,button.fg-hover-text:hover.button-icon:hover .icon svg .fill,input[type=button].fg-hover-text:hover.button-icon .icon svg .fill,input[type=button].fg-hover-text:hover.button-icon:hover .icon svg .fill,input[type=reset].fg-hover-text:hover.button-icon .icon svg .fill,input[type=reset].fg-hover-text:hover.button-icon:hover .icon svg .fill,input[type=submit].fg-hover-text:hover.button-icon .icon svg .fill,input[type=submit].fg-hover-text:hover.button-icon:hover .icon svg .fill,select.fg-hover-text:hover.button-icon .icon svg .fill,select.fg-hover-text:hover.button-icon:hover .icon svg .fill {
	fill: #333333!important
}

.button.bg-text,button.bg-text,input[type=button].bg-text,input[type=reset].bg-text,input[type=submit].bg-text,select.bg-text {
	background-color: #333!important;
	border-color: #333!important
}

.button.bg-text:hover,button.bg-text:hover,input[type=button].bg-text:hover,input[type=reset].bg-text:hover,input[type=submit].bg-text:hover,select.bg-text:hover {
	background-color: #000!important;
	border-color: #000!important
}

.button.bg-text.bg-hover-text:hover,button.bg-text.bg-hover-text:hover,input[type=button].bg-text.bg-hover-text:hover,input[type=reset].bg-text.bg-hover-text:hover,input[type=submit].bg-text.bg-hover-text:hover,select.bg-text.bg-hover-text:hover {
	background-color: #333!important;
	border-color: #333!important
}

input[type=email].fg-text,input[type=number].fg-text,input[type=password].fg-text,input[type=search].fg-text,input[type=tel].fg-text,input[type=text].fg-text,textarea.fg-text {
	color: #333!important
}

input[type=email].bg-text,input[type=number].bg-text,input[type=password].bg-text,input[type=search].bg-text,input[type=tel].bg-text,input[type=text].bg-text,textarea.bg-text {
	background-color: #333!important;
	border-color: #333!important
}

input[type=checkbox].fg-text,input[type=radio].fg-text {
	border-color: #333!important
}

input[type=checkbox].fg-text:checked,input[type=radio].fg-text:checked {
	background-color: #333!important
}

hr.fg-text {
	border-color: #333!important
}

.fg-background {
	color: #fff
}

.fg-background .shopify-challenge__container .shopify-challenge__message,.fg-background .t-underline,.shopify-challenge__container .fg-background .shopify-challenge__message {
	border-bottom-color: #fff
}

.fg-background a:not(.button) {
	color: #fff
}

.fg-background a:not(.button):after {
	border-bottom-color: #fff
}

.fg-background a:not(.button) .icon svg .fill {
	fill: white
}

.fg-background a:not(.button) .icon svg .stroke {
	stroke: white
}

.fg-background a:not(.button):hover {
	color: #bfbfbf
}

.fg-background a:not(.button):hover:after {
	border-bottom-color: #bfbfbf
}

.fg-background a:not(.button):hover .icon svg .fill {
	fill: #bfbfbf
}

.fg-background a:not(.button):hover .icon svg .stroke {
	stroke: #bfbfbf
}

.fg-background.palette .rte,.fg-background.palette h1,.fg-background.palette h2,.fg-background.palette h3,.fg-background.palette h4,.fg-background.palette h5,.fg-background.palette h6,.fg-background.palette li,.fg-background.palette p,.fg-background.palette ul {
	color: #fff
}

.fg-background.palette a:not(.button) {
	color: #fff
}

.fg-background.palette a:not(.button):after {
	border-bottom-color: #fff
}

.fg-background.palette a:not(.button):hover {
	color: #bfbfbf
}

.fg-background.palette a:not(.button):hover:after {
	border-bottom-color: #bfbfbf
}

.fg-background.palette a:not(.button):hover .icon svg .fill {
	fill: #bfbfbf
}

.fg-background.palette a:not(.button):hover .icon svg .stroke {
	stroke: #bfbfbf
}

.fg-background.palette .icon .fill {
	fill: white
}

.fg-background.palette .icon .stroke {
	stroke: white
}

.fg-background.palette .button,.fg-background.palette button,.fg-background.palette input[type=button],.fg-background.palette input[type=reset],.fg-background.palette input[type=submit],.fg-background.palette select {
	background-color: #fff;
	border-color: #fff
}

.fg-background.palette .button:hover,.fg-background.palette button:hover,.fg-background.palette input[type=button]:hover,.fg-background.palette input[type=reset]:hover,.fg-background.palette input[type=submit]:hover,.fg-background.palette select:hover {
	background-color: #bfbfbf;
	border-color: #bfbfbf
}

.fg-background.palette input[type=email],.fg-background.palette input[type=number],.fg-background.palette input[type=password],.fg-background.palette input[type=search],.fg-background.palette input[type=tel],.fg-background.palette input[type=text],.fg-background.palette textarea {
	background-color: #fff;
	border-color: #fff
}

.fg-background.palette input[type=checkbox],.fg-background.palette input[type=radio] {
	border-color: #fff
}

.fg-background.palette input[type=checkbox]:checked,.fg-background.palette input[type=radio]:checked {
	background-color: #fff
}

.fg-background.palette hr {
	border-color: #fff
}

.bg-background {
	background-color: #fff
}

.bg-background.palette .button,.bg-background.palette button,.bg-background.palette input[type=button],.bg-background.palette input[type=checkbox],.bg-background.palette input[type=email],.bg-background.palette input[type=number],.bg-background.palette input[type=password],.bg-background.palette input[type=radio],.bg-background.palette input[type=reset],.bg-background.palette input[type=search],.bg-background.palette input[type=submit],.bg-background.palette input[type=tel],.bg-background.palette input[type=text],.bg-background.palette select,.bg-background.palette textarea {
	color: #fff
}

.bg-background.palette .button.button-icon,.bg-background.palette .button.button-icon:hover,.bg-background.palette button.button-icon,.bg-background.palette button.button-icon:hover,.bg-background.palette input[type=button].button-icon,.bg-background.palette input[type=button].button-icon:hover,.bg-background.palette input[type=checkbox].button-icon,.bg-background.palette input[type=checkbox].button-icon:hover,.bg-background.palette input[type=email].button-icon,.bg-background.palette input[type=email].button-icon:hover,.bg-background.palette input[type=number].button-icon,.bg-background.palette input[type=number].button-icon:hover,.bg-background.palette input[type=password].button-icon,.bg-background.palette input[type=password].button-icon:hover,.bg-background.palette input[type=radio].button-icon,.bg-background.palette input[type=radio].button-icon:hover,.bg-background.palette input[type=reset].button-icon,.bg-background.palette input[type=reset].button-icon:hover,.bg-background.palette input[type=search].button-icon,.bg-background.palette input[type=search].button-icon:hover,.bg-background.palette input[type=submit].button-icon,.bg-background.palette input[type=submit].button-icon:hover,.bg-background.palette input[type=tel].button-icon,.bg-background.palette input[type=tel].button-icon:hover,.bg-background.palette input[type=text].button-icon,.bg-background.palette input[type=text].button-icon:hover,.bg-background.palette select.button-icon,.bg-background.palette select.button-icon:hover,.bg-background.palette textarea.button-icon,.bg-background.palette textarea.button-icon:hover {
	color: #fff
}

.bg-background.palette .button.button-icon .icon svg .stroke,.bg-background.palette .button.button-icon:hover .icon svg .stroke,.bg-background.palette button.button-icon .icon svg .stroke,.bg-background.palette button.button-icon:hover .icon svg .stroke,.bg-background.palette input[type=button].button-icon .icon svg .stroke,.bg-background.palette input[type=button].button-icon:hover .icon svg .stroke,.bg-background.palette input[type=checkbox].button-icon .icon svg .stroke,.bg-background.palette input[type=checkbox].button-icon:hover .icon svg .stroke,.bg-background.palette input[type=email].button-icon .icon svg .stroke,.bg-background.palette input[type=email].button-icon:hover .icon svg .stroke,.bg-background.palette input[type=number].button-icon .icon svg .stroke,.bg-background.palette input[type=number].button-icon:hover .icon svg .stroke,.bg-background.palette input[type=password].button-icon .icon svg .stroke,.bg-background.palette input[type=password].button-icon:hover .icon svg .stroke,.bg-background.palette input[type=radio].button-icon .icon svg .stroke,.bg-background.palette input[type=radio].button-icon:hover .icon svg .stroke,.bg-background.palette input[type=reset].button-icon .icon svg .stroke,.bg-background.palette input[type=reset].button-icon:hover .icon svg .stroke,.bg-background.palette input[type=search].button-icon .icon svg .stroke,.bg-background.palette input[type=search].button-icon:hover .icon svg .stroke,.bg-background.palette input[type=submit].button-icon .icon svg .stroke,.bg-background.palette input[type=submit].button-icon:hover .icon svg .stroke,.bg-background.palette input[type=tel].button-icon .icon svg .stroke,.bg-background.palette input[type=tel].button-icon:hover .icon svg .stroke,.bg-background.palette input[type=text].button-icon .icon svg .stroke,.bg-background.palette input[type=text].button-icon:hover .icon svg .stroke,.bg-background.palette select.button-icon .icon svg .stroke,.bg-background.palette select.button-icon:hover .icon svg .stroke,.bg-background.palette textarea.button-icon .icon svg .stroke,.bg-background.palette textarea.button-icon:hover .icon svg .stroke {
	stroke: white
}

.bg-background.palette .button.button-icon .icon svg .fill,.bg-background.palette .button.button-icon:hover .icon svg .fill,.bg-background.palette button.button-icon .icon svg .fill,.bg-background.palette button.button-icon:hover .icon svg .fill,.bg-background.palette input[type=button].button-icon .icon svg .fill,.bg-background.palette input[type=button].button-icon:hover .icon svg .fill,.bg-background.palette input[type=checkbox].button-icon .icon svg .fill,.bg-background.palette input[type=checkbox].button-icon:hover .icon svg .fill,.bg-background.palette input[type=email].button-icon .icon svg .fill,.bg-background.palette input[type=email].button-icon:hover .icon svg .fill,.bg-background.palette input[type=number].button-icon .icon svg .fill,.bg-background.palette input[type=number].button-icon:hover .icon svg .fill,.bg-background.palette input[type=password].button-icon .icon svg .fill,.bg-background.palette input[type=password].button-icon:hover .icon svg .fill,.bg-background.palette input[type=radio].button-icon .icon svg .fill,.bg-background.palette input[type=radio].button-icon:hover .icon svg .fill,.bg-background.palette input[type=reset].button-icon .icon svg .fill,.bg-background.palette input[type=reset].button-icon:hover .icon svg .fill,.bg-background.palette input[type=search].button-icon .icon svg .fill,.bg-background.palette input[type=search].button-icon:hover .icon svg .fill,.bg-background.palette input[type=submit].button-icon .icon svg .fill,.bg-background.palette input[type=submit].button-icon:hover .icon svg .fill,.bg-background.palette input[type=tel].button-icon .icon svg .fill,.bg-background.palette input[type=tel].button-icon:hover .icon svg .fill,.bg-background.palette input[type=text].button-icon .icon svg .fill,.bg-background.palette input[type=text].button-icon:hover .icon svg .fill,.bg-background.palette select.button-icon .icon svg .fill,.bg-background.palette select.button-icon:hover .icon svg .fill,.bg-background.palette textarea.button-icon .icon svg .fill,.bg-background.palette textarea.button-icon:hover .icon svg .fill {
	fill: white
}

.rte.fg-background,h1.fg-background,h2.fg-background,h3.fg-background,h4.fg-background,h5.fg-background,h6.fg-background,li.fg-background,p.fg-background,ul.fg-background {
	color: #fff!important
}

a:not(.button).fg-background {
	color: #fff!important
}

a:not(.button).fg-background:after {
	border-bottom-color: #fff!important
}

a:not(.button).fg-background .icon svg .fill {
	fill: white!important
}

a:not(.button).fg-background .icon svg .stroke {
	stroke: white!important
}

.shopify-challenge__container a:not(.button).fg-background .shopify-challenge__message,a:not(.button).fg-background .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-background .t-underline {
	border-bottom-color: #fff!important
}

a:not(.button).fg-background:hover {
	color: #bfbfbf!important
}

a:not(.button).fg-background:hover:after {
	border-bottom-color: #bfbfbf!important
}

a:not(.button).fg-background:hover .icon svg .fill {
	fill: #bfbfbf!important
}

a:not(.button).fg-background:hover .icon svg .stroke {
	stroke: #bfbfbf!important
}

.shopify-challenge__container a:not(.button).fg-background:hover .shopify-challenge__message,a:not(.button).fg-background:hover .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-background:hover .t-underline {
	border-bottom-color: #bfbfbf!important
}

a:not(.button).fg-hover-background:hover {
	color: #fff!important
}

a:not(.button).fg-hover-background:hover:after {
	border-bottom-color: #fff!important
}

a:not(.button).fg-hover-background:hover .icon svg .fill {
	fill: white!important
}

a:not(.button).fg-hover-background:hover .icon svg .stroke {
	stroke: white!important
}

.shopify-challenge__container a:not(.button).fg-hover-background:hover .shopify-challenge__message,a:not(.button).fg-hover-background:hover .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-hover-background:hover .t-underline {
	border-bottom-color: #fff!important
}

a:not(.button).fg-hover-background:hover .button,a:not(.button).fg-hover-background:hover button,a:not(.button).fg-hover-background:hover input[type=button],a:not(.button).fg-hover-background:hover input[type=reset],a:not(.button).fg-hover-background:hover input[type=submit],a:not(.button).fg-hover-background:hover select {
	color: #fff!important
}

.icon.fg-background svg .fill {
	fill: white!important
}

.icon.fg-background svg .stroke {
	stroke: white!important
}

.button.fg-background,button.fg-background,input[type=button].fg-background,input[type=reset].fg-background,input[type=submit].fg-background,select.fg-background {
	color: #fff!important
}

.button.fg-background.button-icon,.button.fg-background.button-icon:hover,button.fg-background.button-icon,button.fg-background.button-icon:hover,input[type=button].fg-background.button-icon,input[type=button].fg-background.button-icon:hover,input[type=reset].fg-background.button-icon,input[type=reset].fg-background.button-icon:hover,input[type=submit].fg-background.button-icon,input[type=submit].fg-background.button-icon:hover,select.fg-background.button-icon,select.fg-background.button-icon:hover {
	color: #fff!important
}

.button.fg-background.button-icon .icon svg .stroke,.button.fg-background.button-icon:hover .icon svg .stroke,button.fg-background.button-icon .icon svg .stroke,button.fg-background.button-icon:hover .icon svg .stroke,input[type=button].fg-background.button-icon .icon svg .stroke,input[type=button].fg-background.button-icon:hover .icon svg .stroke,input[type=reset].fg-background.button-icon .icon svg .stroke,input[type=reset].fg-background.button-icon:hover .icon svg .stroke,input[type=submit].fg-background.button-icon .icon svg .stroke,input[type=submit].fg-background.button-icon:hover .icon svg .stroke,select.fg-background.button-icon .icon svg .stroke,select.fg-background.button-icon:hover .icon svg .stroke {
	stroke: white!important
}

.button.fg-background.button-icon .icon svg .fill,.button.fg-background.button-icon:hover .icon svg .fill,button.fg-background.button-icon .icon svg .fill,button.fg-background.button-icon:hover .icon svg .fill,input[type=button].fg-background.button-icon .icon svg .fill,input[type=button].fg-background.button-icon:hover .icon svg .fill,input[type=reset].fg-background.button-icon .icon svg .fill,input[type=reset].fg-background.button-icon:hover .icon svg .fill,input[type=submit].fg-background.button-icon .icon svg .fill,input[type=submit].fg-background.button-icon:hover .icon svg .fill,select.fg-background.button-icon .icon svg .fill,select.fg-background.button-icon:hover .icon svg .fill {
	fill: white!important
}

.button.fg-hover-background:hover,button.fg-hover-background:hover,input[type=button].fg-hover-background:hover,input[type=reset].fg-hover-background:hover,input[type=submit].fg-hover-background:hover,select.fg-hover-background:hover {
	color: #fff!important
}

.button.fg-hover-background:hover.button-icon,.button.fg-hover-background:hover.button-icon:hover,button.fg-hover-background:hover.button-icon,button.fg-hover-background:hover.button-icon:hover,input[type=button].fg-hover-background:hover.button-icon,input[type=button].fg-hover-background:hover.button-icon:hover,input[type=reset].fg-hover-background:hover.button-icon,input[type=reset].fg-hover-background:hover.button-icon:hover,input[type=submit].fg-hover-background:hover.button-icon,input[type=submit].fg-hover-background:hover.button-icon:hover,select.fg-hover-background:hover.button-icon,select.fg-hover-background:hover.button-icon:hover {
	color: #fff!important
}

.button.fg-hover-background:hover.button-icon .icon svg .stroke,.button.fg-hover-background:hover.button-icon:hover .icon svg .stroke,button.fg-hover-background:hover.button-icon .icon svg .stroke,button.fg-hover-background:hover.button-icon:hover .icon svg .stroke,input[type=button].fg-hover-background:hover.button-icon .icon svg .stroke,input[type=button].fg-hover-background:hover.button-icon:hover .icon svg .stroke,input[type=reset].fg-hover-background:hover.button-icon .icon svg .stroke,input[type=reset].fg-hover-background:hover.button-icon:hover .icon svg .stroke,input[type=submit].fg-hover-background:hover.button-icon .icon svg .stroke,input[type=submit].fg-hover-background:hover.button-icon:hover .icon svg .stroke,select.fg-hover-background:hover.button-icon .icon svg .stroke,select.fg-hover-background:hover.button-icon:hover .icon svg .stroke {
	stroke: white!important
}

.button.fg-hover-background:hover.button-icon .icon svg .fill,.button.fg-hover-background:hover.button-icon:hover .icon svg .fill,button.fg-hover-background:hover.button-icon .icon svg .fill,button.fg-hover-background:hover.button-icon:hover .icon svg .fill,input[type=button].fg-hover-background:hover.button-icon .icon svg .fill,input[type=button].fg-hover-background:hover.button-icon:hover .icon svg .fill,input[type=reset].fg-hover-background:hover.button-icon .icon svg .fill,input[type=reset].fg-hover-background:hover.button-icon:hover .icon svg .fill,input[type=submit].fg-hover-background:hover.button-icon .icon svg .fill,input[type=submit].fg-hover-background:hover.button-icon:hover .icon svg .fill,select.fg-hover-background:hover.button-icon .icon svg .fill,select.fg-hover-background:hover.button-icon:hover .icon svg .fill {
	fill: white!important
}

.button.bg-background,button.bg-background,input[type=button].bg-background,input[type=reset].bg-background,input[type=submit].bg-background,select.bg-background {
	background-color: #fff!important;
	border-color: #fff!important
}

.button.bg-background:hover,button.bg-background:hover,input[type=button].bg-background:hover,input[type=reset].bg-background:hover,input[type=submit].bg-background:hover,select.bg-background:hover {
	background-color: #bfbfbf!important;
	border-color: #bfbfbf!important
}

.button.bg-background.bg-hover-background:hover,button.bg-background.bg-hover-background:hover,input[type=button].bg-background.bg-hover-background:hover,input[type=reset].bg-background.bg-hover-background:hover,input[type=submit].bg-background.bg-hover-background:hover,select.bg-background.bg-hover-background:hover {
	background-color: #fff!important;
	border-color: #fff!important
}

input[type=email].fg-background,input[type=number].fg-background,input[type=password].fg-background,input[type=search].fg-background,input[type=tel].fg-background,input[type=text].fg-background,textarea.fg-background {
	color: #fff!important
}

input[type=email].bg-background,input[type=number].bg-background,input[type=password].bg-background,input[type=search].bg-background,input[type=tel].bg-background,input[type=text].bg-background,textarea.bg-background {
	background-color: #fff!important;
	border-color: #fff!important
}

input[type=checkbox].fg-background,input[type=radio].fg-background {
	border-color: #fff!important
}

input[type=checkbox].fg-background:checked,input[type=radio].fg-background:checked {
	background-color: #fff!important
}

hr.fg-background {
	border-color: #fff!important
}

.fg-foreground {
	color: #a0a0a0
}

.fg-foreground .shopify-challenge__container .shopify-challenge__message,.fg-foreground .t-underline,.shopify-challenge__container .fg-foreground .shopify-challenge__message {
	border-bottom-color: #a0a0a0
}

.fg-foreground a:not(.button) {
	color: #a0a0a0
}

.fg-foreground a:not(.button):after {
	border-bottom-color: #a0a0a0
}

.fg-foreground a:not(.button) .icon svg .fill {
	fill: #a0a0a0
}

.fg-foreground a:not(.button) .icon svg .stroke {
	stroke: #a0a0a0
}

.fg-foreground a:not(.button):hover {
	color: #606060
}

.fg-foreground a:not(.button):hover:after {
	border-bottom-color: #606060
}

.fg-foreground a:not(.button):hover .icon svg .fill {
	fill: #606060
}

.fg-foreground a:not(.button):hover .icon svg .stroke {
	stroke: #606060
}

.fg-foreground.palette .rte,.fg-foreground.palette h1,.fg-foreground.palette h2,.fg-foreground.palette h3,.fg-foreground.palette h4,.fg-foreground.palette h5,.fg-foreground.palette h6,.fg-foreground.palette li,.fg-foreground.palette p,.fg-foreground.palette ul {
	color: #a0a0a0
}

.fg-foreground.palette a:not(.button) {
	color: #a0a0a0
}

.fg-foreground.palette a:not(.button):after {
	border-bottom-color: #a0a0a0
}

.fg-foreground.palette a:not(.button):hover {
	color: #606060
}

.fg-foreground.palette a:not(.button):hover:after {
	border-bottom-color: #606060
}

.fg-foreground.palette a:not(.button):hover .icon svg .fill {
	fill: #606060
}

.fg-foreground.palette a:not(.button):hover .icon svg .stroke {
	stroke: #606060
}

.fg-foreground.palette .icon .fill {
	fill: #a0a0a0
}

.fg-foreground.palette .icon .stroke {
	stroke: #a0a0a0
}

.fg-foreground.palette .button,.fg-foreground.palette button,.fg-foreground.palette input[type=button],.fg-foreground.palette input[type=reset],.fg-foreground.palette input[type=submit],.fg-foreground.palette select {
	background-color: #a0a0a0;
	border-color: #a0a0a0
}

.fg-foreground.palette .button:hover,.fg-foreground.palette button:hover,.fg-foreground.palette input[type=button]:hover,.fg-foreground.palette input[type=reset]:hover,.fg-foreground.palette input[type=submit]:hover,.fg-foreground.palette select:hover {
	background-color: #606060;
	border-color: #606060
}

.fg-foreground.palette input[type=email],.fg-foreground.palette input[type=number],.fg-foreground.palette input[type=password],.fg-foreground.palette input[type=search],.fg-foreground.palette input[type=tel],.fg-foreground.palette input[type=text],.fg-foreground.palette textarea {
	background-color: #a0a0a0;
	border-color: #a0a0a0
}

.fg-foreground.palette input[type=checkbox],.fg-foreground.palette input[type=radio] {
	border-color: #a0a0a0
}

.fg-foreground.palette input[type=checkbox]:checked,.fg-foreground.palette input[type=radio]:checked {
	background-color: #a0a0a0
}

.fg-foreground.palette hr {
	border-color: #a0a0a0
}

.bg-foreground {
	background-color: #a0a0a0
}

.bg-foreground.palette .button,.bg-foreground.palette button,.bg-foreground.palette input[type=button],.bg-foreground.palette input[type=checkbox],.bg-foreground.palette input[type=email],.bg-foreground.palette input[type=number],.bg-foreground.palette input[type=password],.bg-foreground.palette input[type=radio],.bg-foreground.palette input[type=reset],.bg-foreground.palette input[type=search],.bg-foreground.palette input[type=submit],.bg-foreground.palette input[type=tel],.bg-foreground.palette input[type=text],.bg-foreground.palette select,.bg-foreground.palette textarea {
	color: #a0a0a0
}

.bg-foreground.palette .button.button-icon,.bg-foreground.palette .button.button-icon:hover,.bg-foreground.palette button.button-icon,.bg-foreground.palette button.button-icon:hover,.bg-foreground.palette input[type=button].button-icon,.bg-foreground.palette input[type=button].button-icon:hover,.bg-foreground.palette input[type=checkbox].button-icon,.bg-foreground.palette input[type=checkbox].button-icon:hover,.bg-foreground.palette input[type=email].button-icon,.bg-foreground.palette input[type=email].button-icon:hover,.bg-foreground.palette input[type=number].button-icon,.bg-foreground.palette input[type=number].button-icon:hover,.bg-foreground.palette input[type=password].button-icon,.bg-foreground.palette input[type=password].button-icon:hover,.bg-foreground.palette input[type=radio].button-icon,.bg-foreground.palette input[type=radio].button-icon:hover,.bg-foreground.palette input[type=reset].button-icon,.bg-foreground.palette input[type=reset].button-icon:hover,.bg-foreground.palette input[type=search].button-icon,.bg-foreground.palette input[type=search].button-icon:hover,.bg-foreground.palette input[type=submit].button-icon,.bg-foreground.palette input[type=submit].button-icon:hover,.bg-foreground.palette input[type=tel].button-icon,.bg-foreground.palette input[type=tel].button-icon:hover,.bg-foreground.palette input[type=text].button-icon,.bg-foreground.palette input[type=text].button-icon:hover,.bg-foreground.palette select.button-icon,.bg-foreground.palette select.button-icon:hover,.bg-foreground.palette textarea.button-icon,.bg-foreground.palette textarea.button-icon:hover {
	color: #a0a0a0
}

.bg-foreground.palette .button.button-icon .icon svg .stroke,.bg-foreground.palette .button.button-icon:hover .icon svg .stroke,.bg-foreground.palette button.button-icon .icon svg .stroke,.bg-foreground.palette button.button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=button].button-icon .icon svg .stroke,.bg-foreground.palette input[type=button].button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=checkbox].button-icon .icon svg .stroke,.bg-foreground.palette input[type=checkbox].button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=email].button-icon .icon svg .stroke,.bg-foreground.palette input[type=email].button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=number].button-icon .icon svg .stroke,.bg-foreground.palette input[type=number].button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=password].button-icon .icon svg .stroke,.bg-foreground.palette input[type=password].button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=radio].button-icon .icon svg .stroke,.bg-foreground.palette input[type=radio].button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=reset].button-icon .icon svg .stroke,.bg-foreground.palette input[type=reset].button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=search].button-icon .icon svg .stroke,.bg-foreground.palette input[type=search].button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=submit].button-icon .icon svg .stroke,.bg-foreground.palette input[type=submit].button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=tel].button-icon .icon svg .stroke,.bg-foreground.palette input[type=tel].button-icon:hover .icon svg .stroke,.bg-foreground.palette input[type=text].button-icon .icon svg .stroke,.bg-foreground.palette input[type=text].button-icon:hover .icon svg .stroke,.bg-foreground.palette select.button-icon .icon svg .stroke,.bg-foreground.palette select.button-icon:hover .icon svg .stroke,.bg-foreground.palette textarea.button-icon .icon svg .stroke,.bg-foreground.palette textarea.button-icon:hover .icon svg .stroke {
	stroke: #a0a0a0
}

.bg-foreground.palette .button.button-icon .icon svg .fill,.bg-foreground.palette .button.button-icon:hover .icon svg .fill,.bg-foreground.palette button.button-icon .icon svg .fill,.bg-foreground.palette button.button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=button].button-icon .icon svg .fill,.bg-foreground.palette input[type=button].button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=checkbox].button-icon .icon svg .fill,.bg-foreground.palette input[type=checkbox].button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=email].button-icon .icon svg .fill,.bg-foreground.palette input[type=email].button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=number].button-icon .icon svg .fill,.bg-foreground.palette input[type=number].button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=password].button-icon .icon svg .fill,.bg-foreground.palette input[type=password].button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=radio].button-icon .icon svg .fill,.bg-foreground.palette input[type=radio].button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=reset].button-icon .icon svg .fill,.bg-foreground.palette input[type=reset].button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=search].button-icon .icon svg .fill,.bg-foreground.palette input[type=search].button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=submit].button-icon .icon svg .fill,.bg-foreground.palette input[type=submit].button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=tel].button-icon .icon svg .fill,.bg-foreground.palette input[type=tel].button-icon:hover .icon svg .fill,.bg-foreground.palette input[type=text].button-icon .icon svg .fill,.bg-foreground.palette input[type=text].button-icon:hover .icon svg .fill,.bg-foreground.palette select.button-icon .icon svg .fill,.bg-foreground.palette select.button-icon:hover .icon svg .fill,.bg-foreground.palette textarea.button-icon .icon svg .fill,.bg-foreground.palette textarea.button-icon:hover .icon svg .fill {
	fill: #a0a0a0
}

.rte.fg-foreground,h1.fg-foreground,h2.fg-foreground,h3.fg-foreground,h4.fg-foreground,h5.fg-foreground,h6.fg-foreground,li.fg-foreground,p.fg-foreground,ul.fg-foreground {
	color: #a0a0a0!important
}

a:not(.button).fg-foreground {
	color: #a0a0a0!important
}

a:not(.button).fg-foreground:after {
	border-bottom-color: #a0a0a0!important
}

a:not(.button).fg-foreground .icon svg .fill {
	fill: #a0a0a0!important
}

a:not(.button).fg-foreground .icon svg .stroke {
	stroke: #a0a0a0!important
}

.shopify-challenge__container a:not(.button).fg-foreground .shopify-challenge__message,a:not(.button).fg-foreground .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-foreground .t-underline {
	border-bottom-color: #a0a0a0!important
}

a:not(.button).fg-foreground:hover {
	color: #606060!important
}

a:not(.button).fg-foreground:hover:after {
	border-bottom-color: #606060!important
}

a:not(.button).fg-foreground:hover .icon svg .fill {
	fill: #606060!important
}

a:not(.button).fg-foreground:hover .icon svg .stroke {
	stroke: #606060!important
}

.shopify-challenge__container a:not(.button).fg-foreground:hover .shopify-challenge__message,a:not(.button).fg-foreground:hover .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-foreground:hover .t-underline {
	border-bottom-color: #606060!important
}

a:not(.button).fg-hover-foreground:hover {
	color: #a0a0a0!important
}

a:not(.button).fg-hover-foreground:hover:after {
	border-bottom-color: #a0a0a0!important
}

a:not(.button).fg-hover-foreground:hover .icon svg .fill {
	fill: #a0a0a0!important
}

a:not(.button).fg-hover-foreground:hover .icon svg .stroke {
	stroke: #a0a0a0!important
}

.shopify-challenge__container a:not(.button).fg-hover-foreground:hover .shopify-challenge__message,a:not(.button).fg-hover-foreground:hover .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-hover-foreground:hover .t-underline {
	border-bottom-color: #a0a0a0!important
}

a:not(.button).fg-hover-foreground:hover .button,a:not(.button).fg-hover-foreground:hover button,a:not(.button).fg-hover-foreground:hover input[type=button],a:not(.button).fg-hover-foreground:hover input[type=reset],a:not(.button).fg-hover-foreground:hover input[type=submit],a:not(.button).fg-hover-foreground:hover select {
	color: #a0a0a0!important
}

.icon.fg-foreground svg .fill {
	fill: #a0a0a0!important
}

.icon.fg-foreground svg .stroke {
	stroke: #a0a0a0!important
}

.button.fg-foreground,button.fg-foreground,input[type=button].fg-foreground,input[type=reset].fg-foreground,input[type=submit].fg-foreground,select.fg-foreground {
	color: #a0a0a0!important
}

.button.fg-foreground.button-icon,.button.fg-foreground.button-icon:hover,button.fg-foreground.button-icon,button.fg-foreground.button-icon:hover,input[type=button].fg-foreground.button-icon,input[type=button].fg-foreground.button-icon:hover,input[type=reset].fg-foreground.button-icon,input[type=reset].fg-foreground.button-icon:hover,input[type=submit].fg-foreground.button-icon,input[type=submit].fg-foreground.button-icon:hover,select.fg-foreground.button-icon,select.fg-foreground.button-icon:hover {
	color: #a0a0a0!important
}

.button.fg-foreground.button-icon .icon svg .stroke,.button.fg-foreground.button-icon:hover .icon svg .stroke,button.fg-foreground.button-icon .icon svg .stroke,button.fg-foreground.button-icon:hover .icon svg .stroke,input[type=button].fg-foreground.button-icon .icon svg .stroke,input[type=button].fg-foreground.button-icon:hover .icon svg .stroke,input[type=reset].fg-foreground.button-icon .icon svg .stroke,input[type=reset].fg-foreground.button-icon:hover .icon svg .stroke,input[type=submit].fg-foreground.button-icon .icon svg .stroke,input[type=submit].fg-foreground.button-icon:hover .icon svg .stroke,select.fg-foreground.button-icon .icon svg .stroke,select.fg-foreground.button-icon:hover .icon svg .stroke {
	stroke: #a0a0a0!important
}

.button.fg-foreground.button-icon .icon svg .fill,.button.fg-foreground.button-icon:hover .icon svg .fill,button.fg-foreground.button-icon .icon svg .fill,button.fg-foreground.button-icon:hover .icon svg .fill,input[type=button].fg-foreground.button-icon .icon svg .fill,input[type=button].fg-foreground.button-icon:hover .icon svg .fill,input[type=reset].fg-foreground.button-icon .icon svg .fill,input[type=reset].fg-foreground.button-icon:hover .icon svg .fill,input[type=submit].fg-foreground.button-icon .icon svg .fill,input[type=submit].fg-foreground.button-icon:hover .icon svg .fill,select.fg-foreground.button-icon .icon svg .fill,select.fg-foreground.button-icon:hover .icon svg .fill {
	fill: #a0a0a0!important
}

.button.fg-hover-foreground:hover,button.fg-hover-foreground:hover,input[type=button].fg-hover-foreground:hover,input[type=reset].fg-hover-foreground:hover,input[type=submit].fg-hover-foreground:hover,select.fg-hover-foreground:hover {
	color: #a0a0a0!important
}

.button.fg-hover-foreground:hover.button-icon,.button.fg-hover-foreground:hover.button-icon:hover,button.fg-hover-foreground:hover.button-icon,button.fg-hover-foreground:hover.button-icon:hover,input[type=button].fg-hover-foreground:hover.button-icon,input[type=button].fg-hover-foreground:hover.button-icon:hover,input[type=reset].fg-hover-foreground:hover.button-icon,input[type=reset].fg-hover-foreground:hover.button-icon:hover,input[type=submit].fg-hover-foreground:hover.button-icon,input[type=submit].fg-hover-foreground:hover.button-icon:hover,select.fg-hover-foreground:hover.button-icon,select.fg-hover-foreground:hover.button-icon:hover {
	color: #a0a0a0!important
}

.button.fg-hover-foreground:hover.button-icon .icon svg .stroke,.button.fg-hover-foreground:hover.button-icon:hover .icon svg .stroke,button.fg-hover-foreground:hover.button-icon .icon svg .stroke,button.fg-hover-foreground:hover.button-icon:hover .icon svg .stroke,input[type=button].fg-hover-foreground:hover.button-icon .icon svg .stroke,input[type=button].fg-hover-foreground:hover.button-icon:hover .icon svg .stroke,input[type=reset].fg-hover-foreground:hover.button-icon .icon svg .stroke,input[type=reset].fg-hover-foreground:hover.button-icon:hover .icon svg .stroke,input[type=submit].fg-hover-foreground:hover.button-icon .icon svg .stroke,input[type=submit].fg-hover-foreground:hover.button-icon:hover .icon svg .stroke,select.fg-hover-foreground:hover.button-icon .icon svg .stroke,select.fg-hover-foreground:hover.button-icon:hover .icon svg .stroke {
	stroke: #a0a0a0!important
}

.button.fg-hover-foreground:hover.button-icon .icon svg .fill,.button.fg-hover-foreground:hover.button-icon:hover .icon svg .fill,button.fg-hover-foreground:hover.button-icon .icon svg .fill,button.fg-hover-foreground:hover.button-icon:hover .icon svg .fill,input[type=button].fg-hover-foreground:hover.button-icon .icon svg .fill,input[type=button].fg-hover-foreground:hover.button-icon:hover .icon svg .fill,input[type=reset].fg-hover-foreground:hover.button-icon .icon svg .fill,input[type=reset].fg-hover-foreground:hover.button-icon:hover .icon svg .fill,input[type=submit].fg-hover-foreground:hover.button-icon .icon svg .fill,input[type=submit].fg-hover-foreground:hover.button-icon:hover .icon svg .fill,select.fg-hover-foreground:hover.button-icon .icon svg .fill,select.fg-hover-foreground:hover.button-icon:hover .icon svg .fill {
	fill: #a0a0a0!important
}

.button.bg-foreground,button.bg-foreground,input[type=button].bg-foreground,input[type=reset].bg-foreground,input[type=submit].bg-foreground,select.bg-foreground {
	background-color: #a0a0a0!important;
	border-color: #a0a0a0!important
}

.button.bg-foreground:hover,button.bg-foreground:hover,input[type=button].bg-foreground:hover,input[type=reset].bg-foreground:hover,input[type=submit].bg-foreground:hover,select.bg-foreground:hover {
	background-color: #606060!important;
	border-color: #606060!important
}

.button.bg-foreground.bg-hover-foreground:hover,button.bg-foreground.bg-hover-foreground:hover,input[type=button].bg-foreground.bg-hover-foreground:hover,input[type=reset].bg-foreground.bg-hover-foreground:hover,input[type=submit].bg-foreground.bg-hover-foreground:hover,select.bg-foreground.bg-hover-foreground:hover {
	background-color: #a0a0a0!important;
	border-color: #a0a0a0!important
}

input[type=email].fg-foreground,input[type=number].fg-foreground,input[type=password].fg-foreground,input[type=search].fg-foreground,input[type=tel].fg-foreground,input[type=text].fg-foreground,textarea.fg-foreground {
	color: #a0a0a0!important
}

input[type=email].bg-foreground,input[type=number].bg-foreground,input[type=password].bg-foreground,input[type=search].bg-foreground,input[type=tel].bg-foreground,input[type=text].bg-foreground,textarea.bg-foreground {
	background-color: #a0a0a0!important;
	border-color: #a0a0a0!important
}

input[type=checkbox].fg-foreground,input[type=radio].fg-foreground {
	border-color: #a0a0a0!important
}

input[type=checkbox].fg-foreground:checked,input[type=radio].fg-foreground:checked {
	background-color: #a0a0a0!important
}

hr.fg-foreground {
	border-color: #a0a0a0!important
}

.fg-highlight {
	color: #f3eaa1
}

.fg-highlight .shopify-challenge__container .shopify-challenge__message,.fg-highlight .t-underline,.shopify-challenge__container .fg-highlight .shopify-challenge__message {
	border-bottom-color: #f3eaa1
}

.fg-highlight a:not(.button) {
	color: #f3eaa1
}

.fg-highlight a:not(.button):after {
	border-bottom-color: #f3eaa1
}

.fg-highlight a:not(.button) .icon svg .fill {
	fill: #f3eaa1
}

.fg-highlight a:not(.button) .icon svg .stroke {
	stroke: #f3eaa1
}

.fg-highlight a:not(.button):hover {
	color: #e5d130
}

.fg-highlight a:not(.button):hover:after {
	border-bottom-color: #e5d130
}

.fg-highlight a:not(.button):hover .icon svg .fill {
	fill: #e5d130
}

.fg-highlight a:not(.button):hover .icon svg .stroke {
	stroke: #e5d130
}

.fg-highlight.palette .rte,.fg-highlight.palette h1,.fg-highlight.palette h2,.fg-highlight.palette h3,.fg-highlight.palette h4,.fg-highlight.palette h5,.fg-highlight.palette h6,.fg-highlight.palette li,.fg-highlight.palette p,.fg-highlight.palette ul {
	color: #f3eaa1
}

.fg-highlight.palette a:not(.button) {
	color: #f3eaa1
}

.fg-highlight.palette a:not(.button):after {
	border-bottom-color: #f3eaa1
}

.fg-highlight.palette a:not(.button):hover {
	color: #e5d130
}

.fg-highlight.palette a:not(.button):hover:after {
	border-bottom-color: #e5d130
}

.fg-highlight.palette a:not(.button):hover .icon svg .fill {
	fill: #e5d130
}

.fg-highlight.palette a:not(.button):hover .icon svg .stroke {
	stroke: #e5d130
}

.fg-highlight.palette .icon .fill {
	fill: #f3eaa1
}

.fg-highlight.palette .icon .stroke {
	stroke: #f3eaa1
}

.fg-highlight.palette .button,.fg-highlight.palette button,.fg-highlight.palette input[type=button],.fg-highlight.palette input[type=reset],.fg-highlight.palette input[type=submit],.fg-highlight.palette select {
	background-color: #f3eaa1;
	border-color: #f3eaa1
}

.fg-highlight.palette .button:hover,.fg-highlight.palette button:hover,.fg-highlight.palette input[type=button]:hover,.fg-highlight.palette input[type=reset]:hover,.fg-highlight.palette input[type=submit]:hover,.fg-highlight.palette select:hover {
	background-color: #e5d130;
	border-color: #e5d130
}

.fg-highlight.palette input[type=email],.fg-highlight.palette input[type=number],.fg-highlight.palette input[type=password],.fg-highlight.palette input[type=search],.fg-highlight.palette input[type=tel],.fg-highlight.palette input[type=text],.fg-highlight.palette textarea {
	background-color: #f3eaa1;
	border-color: #f3eaa1
}

.fg-highlight.palette input[type=checkbox],.fg-highlight.palette input[type=radio] {
	border-color: #f3eaa1
}

.fg-highlight.palette input[type=checkbox]:checked,.fg-highlight.palette input[type=radio]:checked {
	background-color: #f3eaa1
}

.fg-highlight.palette hr {
	border-color: #f3eaa1
}

.bg-highlight {
	background-color: #f3eaa1
}

.bg-highlight.palette .button,.bg-highlight.palette button,.bg-highlight.palette input[type=button],.bg-highlight.palette input[type=checkbox],.bg-highlight.palette input[type=email],.bg-highlight.palette input[type=number],.bg-highlight.palette input[type=password],.bg-highlight.palette input[type=radio],.bg-highlight.palette input[type=reset],.bg-highlight.palette input[type=search],.bg-highlight.palette input[type=submit],.bg-highlight.palette input[type=tel],.bg-highlight.palette input[type=text],.bg-highlight.palette select,.bg-highlight.palette textarea {
	color: #f3eaa1
}

.bg-highlight.palette .button.button-icon,.bg-highlight.palette .button.button-icon:hover,.bg-highlight.palette button.button-icon,.bg-highlight.palette button.button-icon:hover,.bg-highlight.palette input[type=button].button-icon,.bg-highlight.palette input[type=button].button-icon:hover,.bg-highlight.palette input[type=checkbox].button-icon,.bg-highlight.palette input[type=checkbox].button-icon:hover,.bg-highlight.palette input[type=email].button-icon,.bg-highlight.palette input[type=email].button-icon:hover,.bg-highlight.palette input[type=number].button-icon,.bg-highlight.palette input[type=number].button-icon:hover,.bg-highlight.palette input[type=password].button-icon,.bg-highlight.palette input[type=password].button-icon:hover,.bg-highlight.palette input[type=radio].button-icon,.bg-highlight.palette input[type=radio].button-icon:hover,.bg-highlight.palette input[type=reset].button-icon,.bg-highlight.palette input[type=reset].button-icon:hover,.bg-highlight.palette input[type=search].button-icon,.bg-highlight.palette input[type=search].button-icon:hover,.bg-highlight.palette input[type=submit].button-icon,.bg-highlight.palette input[type=submit].button-icon:hover,.bg-highlight.palette input[type=tel].button-icon,.bg-highlight.palette input[type=tel].button-icon:hover,.bg-highlight.palette input[type=text].button-icon,.bg-highlight.palette input[type=text].button-icon:hover,.bg-highlight.palette select.button-icon,.bg-highlight.palette select.button-icon:hover,.bg-highlight.palette textarea.button-icon,.bg-highlight.palette textarea.button-icon:hover {
	color: #f3eaa1
}

.bg-highlight.palette .button.button-icon .icon svg .stroke,.bg-highlight.palette .button.button-icon:hover .icon svg .stroke,.bg-highlight.palette button.button-icon .icon svg .stroke,.bg-highlight.palette button.button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=button].button-icon .icon svg .stroke,.bg-highlight.palette input[type=button].button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=checkbox].button-icon .icon svg .stroke,.bg-highlight.palette input[type=checkbox].button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=email].button-icon .icon svg .stroke,.bg-highlight.palette input[type=email].button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=number].button-icon .icon svg .stroke,.bg-highlight.palette input[type=number].button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=password].button-icon .icon svg .stroke,.bg-highlight.palette input[type=password].button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=radio].button-icon .icon svg .stroke,.bg-highlight.palette input[type=radio].button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=reset].button-icon .icon svg .stroke,.bg-highlight.palette input[type=reset].button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=search].button-icon .icon svg .stroke,.bg-highlight.palette input[type=search].button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=submit].button-icon .icon svg .stroke,.bg-highlight.palette input[type=submit].button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=tel].button-icon .icon svg .stroke,.bg-highlight.palette input[type=tel].button-icon:hover .icon svg .stroke,.bg-highlight.palette input[type=text].button-icon .icon svg .stroke,.bg-highlight.palette input[type=text].button-icon:hover .icon svg .stroke,.bg-highlight.palette select.button-icon .icon svg .stroke,.bg-highlight.palette select.button-icon:hover .icon svg .stroke,.bg-highlight.palette textarea.button-icon .icon svg .stroke,.bg-highlight.palette textarea.button-icon:hover .icon svg .stroke {
	stroke: #f3eaa1
}

.bg-highlight.palette .button.button-icon .icon svg .fill,.bg-highlight.palette .button.button-icon:hover .icon svg .fill,.bg-highlight.palette button.button-icon .icon svg .fill,.bg-highlight.palette button.button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=button].button-icon .icon svg .fill,.bg-highlight.palette input[type=button].button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=checkbox].button-icon .icon svg .fill,.bg-highlight.palette input[type=checkbox].button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=email].button-icon .icon svg .fill,.bg-highlight.palette input[type=email].button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=number].button-icon .icon svg .fill,.bg-highlight.palette input[type=number].button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=password].button-icon .icon svg .fill,.bg-highlight.palette input[type=password].button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=radio].button-icon .icon svg .fill,.bg-highlight.palette input[type=radio].button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=reset].button-icon .icon svg .fill,.bg-highlight.palette input[type=reset].button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=search].button-icon .icon svg .fill,.bg-highlight.palette input[type=search].button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=submit].button-icon .icon svg .fill,.bg-highlight.palette input[type=submit].button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=tel].button-icon .icon svg .fill,.bg-highlight.palette input[type=tel].button-icon:hover .icon svg .fill,.bg-highlight.palette input[type=text].button-icon .icon svg .fill,.bg-highlight.palette input[type=text].button-icon:hover .icon svg .fill,.bg-highlight.palette select.button-icon .icon svg .fill,.bg-highlight.palette select.button-icon:hover .icon svg .fill,.bg-highlight.palette textarea.button-icon .icon svg .fill,.bg-highlight.palette textarea.button-icon:hover .icon svg .fill {
	fill: #f3eaa1
}

.rte.fg-highlight,h1.fg-highlight,h2.fg-highlight,h3.fg-highlight,h4.fg-highlight,h5.fg-highlight,h6.fg-highlight,li.fg-highlight,p.fg-highlight,ul.fg-highlight {
	color: #f3eaa1!important
}

a:not(.button).fg-highlight {
	color: #f3eaa1!important
}

a:not(.button).fg-highlight:after {
	border-bottom-color: #f3eaa1!important
}

a:not(.button).fg-highlight .icon svg .fill {
	fill: #f3eaa1!important
}

a:not(.button).fg-highlight .icon svg .stroke {
	stroke: #f3eaa1!important
}

.shopify-challenge__container a:not(.button).fg-highlight .shopify-challenge__message,a:not(.button).fg-highlight .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-highlight .t-underline {
	border-bottom-color: #f3eaa1!important
}

a:not(.button).fg-highlight:hover {
	color: #e5d130!important
}

a:not(.button).fg-highlight:hover:after {
	border-bottom-color: #e5d130!important
}

a:not(.button).fg-highlight:hover .icon svg .fill {
	fill: #e5d130!important
}

a:not(.button).fg-highlight:hover .icon svg .stroke {
	stroke: #e5d130!important
}

.shopify-challenge__container a:not(.button).fg-highlight:hover .shopify-challenge__message,a:not(.button).fg-highlight:hover .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-highlight:hover .t-underline {
	border-bottom-color: #fff!important
}

a:not(.button).fg-hover-highlight:hover {
	color: #fff!important
}

a:not(.button).fg-hover-highlight:hover:after {
	border-bottom-color: #fff!important
}

a:not(.button).fg-hover-highlight:hover .icon svg .fill {
	fill: #fff!important
}

a:not(.button).fg-hover-highlight:hover .icon svg .stroke {
	stroke: #fff!important
}

.shopify-challenge__container a:not(.button).fg-hover-highlight:hover .shopify-challenge__message,a:not(.button).fg-hover-highlight:hover .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-hover-highlight:hover .t-underline {
	border-bottom-color: #fff!important
}

a:not(.button).fg-hover-highlight:hover .button,a:not(.button).fg-hover-highlight:hover button,a:not(.button).fg-hover-highlight:hover input[type=button],a:not(.button).fg-hover-highlight:hover input[type=reset],a:not(.button).fg-hover-highlight:hover input[type=submit],a:not(.button).fg-hover-highlight:hover select {
	color: #fff!important
}

.icon.fg-highlight svg .fill {
	fill: #fff!important
}

.icon.fg-highlight svg .stroke {
	stroke: #fff!important
}

.button.fg-highlight,button.fg-highlight,input[type=button].fg-highlight,input[type=reset].fg-highlight,input[type=submit].fg-highlight,select.fg-highlight {
	color: #fff!important
}

.button.fg-highlight.button-icon,.button.fg-highlight.button-icon:hover,button.fg-highlight.button-icon,button.fg-highlight.button-icon:hover,input[type=button].fg-highlight.button-icon,input[type=button].fg-highlight.button-icon:hover,input[type=reset].fg-highlight.button-icon,input[type=reset].fg-highlight.button-icon:hover,input[type=submit].fg-highlight.button-icon,input[type=submit].fg-highlight.button-icon:hover,select.fg-highlight.button-icon,select.fg-highlight.button-icon:hover {
	color: #f3eaa1!important
}

.button.fg-highlight.button-icon .icon svg .stroke,.button.fg-highlight.button-icon:hover .icon svg .stroke,button.fg-highlight.button-icon .icon svg .stroke,button.fg-highlight.button-icon:hover .icon svg .stroke,input[type=button].fg-highlight.button-icon .icon svg .stroke,input[type=button].fg-highlight.button-icon:hover .icon svg .stroke,input[type=reset].fg-highlight.button-icon .icon svg .stroke,input[type=reset].fg-highlight.button-icon:hover .icon svg .stroke,input[type=submit].fg-highlight.button-icon .icon svg .stroke,input[type=submit].fg-highlight.button-icon:hover .icon svg .stroke,select.fg-highlight.button-icon .icon svg .stroke,select.fg-highlight.button-icon:hover .icon svg .stroke {
	stroke: #fff!important
}

.button.fg-highlight.button-icon .icon svg .fill,.button.fg-highlight.button-icon:hover .icon svg .fill,button.fg-highlight.button-icon .icon svg .fill,button.fg-highlight.button-icon:hover .icon svg .fill,input[type=button].fg-highlight.button-icon .icon svg .fill,input[type=button].fg-highlight.button-icon:hover .icon svg .fill,input[type=reset].fg-highlight.button-icon .icon svg .fill,input[type=reset].fg-highlight.button-icon:hover .icon svg .fill,input[type=submit].fg-highlight.button-icon .icon svg .fill,input[type=submit].fg-highlight.button-icon:hover .icon svg .fill,select.fg-highlight.button-icon .icon svg .fill,select.fg-highlight.button-icon:hover .icon svg .fill {
	fill: #fff!important
}

.button.fg-hover-highlight:hover,button.fg-hover-highlight:hover,input[type=button].fg-hover-highlight:hover,input[type=reset].fg-hover-highlight:hover,input[type=submit].fg-hover-highlight:hover,select.fg-hover-highlight:hover {
	color: #fff!important
}

.button.fg-hover-highlight:hover.button-icon,.button.fg-hover-highlight:hover.button-icon:hover,button.fg-hover-highlight:hover.button-icon,button.fg-hover-highlight:hover.button-icon:hover,input[type=button].fg-hover-highlight:hover.button-icon,input[type=button].fg-hover-highlight:hover.button-icon:hover,input[type=reset].fg-hover-highlight:hover.button-icon,input[type=reset].fg-hover-highlight:hover.button-icon:hover,input[type=submit].fg-hover-highlight:hover.button-icon,input[type=submit].fg-hover-highlight:hover.button-icon:hover,select.fg-hover-highlight:hover.button-icon,select.fg-hover-highlight:hover.button-icon:hover {
	color: #fff!important
}

.button.fg-hover-highlight:hover.button-icon .icon svg .stroke,.button.fg-hover-highlight:hover.button-icon:hover .icon svg .stroke,button.fg-hover-highlight:hover.button-icon .icon svg .stroke,button.fg-hover-highlight:hover.button-icon:hover .icon svg .stroke,input[type=button].fg-hover-highlight:hover.button-icon .icon svg .stroke,input[type=button].fg-hover-highlight:hover.button-icon:hover .icon svg .stroke,input[type=reset].fg-hover-highlight:hover.button-icon .icon svg .stroke,input[type=reset].fg-hover-highlight:hover.button-icon:hover .icon svg .stroke,input[type=submit].fg-hover-highlight:hover.button-icon .icon svg .stroke,input[type=submit].fg-hover-highlight:hover.button-icon:hover .icon svg .stroke,select.fg-hover-highlight:hover.button-icon .icon svg .stroke,select.fg-hover-highlight:hover.button-icon:hover .icon svg .stroke {
	stroke: #fff!important
}

.button.fg-hover-highlight:hover.button-icon .icon svg .fill,.button.fg-hover-highlight:hover.button-icon:hover .icon svg .fill,button.fg-hover-highlight:hover.button-icon .icon svg .fill,button.fg-hover-highlight:hover.button-icon:hover .icon svg .fill,input[type=button].fg-hover-highlight:hover.button-icon .icon svg .fill,input[type=button].fg-hover-highlight:hover.button-icon:hover .icon svg .fill,input[type=reset].fg-hover-highlight:hover.button-icon .icon svg .fill,input[type=reset].fg-hover-highlight:hover.button-icon:hover .icon svg .fill,input[type=submit].fg-hover-highlight:hover.button-icon .icon svg .fill,input[type=submit].fg-hover-highlight:hover.button-icon:hover .icon svg .fill,select.fg-hover-highlight:hover.button-icon .icon svg .fill,select.fg-hover-highlight:hover.button-icon:hover .icon svg .fill {
	fill: #fff!important
}

.button.bg-highlight,button.bg-highlight,input[type=button].bg-highlight,input[type=reset].bg-highlight,input[type=submit].bg-highlight,select.bg-highlight {
	background-color: #fff!important;
	border-color: #fff!important
}

.button.bg-highlight:hover,button.bg-highlight:hover,input[type=button].bg-highlight:hover,input[type=reset].bg-highlight:hover,input[type=submit].bg-highlight:hover,select.bg-highlight:hover {
	background-color: #e5d130!important;
	border-color: #e5d130!important
}

.button.bg-highlight.bg-hover-highlight:hover,button.bg-highlight.bg-hover-highlight:hover,input[type=button].bg-highlight.bg-hover-highlight:hover,input[type=reset].bg-highlight.bg-hover-highlight:hover,input[type=submit].bg-highlight.bg-hover-highlight:hover,select.bg-highlight.bg-hover-highlight:hover {
	background-color: #f3eaa1!important;
	border-color: #f3eaa1!important
}

input[type=email].fg-highlight,input[type=number].fg-highlight,input[type=password].fg-highlight,input[type=search].fg-highlight,input[type=tel].fg-highlight,input[type=text].fg-highlight,textarea.fg-highlight {
	color: #f3eaa1!important
}

input[type=email].bg-highlight,input[type=number].bg-highlight,input[type=password].bg-highlight,input[type=search].bg-highlight,input[type=tel].bg-highlight,input[type=text].bg-highlight,textarea.bg-highlight {
	background-color: #f3eaa1!important;
	border-color: #f3eaa1!important
}

input[type=checkbox].fg-highlight,input[type=radio].fg-highlight {
	border-color: #f3eaa1!important
}

input[type=checkbox].fg-highlight:checked,input[type=radio].fg-highlight:checked {
	background-color: #f3eaa1!important
}

hr.fg-highlight {
	border-color: #f3eaa1!important
}

.fg-border {
	color: #f8f8f8
}

.fg-border .shopify-challenge__container .shopify-challenge__message,.fg-border .t-underline,.shopify-challenge__container .fg-border .shopify-challenge__message {
	border-bottom-color: #f8f8f8
}

.fg-border a:not(.button) {
	color: #f8f8f8
}

.fg-border a:not(.button):after {
	border-bottom-color: #f8f8f8
}

.fg-border a:not(.button) .icon svg .fill {
	fill: #f8f8f8
}

.fg-border a:not(.button) .icon svg .stroke {
	stroke: #f8f8f8
}

.fg-border a:not(.button):hover {
	color: #b8b8b8
}

.fg-border a:not(.button):hover:after {
	border-bottom-color: #b8b8b8
}

.fg-border a:not(.button):hover .icon svg .fill {
	fill: #b8b8b8
}

.fg-border a:not(.button):hover .icon svg .stroke {
	stroke: #b8b8b8
}

.fg-border.palette .rte,.fg-border.palette h1,.fg-border.palette h2,.fg-border.palette h3,.fg-border.palette h4,.fg-border.palette h5,.fg-border.palette h6,.fg-border.palette li,.fg-border.palette p,.fg-border.palette ul {
	color: #f8f8f8
}

.fg-border.palette a:not(.button) {
	color: #f8f8f8
}

.fg-border.palette a:not(.button):after {
	border-bottom-color: #f8f8f8
}

.fg-border.palette a:not(.button):hover {
	color: #b8b8b8
}

.fg-border.palette a:not(.button):hover:after {
	border-bottom-color: #b8b8b8
}

.fg-border.palette a:not(.button):hover .icon svg .fill {
	fill: #b8b8b8
}

.fg-border.palette a:not(.button):hover .icon svg .stroke {
	stroke: #b8b8b8
}

.fg-border.palette .icon .fill {
	fill: #f8f8f8
}

.fg-border.palette .icon .stroke {
	stroke: #f8f8f8
}

.fg-border.palette .button,.fg-border.palette button,.fg-border.palette input[type=button],.fg-border.palette input[type=reset],.fg-border.palette input[type=submit],.fg-border.palette select {
	background-color: #f8f8f8;
	border-color: #f8f8f8
}

.fg-border.palette .button:hover,.fg-border.palette button:hover,.fg-border.palette input[type=button]:hover,.fg-border.palette input[type=reset]:hover,.fg-border.palette input[type=submit]:hover,.fg-border.palette select:hover {
	background-color: #b8b8b8;
	border-color: #b8b8b8
}

.fg-border.palette input[type=email],.fg-border.palette input[type=number],.fg-border.palette input[type=password],.fg-border.palette input[type=search],.fg-border.palette input[type=tel],.fg-border.palette input[type=text],.fg-border.palette textarea {
	background-color: #f8f8f8;
	border-color: #f8f8f8
}

.fg-border.palette input[type=checkbox],.fg-border.palette input[type=radio] {
	border-color: #f8f8f8
}

.fg-border.palette input[type=checkbox]:checked,.fg-border.palette input[type=radio]:checked {
	background-color: #f8f8f8
}

.fg-border.palette hr {
	border-color: #f8f8f8
}

.bg-border {
	background-color: #fff
}

.bg-border.palette .button,.bg-border.palette button,.bg-border.palette input[type=button],.bg-border.palette input[type=checkbox],.bg-border.palette input[type=email],.bg-border.palette input[type=number],.bg-border.palette input[type=password],.bg-border.palette input[type=radio],.bg-border.palette input[type=reset],.bg-border.palette input[type=search],.bg-border.palette input[type=submit],.bg-border.palette input[type=tel],.bg-border.palette input[type=text],.bg-border.palette select,.bg-border.palette textarea {
	color: #f8f8f8
}

.bg-border.palette .button.button-icon,.bg-border.palette .button.button-icon:hover,.bg-border.palette button.button-icon,.bg-border.palette button.button-icon:hover,.bg-border.palette input[type=button].button-icon,.bg-border.palette input[type=button].button-icon:hover,.bg-border.palette input[type=checkbox].button-icon,.bg-border.palette input[type=checkbox].button-icon:hover,.bg-border.palette input[type=email].button-icon,.bg-border.palette input[type=email].button-icon:hover,.bg-border.palette input[type=number].button-icon,.bg-border.palette input[type=number].button-icon:hover,.bg-border.palette input[type=password].button-icon,.bg-border.palette input[type=password].button-icon:hover,.bg-border.palette input[type=radio].button-icon,.bg-border.palette input[type=radio].button-icon:hover,.bg-border.palette input[type=reset].button-icon,.bg-border.palette input[type=reset].button-icon:hover,.bg-border.palette input[type=search].button-icon,.bg-border.palette input[type=search].button-icon:hover,.bg-border.palette input[type=submit].button-icon,.bg-border.palette input[type=submit].button-icon:hover,.bg-border.palette input[type=tel].button-icon,.bg-border.palette input[type=tel].button-icon:hover,.bg-border.palette input[type=text].button-icon,.bg-border.palette input[type=text].button-icon:hover,.bg-border.palette select.button-icon,.bg-border.palette select.button-icon:hover,.bg-border.palette textarea.button-icon,.bg-border.palette textarea.button-icon:hover {
	color: #f8f8f8
}

.bg-border.palette .button.button-icon .icon svg .stroke,.bg-border.palette .button.button-icon:hover .icon svg .stroke,.bg-border.palette button.button-icon .icon svg .stroke,.bg-border.palette button.button-icon:hover .icon svg .stroke,.bg-border.palette input[type=button].button-icon .icon svg .stroke,.bg-border.palette input[type=button].button-icon:hover .icon svg .stroke,.bg-border.palette input[type=checkbox].button-icon .icon svg .stroke,.bg-border.palette input[type=checkbox].button-icon:hover .icon svg .stroke,.bg-border.palette input[type=email].button-icon .icon svg .stroke,.bg-border.palette input[type=email].button-icon:hover .icon svg .stroke,.bg-border.palette input[type=number].button-icon .icon svg .stroke,.bg-border.palette input[type=number].button-icon:hover .icon svg .stroke,.bg-border.palette input[type=password].button-icon .icon svg .stroke,.bg-border.palette input[type=password].button-icon:hover .icon svg .stroke,.bg-border.palette input[type=radio].button-icon .icon svg .stroke,.bg-border.palette input[type=radio].button-icon:hover .icon svg .stroke,.bg-border.palette input[type=reset].button-icon .icon svg .stroke,.bg-border.palette input[type=reset].button-icon:hover .icon svg .stroke,.bg-border.palette input[type=search].button-icon .icon svg .stroke,.bg-border.palette input[type=search].button-icon:hover .icon svg .stroke,.bg-border.palette input[type=submit].button-icon .icon svg .stroke,.bg-border.palette input[type=submit].button-icon:hover .icon svg .stroke,.bg-border.palette input[type=tel].button-icon .icon svg .stroke,.bg-border.palette input[type=tel].button-icon:hover .icon svg .stroke,.bg-border.palette input[type=text].button-icon .icon svg .stroke,.bg-border.palette input[type=text].button-icon:hover .icon svg .stroke,.bg-border.palette select.button-icon .icon svg .stroke,.bg-border.palette select.button-icon:hover .icon svg .stroke,.bg-border.palette textarea.button-icon .icon svg .stroke,.bg-border.palette textarea.button-icon:hover .icon svg .stroke {
	stroke: #f8f8f8
}

.bg-border.palette .button.button-icon .icon svg .fill,.bg-border.palette .button.button-icon:hover .icon svg .fill,.bg-border.palette button.button-icon .icon svg .fill,.bg-border.palette button.button-icon:hover .icon svg .fill,.bg-border.palette input[type=button].button-icon .icon svg .fill,.bg-border.palette input[type=button].button-icon:hover .icon svg .fill,.bg-border.palette input[type=checkbox].button-icon .icon svg .fill,.bg-border.palette input[type=checkbox].button-icon:hover .icon svg .fill,.bg-border.palette input[type=email].button-icon .icon svg .fill,.bg-border.palette input[type=email].button-icon:hover .icon svg .fill,.bg-border.palette input[type=number].button-icon .icon svg .fill,.bg-border.palette input[type=number].button-icon:hover .icon svg .fill,.bg-border.palette input[type=password].button-icon .icon svg .fill,.bg-border.palette input[type=password].button-icon:hover .icon svg .fill,.bg-border.palette input[type=radio].button-icon .icon svg .fill,.bg-border.palette input[type=radio].button-icon:hover .icon svg .fill,.bg-border.palette input[type=reset].button-icon .icon svg .fill,.bg-border.palette input[type=reset].button-icon:hover .icon svg .fill,.bg-border.palette input[type=search].button-icon .icon svg .fill,.bg-border.palette input[type=search].button-icon:hover .icon svg .fill,.bg-border.palette input[type=submit].button-icon .icon svg .fill,.bg-border.palette input[type=submit].button-icon:hover .icon svg .fill,.bg-border.palette input[type=tel].button-icon .icon svg .fill,.bg-border.palette input[type=tel].button-icon:hover .icon svg .fill,.bg-border.palette input[type=text].button-icon .icon svg .fill,.bg-border.palette input[type=text].button-icon:hover .icon svg .fill,.bg-border.palette select.button-icon .icon svg .fill,.bg-border.palette select.button-icon:hover .icon svg .fill,.bg-border.palette textarea.button-icon .icon svg .fill,.bg-border.palette textarea.button-icon:hover .icon svg .fill {
	fill: #f8f8f8
}

.rte.fg-border,h1.fg-border,h2.fg-border,h3.fg-border,h4.fg-border,h5.fg-border,h6.fg-border,li.fg-border,p.fg-border,ul.fg-border {
	color: #f8f8f8!important
}

a:not(.button).fg-border {
	color: #f8f8f8!important
}

a:not(.button).fg-border:after {
	border-bottom-color: #f8f8f8!important
}

a:not(.button).fg-border .icon svg .fill {
	fill: #f8f8f8!important
}

a:not(.button).fg-border .icon svg .stroke {
	stroke: #f8f8f8!important
}

.shopify-challenge__container a:not(.button).fg-border .shopify-challenge__message,a:not(.button).fg-border .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-border .t-underline {
	border-bottom-color: #f8f8f8!important
}

a:not(.button).fg-border:hover {
	color: #b8b8b8!important
}

a:not(.button).fg-border:hover:after {
	border-bottom-color: #b8b8b8!important
}

a:not(.button).fg-border:hover .icon svg .fill {
	fill: #b8b8b8!important
}

a:not(.button).fg-border:hover .icon svg .stroke {
	stroke: #b8b8b8!important
}

.shopify-challenge__container a:not(.button).fg-border:hover .shopify-challenge__message,a:not(.button).fg-border:hover .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-border:hover .t-underline {
	border-bottom-color: #b8b8b8!important
}

a:not(.button).fg-hover-border:hover {
	color: #f8f8f8!important
}

a:not(.button).fg-hover-border:hover:after {
	border-bottom-color: #f8f8f8!important
}

a:not(.button).fg-hover-border:hover .icon svg .fill {
	fill: #f8f8f8!important
}

a:not(.button).fg-hover-border:hover .icon svg .stroke {
	stroke: #f8f8f8!important
}

.shopify-challenge__container a:not(.button).fg-hover-border:hover .shopify-challenge__message,a:not(.button).fg-hover-border:hover .shopify-challenge__container .shopify-challenge__message,a:not(.button).fg-hover-border:hover .t-underline {
	border-bottom-color: #f8f8f8!important
}

a:not(.button).fg-hover-border:hover .button,a:not(.button).fg-hover-border:hover button,a:not(.button).fg-hover-border:hover input[type=button],a:not(.button).fg-hover-border:hover input[type=reset],a:not(.button).fg-hover-border:hover input[type=submit],a:not(.button).fg-hover-border:hover select {
	color: #f8f8f8!important
}

.icon.fg-border svg .fill {
	fill: #f8f8f8!important
}

.icon.fg-border svg .stroke {
	stroke: #f8f8f8!important
}

.button.fg-border,button.fg-border,input[type=button].fg-border,input[type=reset].fg-border,input[type=submit].fg-border,select.fg-border {
	color: #f8f8f8!important
}

.button.fg-border.button-icon,.button.fg-border.button-icon:hover,button.fg-border.button-icon,button.fg-border.button-icon:hover,input[type=button].fg-border.button-icon,input[type=button].fg-border.button-icon:hover,input[type=reset].fg-border.button-icon,input[type=reset].fg-border.button-icon:hover,input[type=submit].fg-border.button-icon,input[type=submit].fg-border.button-icon:hover,select.fg-border.button-icon,select.fg-border.button-icon:hover {
	color: #f8f8f8!important
}

.button.fg-border.button-icon .icon svg .stroke,.button.fg-border.button-icon:hover .icon svg .stroke,button.fg-border.button-icon .icon svg .stroke,button.fg-border.button-icon:hover .icon svg .stroke,input[type=button].fg-border.button-icon .icon svg .stroke,input[type=button].fg-border.button-icon:hover .icon svg .stroke,input[type=reset].fg-border.button-icon .icon svg .stroke,input[type=reset].fg-border.button-icon:hover .icon svg .stroke,input[type=submit].fg-border.button-icon .icon svg .stroke,input[type=submit].fg-border.button-icon:hover .icon svg .stroke,select.fg-border.button-icon .icon svg .stroke,select.fg-border.button-icon:hover .icon svg .stroke {
	stroke: #f8f8f8!important
}

.button.fg-border.button-icon .icon svg .fill,.button.fg-border.button-icon:hover .icon svg .fill,button.fg-border.button-icon .icon svg .fill,button.fg-border.button-icon:hover .icon svg .fill,input[type=button].fg-border.button-icon .icon svg .fill,input[type=button].fg-border.button-icon:hover .icon svg .fill,input[type=reset].fg-border.button-icon .icon svg .fill,input[type=reset].fg-border.button-icon:hover .icon svg .fill,input[type=submit].fg-border.button-icon .icon svg .fill,input[type=submit].fg-border.button-icon:hover .icon svg .fill,select.fg-border.button-icon .icon svg .fill,select.fg-border.button-icon:hover .icon svg .fill {
	fill: #f8f8f8!important
}

.button.fg-hover-border:hover,button.fg-hover-border:hover,input[type=button].fg-hover-border:hover,input[type=reset].fg-hover-border:hover,input[type=submit].fg-hover-border:hover,select.fg-hover-border:hover {
	color: #f8f8f8!important
}

.button.fg-hover-border:hover.button-icon,.button.fg-hover-border:hover.button-icon:hover,button.fg-hover-border:hover.button-icon,button.fg-hover-border:hover.button-icon:hover,input[type=button].fg-hover-border:hover.button-icon,input[type=button].fg-hover-border:hover.button-icon:hover,input[type=reset].fg-hover-border:hover.button-icon,input[type=reset].fg-hover-border:hover.button-icon:hover,input[type=submit].fg-hover-border:hover.button-icon,input[type=submit].fg-hover-border:hover.button-icon:hover,select.fg-hover-border:hover.button-icon,select.fg-hover-border:hover.button-icon:hover {
	color: #f8f8f8!important
}

.button.fg-hover-border:hover.button-icon .icon svg .stroke,.button.fg-hover-border:hover.button-icon:hover .icon svg .stroke,button.fg-hover-border:hover.button-icon .icon svg .stroke,button.fg-hover-border:hover.button-icon:hover .icon svg .stroke,input[type=button].fg-hover-border:hover.button-icon .icon svg .stroke,input[type=button].fg-hover-border:hover.button-icon:hover .icon svg .stroke,input[type=reset].fg-hover-border:hover.button-icon .icon svg .stroke,input[type=reset].fg-hover-border:hover.button-icon:hover .icon svg .stroke,input[type=submit].fg-hover-border:hover.button-icon .icon svg .stroke,input[type=submit].fg-hover-border:hover.button-icon:hover .icon svg .stroke,select.fg-hover-border:hover.button-icon .icon svg .stroke,select.fg-hover-border:hover.button-icon:hover .icon svg .stroke {
	stroke: #f8f8f8!important
}

.button.fg-hover-border:hover.button-icon .icon svg .fill,.button.fg-hover-border:hover.button-icon:hover .icon svg .fill,button.fg-hover-border:hover.button-icon .icon svg .fill,button.fg-hover-border:hover.button-icon:hover .icon svg .fill,input[type=button].fg-hover-border:hover.button-icon .icon svg .fill,input[type=button].fg-hover-border:hover.button-icon:hover .icon svg .fill,input[type=reset].fg-hover-border:hover.button-icon .icon svg .fill,input[type=reset].fg-hover-border:hover.button-icon:hover .icon svg .fill,input[type=submit].fg-hover-border:hover.button-icon .icon svg .fill,input[type=submit].fg-hover-border:hover.button-icon:hover .icon svg .fill,select.fg-hover-border:hover.button-icon .icon svg .fill,select.fg-hover-border:hover.button-icon:hover .icon svg .fill {
	fill: #f8f8f8!important
}

.button.bg-border,button.bg-border,input[type=button].bg-border,input[type=reset].bg-border,input[type=submit].bg-border,select.bg-border {
	background-color: #f8f8f8!important;
	border-color: #f8f8f8!important
}

.button.bg-border:hover,button.bg-border:hover,input[type=button].bg-border:hover,input[type=reset].bg-border:hover,input[type=submit].bg-border:hover,select.bg-border:hover {
	background-color: #b8b8b8!important;
	border-color: #b8b8b8!important
}

.button.bg-border.bg-hover-border:hover,button.bg-border.bg-hover-border:hover,input[type=button].bg-border.bg-hover-border:hover,input[type=reset].bg-border.bg-hover-border:hover,input[type=submit].bg-border.bg-hover-border:hover,select.bg-border.bg-hover-border:hover {
	background-color: #f8f8f8!important;
	border-color: #f8f8f8!important
}

input[type=email].fg-border,input[type=number].fg-border,input[type=password].fg-border,input[type=search].fg-border,input[type=tel].fg-border,input[type=text].fg-border,textarea.fg-border {
	color: #f8f8f8!important
}

input[type=email].bg-border,input[type=number].bg-border,input[type=password].bg-border,input[type=search].bg-border,input[type=tel].bg-border,input[type=text].bg-border,textarea.bg-border {
	background-color: #f8f8f8!important;
	border-color: #f8f8f8!important
}

input[type=checkbox].fg-border,input[type=radio].fg-border {
	border-color: #f8f8f8!important
}

input[type=checkbox].fg-border:checked,input[type=radio].fg-border:checked {
	background-color: #f8f8f8!important
}

hr.fg-border {
	border-color: #f8f8f8!important
}

.placeholder-background-collection-1 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M439.9 310.8c-.2.2-.1.5.1.7l13.2 8.7c.1.1.2.1.3.1.2 0 .3-.1.4-.2.2-.2.1-.5-.1-.7l-13.2-8.7c-.3-.2-.6-.1-.7.1z'/><path d='M463.4 235c1.1-9.4-1-18.6-5.1-21.6-1.7-1.2-3.6-1.3-5.4-.3l-.3.3-6.1-9.8-.1-.1-.8-8.1c-.2-1.9-1.7-3.3-3.6-3.3h-33c-1.6-33-14-75.8-44-75.9h-.1c-7.8 0-14.9 3.1-21.1 9.3-12.5 12.5-21 38.1-22.3 66.5h-20.7v-2.5c0-1.5-1.2-2.7-2.7-2.7h-3.8c-1.5 0-2.7 1.2-2.7 2.7v2.5H288c-1.9 0-3.4 1.4-3.6 3.3l-.8 8.4-5.9 9.5c-.1-.1-.3-.3-.5-.3-.8-.2-2.2-.3-3.6.8-.4.3-.7.6-1.1 1.1-8.5 9.5-6.5 32.6-.8 51.2h-34.5c.1-2.1.2-4.6.4-7.3.6-10.3 1.3-23.1.1-30.3-1.7-10.1-8.9-21.5-13.3-26.6-3.9-4.5-9.3-10.8-11.1-12.9 6.2-4 9.6-9.6 10.1-16.6v-.6c.3-3-.4-7.1-2.8-9.7-1.5-1.7-3.4-2.5-5.7-2.5h-39.6c-.3-11.5-6.3-23-19.3-23-4.3 0-8.2 1.7-11.4 4.5l-.2-.1c0 .1-.1.2-.1.4-4.5 4.2-7.4 10.8-7.6 18.3h-34.9c-2.3 0-4.3.8-5.7 2.5-2.3 2.6-3.1 6.7-2.8 9.7v.6c.5 7 3.9 12.6 10.1 16.6-1.9 2.2-7.3 8.4-11.1 12.9-5.4 6.3-11.9 17.3-13.3 26.6-2 12.9-.8 23 .2 32 .9 7.8 1.7 14.6.3 21.6-.8 1.7-1.7 3.6-2.4 5.6-3.2 8.4-4.4 18.9-3.6 23.5.7 3.9 4.3 6.7 8.9 8.3H62.8c-.6 0-1 .4-1 1V389c0 .6.4 1 1 1h59.7c.2.4.4.8.5 1.2 1.1 2.4 2.2 5 3.5 8.2.1.2.2.5.3.7 2.3 5.2 7.5 8.8 13.5 8.8h171.3c6 0 11.2-3.6 13.5-8.8v-.1l.3-.6c1.3-3.2 2.5-5.9 3.5-8.3.2-.4.4-.8.5-1.2H442c.9 0 1.7-.5 2.1-1.3.4-.8.3-1.7-.2-2.4l-8.4-10.8c-3-3.8-7.4-6-12.3-6h-53v-30.5c0-.3-.1-.5-.3-.7 6.3-.4 13.3-1.6 21-4 7.8-2.4 14.7-5.7 20.9-9.5H452c1.7 0 3.4-.7 4.5-2s1.7-3 1.5-4.7l-4.2-42.4c0-.1-.1-.3-.1-.4 5.8-13.2 9.3-27.2 9.7-40.5.1.4.1.3 0 .3zm-9.4-20.2c1.1-.6 2.2-.6 3.2.2 1.9 1.4 3.5 5 4.2 9.7-1.5-1.6-3.8-2-5.7-2.3l-1.5-.3c-1.4-.3-2.2-1-2.5-2.1-.3-1 0-2.2.7-3.3l1 1.6c.2.3.5.5.8.5.2 0 .4 0 .5-.2.5-.3.6-.9.3-1.4l-1.4-2.2c.2-.1.3-.1.4-.2zm-2.8 0c-1.5 1.7-2 3.8-1.5 5.7.5 1.8 1.9 3 4 3.5.5.1 1.1.2 1.6.3 3.1.6 5.1 1.1 5.5 3.8.1.5.5.8.9.8.1 3-.2 6.4-.9 9.8-1.9 8.8-4.6 17.3-8.2 25.5l-5.7-56.1 4.3 6.7zm-50.1-7.5h8.3l3.1 27.6c.1.5-.1.9-.4 1.2-.3.3-.7.5-1.2.5h-11.4c-.5 0-.9-.2-1.2-.5s-.4-.8-.4-1.2l3.2-27.6zm10.2-.4l-.1-.7c-.1-.5-.5-.9-1-.9h-10.1c-.5 0-.9.4-1 .9l-.1.7v-7.7h2.3v.6c0 1.3 1.1 2.4 2.4 2.4h3.2c1.3 0 2.4-1.1 2.4-2.4v-.6h2v7.7zm-49.2-14.7V140c1 .3 2 .5 3.1.5s2.1-.2 3.1-.5v52.2h-6.2zm-32.6 0c1.2-26.6 8.8-50.1 19.9-61.3 2.6-2.6 5.4-4.5 8.4-5.7-1.3 1.6-2.1 3.6-2.1 5.9 0 3.4 1.8 6.3 4.5 8 0 .1-.1.2-.1.4v52.7h-30.6zm-8.2 15.2h8.3l3.1 27.6c.1.5-.1.9-.4 1.2s-.7.5-1.2.5h-11.4c-.5 0-.9-.2-1.2-.5s-.4-.8-.4-1.2l3.2-27.6zm10.2-.4l-.1-.7c-.1-.5-.5-.9-1-.9h-10.1c-.5 0-.9.4-1 .9l-.1.7v-7.7h2.1v.5c0 1.3 1.1 2.4 2.4 2.4h3c1.3 0 2.4-1.1 2.4-2.4v-.6h2.3v7.8zm33.6-83.2c.6 0 1.2 0 1.7.1 3.3.8 5.8 3.7 5.8 7.2 0 4.1-3.3 7.4-7.4 7.4s-7.4-3.3-7.4-7.4c0-3.5 2.4-6.4 5.7-7.2.5-.1 1-.1 1.6-.1zm5 15.3c2.7-1.7 4.4-4.6 4.4-8 0-2.3-.8-4.3-2.1-6 17.4 6.6 27.3 36.7 28.7 67.1h-31v-52.7c.1-.2.1-.3 0-.4zm-24.8-12c5.8-5.8 12.5-8.8 19.7-8.8h.1c31 .1 42.2 48.8 42.2 81.5 0 .2-.2.4-.4.4h-3.2c-.2 0-.4-.2-.4-.4 0-2.1 0-4.1-.1-6.2.1-.1.1-.3.1-.5s-.1-.4-.2-.5c-1.5-34.5-14-68.8-36.1-70.8-.6-.1-1.3-.2-2-.2s-1.4.1-2 .2c-5.5.5-10.6 3.1-15.2 7.6-12.6 12.5-20.7 40.1-20.7 70.3 0 .2-.2.4-.4.4h-3c-.2 0-.4-.2-.4-.4.1-30.8 8.7-59.3 22-72.6zM299 208h-5.3l1.7-13.5h1.8L299 208zm-5.4-16v-2.3c0-.4.3-.7.7-.7h3.8c.4 0 .7.3.7.7v2.5h-5.4c.2-.1.2-.1.2-.2zm-7.1 3.7c.1-.8.8-1.5 1.6-1.5h5.3l-1.9 14.7c0 .3.1.6.2.8.2.2.5.3.8.3h7.6c.3 0 .6-.1.8-.3.2-.2.3-.5.2-.8l-1.9-14.7h22.3c0 1-.1 2-.1 3.1h-3.1c-.6 0-1 .4-1 1v11.8c0 .6.4 1 1 1 .2 0 .4-.1.6-.2l-2.7 23.9c-.1 1 .2 2 .9 2.8.7.8 1.6 1.2 2.7 1.2h11.4c1 0 2-.4 2.7-1.2.7-.8 1-1.8.9-2.8l-2.7-23.9c.2.1.3.2.6.2.6 0 1-.4 1-1v-11.8c0-.6-.4-1-1-1H329.4c0-1 0-2.1.1-3.1h71.9c0 1 .1 2 .1 3h-3.3c-.6 0-1 .4-1 1V210c0 .6.4 1 1 1 .2 0 .4-.1.6-.2l-2.7 23.9c-.1 1 .2 2 .9 2.8.7.8 1.6 1.2 2.7 1.2h11.4c1 0 2-.4 2.7-1.2.7-.8 1-1.8.9-2.8l-2.7-23.9c.2.1.3.2.6.2.6 0 1-.4 1-1v-11.8c0-.6-.4-1-1-1h-3c0-1 0-2-.1-3.1h32.9c.8 0 1.5.6 1.6 1.5l7.3 72.1c-11.7 24.7-30.6 45-52.5 55.3h-66.3c0-.4-.1-.9-.1-1.3-.5-4.8-.9-9.5-1.3-14.1h81.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H331c-.6-7.5-1.1-14.8-1.1-22v-15.1c0-1.8-1.5-3.3-3.3-3.3h-22.2v-5.7c0-.6-.4-1-1-1h-17.2c-.6 0-1 .4-1 1v5.7h-5.5l6.8-70.5zm75.6 134.2V325h6.1v5.1c-2.1.1-4.1 0-6.1-.2zm-18.6-4.9h16.6v4.6c-5.7-.7-11.3-2.2-16.6-4.6zm26.7 0h23.6c-7.9 3.1-15.8 4.8-23.6 5.1V325zm-10.1 44.6h-25.3c.1-1.2.1-2.5.1-3.8v-6.2c1.1-1.1 2.1-2.3 3.1-3.6.2-.2.2-.5.2-.8l-1.8-11.2c-.1-.4-.4-.7-.8-.8-.4-.1-.8.1-1 .5-.1.2-.3.5-.4.7-.4-5-.8-9.9-1.2-14.8 5.8 3.7 14.8 7.8 27.3 8.8 0 .1-.1.2-.1.3v30.9zm-81.5 6.8h.7v9.6h-.7v-9.6zm-2 16.3h-10.9v-16.3h4.5v8.9c0 .6.4 1 1 1s1-.4 1-1v-8.9h4.5v16.3zm-101.2 1h10.9v8.7l-5.5 4.4-5.5-4.4v-8.7zm-2-7.8h-.7v-9.6h.7v9.6zm2 1v-10.6h4.5v8.9c0 .6.4 1 1 1s1-.4 1-1v-8.9h4.5v15.3h-10.9v-4.7zm0-30.7h10.9v18.2h-4.5v-1c0-.6-.4-1-1-1s-1 .4-1 1v1h-4.5v-18.2zm12.9 20.2h.7v9.6h-.7v-9.6zm-.4 27.3c.2-.2.4-.5.4-.8v-9.2h1.3c.6 0 1-.4 1-1s-.4-1-1-1h-1.3v-3.8h1.7c.6 0 1-.4 1-1v-11.6c0-.6-.4-1-1-1h-1.7v-4.1c.2.2.4.3.7.3h74.4c.1 0 .2 0 .3-.1v3.8H262c-.6 0-1 .4-1 1v11.6c0 .6.4 1 1 1h1.7v4.8h-1.3c-.6 0-1 .4-1 1s.4 1 1 1h1.3v8.2c0 .3.1.6.4.8l4.3 3.4h-84.8l4.3-3.3zm75.8-17.8h-.7v-9.6h.7v9.6zm2 16.6v-7.7h10.9v7.7l-5.5 4.4-5.4-4.4zm6.5-28.1v-1c0-.6-.4-1-1-1s-1 .4-1 1v1h-4.5v-18.2h10.9v18.2h-4.4zm6.4-18.2h2.8c.6 0 1-.4 1-1s-.4-1-1-1h-20.6c-.6 0-1 .4-1 1s.4 1 1 1h2.8v12.5c-.1 0-.2-.1-.3-.1H189c-.3 0-.6.1-.7.3v-12.8h2.8c.6 0 1-.4 1-1s-.4-1-1-1h-20.6c-.6 0-1 .4-1 1s.4 1 1 1h2.8v12.6c-.1-.1-.3-.1-.5-.1h-37.2c-6.2 0-11.2-5-11.2-11.2v-88c0-.7.6-1.3 1.3-1.3h51.7c2 3.3 6.8 9.6 17.9 17.6l-1.1 1.4c-.2.2-.2.5-.2.7 0 .3.2.5.4.7l4 3.1-.6.8c-.3.4-.3 1.1.2 1.4.2.1.4.2.6.2.3 0 .6-.1.8-.4l.6-.8 4 3.1c.2.1.4.2.6.2.3 0 .6-.1.8-.4l1.1-1.4 4.7 3.6c-.1.1-.2.1-.3.2-.8 1.1-1.2 2.5-1 3.8.2 1.4.9 2.6 2 3.5l48.7 37.3c.9.7 2 1.1 3.2 1.1h.7c1.4-.2 2.6-.9 3.5-2 .2-.2.2-.5.2-.7 21.9 14.6 38.4 24.9 51.4 24.9 1.5 0 3-.2 4.5-.5-2.1 1.9-4.8 3-7.6 3h-37.7v-12.3zM152.6 197v5h-6.5v-5h6.5zm-6.5 6h6.5v3.2h-6.5V203zm7.5 5.2c.6 0 1-.4 1-1V197h6.2v10.2c0 .6.4 1 1 1h2.9c.2 10.1 1.1 18.1 3 24.4h-18.9c1.7-7.8 2.6-16.3 2.2-24.4h2.6zm9.2-2V203h6.5v3.2h-6.5zm6.6-4.2h-6.5v-5h6.5v5zm-1 32.6c.5 1.6 1.1 3 1.8 4.3.2.3.5.6.9.6.2 0 .3 0 .4-.1.5-.2.7-.8.4-1.3-.5-1-1-2.2-1.4-3.4H208v8.6h-25.4c-.3 0-.5.2-.5.5s.2.5.5.5H208v4h-27.1c-.7-.3-3.4-2.6-4.2-3.5-.4-.4-1-.5-1.4-.1-.4.4-.5 1-.1 1.4.4.4 1.3 1.3 2.4 2.2h-34c.6-1.3 1.2-2.6 1.7-4h19.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-19c1-2.7 1.9-5.6 2.6-8.6h20.1zm30.6 25.5h-4.6l1.5-9.5h1.6l1.5 9.5zm-55.4-17h-34.9v-8.6h37.6c-.8 3.1-1.7 6-2.7 8.6zm-34.9 1h34.5c-.6 1.4-1.2 2.8-1.8 4h-32.7v-4zm4.3 6.1h27.3c-.7 1.3-1.5 2.5-2.3 3.6-.3.4-.2 1.1.2 1.4.2.1.4.2.6.2.3 0 .6-.1.8-.4 1-1.4 2-3 2.9-4.8h51.3l-1.7 10.8c0 .3 0 .6.2.8.2.2.5.4.8.4h6.9c.3 0 .6-.1.8-.4.2-.2.3-.5.2-.8l-1.7-10.8h4.8v16h-11.9c-2.5-2.7-3.6-4.5-3.7-4.6-.2-.4-.7-.6-1.1-.4l-10.7 3.1c-.3.1-.5.2-.6.5-.1.2-.2.5-.1.8l.2.6h-8.8v-5.7c0-.6-.4-1-1-1h-17.2c-.6 0-1 .4-1 1v5.7h-22.6c-1.8 0-3.3 1.5-3.3 3.3v15.1c0 5.5-.3 11-.7 16.6h-2.7c-5.4-.4-6.1-2.8-6.1-4.9v-46.1zm207.4 18v85.3c-11.3.5-26.1-9.9-43.2-21.8-.3-.2-.6-.4-.9-.7 1.7-2.3 1.3-5.5-1-7.3l-48.6-37.3c-1.1-.8-2.5-1.2-3.9-1-1.4.2-2.6.9-3.5 2 0 0-.1.1-.1.2l-4.7-3.6 1-1.3c.2-.2.2-.5.2-.7 0-.3-.2-.5-.4-.7l-4-3.1.6-.8c.3-.4.3-1.1-.2-1.4-.4-.3-1.1-.3-1.4.2l-.6.8-4-3.1c-.4-.3-1.1-.3-1.4.2l-1.1 1.4c-3.8-2.5-6.8-5-9-7.2h126.2zm-18.3-2h-15.2v-4.7h15.2v4.7zm25.5 85c-1.4.9-3 1.5-4.6 1.9-.5.1-1 .2-1.6.2v-85.2h4.8c.7 0 1.3.6 1.3 1.3v81.7c0 .1.1.1.1.1zm2.5-29.3c.8 8.1 1.6 16.5 2.2 25.1-.9 1.1-1.8 2-2.7 2.8v-33.2c.1 1.8.3 3.5.5 5.3zm-68.2 15.2c1.7 1.1 3.3 2.2 4.9 3.3-.2.1-.4.2-.5.3-.5.7-1.3 1.1-2.1 1.2-.8.1-1.7-.1-2.4-.6l-2.2-1.7c.2 0 .5-.1.6-.4l1.7-2.1zm-3.3 1c-.2.2-.2.5-.2.7l-7.8-6c.2 0 .5-.1.6-.4l2.4-3.1 6.9-9 2.7-3.5 7.4 5.7-12 15.6zm-80.1-72.2l8.9-2.6c1.3 1.9 5.7 7.7 14.7 13.6l-5.6 7.3c-12.6-9.1-16.8-15.9-18-18.3zm18.4 21.1l3.2 2.5-.5.6-3.2-2.5.5-.6zm4.8 3.7l3.2 2.5-.5.6-3.2-2.5.5-.6zm-3.6-5.3l5.6-7.3 8.1 6.2-5.6 7.3-8.1-6.2zm14.9-2.7l-3.2-2.5.4-.5 3.2 2.5-.4.5zm-4.8-3.7l-3.2-2.5.4-.5 3.2 2.5-.4.5zm5.2 6.5l10.3 7.9-5.7 7.4-10.3-7.9 5.7-7.4zm11.5 6.3l-4.1-3.2.1-.1c.5-.7 1.3-1.1 2.1-1.2.9-.1 1.7.1 2.4.6l1.6 1.2-2.1 2.7zm-12.4 7.7c.1-.1.1-.2.2-.3l4.1 3.2-2.2 2.8-1.5-1.2c-.7-.5-1.1-1.3-1.2-2.1s.1-1.7.6-2.4zm13.4-5.7l2.7-3.5 7.4 5.7-9.6 12.5-2.8 3.6-7.4-5.7 9.7-12.6zm26.7 33.5l-24-18.4 5.7-7.4 24 18.4-5.7 7.4zm6.9-9l-24-18.4 2.1-2.7 24 18.4-2.1 2.7zm-32.1-7.8l24 18.4-1.7 2.3c-.2.2-.2.5-.2.7l-24.2-18.6 2.1-2.8zm44.7 13.3l2 1.5c1.4 1.1 1.7 3.1.6 4.5v.1c-1.5-1.1-3.1-2.2-4.7-3.3l2.1-2.8zm-121.7-57.6v-4.7h15.2v4.7h-15.2zm112.7 69.3l5.7-7.4c2.5 1.7 4.9 3.4 7.3 5.1 19.5 13.7 34.9 24.4 47.3 21.8 4.1-.9 7.6-3.2 10.6-7l.3-.3c.2-.3.4-.5.6-.8l1.3 8.2c-15 19.2-35.7 5.5-73.1-19.6zm15.1-77.8c-5-7.8-7.1-17.4-7.3-25.5.2.4.5.6.9.6.1 0 .2 0 .4-.1.5-.2.8-.8.6-1.3-.8-2 1.6-4.1 4.1-6.4 2.4-2.2 4.8-4.4 4.7-6.9-.1-1.3-.8-2.5-2.2-3.6l3.8-6.1-5 49.3zm-1.5-42.8l-1.4 2.2c-.3.5-.1 1.1.3 1.4.2.1.3.2.5.2.3 0 .7-.2.8-.5l1.3-2.1c.8.7 1.2 1.3 1.2 2 .1 1.6-2 3.5-4.1 5.3-1.8 1.6-3.8 3.4-4.5 5.4.2-5.4 1.3-9.8 2.9-12.2.1-.2.2-.3.3-.5.3-.3.5-.6.8-.8.7-.4 1.3-.5 1.9-.4zm-7.7 17.7c0 1 .1 2 .2 3.1.8 9.6 4 18.5 8.8 25.1l-.5 5.4H274c-3.6-11.1-5.6-23.5-5-33.6zm-46.1-29.3c4.3 5 11.2 15.9 12.8 25.6 1.2 7 .4 20.2-.1 29.9-.2 2.7-.3 5.2-.4 7.3h-29v-16h2.8c.6 0 1-.4 1-1v-15.6c0-.6-.4-1-1-1h-39.2c-1.9-6.1-2.9-14.3-3.1-24.4h3.6c.6 0 1-.4 1-1V197h2.8c16.7 0 29.1-2.3 37.4-6.9 1.7 1.9 7.4 8.5 11.4 13.2zm-10-40.3c1.7 1.8 2.2 4.8 1.9 6.8v.5c-1 12.7-15.2 19.1-42.4 19.1h-28.1c-27.1 0-41.4-6.4-42.4-19.1v-.5c-.2-2.1.3-5 1.9-6.8.5-.6 1.1-1 1.8-1.3H211c.7.3 1.3.7 1.9 1.3zm-39.6-3.3h-6c.7-2.7 2.1-9.2 1.2-15.2 3.3 4.1 4.7 9.8 4.8 15.2zm-7.5-18c2.3 6.5.1 15.6-.6 18h-18.4c-.6-2.3-2.7-10.7-.8-17.2 2.8-2.5 6.2-3.9 10-3.9 4.1-.1 7.3 1.1 9.8 3.1zm-22.4 3.6c-.7 5.8.7 11.8 1.3 14.4h-6c.2-5.7 1.9-10.7 4.7-14.4zm-48.1 27c0-.2 0-.5-.1-.7-.2-2.5.4-6.1 2.3-8.2 1.1-1.2 2.5-1.8 4.3-1.8h2c-.2.2-.5.4-.7.6-1.9 2.1-2.4 5.3-2.2 7.6v.5c1 13.3 15.6 20 43.4 20h28.1c27.7 0 42.3-6.7 43.4-20v-.5c.2-2.3-.3-5.6-2.2-7.6-.2-.2-.4-.4-.7-.6h2c1.7 0 3.2.6 4.3 1.8 1.9 2.1 2.5 5.7 2.3 8.2 0 .2 0 .4-.1.7-1.1 15-17 22.7-47.3 22.7h-31.6c-30.2 0-46.1-7.6-47.2-22.7zm-14.1 88.1c-1-8.8-2.2-18.9-.2-31.5 1.5-9.5 8.5-20.6 12.8-25.6 4-4.7 9.7-11.3 11.4-13.2 8.2 4.6 20.7 6.9 37.4 6.9h1.6v10.2c0 .6.4 1 1 1h3.8c.4 8.1-.5 16.6-2.2 24.4h-39c-.6 0-1 .4-1 1v15.6c0 .6.4 1 1 1h3.3v37H79.5c3-7.4 6.8-12.6 6.9-12.7.3-.4.2-1.1-.2-1.4-.4-.3-1.1-.2-1.4.2-.1.1-1.1 1.6-2.5 3.9.3-5.4-.4-10.8-1.1-16.8zM75.4 311c-.7-4.1.4-14 3.3-21.8H111v7.1c0 4.2 2.7 6.5 8 6.9h2.7c-.4 5.4-.9 10.9-1.5 16.5H94.6c-12.1-.1-18.4-4.6-19.2-8.7zm-11.6 77.1v-66.5H120c-1.4 14.1-2.9 28.7-2.8 44.1 0 10.7 1.8 16 4.5 22.3H63.8zm55.3-22.3c0-15.3 1.4-29.8 2.8-43.9.2-1.8.3-3.5.5-5.2v40.8c0 3.2 1.2 6.2 3.1 8.5v26.2c-.2-.5-.5-1.1-.7-1.6-3.5-8-5.6-12.8-5.7-24.8zm9.5 33.7c-.1-.2-.2-.5-.3-.7-.5-1.4-.8-2.9-.8-4.5v-26.5c2.2 1.8 5.1 2.8 8.1 2.8h37.2c.2 0 .3-.1.5-.1v3.9h-1.7c-.6 0-1 .4-1 1V387c0 .6.4 1 1 1h1.7v3.8H172c-.6 0-1 .4-1 1s.4 1 1 1h1.3v9.2c0 .3.1.6.4.8l4.3 3.4h-37.7c-5.2-.1-9.7-3.2-11.7-7.7zm183 7.6H274l4.3-3.4c.2-.2.4-.5.4-.8v-8.2h1.3c.6 0 1-.4 1-1s-.4-1-1-1h-1.3v-4.8h1.7c.6 0 1-.4 1-1v-11.6c0-.6-.4-1-1-1h-1.7v-3.7h37.7c3 0 5.8-1 8.1-2.8v26.5c0 1.6-.3 3.1-.8 4.5l-.3.6c-2 4.6-6.5 7.7-11.8 7.7zm14.9-15v-26.2c.3-.4.6-.7.8-1.1 0-.1 0-.1.1-.2 1.9-.8 3.7-1.8 5.5-3.2v4.4c0 12-2.2 16.8-5.7 24.8-.3.5-.5 1-.7 1.5zm107.4-15.3l8.4 10.8c.1.1.1.3 0 .3 0 .1-.1.2-.3.2H330.4c2.2-5.1 3.7-9.5 4.2-16.5h88.8c4 0 7.9 1.9 10.5 5.2zm-65.7-37.7v30.5h-6.1V338.5c1.1.1 2.2.1 3.4.1 1 0 2 0 3-.1-.2.2-.3.4-.3.6zm22.1-6.5c-29.7 9.2-48.8.6-57.8-5.5-.1-.7-.1-1.4-.2-2h6.4c9.1 4.8 19 7.2 29.2 7.2h.9c.1 0 .2.1.3.1.1 0 .2 0 .3-.1 9.8-.2 19.9-2.6 29.7-7.3 27.3-12.8 49.4-39.8 59.9-72.2-3 13.8-8.9 27.6-16.9 39.7-9.1 13.8-25.5 32-51.8 40.1zm65.8-14c.1 1.2-.2 2.3-1 3.1-.8.9-1.9 1.3-3 1.3H415c13.4-8.9 22.8-20.2 29-29.5 3.1-4.6 5.8-9.5 8.2-14.5l3.9 39.6z'/><path d='M322.1 233.3h6.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.9l2.2-21.3c0-.3-.2-.5-.4-.5-.3 0-.5.2-.5.4l-2.2 21.9c0 .1 0 .3.1.4-.1 0 0 .1.2.1zm79.7.8h8.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-7.8l2.1-22.1c0-.3-.2-.5-.5-.5s-.5.2-.5.5l-2.2 22.6c0 .1 0 .3.1.4.2 0 .4.1.5.1zm-232.3 8.6c.3.1.7.1 1 .1 1.2 0 2.5-.5 3.3-1.4 1-1 1.4-2.3 1.1-3.6-.1-.5-.7-.9-1.2-.8-.5.1-.9.7-.8 1.2.2.8-.3 1.5-.5 1.8-.6.6-1.6.9-2.5.7-.5-.1-1.1.2-1.2.8-.1.5.3 1.1.8 1.2z'/><path d='M171.4 243.4c-.5 0-1 .4-1 1s.4 1 1 1h.2c2.6 0 5-2 5.5-4.5.1-.5-.2-1.1-.8-1.2-.5-.1-1.1.2-1.2.8-.3 1.7-2 3-3.7 2.9zm-32.3 15.8c.3 0 .7 0 1-.1.5-.1.9-.6.8-1.2-.1-.5-.6-.9-1.2-.8-.9.2-1.8-.1-2.5-.7-.3-.3-.7-.9-.5-1.8.1-.5-.2-1.1-.8-1.2-.5-.1-1.1.2-1.2.8-.3 1.3.1 2.6 1.1 3.6.8.9 2 1.4 3.3 1.4z'/><path d='M138 261.9h.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-1.7.1-3.4-1.3-3.7-2.9-.1-.5-.6-.9-1.2-.8-.5.1-.9.6-.8 1.2.5 2.5 2.9 4.5 5.5 4.5z'/><path d='M131 264.5c.1 0 .2 0 .4-.1 1.2-.4 2.2-1.1 3-2 .4-.4.3-1-.1-1.4-.4-.4-1-.3-1.4.1-.6.7-1.3 1.2-2.2 1.5-.5.2-.8.8-.6 1.3.1.3.5.6.9.6zm33.7 99.2h-26.1c-4.3 0-7.9-3.5-7.9-7.9v-82c0-.3-.2-.5-.5-.5s-.5.2-.5.5v82c0 4.9 4 8.9 8.9 8.9h26.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm91.6 0h-60.6c-.3 0-.5.2-.5.5s.2.5.5.5h60.6c.3 0 .5-.2.5-.5s-.3-.5-.5-.5z'/></svg> ");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-collection-1.contain {
	background-size: contain
}

.placeholder-background-collection-1[data-position=left-top] {
	background-position: left top
}

.placeholder-background-collection-1[data-position=left-center] {
	background-position: left center
}

.placeholder-background-collection-1[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-collection-1[data-position=center-top] {
	background-position: center top
}

.placeholder-background-collection-1[data-position=center-center] {
	background-position: center center
}

.placeholder-background-collection-1[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-collection-1[data-position=right-top] {
	background-position: right top
}

.placeholder-background-collection-1[data-position=right-center] {
	background-position: right center
}

.placeholder-background-collection-1[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-collection-1[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-collection-1[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-collection-1[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-collection-1[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-collection-1[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-collection-1[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-collection-1[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-collection-1[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-collection-1[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-collection-1[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-collection-2 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M123.3 254.9h-21.8c-.3 0-.5.2-.5.5s.2.5.5.5h21.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm32.6-23.4c.5 2.5.4 4.8-.3 6.8-.1.3.1.5.3.6h.2c.2 0 .4-.1.5-.3.7-2.2.8-4.7.3-7.3-.6-3.1-1.3-6.3-2.1-9.6-.1-.3-.3-.4-.6-.4-.3.1-.4.3-.4.6.8 3.3 1.5 6.5 2.1 9.6zm-3.3-17.3h.1c.3-.1.4-.3.4-.6-1.8-8.2-3.8-18.1-5.1-29.2 0-.3-.3-.5-.6-.4-.3 0-.5.3-.4.6 1.3 11.1 3.3 21 5.1 29.3 0 .2.3.3.5.3zM292 201.4c-18.6-1.6-44.4-3.8-61.4-5.7-2.1-.2-4 1.2-4.3 3.3-.2 1.1.1 2.2.8 3 .7.8 1.7 1.4 2.8 1.4 4.7.2 35.3 1.5 46.9 1.8.3 0 .5-.2.5-.5s-.2-.5-.5-.5c-11.7-.4-42.2-1.6-46.9-1.8-.8 0-1.6-.4-2.1-1.1-.5-.6-.7-1.5-.6-2.3.2-1.5 1.6-2.6 3.2-2.4 17 1.9 42.8 4.1 61.4 5.7.3 0 .5-.2.5-.5.2-.1 0-.3-.3-.4zM91.1 326.8c-.2-.2-.5-.1-.7.1 0 .1-.1.1-.1.2-.2-.2-.5-.2-.7 0-4.6 5.1-2.1 19.1 3.2 25.9 2.2 2.8 4.6 4.2 7.1 4.2 1.1 0 2.3-.3 3.4-.9 1.5-.8 2.3-2.1 2.5-3.8.7-7.9-11.6-23.3-14.7-25.7zm13.7 25.5c-.1 1.5-.8 2.5-1.9 3.1-4.1 2.1-7.3-.5-9.3-3.1-5.5-7.1-7.2-20.2-3.2-24.6.1-.1.1-.1.1-.2 3.2 2.6 15 17.7 14.3 24.8z'/><path d='M463.3 337c.1-.2.2-.5.1-.8l-6.5-25c-.1-.5-.7-.9-1.2-.7-.3.1-.5.3-.7.6-.3.2-.8.4-1.4.8 2.4-17.1-11.4-37.3-18.8-48.3-1.3-1.9-2.4-3.5-3.1-4.7-.1-.2-.4-.4-.7-.5-.3-.1-.6 0-.8.2-.1.1-3.2 2.3-8.1 5.6v-51.3c0-2.3-1.9-4.2-4.2-4.2h-50.2c27.4-2.2 44.3-8.8 51.8-20 .5-.8 1-1.6 1.4-2.4.4-.8.2-1.9-.4-2.4-.5-.4-1.2-.4-1.7 0l-.2-.6c-1.9-4.2-5.2-7.4-9.4-9l-57.3-23.4-10.4-5.7 1.3-3.6c.2-.5-.1-1.1-.6-1.3-.5-.2-1.1.1-1.3.6l-1.2 3.3-10.9-6 1.2-3.6c.2-.5-.1-1.1-.6-1.3-.5-.2-1.1.1-1.3.6l-1.1 3.2-10.7-5.9 1.2-3.6c.2-.5-.1-1.1-.6-1.3-.5-.2-1.1.1-1.3.6l-1.1 3.3-18-9.9c-3.9-2.3-8.5-2.3-12.1.1-3.4 2.2-5.1 6-4.6 10.1l1 9.3c-6.1 4.8-13.1 7.4-20.1 7.4-6.5 0-12.5-1.7-18.1-4.9-4.4-2.6-8.2-6.1-11.3-10.3-1.4-1.9-3.7-3.6-5.6-3.1-.6.2-1.6.7-1.9 2.3v57.3l-2.8-.3c-1.8-.2-3.4 1.2-3.9 3.4l-1.7 11.5c-.3 1.6 0 3.2.9 4.4.3.4.7.8 1.1 1h-5.5c-2.3 0-4.2 1.9-4.2 4.2v47.1c-6.7-7-12.5-20.5-19.3-47.2-5.4-21.3-10.8-54.3-10.8-54.7 0-.3-.2-.5-.5-.7-.2-.2-.5-.2-.8-.1-3 .9-6 1.6-8.8 2.1-9.6 2-18 3.7-17.4 17.7-3.3-1.1-13.2-3.6-35-1.9-.6-2.4-1.6-4.3-3-5.8-3.7-3.9-9.4-3.8-14.4-3.7-1.6 0-3.1.1-4.5 0-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 0 .2 1.8 21.1-3.7 32.5-5.8 12.1-9 29.8-3.8 40.3l1 6.9H85c-.3 0-.5.2-.5.5s.2.5.5.5h.8l1.1 7.3h-.7c-.3 0-.5.2-.5.5s.2.5.5.5h.8l1.1 7.3h-.7c-.3 0-.5.2-.5.5s.2.5.5.5h.8l1.1 7.3h-.6c-.3 0-.5.2-.5.5s.2.5.5.5h.7l1.1 7.3h-.6c-.3 0-.5.2-.5.5s.2.5.5.5h.8l1.1 7.3h-.4c-.3 0-.5.2-.5.5s.2.5.5.5h.5l1.1 7.3h-.5c-.3 0-.5.2-.5.5s.2.5.5.5h.7l1.1 7.3h-.6c-.3 0-.5.2-.5.5s.2.5.5.5h.8l.6 4.4H66.2c-2.3 0-4.2 1.9-4.2 4.2v82.9c0 .6.4 1 1 1h163.4l-26.7 7c-.5.1-.8.6-.7 1.1.1.5.5.9 1 .9h261.2c.6 0 1-.4 1-1v-10h.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.4v-10.5h.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.4v-10.5h.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.4v-10.5h.7c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.7v-10.5h.7c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.7v-7.2c0-1.3-.6-2.5-1.6-3.3-.1-.1-.2-.1-.4-.2l2.6-.7c.2-.1.4-.3.5-.5zm-135.7 34.4c3.9-1.6 6.9-3.1 9-4.3 1.8-1.1 3.6-2.2 5.3-3.3 11.4-7 22.1-13.7 41-21l3.4 13.2-58.7 15.4zm55.8-30.8h-.1c-.1 0-.1.1-.2.1-19.6 7.5-30.6 14.3-42.3 21.5-1.7 1.1-3.5 2.2-5.3 3.3-9.5 5.8-41.1 17.2-93.1 19.1-28.3 1-40.8-2.1-45.9-4.1 11.7.9 22.9 1.4 33.6 1.4 29.9 0 56.4-3.7 82.9-11.3 15.3-4.4 23.8-9.6 32.7-15.1 10.8-6.6 23-14.1 49.9-21.8.6-.2 1.1-.3 1.7-.5h.2c.1 0 .1-.1.1-.1 33.9-9.9 49.2-16.6 55.2-19.6.2 0 .3-.1.4-.2.8-.4 1.5-.8 1.9-1.1l.8 3.2c-21 10.3-43.1 16.5-57.7 20.6-6.3 1.9-11.4 3.3-14.8 4.6zm-167 16.3c12.5-6.5 27.6-11.4 35.2-13.7v1.5c0 .3.2.5.5.5s.5-.2.5-.5v-1.8c.4-.1.8-.2 1.1-.3 1.3-.4 2.6-.8 3.8-1.2-.1 8.1 4.7 29.5 9.2 37.3-1.8.2-3.7.4-5.5.6-2.1-3.7-4.5-10.9-6.3-19.3-.1-.3-.3-.4-.6-.4-.3.1-.4.3-.4.6 1.8 8.2 4.1 15.3 6.2 19.2-19.7 1.8-40.5 1.8-63.5 0-1.7-7.1 4.9-14.7 19.8-22.5zm40-17.6c-4.2-2.3-8.3-1.2-12.2-.2-2.2.6-4.4 1.1-6.6 1.2-3.7 0-6.1-1.4-8.7-3-1.8-1.1-3.6-2.2-6-2.7-10.7-2.4-20.8 5.4-25.4 14.3-1.3 2.5-1.8 4.5-2.4 6.3-1 3.3-1.6 5.7-5.9 8.8-1.4 1-3.2 1.5-5.1 2-2.9.8-5.9 1.6-7.6 4.2-3.8 5.9-.3 10.3 3.1 14.5 2.9 3.6 5.6 6.9 4.4 11.2h-9.3c-3.7-6.5-9.8-9.6-15.7-12.5-5.7-2.8-11-5.5-13.9-11-2.8-5.3-3.4-9.4-2.1-12.5 2.2-5 9.2-7 16-8.9.7-.2 1.5-.4 2.2-.6 8.7-2.5 9.5-7.3 10.5-12.4.7-3.8 1.4-7.7 5.4-11.2 4.5-3.9 10.7-4.9 16.6-5.9 7.3-1.2 14.8-2.5 19.6-8.9v-.1h8.3c3.5.5 6.7 3.6 10.1 6.8 3.9 3.8 7.9 7.7 13 8.2 1.8.2 3.5.3 5.1.4 7.2.4 12.5.7 15.4 8.9-3 1.4-6 2.5-8.6 3.4.1-.1 0-.3-.2-.3zm-96.6 56.6c-9.2-3.2-18.5-7.1-24.3-14.7-2.4-3.2-4.3-6.3-6.1-9.2-2.9-4.8-5.6-9.3-10.4-13.8-4.6-4.4-6.2-9.3-7.8-14.5-1.2-3.8-2.4-7.8-4.9-11.7-1.6-2.4-3.8-4.6-5.9-6.7-3.9-3.8-7.9-7.7-8.2-13.4h7.5c.6 3.7 3 6 5.4 8.2 1.3 1.2 2.6 2.4 3.6 3.8 2.3 3.2 3.4 6.5 4.6 10 .8 2.4 1.6 4.9 2.9 7.3 2.4 4.7 4.8 7.3 7.5 8.2.7.2 1.4.3 2.1.3 2.7 0 5.5-1.4 8.6-3.1 2.2-1.2 4.7-2.5 7.5-3.4 2.2-.7 3.9-1 5.4-1.2 3.3-.5 5.6-.9 8.9-5.5 1.1-1.6 1.4-3.7 1.7-5.7.3-1.9.5-3.7 1.4-5.2 4.1-6.4 12.3-8.2 20.2-10 4.4-1 9-2 12.9-3.9h19.7c-4.6 5.6-11.4 6.8-18.6 8-6.1 1-12.4 2.1-17.1 6.2-4.2 3.7-5 8-5.7 11.8-.9 5-1.7 9.3-9.7 11.7-.7.2-1.4.4-2.2.6-7 2-14.3 4-16.7 9.4-1.5 3.5-.8 7.8 2.1 13.4 3 5.8 8.5 8.5 14.3 11.4 5.6 2.8 11.4 5.7 15 11.6h-13.7zm-21.3 0c-10.2-6.5-11.9-9.4-16.7-17.8-.6-1-1.2-2.2-1.9-3.4-5-8.7-9.5-9.2-15.2-9.8-3.4-.4-7.2-.8-11.8-3.1-7.2-3.6-13.4-13.2-13.9-21.4-.1-2.5 1.4-6.2 3-10.2 2.8-6.6 5.9-14.1 1.6-18.3h7.5c.3 6.1 4.4 10.2 8.5 14.1 2.1 2 4.2 4.2 5.8 6.5 2.5 3.8 3.7 7.7 4.8 11.4 1.6 5.3 3.2 10.4 8 15 4.7 4.4 7.4 8.9 10.2 13.6 1.8 3 3.7 6.1 6.1 9.3 5.4 7.1 13.8 11 22.2 14.1h-18.2zm-16 0c-4.2-1.9-5.9-7.1-7.6-12.2-1.2-3.7-2.4-7.3-4.4-9.5-3.5-3.7-8.1-4.3-12.5-4.9-3.8-.5-7.7-1-11.1-3.4-7.8-5.5-15.4-17-14.6-26.8.2-2.9 1.4-6 2.6-9.3 2.2-6.1 4.5-12.4 1-18.1h6.3c5 3.5 1.8 11.2-1 17.9-1.7 4-3.3 7.9-3.1 10.6.5 8.5 7 18.5 14.5 22.3 4.7 2.4 8.7 2.8 12.1 3.2 5.4.6 9.7 1.1 14.5 9.3.7 1.2 1.3 2.3 1.9 3.4 4.5 8 6.4 11.2 15.7 17.3h-14.3zm8.9-137.1c5.9 4.4 11.8 9.7 17.5 16.3 3 3.5 5.6 6.7 8 9.6 11 13.6 17 21 35.2 21 13.5 0 33.7-4.1 67.5-12.7l.8 3.2c-81.7 19-84.8 18.5-107.1-10.7-10.5-13.8-20-21.7-22-23.4v-3.3zm58.5 53.1c-3.3 1.3-7 2.1-10.6 2.9-8.1 1.8-16.4 3.7-20.8 10.4-1.1 1.6-1.3 3.6-1.6 5.6-.3 2-.5 3.8-1.5 5.2-3 4.2-4.9 4.5-8.2 5-1.6.2-3.3.5-5.6 1.3-2.9.9-5.4 2.3-7.7 3.4-3.9 2-7 3.6-10 2.7-2.4-.8-4.6-3.2-6.9-7.7-1.2-2.4-2.1-4.8-2.8-7.2-1.1-3.4-2.3-6.9-4.7-10.2-1.1-1.5-2.4-2.7-3.7-3.9-2.3-2.2-4.5-4.2-5.1-7.5h7.6c6.2 1.8 8.7 6.7 11.1 11.4 2.6 5.2 5.1 10.2 12.2 10.2 1.2 0 2.6-.1 4.1-.5 7.1-1.5 12.8-4.1 16.8-7.8 1.6-1.4 2.9-2.7 4.2-4 3.9-3.9 7.1-7 13.4-9.4h19.8zm-33.8 8.6c-1.3 1.3-2.6 2.6-4.2 4-3.9 3.5-9.4 6.1-16.4 7.5-9.7 2-12.3-3.2-15.3-9.2-2-4.1-4.3-8.6-9.2-11h11.2c2.1 1 2.7 3.2 3.3 5.7 1 3.6 2.1 7.7 8.2 8.2h1.1c8 0 16.3-6.7 19.6-13.4.1-.2 0-.4-.1-.6h13.1c-4.9 2.5-7.9 5.4-11.3 8.8zm-2.4-8.5c-3.3 6.6-11.8 13.4-19.8 12.8-5.4-.4-6.3-3.8-7.3-7.4-.5-2-1.1-4.1-2.5-5.5h7.6c.5.3 1 .6 1.6 1.1 1.9 1.3 4.1 2.9 6.7 2.9 2 0 4.1-.9 6.5-3.5.1-.1.1-.3.1-.5h7.2c-.1 0-.1 0-.1.1zm-19.9.1c-.1-.1-.2-.2-.3-.2h12.1c-4.9 5.1-8.6 2.5-11.8.2zm167.5-3.7l-4.3-4.2c1.8-2.2 4-4.6 6.7-7.3l4.5 4.4c.2.2.4.3.7.3.3 0 .5-.1.7-.3.4-.4.4-1 0-1.4l-4.5-4.4 1.4-1.4c1.7-1.7 3.6-3.6 5.6-5.7l4.5 4.4c.2.2.4.3.7.3.3 0 .5-.1.7-.3.4-.4.4-1 0-1.4l-4.5-4.4c2.1-2.2 4.4-4.6 6.8-7.3l4.6 4.5c.2.2.4.3.7.3.3 0 .5-.1.7-.3.4-.4.4-1 0-1.4l-4.7-4.6c6.3-7 12.7-3.6 21.6 1.1 11 5.8 24.6 13.1 45 5.2 11.6-4.5 23.3-11.2 31.6-16.5.7.8 1.4 1.6 2.1 2.5l1.5 1.8c-6 4.1-13.4 8.9-23.1 13.5-.2.1-.4.4-.2.7.1.2.3.3.5.3h.2c9.8-4.7 17.3-9.5 23.3-13.7 2.9 3.5 5.4 7 4.8 10.2-.4 2.2-2.2 4-5.4 5.7-.2.1-.3.4-.2.7.1.2.3.3.4.3.1 0 .2 0 .2-.1 3.5-1.8 5.5-3.9 5.9-6.4.8-4.4-3.2-9.1-7.2-13.6-.7-.8-1.4-1.6-2-2.4 1.4-.9 2.8-1.8 4-2.6 0 .1 0 .1.1.2l1.8 2.1c4.6 5.5 10.4 12.4 9.3 18-.5 2.6-2.5 4.8-6 6.6-3.8 2-7.2 3.7-10.1 5.2-21.5 10.8-24.8 12.5-16.8 33.5-1.7.5-3.5 1-5.3 1.6-1.2-3.2-2.1-6-2.7-8.5-.1-.3-.3-.4-.6-.4s-.4.3-.4.6c.6 2.5 1.5 5.3 2.7 8.5-.5.1-.9.3-1.3.4-.5.1-1 .3-1.5.4-6.3-12.6-16.4-19.6-30-20.8-.3 0-.5.2-.5.5s.2.5.5.5c13.2 1.2 23 7.9 29.1 20.1-1.6.5-3.2 1-4.7 1.4 0-.1 0-.3-.1-.4-4-8.2-10.2-13.5-18.6-15.8-11.3-3.1-26.2-.8-44.3 7-11.2 4.8-20.2 10.3-22.9 12-.8-1.2-1.5-2.3-2.1-3.4 1.2-.7 2.7-1.6 4.3-2.5.2-.1.3-.4.2-.7s-.4-.3-.7-.2c-1.7 1-3.1 1.8-4.4 2.5-3.8-6.2-6.1-10.9-6.9-14.8v-.2c-1-4.8.2-8.5 3.1-12.6l4.2 4.1c.2.2.4.3.7.3.3 0 .5-.1.7-.3.3-.4.3-1-.1-1.4zm29.8-36.2l4.8-4.9c1.8 1.1 6.9 4.7 9.1 10.6-.2-.1-.5-.3-.7-.4-4.7-2.5-9.1-4.8-13.2-5.3zm-29.9 67.4c.1.2.4.4.6.4h.2c.2 0 .4-.1.6-.2.4-.3 40.4-26.4 66.4-19.3 7.8 2.1 13.6 7.1 17.3 14.8 0 .1.1.1.1.1-20.9 6.8-31.6 13.3-41.2 19.2-8.9 5.4-17.3 10.6-32.5 14.9-14.5 4.2-28.9 7.1-44 9 0-.2 0-.4-.1-.6-4.8-8.1-9.5-30.8-9-37.2 14.2-5.1 25.7-13.4 31.7-20 1.4 4.9 4.6 10.9 9.9 18.9zm-31.2-8.7c-1.2-1.7-1.8-3.3-2.3-4.7-1.2-3.1-2.2-5.6-8.2-7.6-2.1-.7-4.1-1-6-1.3-4.1-.6-7.6-1.1-10.2-5.5h24.6c1.2 0 2.2 1 2.2 2.2v16.9zm-28-19c2.9 5.3 6.9 5.9 11.2 6.5 1.9.3 3.9.5 5.8 1.2 5.6 1.9 6.5 4.1 7.6 7 .7 1.7 1.5 3.7 3.3 6v.9c0 .1 0 .3.1.4-1.3.7-2.6 1.3-3.9 1.9-3.2-8.7-9.2-9.1-16.2-9.4-1.6-.1-3.3-.2-5.1-.4-4.7-.5-8.6-4.3-12.4-8-2.5-2.4-5-4.8-7.6-6.1H242zm209.7 1c-5.9 2.9-19.4 8.8-46.9 17v-.1c-7.3-19.4-5.6-20.3 15.8-31.1 3-1.5 6.4-3.2 10.2-5.2 4-2.1 6.4-4.8 7-8 1.1-5.5-3.1-11.6-7.4-16.8 1.2-.9 2.6-1.9 3.7-2.7 7.6 11.2 20.2 30.5 17.5 46.3-.1.2 0 .4.1.6zm-21.1-52.1c.7 1.1 1.6 2.4 2.6 3.9.1.2.2.4.4.6-1.1.8-2.6 1.8-3.8 2.7-.6-.7-1.2-1.4-1.7-2.1l-1.8-2.1c1.9-1.4 3.4-2.4 4.3-3zM416.7 184l.5 1.1c-.4.3-.9.7-1.3 1-22.7 16.4-61.2 13.7-98.4 11l-34.1-3.1c-.1-11.2-5.4-24.8-10.6-32.2 10.6-2.4 20.5-8.3 28-16.9l4-4.6 5.4 2.7-2.1 6.1h-.1c-1.1 0-2.2.4-3.1 1.1-.8.8-1.3 1.8-1.4 3 0 1.1.4 2.2 1.1 3.1.8.8 1.8 1.3 3 1.4h.2c1.1 0 2.1-.4 2.9-1.1.8-.8 1.3-1.8 1.4-3 0-.6-.4-1-1-1-.5 0-1 .4-1 1s-.3 1.2-.7 1.6c-.4.4-1 .6-1.6.6-.6 0-1.2-.3-1.6-.7s-.6-1-.6-1.6c0-.6.3-1.2.7-1.6.3-.3.7-.5 1.2-.6l-.6 1.7c-.2.5.1 1.1.6 1.3.1 0 .2.1.3.1.4 0 .8-.3.9-.7l3.3-9.6 10.9 5.3-1.8 5.4c-1.1-.1-2.2.4-3.1 1.1-.8.8-1.3 1.8-1.4 3 0 1.1.4 2.2 1.1 3.1.8.8 1.8 1.3 3 1.4h.2c2.3 0 4.1-1.8 4.2-4.1 0-.6-.4-1-1-1-.5 0-1 .4-1 1-.1 1.2-1.1 2.2-2.3 2.2-.6 0-1.2-.3-1.6-.7s-.6-1-.6-1.6c0-.6.3-1.2.7-1.6.3-.3.7-.4 1-.5l-.5 1.4c-.2.5.1 1.1.6 1.3.1 0 .2.1.3.1.4 0 .8-.3.9-.7l2.9-8.6 11 5.4-1.6 4.6h-.1c-1.1 0-2.2.4-3.1 1.1-.8.8-1.3 1.8-1.4 3-.1 2.3 1.7 4.3 4.1 4.4h.2c1.1 0 2.1-.4 2.9-1.1.8-.8 1.3-1.8 1.4-3 0-.6-.4-1-1-1s-1 .4-1 1-.3 1.2-.7 1.6c-.4.4-1 .6-1.6.6-1.2-.1-2.2-1.1-2.2-2.3 0-.6.3-1.2.7-1.6.3-.3.7-.5 1.1-.6l-.4 1.2c-.2.5.1 1.1.6 1.3.1 0 .2.1.3.1.4 0 .8-.3.9-.7l2.7-7.6.2.1 1.6.8c6.3 3.1 13.2 4.7 20.2 4.7 3.5 0 7-.4 10.5-1.2.2 0 .3-.1.5-.3l38 15.5c3.8.8 6.7 3.7 8.4 7.4zm-65.8-31.4h.1l16.3 6.7c-9.2 1.7-18.7.4-27.2-3.7l-1.6-.8-.5-.2 2.7-7.5 10.2 5.5zM339 146l-2.7 7.6-10.9-5.3-.1-.1 2.8-8.2 10.9 6zm-12.6-7l-2.8 8.3-10.7-5.2-.2-.1 3-8.9 10.7 5.9zm-44.6-8.8c-.4-3.3 1-6.4 3.7-8.2 2.8-1.8 6.2-1.9 9.3-.4-.1.2-.1.3-.2.5-.1.3-.3.6-.4.9l-.3.6c-1.8 3.5-3.9 6.8-6.5 9.8-1.5 1.8-3.1 3.4-4.7 4.8l-.9-8zm-56 1.7V131.6c.1-.4.2-.7.4-.7.6-.2 2.2.6 3.5 2.4 3.3 4.5 7.3 8.1 11.9 10.8 5.8 3.5 12.3 5.2 19.1 5.2 10.3 0 20.3-5.2 28.2-14.5 2.7-3.1 4.9-6.6 6.8-10.3.1-.2.2-.3.2-.5.2-.4.3-.7.5-1 .1-.1.1-.2.2-.3l17.3 9.5-3.1 9-5.9-2.9c-.4-.2-.9-.1-1.2.2l-4.5 5.2c-9.2 10.5-22.1 16.8-35.3 17.4h-2.2c-14.3 0-28.3-5.6-35.9-14.4V132s-.1-.1 0-.1zm0 17.7c8.2 8.2 21.9 13.4 35.9 13.4h2.3c2.3-.1 4.5-.4 6.7-.8 0 .1.1.2.1.3 5 7 10.3 20.2 10.5 31.2l-55.5-5v-39.1zm-6.7 57.5c-.6 0-1-.4-1.2-.7-.6-.7-.8-1.8-.5-2.9l1.7-11.5c.2-1 .9-1.8 1.6-1.8h.1l94 8.6 2.6.2c1.5.1 3 .2 4.6.3.4 0 .7.1 1.1.1l9.6.6c.4 0 .7 0 1.1.1 3.2.2 6.3.4 9.5.5h1.1l9.3.3h1.1c2.8 0 5.7.1 8.5 0h1.1c.9 0 1.8 0 2.7-.1h1.3c.9 0 1.8-.1 2.7-.1.4 0 .8 0 1.1-.1 2.5-.1 4.9-.3 7.3-.6.4 0 .7-.1 1.1-.1.9-.1 1.7-.2 2.5-.3.4-.1.8-.1 1.2-.2.8-.1 1.7-.2 2.5-.4.4-.1.7-.1 1.1-.2 2.3-.4 4.5-.9 6.7-1.4.3-.1.7-.2 1-.3.8-.2 1.5-.4 2.3-.6.4-.1.7-.2 1.1-.3.7-.2 1.5-.5 2.2-.7.3-.1.6-.2 1-.3 2-.7 4-1.5 5.9-2.4.3-.1.6-.3.9-.4.7-.3 1.3-.7 2-1 .3-.2.6-.3 1-.5.6-.4 1.3-.7 1.9-1.1.3-.2.6-.3.8-.5.9-.6 1.7-1.1 2.6-1.7l1.2-.9.1-.1c-.2.2-.3.5-.5.7-7.2 11-24.3 17.3-52.3 19.3-12.8.9-26.5 1.5-40.3 1.8h-65.7c-17.5-.2-31.8-.8-40.7-1.3zm-9.4 5.7c0-1.2 1-2.2 2.2-2.2h47.6c10.4.2 21.9.4 33.8.4 10.4 0 21.2-.1 31.8-.4h92.7c1.2 0 2.2 1 2.2 2.2v52.6c-8.3 5.3-20.5 12.5-32.6 17.2-17.6 6.8-30 1.8-40.1-3.4-2.2-9.1-10.9-13.8-11.3-14-.4-.2-.9-.1-1.2.2l-6.5 6.8s0 .1-.1.1c-2.8.3-5.5 1.6-8.1 4.5l-1.3-1.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l1.3 1.3c-2.4 2.6-4.7 5.1-6.8 7.3l-1.5-1.5c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l1.5 1.5c-2 2.1-3.9 4-5.6 5.7l-1.4 1.4-1.4-1.4c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l1.4 1.4c-2.7 2.7-4.9 5.1-6.8 7.3l-1.6-1.6c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l1.8 1.7c-3.3 4.5-4.7 8.6-3.7 14-4.4 5.8-11.3 10.8-18.4 14.6V314c0-2.3-1.9-4.2-4.2-4.2H205c13.4-1.9 31.5-6 56.9-11.9.3-.1.5-.2.6-.5.1-.2.2-.5.1-.8l-1.1-4.3c-.1-.5-.7-.9-1.2-.7-.1 0-.1.1-.2.1-.5.1-1 .2-1.4.4.1-1.5.2-8.9-5.4-15.3-4.9-5.7-12.7-8.8-23.3-9.3-8.2-.4-14.7-1.1-20.5-6.1.1-.2.2-.4.2-.6v-48zm-59.6-34.6c1.1 16.7 4.5 31.3 7.2 43.1.8 3.6 1.6 7.1 2.3 10.2 1 4.7-.5 8.6-4.1 10.8-5.9 3.5-18.1 2.3-34.9-11.7-8.3-7-7.8-12.2-6.3-27.8.5-4.6 1-10.3 1.4-17.1.2-3.7.1-6.8-.5-9.5 22.4-1.7 32.3 1 34.9 2zm-59.9 22c5-10.5 4.3-27.8 4-32.4h3.5c4.8-.1 9.8-.2 12.9 3.1 2.6 2.7 3.6 7.5 3.2 14.7-.4 6.8-1 12.4-1.4 17-1.6 15.9-2.2 21.9 7 29.5 11.5 9.6 27.3 17.8 37.2 11.9 4.3-2.5 6.1-7.4 5-12.9-.7-3.2-1.4-6.7-2.3-10.3-2.7-11.7-6-26.3-7.1-42.8-.9-13.1 5.7-14.5 15.8-16.6 2.5-.5 5.2-1.1 7.9-1.9 1 6 5.9 34.6 10.7 53.7 13.3 52.6 24 55.5 43.4 56.4 9.9.5 17.3 3.4 21.8 8.6 5.5 6.3 4.9 14 4.9 14.1 0 .1 0 .3.1.4-76.4 19.4-80.5 14.4-99.1-8.6-2.3-2.9-5-6.1-8-9.6C123.3 244 92 239.6 86.4 239c-4.9-10-1.8-27 3.8-38.8zM86.6 240c3 .3 12.1 1.7 23.6 6.6H87.6l-1-6.6zm2.3 15.9h4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-4.2l-1.1-7.3h24.7c5.4 2.5 11.2 5.7 17.2 9.9-.1.2-.2.4-.2.6v5H90l-1.1-7.2zm2.4 16.5H109c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H91.2l-1.1-7.3h39.2v7.3h-14.8c-.3 0-.5.2-.5.5s.2.5.5.5h14.8v7.3h-37l-1-7.3zm2.5 16.5h29.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H93.6l-1.1-7.3h36.8v15.5H94.8l-1-7.2zm8.4 15.5H96l-1.1-7.3h34.4v7.3h-20.7c-.3 0-.5.2-.5.5s.2.5.5.5h20.7v4.3H96.8l-.6-4.3h6c.3 0 .5-.2.5-.5s-.3-.5-.5-.5zm29.2-39.6c3.3 2.8 11.4 10.2 20.4 22 9.8 12.9 16.2 20.3 26.7 23.1h-47.1v-45.1zm-65.2 47.1h8.4c3.7 5.4 1.5 11.7-.7 17.7-1.2 3.2-2.4 6.5-2.6 9.6-.8 10.1 7 22.1 15.1 27.7 3.6 2.5 7.6 3 11.5 3.5 4.5.6 8.7 1.1 11.9 4.6 1.9 2.1 3 5.5 4.2 9.1 1.5 4.5 3 9.3 6.5 11.9h-11.6c.2-5.8-2.9-11.9-8-15.4-2.9-2-6-2.2-9-2.3-2.5-.1-4.9-.2-7-1.5-3.4-1.9-4.7-4.8-6.2-7.8-.8-1.7-1.6-3.4-2.8-5.1-1.1-1.5-2.8-3.2-4.5-4.9-2.9-2.8-6-5.9-7.3-9.2v-35.6c-.1-1.4.9-2.3 2.1-2.3zm34.1 84c-2.1-7.4-6.5-8.2-11.3-9.1-2.8-.5-5.7-1-8.4-2.8-2.8-1.9-4.3-4.5-5.8-7-2.3-3.9-4.4-7.5-10.9-7.6V352c1.6 2.8 4.2 5.3 6.6 7.6 1.7 1.7 3.3 3.3 4.4 4.7 1.2 1.6 2 3.3 2.7 4.9 1.5 3.2 2.9 6.1 6.6 8.2 2.3 1.3 4.9 1.5 7.5 1.6 2.9.1 5.8.3 8.5 2.2 4.8 3.3 7.7 9.1 7.5 14.6h-7.4zM64 370.5c6 .1 7.9 3.3 10.1 7.1 1.5 2.6 3.1 5.2 6.1 7.3 2.9 2 5.9 2.5 8.7 3 4.5.8 8.5 1.5 10.4 8.1H64v-25.5zm169.4 25.4h-48.3c1.1-4.7-1.8-8.3-4.6-11.8-3.3-4.1-6.5-8.1-3.1-13.4 1.5-2.3 4.3-3.1 7-3.8 1.9-.5 3.9-1.1 5.4-2.2 4.6-3.3 5.3-5.9 6.3-9.3.5-1.7 1.1-3.7 2.3-6.1 5.7-11.3 16.5-15.5 24.2-13.8 2.2.5 3.9 1.5 5.7 2.6 2.5 1.5 5.1 3.1 9.1 3.1h.1c2.4 0 4.7-.6 6.9-1.2 3.8-1 7.4-1.9 11.2-.1-.9.3-1.7.5-2.5.8-14.8 4.2-62.2 19.3-58.6 38.5h-.6c-.3-.2-.4-.3-.5-.3-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4.3.3 7.1 6.3 39.6 6.3 3.3 0 6.9-.1 10.7-.2 16.7-.6 31.4-2.2 43.9-4.3L233.8 396c-.1-.1-.3-.1-.4-.1zm226.7 9H207.7l35.4-9.3c.1.2.2.3.4.3h216.6v9zm0-44.5h-31.8c-.3 0-.5.2-.5.5s.2.5.5.5h31.8v10.5h-57.4c-.3 0-.5.2-.5.5s.2.5.5.5h57.4v10.5h-20.3c-.3 0-.5.2-.5.5s.2.5.5.5h20.3v10.5H245.9l40.1-10.5h145.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H289.9l40.7-10.6c.1.1.2.1.3.1h61.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-58.6l40.5-10.6c.1.1.2.1.3.1h44.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-40.9l40.1-10.5h42.1v10.5zm0-11.5h-38.3l35.5-9.3c.7-.2 1.4 0 1.9.4s.9 1.1.9 1.7v7.2zm-72 5.9l-3.3-12.6c3.3-1.2 8.1-2.5 14-4.2 14.6-4.1 36.6-10.3 57.7-20.6l1.8 7-24.7 6.4c-.3.1-.4.3-.4.6.1.2.3.4.5.4h.1l24.7-6.4 1.5 5.7-57.1 14.9c-.3.1-.4.3-.4.6.1.2.3.4.5.4h.1l57.1-14.9 1 3.8-73.1 18.9z'/><path d='M392.7 318.1c0 .3.2.4.5.4h.1c.3 0 .5-.3.4-.6-1.6-12.3 6.9-16.5 22.4-24.2 1.2-.6 2.5-1.2 3.8-1.9.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2-1.3.7-2.6 1.3-3.8 1.9-15.8 7.9-24.6 12.3-22.9 25.3zm-85.3 12c.1 0 .2 0 .2-.1 19.9-10.9 37-16.6 51-16.8.3 0 .5-.2.5-.5s-.2-.5-.5-.5c-14.1.2-31.5 5.9-51.5 16.9-.2.1-.3.4-.2.7.2.2.3.3.5.3zm32.5-40c2.6-.8 5.5-.6 8 .4 2.3 1 12.3 4.8 23.2 4.8 3.1 0 6.3-.3 9.4-1.1 4.9-1.2 10.1-3 15.5-5.4.3-.1.4-.4.3-.7-.1-.3-.4-.4-.7-.3-5.4 2.3-10.5 4.1-15.3 5.3-13.8 3.4-29.1-2.4-32.1-3.6-2.7-1.1-5.8-1.3-8.7-.4-.3.1-.4.4-.3.6.2.4.5.5.7.4zm-21 16.8c.1 0 .2 0 .3-.1l16-14.1c.3-.3.6-.5 1-.8.2-.2.3-.5.1-.7-.2-.2-.5-.3-.7-.1-.4.3-.7.5-1.1.8l-16 14.1c-.2.2-.2.5 0 .7.1.1.3.2.4.2zm-5.8 14.1l.6 1.5c.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.7l-.6-1.5c-1.7-4-.6-8.7 2.7-11.6.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0-3.7 3.2-4.9 8.3-3 12.7zm-59.2 36.9c.4-.1.5-.3.5-.6-.7-3.5-1.2-6.9-1.5-9.7 0-.3-.3-.5-.5-.4-.3 0-.5.3-.4.5.3 2.8.8 6.2 1.5 9.7-.1.3.1.5.4.5zm4.5 5.7c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-2.2-13.2c1.3 0 1.3-2 0-2s-1.3 2 0 2zm5.4 24.7c1.3 0 1.3-2 0-2s-1.3 2 0 2zm43.7-40.4c1.3 0 1.3-2 0-2s-1.3 2 0 2z'/><path d='M317.4 326.4c-1.3 0-1.3 2 0 2s1.3-2 0-2zm11.7-5.3c-1.3 0-1.3 2 0 2s1.3-2 0-2zm13.8-4.5c-1.3 0-1.3 2 0 2s1.3-2 0-2zm15.5-2c-1.3 0-1.3 2 0 2s1.3-2 0-2zm14.7 4.3c1.3 0 1.3-2 0-2s-1.3 2 0 2zm12 8.2c1.3 0 1.3-2 0-2s-1.3 2 0 2zm12.5-4c-1.3 0-1.3 2 0 2s1.3-2 0-2zm-1.7-10.7c-1.3 0-1.3 2 0 2s1.3-2 0-2zm6.5-9.3c-1.3 0-1.3 2 0 2s1.3-2 0-2zm11-6.5c-1.3 0-1.3 2 0 2s1.3-2 0-2zm12.2-4.2c1.3 0 1.3-2 0-2s-1.3 2 0 2zm6.8-11.5c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-7.3-12.3c-1.3 0-1.3 2 0 2s1.3-2 0-2zm-14 9.3c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-14.5 7.2c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-15.5 5.5c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-15.5 1.3c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-16.2-4c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-17 3.2c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-9.5 8.8c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-9.8 8.5c1.3 0 1.3-2 0-2s-1.3 2 0 2z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-collection-2.contain {
	background-size: contain
}

.placeholder-background-collection-2[data-position=left-top] {
	background-position: left top
}

.placeholder-background-collection-2[data-position=left-center] {
	background-position: left center
}

.placeholder-background-collection-2[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-collection-2[data-position=center-top] {
	background-position: center top
}

.placeholder-background-collection-2[data-position=center-center] {
	background-position: center center
}

.placeholder-background-collection-2[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-collection-2[data-position=right-top] {
	background-position: right top
}

.placeholder-background-collection-2[data-position=right-center] {
	background-position: right center
}

.placeholder-background-collection-2[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-collection-2[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-collection-2[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-collection-2[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-collection-2[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-collection-2[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-collection-2[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-collection-2[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-collection-2[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-collection-2[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-collection-2[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-collection-3 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M151.9 163c-8.4-2.4-20.5-1-24.3.4-3 1.1-8.5 4-10.7 10.4-2.2 6.4.3 16.2 6.2 24.5 3.9 5.4 11.2 8.3 18.8 8.3 5 0 10.1-1.2 14.4-3.8 11.5-6.8 11.4-24.1 10.5-27.2-.9-3.3-6.6-10.2-14.9-12.6zm3.9 38.9c-10.4 6.2-25.9 4.1-31.9-4.2-5.2-7.2-7.6-15.6-6.6-21.6.1.2.3.5.6.5l34.7 10.7v.2c0 .4.3.8.7 1l5.1 1.5c.3.3 1.2 1.6 1.8 2.7l.7 1.2c.2.3.5.5.8.5h.1c.4 0 .7-.2.8-.6l1.2-2.6c.2-.4.1-.8-.2-1.1-1.8-1.9-2.7-2.6-3.4-2.9-1.6-.6-6.3-2.1-6.5-2.2-.3-.1-.6 0-.9.1-.1 0-.1.1-.2.2l-34.4-10.6c-.3-.1-.7 0-.9.2.1-.3.1-.5.2-.8 2-5.7 6.6-8.5 10.1-9.8 2.3-.8 7.5-1.7 13.1-1.7 3.6 0 7.4.3 10.6 1.3 8.3 2.4 13.6 9.5 14.3 11.9 1.1 3.1 1.2 19.6-9.8 26.1zm5.3-11.7l.8.8-.1.3c-.3-.4-.5-.7-.7-1.1zm-52.2-18.7c-.7-.7-1.8-.6-2.5.1-.3.3-.5.8-.5 1.3s.2.9.5 1.2c.3.3.8.5 1.2.5.5 0 .9-.2 1.3-.5.7-.8.7-2 0-2.6zm-1.4 1.1s.1-.1.2-.1.1 0 .2.1l-.3.3c-.2-.1-.2-.2-.1-.3zm.3.3c-.1.1-.2.1-.3 0l.3-.3s.1.1.1.2c0 0 0 .1-.1.1zM239 198.4c6-8.3 8.5-18.2 6.3-24.7s-7.7-9.4-10.8-10.5c-3.9-1.4-16-2.9-24.5-.4-8.3 2.4-14.2 9.4-15.1 12.7-.9 3.2-1 20.6 10.6 27.5 4.4 2.6 9.5 3.9 14.5 3.9 7.8-.1 15.2-3 19-8.5zm-43.1-22.7c.7-2.4 6-9.6 14.4-12 8.3-2.4 20.2-1 23.9.4 3.6 1.3 8.2 4.1 10.2 9.9.1.2.1.5.2.7-.3-.2-.6-.3-.9-.2L209 185.4l-.2-.2c-.3-.2-.6-.2-.9-.1-.2.1-4.9 1.6-6.4 2.2-.6.2-1.5.9-4 3.5-2.3-6.5-2.1-13.2-1.6-15.1zm4.3 15.1c-.2.3-.5.7-.8 1.1l-.1-.2.9-.9zm5.8 11.3c-3-1.8-5.2-4.4-6.8-7.2h.2c.3 0 .7-.2.9-.5 2.1-3.3 2.8-4.2 3.1-4.4l5.1-1.6c.4-.1.7-.5.7-1v-.2l35.1-10.9c.3-.1.5-.3.6-.5 1.1 6.1-1.5 14.5-6.7 21.8-6 8.7-21.7 10.7-32.2 4.5zm48.3-27.6c.4 0 .9-.2 1.2-.5.7-.7.7-1.8.1-2.5-.3-.3-.8-.5-1.2-.5-.5 0-.9.2-1.3.5-.7.7-.7 1.8 0 2.5.3.3.8.5 1.2.5zm.2-1.9c.1.1.1.2 0 .3l-.3-.3c.1-.1.2-.1.3 0zm-.3 0l.3.3s-.1.1-.2.1-.1 0-.2-.1c0-.1 0-.2.1-.3zm-86.1 1.9c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5-.7-1.5-1.5-1.5-1.5.7-1.5 1.5zm1.5-.6c.3 0 .5.2.5.5s-.2.5-.5.5-.5-.2-.5-.5c-.1-.2.2-.5.5-.5zm22.6-.9c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5zm0 2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5c.1.3-.2.5-.5.5zm29 140.8c-13.5 0-24.6 11-24.6 24.6s11 24.6 24.6 24.6 24.6-11 24.6-24.6-11.1-24.6-24.6-24.6zm0 1c11.4 0 20.9 8.1 23.1 18.9-.2-.1-.3-.1-.5-.1l-45.6 1.6c-.1 0-.3 0-.4.1 1.5-11.5 11.4-20.5 23.4-20.5zm-23.6 23.6c.2.1.4.3.6.3l8.1.3c6.3.2 12.4 1.7 18 4.2 4.8 2.7 8.7 6.8 11.5 12.4.2.3.5.5.9.5-4.1 3.6-9.6 5.9-15.5 5.9-13-.1-23.6-10.6-23.6-23.6zm40.1 16.7c0-.2 0-.3-.1-.5-1.1-2.1-2.4-4.1-3.7-5.8 1.7 1.3 3.3 2.6 4.8 4.1.2.2.4.3.7.3h.1c-.6.7-1.2 1.3-1.8 1.9zm2.6-3c0-.2-.1-.4-.3-.5-8.9-8.8-20.7-14-33.3-14.6l37-1.3c.3 0 .5-.1.7-.3.1 1 .2 2 .2 3.1.1 5-1.5 9.7-4.3 13.6zm-100 10.8c13.5 0 24.6-11 24.6-24.6s-11-24.6-24.6-24.6-24.6 11-24.6 24.6 11 24.6 24.6 24.6zm-18.3-9.7c.4 0 .6-.1.8-.3 1.5-1.5 3.1-2.9 4.8-4.1-1.4 1.7-2.6 3.7-3.7 5.8-.1.2-.1.3-.1.5-.7-.6-1.3-1.2-1.8-1.9zm18.3 8.7c-5.9 0-11.4-2.2-15.5-5.9.3 0 .7-.2.9-.5 2.9-5.6 6.8-9.8 11.6-12.4 5.6-2.5 11.7-4 18-4.2l8.1-.3c.2 0 .5-.1.6-.3-.2 13.1-10.8 23.6-23.7 23.6zm0-47.1c12 0 21.9 9 23.4 20.5-.1-.1-.3-.1-.4-.1l-45.6-1.6c-.2 0-.3 0-.5.1 2.1-10.8 11.6-18.9 23.1-18.9zm-23.4 20.5c.2.2.4.3.7.3l37 1.3c-12.5.6-24.3 5.7-33.3 14.6-.2.2-.2.3-.3.5-2.8-3.9-4.4-8.6-4.4-13.7l.3-3zM256 244.8c0-2.6-8.6-2.6-8.6 0 0 1.3 2.2 2 4.3 2s4.3-.7 4.3-2zm-4.3 1c-2.1 0-3.3-.7-3.3-1s1.2-1 3.3-1 3.3.7 3.3 1-1.2 1-3.3 1zm-145.7-1c0 1.3 2.2 2 4.3 2s4.3-.7 4.3-2c0-2.6-8.6-2.6-8.6 0zm4.3 1c-2.1 0-3.3-.7-3.3-1s1.2-1 3.3-1 3.3.7 3.3 1-1.2 1-3.3 1zm128.6-3.9c-4.8-1.2-21.7-4.5-40.8 3.3-3.4 1.4-5.7 4.8-5.5 8.5.6 13.6 4.2 31.6 29.2 31.6 7.8 0 13.9-2.3 18.1-6.9 6.8-7.3 7.6-18.5 7.1-26.7-.2-4.7-3.5-8.6-8.1-9.8zm5.7 7.1c-2.2.2-10.2 1.1-21.7 2-5.5.4-12.5 1-20.4 1.4h-.7c-2.2.1-4.6.2-6.9.3-.6 0-1 .5-1 1s.5 1 1 1c2.6-.1 5.2-.2 7.6-.3 17.5.1 25.2 11.3 32 21.2a27644768299299944 27644768299299944 0 0 0 3.7 1.8l-2.1-3c-5.4-7.8-11.8-17.2-23.7-20.7 3.8-.3 7.2-.5 10.2-.8 6.2 3.5 12.7 8.7 20 16.1.2.2.5.3.7.3.3 0 .5-.1.7-.3.1-.1.1-.2.2-.3-1.1 3.2-2.6 6.3-5 8.9-4.1 4.3-9.9 6.5-17.4 6.5-24.2 0-27.7-17.5-28.2-30.6-.1-3.3 1.8-6.3 4.9-7.6 9.4-3.8 18.3-4.9 25.4-4.9 7.1 0 12.4 1.1 14.8 1.7 4.2 1 7.2 4.6 7.4 9 .3 4.2.2 10.7-1.7 16.8.1-.3 0-.6-.3-.9-6.5-6.5-12.4-11.4-18-15 9.8-.8 16.7-1.6 18.7-1.8.5-.1.9-.6.9-1.1 0-.4-.6-.7-1.1-.7zm-80.6-3.8c-19-7.7-36-4.5-40.8-3.3-4.6 1.1-7.9 5.1-8.2 9.9-.5 8.2.3 19.4 7.1 26.7 4.3 4.6 10.4 6.9 18.1 6.9 25.1 0 28.7-18 29.2-31.6.3-3.8-1.9-7.2-5.4-8.6zm-47.9 6.6c.3-4.3 3.3-7.9 7.4-9 4.6-1.2 21.1-4.3 39.6 3-4.4.5-8.2.8-12.7 1.2-3.4.3-7.2 1.6-11.4 3.9-11.4-.9-19.3-1.8-21.5-2-.5-.1-1 .3-1.1.9s.3 1 .9 1.1c2 .2 8.8 1 18.7 1.8-5.7 3.6-11.6 8.5-18.1 15.1-.2.2-.3.5-.3.8-1.7-6-1.8-12.5-1.5-16.8zm24.2 32.5c-6.4 0-11.7-1.6-15.6-4.9.3 0 .5-.2.7-.4.7-1 1.5-2.1 2.2-3.2 7-10.2 15-21.7 34-21 2.1.1 3.9.1 5.9.2.5 0 .9-.3 1-.8-.6 13.2-4.3 30.1-28.2 30.1zm28.2-30.3c-.1-.5-.5-.9-1-.9-2 0-3.7-.1-5.9-.2-20.1-.8-28.8 11.8-35.7 21.8-.8 1.1-1.5 2.2-2.2 3.2-.1.2-.2.3-.2.5-.2-.2-.5-.4-.7-.6-2.4-2.5-3.9-5.6-5-8.8 0 .1.1.2.1.2.2.2.4.3.7.3.3 0 .5-.1.7-.3 7.3-7.5 14-12.8 20.3-16.3 4-2.2 7.7-3.5 10.8-3.8 4.7-.4 8.7-.8 13.4-1.3.5-.1.9-.5.9-1.1 2.3 1.5 3.8 4.1 3.6 6.9.2.2.2.3.2.4z'/><path d='M293.1 381.7h-8.8l-6.8-246.4c0-.5-.5-1-1-1H85.1c-.5 0-1 .4-1 1l-6.8 246.4h-8.8c-2.6 0-4.8 2.1-4.8 4.8 0 2.6 2.1 4.8 4.8 4.8h224.6c2.6 0 4.8-2.1 4.8-4.8 0-2.6-2.2-4.8-4.8-4.8zm-207-245.4h189.4l6.8 245.4h-203l6.8-245.4zm207 253H68.5c-1.5 0-2.8-1.2-2.8-2.8 0-1.5 1.2-2.8 2.8-2.8h224.6c1.5 0 2.8 1.2 2.8 2.8 0 1.5-1.3 2.8-2.8 2.8z'/><path d='M273 302.6H89.7c-.5 0-1 .4-1 1l-1.1 67.6c0 .3.1.5.3.7s.4.3.7.3h185.6c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7l-1.1-67.6c-.1-.6-.5-1-1.1-1zm-162.6 42h-1.6V336h1.6c-.2 1.4-.3 2.8-.3 4.3s.1 2.9.3 4.3zm1.7-4.2c0-15.6 12.7-28.4 28.4-28.4 15.6 0 28.4 12.7 28.4 28.4s-12.7 28.4-28.4 28.4c-15.7-.1-28.4-12.8-28.4-28.4zm139.1-4.3h1.6v8.6h-1.6c.2-1.4.3-2.8.3-4.3s-.1-2.9-.3-4.3zm-1.7 4.3c0 15.6-12.7 28.4-28.4 28.4-15.6 0-28.4-12.7-28.4-28.4s12.7-28.4 28.4-28.4 28.4 12.7 28.4 28.4zm-10.9 24.8c.3.7.5 1.3.7 1.7.2.5.4.9.5 1.3.2.7.7 1.4 1.2 1.9h-13.9c4.2-.8 8.1-2.5 11.5-4.9zm8 3c-.5.9-1.4 1.3-2.4 1.3-1.1 0-2.1-.8-2.5-1.9-.2-.6-.4-1-.6-1.5-.3-.5-.5-1.2-.9-2.1 1.2-1 2.3-2 3.4-3.2 1.1 1.5 2.1 3.1 3.1 4.7.5.8.4 1.8-.1 2.7zm-55.7-30.7l-10.2.4-10.1-.4c0-.5-.1-1-.2-1.4 3.4-3.4 6-5.2 10.3-5.2 4.6 0 7 1.7 10.3 5.4 0 .4 0 .8-.1 1.2zm-20.1 2.9l10-.4 10 .4c0 14.7 10.5 27 24.4 29.8h-68.8c13.9-2.9 24.4-15.1 24.4-29.8zm-49.6 23.4c-.4 1-.7 1.7-.9 2.3l-.6 1.5c-.3 1.1-1.3 1.8-2.5 1.9-1 0-1.9-.5-2.4-1.3s-.5-1.8 0-2.7c.9-1.7 2-3.3 3.1-4.8 1 1.1 2.1 2.1 3.3 3.1zm.3 4.4c.1-.4.3-.8.5-1.3s.5-1 .8-1.8c3.4 2.4 7.3 4.2 11.6 5h-14.1c.6-.5 1-1.2 1.2-1.9zm126.1 1.9c.3-.3.5-.6.7-.9.9-1.5.9-3.2.1-4.7-1-1.8-2.2-3.6-3.5-5.3 2.9-3.6 4.9-7.9 5.9-12.5h2.9c.6 0 1-.4 1-1v-10.6c0-.6-.4-1-1-1h-3c-2.9-13.7-15.1-24.1-29.7-24.1-14.5 0-26.6 10.2-29.6 23.8-2.7-2.8-5.6-4.9-10.7-4.9-4.9 0-8 2.2-10.7 4.8-3-13.5-15.2-23.7-29.6-23.7-14.6 0-26.8 10.3-29.7 24.1h-3c-.6 0-1 .4-1 1v10.6c0 .6.4 1 1 1h3c1 4.6 3 8.8 5.8 12.4-1.3 1.7-2.5 3.6-3.6 5.4-.8 1.5-.8 3.2.1 4.7.2.3.5.7.7.9H89.6l1.1-65.6h181.4l1.1 65.6h-25.6zm-156.8-79h179.9c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7l-1.1-66.4c0-.5-.5-1-1-1H91.9c-.5 0-1 .4-1 1L89.8 290c0 .3.1.5.3.7.2.3.5.4.7.4zm150.3-6.6c1.5 1.7 3.3 3.4 5.5 4.6h-13.3c3-1.1 5.6-2.7 7.8-4.6zm14.5 3.4c-5 1.5-8.8.1-13.1-4.8 2.3-2.4 4.2-5.3 5.6-8.2 4.5 4.9 7.9 9.1 9.6 11.2l.8-.6-.8.8-.3.3c.1-.1-.5.9-1.8 1.3zm-32 .7c-25.8 0-30.4-13.8-33.7-23.8-1.9-5.8-3.6-10.8-8.9-10.8-5.2 0-6.9 5-8.8 10.8-3.4 10.1-8 23.9-33.8 23.9-20.8 0-25.3-19.2-28.2-31.9-.2-1-.5-2-.7-2.9-.5-1.9-1.7-3.4-3.3-3.9l-1-.4-2-8.5c36.8-4.9 56.5 0 68.4 2.9 4.1 1 7.1 1.8 9.5 1.8s5.4-.7 9.5-1.8c11.8-2.9 31.6-7.8 68.4-2.9l-2 8.5-1 .4c-1.6.6-2.8 2-3.3 3.9-.2.9-.4 1.9-.7 2.9-3.1 12.6-7.6 31.8-28.4 31.8zm-13.4.5h-58.4c15.7-4.1 19.5-15.6 22.3-23.7 2-6 3.3-9.4 6.9-9.4 3.7 0 5 3.4 7 9.5 2.7 8 6.5 19.4 22.2 23.6zm-90.6-5.8c-4.2 4.8-8 6.1-12.9 4.6-1.2-.4-1.8-1.4-1.8-1.4-.1-.1-.2-.4-.3-.4 1.7-2.1 5-6.2 9.4-10.9 1.4 2.9 3.3 5.7 5.6 8.1zm1.5 1.4c2.1 1.8 4.6 3.4 7.5 4.4h-12.9c2.2-1.2 3.9-2.8 5.4-4.4zm-28.2-60.1h175.8l1 64.4h-12c.7-.5 1.2-1.1 1.4-1.4.4-.3.6-.8.7-1.3.1-.6-.1-1.1-.4-1.6-1.8-2.3-5.5-6.8-10.3-12 2.4-5.4 3.7-11.1 4.8-15.7.2-1 .5-2 .7-2.9.2-.7.7-2.1 2-2.5l1.5-.5c.3-.1.6-.4.6-.7l2.3-10.1c.1-.3 0-.6-.2-.8-.2-.2-.4-.4-.7-.4-37.8-5.2-58.1-.2-70.2 2.8-4 1-6.8 1.7-9 1.7s-5-.7-9-1.7c-12.1-3-32.4-8-70.2-2.8-.3 0-.5.2-.7.4s-.2.5-.2.8l2.3 10.1c.1.3.3.6.6.7l1.5.5c1.3.5 1.8 1.8 2 2.5.2.9.4 1.9.7 2.9 1.1 4.7 2.5 10.5 4.9 16-4.7 5.1-8.3 9.5-10 11.6-.4.4-.5 1-.4 1.6.1.5.3 1 .7 1.3.2.3.7.9 1.4 1.4H91.8l1.1-64.3zm-.4-12.2h177c.3 0 .5-.1.7-.3s.3-.5.3-.7l-2.1-66.4c0-.5-.5-1-1-1H94.6c-.5 0-1 .4-1 1l-2.1 66.4c0 .3.1.5.3.7.2.2.5.3.7.3zm79.8-40c.1 2.9.3 15.7-6.6 25.7-7.5 10.9-15.5 11.8-22.4 11.8-9.8 0-22.8-3.4-28.8-19.3-5.5-14.6-6-15.2-8.5-15.7-.2 0-.5-.1-.7-.2v-4.5c1.7-.2 5.4-.6 7.3-1.7.4-.2 1-.7 1.7-1.2 3.5-2.5 10.7-7.8 20-8.4 11.2-.7 18.7.3 24.3 3.2 4 2.1 6.9 5 8.7 6.9.8.8 1.3 1.4 1.8 1.7 1.1.8 2.4 1.4 3.2 1.7zm-5 26.9c.3-.5.6-1 .9-1.4 2.1 2.4 3.9 4.5 4.4 5.2.7 1 .8 3.2.2 4.1-.2.2-.3.3-.4.3-1-.6-4.1-5.7-5.3-7.8.1-.2.2-.3.2-.4zm-1.5 2.1c3.7 6.1 5.1 7.9 6.3 8h.4c.8 0 1.6-.4 2.1-1.2 1-1.6.9-4.6-.2-6.3-.6-.9-2.9-3.6-5-5.9 6-11.2 5-23.8 4.9-24.4 0-.4-.3-.7-.7-.9 0 0-.7-.2-1.5-.6v-1.4c1.3-.5 4.8-1.8 8.9-1.8s7.6 1.2 8.9 1.8v1.4c-.8.4-1.5.6-1.5.6-.3.1-.6.4-.7.8v.3c-.1 1.5-.7 13.5 4.9 24.1-2.1 2.3-4.4 5.1-5.1 6-1.1 1.7-1.2 4.7-.2 6.3.5.8 1.2 1.2 2.1 1.2h.4c1.2-.2 2.6-2 6.3-8.1 3.9 5 7.9 7.7 11.8 9.1H154c4-1.4 7.9-4.1 11.8-9zm52.9 8.6c-6.9 0-14.9-.9-22.4-11.8-6.9-10-6.7-22.9-6.6-25.7.7-.3 2-.9 3.1-1.7.5-.4 1-.9 1.8-1.7 1.9-1.9 4.7-4.8 8.7-6.9 5.7-3 13.2-4 24.3-3.2 9.3.6 16.5 5.9 20 8.4.7.5 1.3.9 1.7 1.2 1.9 1.1 5.6 1.6 7.3 1.7v4.5c-.3.1-.5.1-.7.2-2.5.5-3 1.1-8.5 15.7-2.7 7.1-7 12.3-12.7 15.5h-.1c-4.3 2.4-9.4 3.7-15.2 3.8h-.7zm-24-10.7c.1.1.1.2.2.2-1.2 2-4.4 7.3-5.4 7.9-.1 0-.2 0-.4-.3-.6-.9-.5-3.1.2-4.1.4-.7 2.3-2.9 4.4-5.3.3.6.6 1.1 1 1.6zM95.6 146h171l2 64.4h-38.7c2.1-.6 4.1-1.5 5.9-2.5h.1c6.2-3.4 10.7-9 13.6-16.6 5.3-14.1 5.7-14.2 7.1-14.5.3-.1.6-.1 1-.3.2-.1.5-.2.7-.3.4-.2.6-.5.6-.9v-2.7h2.5c.6 0 1-.4 1-1s-.4-1-1-1h-2.5v-1.4c0-.5-.4-1-.9-1-1.5-.1-5.6-.5-7.3-1.5-.3-.2-.9-.6-1.5-1.1-3.6-2.6-11.2-8.2-21-8.8-11.6-.8-19.4.3-25.4 3.5-4.3 2.3-7.3 5.3-9.2 7.3-.5.6-1 1-1.4 1.3v-.8c0-.4-.2-.7-.6-.9-.2-.1-4.6-2.2-10.4-2.2s-10.2 2.1-10.4 2.2c-.3.2-.6.5-.6.9v.8c-.3-.3-.8-.8-1.4-1.3-1.8-1.9-4.9-5-9.2-7.3-6-3.2-13.9-4.2-25.4-3.5-9.8.7-17.4 6.2-21 8.8-.7.5-1.2.9-1.5 1.1-1.7 1-5.9 1.5-7.3 1.5-.5 0-.9.5-.9 1v1.4H101c-.6 0-1 .4-1 1s.4 1 1 1h2.5v2.7c0 .4.2.8.6.9.7.3 1.3.4 1.7.5 1.3.3 1.7.4 7.1 14.5 4.3 11.4 11.9 16.8 19.5 19.1H93.6l2-64.3zm243.8 75.6c.1 0 .2 0 .3-.1l10.9-10.4c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0L339 220.7c-.2.2-.2.5 0 .7.1.1.2.2.4.2zm20.8-13.1l-23.6 23c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .3 0 .3-.1l23.6-23c.2-.2.2-.5 0-.7-.2-.3-.5-.3-.7-.1zm76.6-1.7l-23.5 22.7c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l23.5-22.7c.2-.2.2-.5 0-.7-.2-.3-.5-.3-.7-.1zm-5.3 13l-8 7.8c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .3 0 .3-.1l8-7.8c.2-.2.2-.5 0-.7-.2-.3-.5-.3-.7-.1z'/><path d='M464.7 207.3h-2.5v-1.4c0-.5-.4-1-.9-1-1.4-.1-5.5-.5-7.2-1.5-.3-.2-.9-.6-1.5-1.1-2.8-2-7.8-5.7-14.5-7.6v-.4c-9.1-27.8-29.7-45.8-52.5-45.8-23 0-43.7 18.1-52.7 46.2-6.6 1.9-11.6 5.6-14.3 7.6-.7.5-1.2.9-1.5 1.1-1.7 1-5.8 1.4-7.2 1.5-.5 0-.9.5-.9 1v1.4h-2.5c-.6 0-1 .4-1 1s.4 1 1 1h2.5v2.6c0 .4.2.8.6.9.7.3 1.3.4 1.7.5 1.3.3 1.7.3 7 14.3 2.9 7.7 7.3 12.6 12.3 15.7 2.1 9.6 5.7 18.9 10.3 27.2-.1.2-.1.5.2.7.1.1.2.1.4.2 9.5 16.7 22.9 29.4 36.1 33.3v.1c-2 34.4-5.8 55.6-6.3 58.3h-1.7c-2.4 0-4.4 2-4.4 4.4 0 .9.3 1.7.7 2.4H347c-13 0-25.6 4.7-35.3 13.4-1.4 1.3-1.9 3.2-1.2 5 .7 1.8 2.3 2.9 4.3 2.9h141.8c1.9 0 3.6-1.2 4.3-2.9.7-1.8.2-3.8-1.2-5-9.8-8.6-22.3-13.4-35.3-13.4h-18.6c.4-.7.7-1.5.7-2.4 0-2.4-2-4.4-4.4-4.4h-1.7c-.5-2.7-4.3-23.6-6.3-57.6 0-.3-.2-.6-.4-.7 19.9-5.7 40.7-31.9 47.2-61.2v-.4c5.6-3.4 9.7-8.7 12.4-15.7 5.2-13.9 5.6-14 7-14.3.3-.1.6-.1 1-.2.2-.1.5-.2.7-.3.4-.2.6-.5.6-.9v-2.6h2.5c.6 0 1-.4 1-1s-.8-.9-1.4-.9zm-79.2-56.8c21.7 0 41.4 17.1 50.4 43.7-1.3-.3-2.7-.5-4.1-.6-11.4-.8-19.1.3-25.1 3.4-4.3 2.2-7.2 5.2-9.1 7.2l-1.3 1.3v-.8c0-.4-.2-.7-.6-.9-.2-.1-4.5-2.2-10.2-2.2-5.7 0-10 2.1-10.2 2.2-.3.2-.6.5-.6.9v.8l-1.3-1.3c-1.8-1.8-4.8-4.9-9.1-7.2-5.9-3.1-13.7-4.2-25.1-3.4-1.4.1-2.8.3-4.1.6 9-26.6 28.6-43.7 50.4-43.7zM320 226.9c-5.4-14.4-6-15-8.4-15.5-.2 0-.5-.1-.7-.2v-4.4c1.7-.2 5.3-.6 7.2-1.7.4-.2 1-.7 1.7-1.2 3.4-2.5 10.6-7.7 19.7-8.3 11-.7 18.4.3 24 3.2 4 2.1 6.8 4.9 8.6 6.8.8.8 1.3 1.3 1.8 1.7 1.1.8 2.4 1.4 3.1 1.7.1 2.9.3 15.5-6.5 25.4-7.4 10.7-15.2 11.6-22 11.6-9.8 0-22.5-3.3-28.5-19.1zm28.4 21.1c7.3 0 15.8-1 23.7-12.5 8.1-11.7 6.9-26.7 6.8-27.3 0-.4-.3-.7-.7-.9 0 0-.6-.2-1.4-.6v-1.4c1.3-.5 4.7-1.7 8.8-1.7 4.1 0 7.5 1.2 8.8 1.7v1.4c-.8.4-1.4.6-1.4.6-.3.1-.6.4-.7.8v.3c-.1 1.6-.8 16 6.8 27.1 1.2 1.8 2.5 3.3 3.7 4.6-1.8 5.2-5.2 9.9-8.5 14.5-1.4 2-2.7 3.9-4 5.8-1.4 2.2-2.4 4.5-3.4 6.7-1.6 3.7-3.1 7.1-6.4 10-11.4 10-22.9 3.1-33.9-3.7-.9-.6-1.9-1.2-2.9-1.7-4.9-8.4-8.7-17.6-11-27.1 5.3 2.6 10.9 3.4 15.7 3.4zm5.7 38c-3.4-3.8-6.5-8-9.2-12.5.4.2.8.5 1.2.7 6.9 4.2 14.5 8.8 22.1 8.8 4.3 0 8.7-1.5 13-5.2 3.4-3 5-6.6 6.6-10.3 1-2.2 1.9-4.4 3.3-6.6 1.2-1.9 2.5-3.8 3.9-5.7 3.2-4.5 6.5-9.2 8.4-14.4 1.9 1.8 3.8 3.2 5.7 4.2-7.5 7.2-11.4 15.2-15.6 23.7-1.6 3.3-3.3 6.7-5.3 10.2-6.2 10.9-14.2 11-25.4 11.1-1.5 0-3.1 0-4.7.1h-.1c-1.2-1.2-2.6-2.6-3.9-4.1zm79.8-27.7c-2.1 3.4-6 6.3-10.1 9.3-8 5.9-17.1 12.6-13.4 25.1-2.9 2.5-5.8 4.7-8.8 6.4-.1-11.4.5-19 7.7-28.7 3.2-4.3 9-7.8 14.6-11.1 4.7-2.8 9.5-5.6 12.9-9.1-.9 2.8-1.8 5.5-2.9 8.1zm3.5-10.2c-3.3 4-8.8 7.3-14 10.4-5.7 3.4-11.5 6.8-14.9 11.4-7.4 10-8 18.2-7.9 29.6 0 .1 0 .2.1.2-5.1 2.8-10.2 4.4-15.2 4.4-6 0-12.6-2.4-19.1-6.9 4.4-.6 8.2-.5 11.6-.3 8.6.4 14.8.7 19.6-13.4 5.4-15.7 13.2-27 24.6-35.5h1.2c5.5-.1 10.5-1.2 14.8-3.3-.2 1.1-.5 2.2-.8 3.4zm-40.7 35c-4.6 13.3-9.9 13.1-18.6 12.7-3.6-.2-7.7-.4-12.5.4-.1 0-.2.1-.2.1-2.1-1.5-4.2-3.2-6.2-5.1 1.3 0 2.5 0 3.7-.1 11.1-.1 19.8-.2 26.2-11.6 2-3.5 3.7-6.9 5.3-10.2 4.2-8.5 8.2-16.5 15.7-23.7 3.6 1.7 7.2 2.2 10.5 2.3-11 8.6-18.6 19.8-23.9 35.2zm-17.4 22.2c2.1.5 4.2.7 6.2.7.7 0 1.4 0 2.1-.1-9 20.2-10.9 39.5-5.5 57.2H373c.8-3.8 4.4-24.7 6.3-57.8zm17.3 66.7c.1.1.1.1.2.1 13.7 3.6 21 6.7 22.1 9.6.2.6.2 1.1.1 1.6h-7.5c-.1-.1-.2-.3-.3-.5-1.4-1.7-18-7.4-20.7-7.7-2.2-.2-9.4.5-12.8 3.4-1.2 1-1.8 2.2-1.9 3.5 0 .4.2.8.5 1.2h-12.7c-1.1-2.4 1.5-4.6 5.3-7.3 2-1.4 3.7-2.7 4.2-4h23.5zm12.5 17.3c0-.1-.1-.2-.1-.3 0-.5.6-1 1.1-1.5.6-.6 1.4-1.3 1.6-2.2h6.2c-.7 1.2-1.5 2.6-.8 4h-8zm-16.3 0c-1.2-.7-3.4-1.4-6-2.3-1.3-.5-3-1.1-4.7-1.7h28.6c-.2.5-.7.9-1.2 1.5-.7.7-1.4 1.4-1.4 2.2v.3h-15.3zm-10.6 0c-3.4-.7-11-2.6-15.3-4h12.6c1.8.8 4.2 1.7 7 2.7 1.4.5 2.8 1 3.9 1.4h-8.2zm-17.5 0c-3-.6-8.7-2.2-12-4h11.5c2.7 1.3 8.9 2.9 13.5 4h-13zm-17.4 0c-1.1-1.5-1.9-2.8-2.5-4h6.1c2.2 1.7 6.3 3.1 9.7 4h-13.3zm-6.5 0c-3.6-1.4-6-2.7-7.3-4h10.1c.6 1.2 1.3 2.6 2.4 4h-5.2zm-17.2 0c-1-1.6-1.3-2.9-1-4h9.6c1 1.4 2.9 2.7 6 4h-14.6zm2.8-9c1.8-1.6 3.8-3.5 5.3-6.1 2.8-.9 5.6-1.5 8.5-1.9-1.2 1.3-2.4 2.4-3.6 3.6-2.8 2.6-5.3 4.9-5.1 7.3h-7.9c.7-.9 1.7-1.8 2.8-2.9zm-4 3h-7.6c4.6-3.7 9.9-6.6 15.4-8.5-1.4 1.9-3 3.5-4.5 4.8-1.3 1.2-2.5 2.4-3.3 3.7zm21.4-3.1c.6-2.9 4-4.8 8.6-7.3.5-.3 1.1-.6 1.7-.9h8c-2.1 1.4-4.8 4-7.4 6.5-2 1.9-3.9 3.8-5.1 4.5-.1.1-.2.2-.2.3H344c-.3-1.2-.4-2.2-.2-3.1zm32.9 2c.1-1 .6-2 1.6-2.8 3-2.6 9.5-3.5 12.1-3.2 2.5.2 17.7 5.6 19.8 7.1h-32.4c-.7-.4-1.1-.8-1.1-1.1zm-8.5-7.1c-3.1 2.2-6.8 5-5.8 8.1h-11.6c1.2-.9 2.7-2.4 4.5-4.1 3.3-3.2 7.3-7.1 9.2-7.2h7.3c-.5 1-2.1 2.1-3.6 3.2zm-16.1-3.1s-.1 0-.1.1c-4.7 2.6-8.4 4.6-9.1 8-.2 1-.2 2.1.1 3.2h-10.4c-.1-1.9 2.2-4.1 4.8-6.6 1.4-1.3 3-2.8 4.4-4.5 1.7-.2 3.5-.3 5.2-.3h5.1zm-39.8 15.6c-.3-.7-.3-1.6.3-2.4h9c-.2 1.2 0 2.5.9 4h-7.8c-1.4.1-2.1-.8-2.4-1.6zm146.5 0c-.3.8-1.1 1.7-2.4 1.7h-38.1c-.9-1.1-.4-2.1.5-3.6.1-.1.2-.3.3-.5h39.4c.6.9.6 1.8.3 2.4zm-2.5-4.3H420c.1-.6.1-1.3-.2-2-.8-2.1-3.9-4.9-19.6-9.3h24c11.7 0 23 4 32.1 11.3zm-52.1-15.7c0 1.3-1.1 2.4-2.4 2.4h-32.6c-1.3 0-2.4-1.1-2.4-2.4 0-1.3 1.1-2.4 2.4-2.4h32.6c1.3 0 2.4 1.1 2.4 2.4zm-13.8-4.4c-5-8.7-5.1-19.2-4.5-28.4.2-3.5 1.9-7.8 3.6-11.9 1.1-2.7 2.2-5.5 2.9-8.1.2 2.3.3 4.5.5 6.7-.3 3.2-.9 6.2-1.5 9.2-2 9.9-3.8 19.3 6.1 29.4.2 1.5.4 2.5.5 3.1h-7.6zm2.9-37.3c1.4 15.2 2.9 26.2 3.9 32.4-8.4-9.3-6.7-17.7-4.8-27.4.3-1.6.6-3.3.9-5zm-1.2-14.9c-.4 3.5-2 7.6-3.6 11.5-1.7 4.2-3.4 8.5-3.6 12.2-.6 9.1-.5 19.6 4.4 28.4h-6.1c-5.5-17.8-3.6-37.1 5.6-57.4 1-.1 2-.3 3.1-.5-.1.1-.1.3-.1.5.1 1.8.2 3.6.3 5.3zm19.1-19c-3.2-11.5 5.1-17.6 13.2-23.5 3-2.2 5.8-4.3 8-6.6-1.4 3-2.9 6-4.5 8.8-.7.6-1.7 1.3-2.8 2-4.7 3.2-11 7.7-7.8 13-1.9 2.3-4 4.4-6.1 6.3zm6.9-7.1c-2.3-4.4 3.2-8.3 7.7-11.4l.9-.6c-2.7 4.3-5.5 8.4-8.6 12zm42.1-73.7c-.3.1-.5.1-.7.2-2.5.5-3 1.1-8.4 15.5-2.6 7-6.9 12.2-12.5 15.3h-.1c-4.2 2.4-9.3 3.6-15 3.7h-.8c-6.8 0-14.7-.9-22.1-11.6-6.8-9.9-6.6-22.5-6.5-25.4.7-.3 2-.9 3.1-1.7.5-.3 1-.9 1.8-1.7 1.8-1.9 4.6-4.7 8.6-6.8 5.6-2.9 13-3.9 24-3.2 9.1.6 16.3 5.8 19.7 8.3.7.5 1.3.9 1.7 1.2 1.9 1.1 5.5 1.6 7.2 1.7v4.5z'/><path d='M371.6 212.1c-.9-3.2-6.6-10-14.7-12.4-8.3-2.4-20.2-1-24 .4-3 1.1-8.4 3.9-10.5 10.3-2.1 6.3.3 16 6.2 24.1 3.8 5.3 11 8.2 18.6 8.2 4.9 0 9.9-1.2 14.2-3.8 11.2-6.7 11.1-23.7 10.2-26.8zm-40.7-10c-.9 3.7-1.5 7.5-1.9 11.3l-5.6-1.7h-.4c.1-.3.2-.7.3-1 1.5-4.4 4.6-7.1 7.6-8.6zm-8.2 11.5l.1.1 6 1.8c-.3 3-.4 6-.4 9.1 0 2.8.2 6.1.5 8.7-4.6-6.6-6.9-14.1-6.2-19.7zm7.8 21.7c.3-.2.5-.6.5-1-.4-3.3-.6-7.1-.6-9.9 0-7.7.9-15.2 2.6-22.4.1-.3 0-.6-.2-.8.2-.1.3-.1.5-.2 2.2-.8 7.4-1.7 12.9-1.7 3.6 0 7.3.3 10.4 1.3 8.2 2.4 13.4 9.3 14.1 11.7.8 3 1 19.3-9.9 25.7-9.7 5.8-23.8 4.4-30.3-2.7zm-17.3-27.7c-.5 0-.9.2-1.2.5-.3.3-.5.8-.5 1.2 0 .5.2.9.5 1.2.3.3.8.5 1.2.5.5 0 .9-.2 1.2-.5.3-.3.5-.8.5-1.2 0-.5-.2-.9-.5-1.2-.3-.4-.7-.5-1.2-.5zm.2 1.9s-.1.1-.2.1-.1 0-.2-.1c0 0-.1-.1-.1-.2s0-.1.1-.2c0 0 .1-.1.2-.1s.1 0 .2.1.1.3 0 .4zm125-9.6c-3.8-1.4-15.8-2.9-24.2-.4-8.2 2.4-14 9.3-14.9 12.5-.9 3.2-1 20.3 10.4 27.1 4.3 2.6 9.4 3.8 14.3 3.8 7.6 0 14.9-2.9 18.7-8.3 5.9-8.2 8.4-18 6.2-24.3-2.1-6.4-7.5-9.2-10.5-10.4zm-28.2 38.4c-10.9-6.5-10.8-22.9-10-26 .7-2.4 5.9-9.4 14.2-11.8 3.2-.9 6.9-1.3 10.5-1.3 5.6 0 10.8.8 13.1 1.7.2.1.3.1.5.2-.3.2-.4.6-.4 1 1.7 7.2 2.6 14.8 2.6 22.4 0 2.7-.2 6.5-.6 9.9-.1.5.2.9.7 1-6.5 7.2-20.8 8.7-30.6 2.9zm32.1-4.7c.3-2.6.5-6.1.5-9.1s-.1-6-.4-8.9l5.4-1.8c.5-.2.8-.7.6-1.3-.2-.5-.7-.8-1.3-.6l-5 1.6c-.4-4-1.1-7.9-2-11.7 3 1.5 6.3 4.2 7.9 8.8 2.1 6-.2 15.2-5.7 23zm15.5-22.5c.1 0 .1 0 0 0 .5 0 .9-.2 1.2-.5.3-.3.5-.8.5-1.2 0-.5-.2-.9-.5-1.2-.3-.3-.8-.5-1.2-.5-.5 0-.9.2-1.2.5-.3.3-.5.8-.5 1.2 0 .5.2.9.5 1.2.3.3.8.5 1.2.5zm-.1-2s.1-.1.2-.1.1 0 .2.1c0 0 .1.1.1.2s0 .1-.1.2c0 0-.1.1-.2.1s-.1 0-.2-.1-.1-.3 0-.4zm-83.4 3.4c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5-1.5.7-1.5 1.5.7 1.5 1.5 1.5zm0-2c.3 0 .5.2.5.5s-.2.5-.5.5-.5-.2-.5-.5c-.1-.3.2-.5.5-.5zm22.3-.9c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5zm0 2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5c.1.2-.2.5-.5.5z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-collection-3.contain {
	background-size: contain
}

.placeholder-background-collection-3[data-position=left-top] {
	background-position: left top
}

.placeholder-background-collection-3[data-position=left-center] {
	background-position: left center
}

.placeholder-background-collection-3[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-collection-3[data-position=center-top] {
	background-position: center top
}

.placeholder-background-collection-3[data-position=center-center] {
	background-position: center center
}

.placeholder-background-collection-3[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-collection-3[data-position=right-top] {
	background-position: right top
}

.placeholder-background-collection-3[data-position=right-center] {
	background-position: right center
}

.placeholder-background-collection-3[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-collection-3[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-collection-3[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-collection-3[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-collection-3[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-collection-3[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-collection-3[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-collection-3[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-collection-3[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-collection-3[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-collection-3[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-collection-4 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M463.2 317c0-.5-.5-1-1-1h-18c.3-.8.2-1.6-.4-2.3l-3.8-4.4c-3.8-4.5-10.9-7.2-18.3-7.2h-30.9c0-.1.1-.2.1-.3 0-2.9-1.6-5.4-4-6.7.1-.1.2-.3.2-.5v-73.8c0-.4-.2-.7-.5-.8 15.7.8 26.3 7.3 35.7 13.1 6 3.7 11.7 7.2 18 8.8.5.1 1.1.2 1.6.2 1.5 0 3-.5 4.2-1.5 1.7-1.3 2.7-3.3 2.7-5.5v-24.9c.3.1.6.1.8.1.7 0 1.5-.2 2.1-.6 1.3-.8 2-2.2 2-3.7-1-19-8.4-79.2-62.7-83.9-.3-3.1-2.9-5-6.9-5s-6.5 1.9-6.9 5c-55.1 4.6-62.6 64.9-63.6 83.9-.1 1.5.7 2.9 1.9 3.7.9.6 2 .7 3 .5v24.5c0 2.3 1.1 4.4 3 5.7 1.8 1.3 4.1 1.6 6.2.9 5-1.7 10-4.7 15.3-7.8 10.3-6 21.9-12.7 37.1-13.6-.3.2-.5.5-.5.8v73.8c0 .2.1.4.2.5-2.4 1.3-4 3.8-4 6.7 0 .1 0 .2.1.3H349c-.1 0-.3 0-.4.1l-.6-4.1c-1.3-8.1-6.9-14.8-14.3-17.1-6.2-1.9-15-4.1-25.4-5.1-.2-4.8-3.5-8.9-8-10.2-1.4-3.4-6.2-5.5-11.5-4.9-7 .8-14.7 6-19 17.7-3.3.7-6.6 1.6-9.8 2.6-7.6 2.3-13.3 9.1-14.5 17.4l-2.6 17.9h-24.5c-.4 0-.8.3-.8.8v67.5c0 .4.3.8.8.8s.8-.3.8-.8v-66.8h23.6l-9.1 62.5h-2.1c-.3 0-.5.2-.5.5s.2.5.5.5h2l-1 6.9c-5.8-1.9-12-2.9-18.2-2.9h-20.7c.5-.8.9-1.7.9-2.7 0-2.6-2.1-4.7-4.7-4.7h-2c-.5-2.5-4.7-25.6-6.9-63.4 0-.4-.3-.7-.6-.9 5.5-1.5 11.1-4.5 16.4-8.6h.1c.1-.1.3-.2.3-.3 15.8-12.3 29.9-34.4 35.2-58.4.1-.5-.2-1.1-.8-1.2-.5-.1-1.1.2-1.2.8-.8 3.4-1.7 6.8-2.8 10.1-.8.5-1.6.9-2.4 1.4-17.2 10.3-36.7 22-29.5 45.8-8.1 6.2-16.4 9.6-23.8 9.6-6.8 0-14.2-2.8-21.3-7.7 4.2-.6 7.8-.1 11.4.4 2.1.3 4.2.6 6.1.6 4.6 0 8.8-1.5 12.9-7.8 3.2-4.9 5-10.9 6.8-16.6 1.7-5.7 3.5-11.6 6.7-16.7 3.5-5.5 7.8-8.3 12.5-11.3 3.6-2.3 7.3-4.7 10.6-8.5 1.5-1.7 2.3-3.9 3.1-6 .7-2 1.4-3.9 2.6-5.2 2-2.3 3.8-3.1 5.7-3.8 1.2-.5 2.5-1 3.8-2-.1 2.6-.3 5.5-.6 8.1-.1.5.3 1 .9 1.1h.1c.5 0 .9-.4 1-.9.3-2.9.7-7.4.7-11.1 0-1.4 0-2.9-.1-4.3 0-.3-.1-.5-.3-.7 6-1.1 29.3-5.6 38.1-9.2 13.1-5.3 17.1-9.7 17.3-9.9.1-.1.1-.2.2-.3 0-.1.1-.2.1-.3 0-.1-.1-3.4-3.4-5.8-4.6-3.3-12.7-3.1-24.2.5-21.2 6.7-27.7 6.7-29.3 6.5-.1-.2-.2-.5-.3-.9-.6-2.1-1.8-6-3.5-10.7.6-.2.9-.2 1-.3.5-.1.9-.7.7-1.2-.1-.5-.7-.9-1.2-.7l-1.2.3c-2.5-6.7-6.1-14.7-10.7-21.7-9.9-15.1-17.7-26.6-19.9-29.7-3.1-4.5-13.9-15-26-9.8-4.3 1.8-7.9 3.9-11.3 5.9-.6.4-1.2.7-1.9 1.1-4.7 2.8-10.6 6.3-17.7 9.3l-1.5.6c-1.2.5-2.5.9-3.7 1.2-3.7 1.1-7.3 1.8-11.2 2.5-3.4.6-7 1.3-10.6 2.2-2.6.6-5.3 1.3-8.1 2.2-12.5 4.2-13.6 19.2-12.9 24.7.1.7.2 1.6.3 2.7 0 .1 0 .1.1.2v5.3c-1.2-2.8-2.7-5.7-3.9-6.5-2.1-1.3-10.4-1.9-12-2.1-.3 0-.5.1-.7.2-.2.2-.3.4-.3.7 0 .5-.7 11.5 2.9 16.3.1.2.3.3.5.3 2.4.8 5.2 1.8 6.8 2.6l-2.9 1.1c-.3.1-.5.3-.6.6-.1.3-.1.6.1.8.2.3 3.6 6.4 13 8.3l-3.4 2.9c-.2.2-.4.5-.4.8 0 .3.2.6.5.8.2.1 2.4 1.4 5.5 2.7 0 .1-.1.3 0 .4 1.4 7.5 3.9 14.9 6.2 20.9-.5.2-1 .5-1.5.7-.5.2-.7.8-.4 1.3.2.4.5.6.9.6.1 0 .3 0 .4-.1.5-.2.9-.4 1.4-.7 1.8 4.5 3.4 8 4.3 9.8.1.3.2.5.3.7-1.9 1.6-9.6 7.6-30.4 16.9-10.8 4.9-16.7 10-17.5 15.2-.5 3.1 1 5.3 1.8 6.2.2.3.4.4.5.5 0 0 .1 0 .1.1 0 0 .1 0 .1.1.1 0 .2.1.3.1.5 0 7.3-.1 16.4-3.6 9.7-3.7 29.8-16.1 31.9-17.4 1.5-.3 3-.6 4.5-1v.1c10.4 24.2 28.4 42.8 45.3 47.8 0 .1-.1.2-.1.2-2.2 38.2-6.5 61.6-7 64.2h-2c-2.6 0-4.7 2.1-4.7 4.7 0 1 .3 1.9.9 2.7h-20.7c-14.3 0-28.1 5.2-38.8 14.7-1.5 1.4-2.1 3.5-1.3 5.4.7 1.9 2.5 3.2 4.6 3.2h155.9c2.1 0 3.9-1.2 4.6-3.2.7-1.9.2-4.1-1.3-5.4-.8-.7-1.7-1.4-2.5-2.1h111.8c.3 0 .6-.1.8-.3.2-.2.3-.5.2-.8l-1.1-6.9h100.7c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7l-1.2-71.6zM384 119c1.7 0 4.3.4 4.8 2.8-1.6-.1-3.2-.2-4.8-.2h-.1c-1.6 0-3.2.1-4.8.1.6-2.3 3.2-2.7 4.9-2.7zm-67.5 88.9c-.7-.4-1-1.1-1-1.9.4-7.2 1.7-20.6 6.4-34.6-.1 3-.1 6.1 0 9.1 0 .3.2.5.5.5s.5-.2.5-.5c-.1-4.1-.1-8.3.2-12.3.8-2.3 1.8-4.5 2.8-6.8-.8 7.5-1.5 22.4 2 39 0 .2.3.4.5.4h.1c.3-.1.4-.3.4-.6-4-19-2.4-35.8-1.6-41.6 9.4-18.5 26.2-34.8 56.3-35v68.7c0 .3.2.5.5.5s.5-.2.5-.5v-68.7c29.5.2 46 16.3 55.3 34.6.8 5.5 2.5 22.6-1.6 42-.1.3.1.5.4.6h.1c.2 0 .4-.2.5-.4 3.6-16.9 2.8-32.1 2-39.5 1.1 2.3 2 4.6 2.9 6.9.2 3.5.3 7 .2 10.6 0 .3.2.5.5.5s.5-.2.5-.5c.1-2.5 0-4.9 0-7.4 4.7 14 6 27.5 6.4 34.7 0 .8-.3 1.5-1 1.9-.7.4-1.5.4-2.1 0-8.6-4.9-28.4-13.1-64.9-13.1-36.5 0-56.3 8.2-64.9 13.1-.9.7-1.7.7-2.4.3zm25.4 23.8c-5.2 3-10.2 5.9-15 7.6-1.5.5-3.1.3-4.4-.6-1.3-.9-2.1-2.5-2.1-4.1V210c0-.2-.1-.5-.2-.6 8.7-4.8 28.1-12.5 63.3-12.5 35.3 0 54.6 7.7 63.3 12.5-.1.2-.2.4-.2.6v25c0 1.5-.7 3-1.9 3.9-1.2.9-2.7 1.2-4.1.9-6-1.5-11.5-4.9-17.4-8.5-10.2-6.3-21.9-13.5-40-13.5-17.3 0-30.1 7.4-41.3 13.9zm39.1-11.9c.8 0 1.5-.1 2.3-.1.8 0 1.5 0 2.2.1-.3.2-.5.5-.5.9v73.7c-.6-.1-1.1-.2-1.7-.2s-1.2.1-1.7.2v-73.7c0-.4-.2-.7-.6-.9zm-3.3 82c0-3.1 2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6c0 .1 0 .2.1.3h-11.4c0-.1.1-.2.1-.3zm-28.8 2.3h72.9c6.9 0 13.4 2.5 16.8 6.5l3.8 4.4c.1.2.1.3.1.3-.1.2-.6.6-1.5.6-.1 0-.3 0-.4.1h-89.8l-1.9-11.9c-.1 0-.1 0 0 0zm-42.8-28.5c-2.9-.2-5.9-.4-9.1-.4-3 0-6.1.1-9.1.3.3-4.7 4.3-8.5 9.1-8.5 4.8.1 8.8 3.9 9.1 8.6zm-22.6.4c1.4-3.4 3.2-5.4 4.8-6.7-1.4 1.8-2.3 4-2.4 6.5-.8.1-1.6.1-2.4.2zm-36.2 22.6c1.1-7.4 6.2-13.6 13.1-15.7 2.8-.9 5.6-1.6 8.5-2.3-1.2 4-2.1 8.7-2.5 14.2-2.1 32.6-7.2 54.3-14.7 62.8-.4.4-.3 1 .1 1.4.2.2.4.3.7.3.3 0 .6-.1.7-.3 9.8-11.1 13.7-40.9 15.2-64 .4-5.9 1.4-10.8 2.7-14.9.4-.2.6-.6.5-1.1 0 0 0-.1-.1-.1 4-10.7 10.9-15.5 17.2-16.2 3.6-.4 7.1.7 8.7 2.5h-.4c-.2 0-.7-.1-1.3-.2-2-1.1-5.3-1.7-8.8-.6-3.6 1.1-10.3 4.9-14.2 17.7-1.9 6.2-2.3 12.7-2.7 20.9-.2 3.7-.4 7.5-.8 11.7 0 .3.2.5.5.5s.5-.2.5-.5c.4-4.3.6-8.1.8-11.8.5-8.2.9-14.6 2.7-20.7 3.8-12.4 10.1-16 13.6-17.1 2.2-.7 4.3-.7 5.9-.3h-.2c-2.1-.2-4.8.3-7.6 2-4.4 2.9-10 10-11.5 27.7 0 .3.2.5.5.5s.5-.2.5-.5c1.5-17.3 6.9-24.2 11.1-26.9.9-.6 1.8-1 2.7-1.3-.5.3-.9.6-1.4.9-6.1 4.7-9.2 14.8-9.2 30 0 2.8 0 5.6-.1 8.3 0 .6.4 1 1 1 .5 0 1-.4 1-1 0-2.7.1-5.5.1-8.3 0-9.1 1.1-15.5 2.8-19.9.2.2.5.4.9.4 4.4-.5 8.9-.7 13.2-.7 15 0 27.8 3 35.9 5.6 6.7 2.1 11.8 8.2 13 15.5l12.7 81.8H259c8.3-9.9 13.1-27.6 14-34.3 0-.3-.2-.5-.4-.6-.3 0-.5.2-.6.4-1 7.5-6.2 25.2-14.1 34.3-.1.1-.1.1-.1.2h-22.2l11.7-81.3zm2.5 101.3h-41.1c-.3-1.5-1.2-3.1-4-5.5-3.6-3-11.5-5.9-16.3-7.1h25.7c13 0 25.6 4.4 35.7 12.6zm-41.6 6.6h-9.5c-.5-.8-.2-1.6.3-2.8.2-.6.5-1.2.7-1.8h8.2v.3c-.1 1.2-.2 2.5.3 4.3zm-24 0c-1.2-.7-3.3-1.5-5.7-2.5-1.5-.6-3.5-1.4-5.2-2.2h25.3c-.1.5-.3.9-.5 1.4-.4 1-.9 2.1-.5 3.2h-13.4zm-16 0c-4.9-.9-13.9-2.9-17.9-4.6H171c1.8.9 4.3 1.9 7.2 3.1 1.4.5 2.7 1.1 3.8 1.5h-13.8zm-38.9 0c-1.1-.7-3.2-2.9-4.6-4.6h23.6c2.4 1.7 9.6 3.5 14.9 4.6h-33.9zm-6.7 0c-.7-.3-1.5-.5-2.2-.7-2.6-.8-4.8-1.4-5.9-3.9h9c1 1.4 2.8 3.4 4.2 4.6h-5.1zm-29-6.6c8.7-7 19.2-11.3 30.3-12.4-3.1 1.7-7.5 5.9-9.7 9.4-.7 1.1-1.1 2.1-1.2 2.9H93.6zm60.2-12.6h3c-.5 1.3-2.4 2.6-4.4 3.9-2.7 1.8-5.5 3.7-5.9 6.3-.1.8 0 1.6.3 2.4h-22.1c2.2-1.5 4.4-3.6 6.4-5.7 2.8-2.8 5.7-5.6 8.7-6.9h14zm-5.9 12.6c-.4-.8-.5-1.5-.4-2.3.4-2.2 3-3.9 5.5-5.6 2.3-1.5 4.4-3 4.8-4.7h16c-.8.2-1.6.5-2.3.9-1.5.7-10.8 6.4-11.2 10.4 0 .5.1.9.3 1.4h-12.7zm20.6-1.3c.1-1.3.6-2.4 1.7-3.2 2.7-2.3 8.3-2.7 11.2-2.4 3 .4 15.3 4.3 16.5 5.9.3.4.5.7.6 1h-28.9c-.7-.5-1.1-.9-1.1-1.3zm31.1 1.3c-.1-.5-.4-1.1-.9-1.7-1.6-1.9-14.1-5.8-17.2-6.2-2.5-.3-8.7-.1-11.9 2.6-1.3 1.1-2 2.4-2 3.9 0 .5.2.9.6 1.4h-6.3c-.4-.3-.6-.8-.6-1.3.3-3.2 8.4-8.6 10.6-9.6 4.3-1.9 9.8-2.3 15.5-1 4.6 1.1 13 4.1 16.6 7.1 2.4 2.1 3.3 3.4 3.6 4.7h-8zm-14.9-27.3c-12-12.5-10.2-17.9-7.2-26.6 1-2.9 2.1-6.1 2.8-10 1.5 17.3 3.3 29.8 4.4 36.6zm-4.8-41c-.6 5.8-2.1 10.1-3.4 14-3.1 9-5.1 15 8.5 28.7.3 1.7.5 2.8.6 3.5h-14.3c-6.7-21.6-5.3-42.9 3.9-63.3 1.2-.2 2.5-.4 3.7-.7-.1.2-.2.4-.2.7.3 6.1.7 11.8 1.2 17.1zm22.3-34.3c-1.6-6 .1-12.9 4.5-17.9 2-2.2 5-3.6 8-5 2.3-1 4.6-2.1 6.5-3.6-1.7 3.4-3.6 6.7-5.7 9.9-.6.4-1.3.9-2.1 1.3-3.1 1.9-6.7 4.1-7.3 7.1-.2 1.1 0 2.2.6 3.3-.2.2-.4.5-.6.7-1.2 1.5-2.6 2.9-3.9 4.2zm5.2-5.6c-.4-.8-.5-1.5-.3-2.3.5-2.5 4-4.7 6.8-6.4.1 0 .1-.1.2-.1-2 3-4.3 6-6.7 8.8zm18.1-33.5c.5-.3.9-.5 1.4-.8-1.3 3.7-2.7 7.3-4.4 10.9-1.9 2.4-5 3.8-8.2 5.3-3.1 1.4-6.2 2.8-8.3 5.2-4.7 5.3-6.5 12.9-4.6 19.3-1.6 1.6-3.3 3-5 4.3-6.7-22.7 12.3-34.1 29.1-44.2zm2.8-29.2c-1.9.8-3.9 1.6-6 4.1-1.3 1.5-2 3.5-2.8 5.5-.7 2-1.5 4.1-2.9 5.7-3.1 3.7-6.8 6-10.4 8.3-4.5 2.9-9.2 5.9-12.8 11.6-3.3 5.2-5.1 11.2-6.8 17-1.8 6-3.5 11.6-6.7 16.4-5.6 8.5-11.1 7.7-18.1 6.8-3.6-.5-7.7-1-12.2-.3-.1 0-.3.1-.3.2-2.4-1.7-4.7-3.7-7-5.8 1.7 0 3.5 0 5.4.1 1.6 0 3.3.1 5 .1 5.4 0 10.8-.5 15.1-3 5.8-3.5 8.3-10.1 10.7-16.4.8-2 1.5-4 2.3-5.8 4.6-9.9 10.2-17.9 16.6-23.8 1.7-1.6 3.9-3 6.2-4.5 5.6-3.6 11.9-7.7 11.9-14.7 5.8-3.3 11.5-6.6 17-9.9 0 .1-.1.2 0 .3.1 1.4.1 2.8.1 4.3v1.5c-1.6 1.2-2.9 1.8-4.3 2.3zm43.2-19.9c-7.1 2.9-24.5 6.5-33.5 8.3 17.3-10.3 32.1-19.1 39.4-19.1h.1c6.2 0 8.8 1.4 9.8 2.1-1.5 1.4-6.1 4.8-15.8 8.7zm-40.8-7.8c.1.2.1.3.1.5-2.6.7-9.8 2.6-19.9 5.8l1.9-12.8c6.5-2 11.4-3.4 14.3-4.2 1.7 4.7 2.9 8.5 3.6 10.7zm-44 14.2l1.9-12.7c1.7-.6 3.5-1.2 5.1-1.8l-1.9 12.7-5.1 1.8zm-24.6-2.9l-1.9 12.8c-1.8.7-3.5 1.4-5.2 2.1l1.9-12.9c1.7-.7 3.5-1.3 5.2-2zm1-.4c.7-.3 1.4-.5 2-.8l-1.9 12.8c-.7.3-1.4.5-2 .8l1.9-12.8zm3.2-1.2c1.7-.7 3.5-1.3 5.2-2l-1.9 12.8c-1.7.7-3.5 1.3-5.2 2l1.9-12.8zm6.2-2.4c5.3-2 10.3-3.8 15-5.5l-1.9 12.7c-4.8 1.7-9.9 3.5-15 5.5l1.9-12.7zm22.3-8c.7-.2 1.4-.5 2-.7l-1.9 12.7c-.7.2-1.3.5-2 .7l1.9-12.7zm3.1-1c.8-.3 1.6-.5 2.4-.8l-1.9 12.7c-.8.3-1.6.5-2.4.8l1.9-12.7zm3.4-1.2c2.6-.9 5.1-1.7 7.4-2.4l-1.9 12.8c-2.3.7-4.8 1.5-7.4 2.4l1.9-12.8zm8.4-2.7c.7-.2 1.4-.4 2-.6l-1.9 12.8c-.7.2-1.3.4-2 .6l1.9-12.8zM96.1 164.9c1.9-5.7 5.3-9.4 10.3-11 5.6-1.9 11.4-.9 17.4.2 3.7.7 7.4 1.3 11.2 1.3 3 0 6.1-.4 9.2-1.6.5-.2.8-.8.6-1.3s-.8-.8-1.3-.6c-6.5 2.5-13.1 1.3-19.4.2-2.2-.4-4.5-.8-6.8-1l4.5-.9c4.3-.8 8.6-1.6 13.4-3l.9-.3c1.3-.4 2.5-.8 3.8-1.3.4-.1.7-.2 1.1-.4 7.1-2.7 12.4-5.9 17.5-9.1.9-.6 1.9-1.1 2.8-1.7.4-.2.7-.4 1.1-.6a7272929126779848 7272929126779848 0 0 1-6.9 10c.2.2.4.2.6.2.3 0 .6-.1.8-.4.9-1.1 1.8-2.2 2.7-3.4 3.8-4.8 7.4-9.4 12.8-11.7 12.9-5.5 23.5 9 23.6 9.1 2.2 3.1 10 14.6 19.9 29.7 4.5 6.8 7.9 14.6 10.4 21.2-9.5 2.6-39.9 11.5-78.2 27.4v-4.2c0-.4-.3-.8-.7-1-.4-.1-.9 0-1.1.4l-2.2 3.5-2.7-7.5c-.1-.4-.5-.6-.9-.7-.4 0-.8.2-1 .5l-2.6 4.6c-.8-2.4-1.9-6.1-2.2-7.2-1.8-5.9-8.2-9.4-15-13-1.7-.9-3.4-1.8-5-2.8-.4-.2-.8-.2-1.1.1-.3.3-.4.7-.3 1.1l4 11c-1.9-2.2-4.5-6-7.2-12.3-1.5-3.5-12.4-9-15-10.2-.1-.8-.2-1.5-.3-2.1-.3-1.7-.3-6.5 1.3-11.2zm35.5 58.2c-.1-.1-.3-.1-.5-.1l-1.1.1 2.3-2.5c.3-.3.3-.8.1-1.2-.2-.4-.7-.5-1.2-.4-7.3 2.5-13.5 3.1-17.8 3.2 7-2.3 12.2-5.5 13.1-6.1.5.2.9.3 1.4.5.1 0 .1 0 .2.1 1 .3 2.1.6 3.1.9.1 0 .1.1.2.1 2.7.7 5.6 1.4 8.6 1.9-2.7 1-5.5 2.3-8.4 3.5zm-26.2-18.4c-5.4-7.8-7.3-18.7-7.8-22.6 1 .6 2.1 1.1 3.1 1.7.3 3.2 1.8 14.7 8.3 23.1-1.2-.7-2.4-1.4-3.6-2.2zm6.2 3.7c-7.4-7.7-9.3-19.7-9.8-24 3.1 1.9 5.8 3.8 6.4 5.1 5.5 12.6 10.7 15.8 10.9 15.9.4.2.8.2 1.1-.1.3-.3.4-.7.3-1.1l-4.5-12.4 2.7 1.5.6.3c2.1 3 8 12.5 8.4 21.8-6-1.9-11.4-4.3-16.1-7zm14.4-11c1.4 2.9 5.3 11.5 5.1 19-.8-.2-1.6-.5-2.3-.7-.2-8.5-4.9-16.9-7.5-21.1 1.6 1 3.2 1.9 4.7 2.8zm15.7 21.4c-.1-.1-.2-.1-.3-.1-3.3-.5-6.4-1.2-9.3-2 .2-6.7-2.7-14.2-4.4-18.1 2.5 1.9 4.4 4 5.2 6.5.5 1.7 2.8 9.1 2.9 9.4.1.4.5.7.8.7.4 0 .8-.2 1-.5l2.7-4.7 2.7 7.4c.1.3.3.5.6.6-.7.3-1.3.5-1.9.8zm4.5-1.9c-.5.2-.9.4-1.4.6l1.4-2.1v1.5zm-52.9-26.4c.2.5.6.7 1.1.6.5-.1.8-.5.8-1l-.1-9.3c.4.2.9.4 1.3.7.4 3 2 13.5 6.8 21.8-5.9-4.2-10.4-8.4-13.5-11.8-.7-1.1-4.3-7.2-4.7-12.2 1.4.3 2.6.5 3.1.8 1.2.7 3.6 5.9 5.2 10.4zm-6.4-2.4c-1.4-1.8-2.2-2.9-2.2-2.9s-1.7-2.5-2.6-6.3l2.1.3c.2 3 1.5 6.3 2.7 8.9zm-8.7-9.7c.9.1 1.8.2 2.8.3 1 4.2 2.7 6.9 2.8 7 .1.1 1.5 2.2 4.4 5.5-2.4-.6-7.3-2.3-9.8-6.5-.3-2.6-.3-5-.2-6.3zm7.2 20.7l3.6-1.4c.3-.1.5-.4.6-.7.1-.3 0-.6-.2-.9-1.1-1.5-6.7-3.4-8.8-4.1-.9-1.4-1.5-3.3-1.9-5.3 3.7 4.4 9.7 5.5 10.7 5.7 2.5 2.6 5.8 5.8 10 9.1-1.9.5-6.4 1.4-10.9.5-1.5-1.1-2.5-2.2-3.1-2.9zm13.5 8.4c.3-.3.4-.7.3-1.1-.1-.4-.4-.7-.8-.7-3.3-.4-5.9-1.3-7.9-2.4.7.1 1.3.1 2 .1 3.9 0 7.1-.9 7.9-1.1 1.4 1 2.8 2.1 4.4 3.1.1.1.2.2.3.2 1.8 1.2 3.8 2.4 5.9 3.6.1.1.2.1.3.1 4.2 2.3 8.9 4.5 14.1 6.2-2.1 1.3-7.9 4.5-15.2 6.4-.8-.1-1.5-.1-2-.2l4.7-6.3c.3-.3.3-.8 0-1.2-.3-.4-.7-.5-1.1-.4-6 1.9-13.9-1.7-16.9-3.3l4-3zm1.4 7.8c2.9.9 6.2 1.6 9.5 1.3l-4.1 5.5c-.2.3-.3.6-.1.9s.4.6.7.6c.4.1 8.9 2.1 22.2-1.7l-1.5 1.7c-.3.3-.3.7-.2 1.1.1.2.2.3.3.4-6.8 3.1-13.8 6.4-20.9 9.8-2.2-5.6-4.5-12.5-5.9-19.6zm6.6 21.6c17.2-8.5 33.8-15.7 48.9-21.8l-1.9 12.9c-22.1 9.1-38.5 17.2-42.5 19.3-.1-.1-.1-.3-.2-.4-.9-2-2.5-5.5-4.3-10zm-43.1 43.9c.5-3.1 3.8-8 16.4-13.7.1-.1.2-.1.4-.2 6-2.2 14.9-4.6 25.8-7.2.3-.1.4-.3.4-.6-.1-.3-.3-.4-.6-.4-7 1.7-13.1 3.2-18.1 4.7 17.1-8.3 22.6-13.2 23.5-14.1 2-1 26.8-13.6 59.2-26 7.5-2.9 14.8-5.5 21.5-7.7 21.7-7.4 37.7-11.7 39.8-12.2 1.3.3 6.3.5 21.7-3.8-4.8 2.5-9.8 5.5-15.1 8.6l-2.9 1.7c-.2.1-.3.4-.2.7.1.2.3.2.4.2.1 0 .2 0 .3-.1l2.9-1.7c7.3-4.3 14-8.3 20.3-11.2 1-.3 2.1-.6 3.2-1 13.5-4.2 19.6-2.8 22.4-.8.7.5 1.3 1.1 1.7 1.7-1.8-.8-4.7-1.5-9.3-1.5h-.1c-7.9 0-22.5 8.7-41 19.6-18.4 10.9-39.2 23.3-60.1 31.3-22.7 8.7-50.4 14.4-72.6 19-19.2 4-33 6.9-36.4 10.1-1.5 1.7-2.7 3.2-3.5 4.6zm16.6 1.1c-7.7 3-13.7 3.4-15.3 3.5-.1-.2-.3-.6-.3-1.1 0-1 .5-3.1 4-6.5 3-2.8 18-6 35.4-9.6.9-.2 1.9-.4 2.9-.6-7 4.2-19.8 11.7-26.7 14.3zm39.1-16.9c18.9-4.1 39.7-9.1 57.6-15.9 12.7-4.8 25.3-11.3 37.4-18-.3 6.1-5.9 9.8-11.4 13.3-2.4 1.5-4.6 3-6.4 4.6-6.5 6-12.2 14.1-16.8 24.1-.8 1.8-1.6 3.8-2.4 5.8-2.4 6.2-4.8 12.6-10.3 15.9-5.3 3.2-12.8 3-19.5 2.8-2.2-.1-4.2-.1-6.2-.1-.1 0-.2 0-.2.1-8.4-8.3-16.2-19.6-21.8-32.6zm45.3 48.9c2.3.6 4.7.9 6.9.9.8 0 1.6 0 2.3-.1-9.1 20.4-10.3 41.6-3.8 63.1h-12.4c.8-4 4.8-27.1 7-63.9zm-13.7 68.6c0-1.5 1.2-2.7 2.7-2.7h35.8c1.5 0 2.7 1.2 2.7 2.7 0 1.5-1.2 2.7-2.7 2.7h-35.8c-1.5.1-2.7-1.2-2.7-2.7zm-13.4 4.8c-2.5 1.5-4.9 3.9-7.2 6.2-2.5 2.5-5.1 5-7.7 6.4H114c.1-.7.5-1.5 1.1-2.4 2.5-4.1 8.3-9.3 10.9-9.7.2 0 .4-.2.4-.4.9 0 1.9-.1 2.9-.1h8.4zM91 404.7c-.3-.8-.3-1.9.4-2.8h22c1.2 3 3.3 3.9 5.9 4.6H93.7c-1.5 0-2.4-.9-2.7-1.8zm161.4 0c-.3.9-1.2 1.9-2.7 1.9h-40.5c-.5-1.8-.5-3.1-.4-4.3v-.3H252c.7.8.7 1.9.4 2.7zm-4.1-8.9c-.2 0-.3 0-.4.1-4.2-3-8.8-5.4-13.6-7.1v-.1l1.1-7.4h123.4l2.3 14.6H248.3zm114-8c-.2 0-.3.1-.5.1l-1-6.7h1.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2L351 318h110.3l.5 69.8h-99.5z'/><path d='M410.5 137.5c1.8 0 3.3-1.5 3.3-3.3s-1.5-3.3-3.3-3.3-3.3 1.5-3.3 3.3 1.5 3.3 3.3 3.3zm0-5.5c1.2 0 2.3 1 2.3 2.3s-1 2.3-2.3 2.3c-1.2 0-2.3-1-2.3-2.3s1.1-2.3 2.3-2.3zm-53 5.5c1.8 0 3.3-1.5 3.3-3.3s-1.5-3.3-3.3-3.3-3.3 1.5-3.3 3.3 1.5 3.3 3.3 3.3zm0-5.5c1.2 0 2.3 1 2.3 2.3s-1 2.3-2.3 2.3-2.3-1-2.3-2.3 1-2.3 2.3-2.3zm79.7 101.7c-1.8-.7-3.7-1.7-5.9-2.8-.2-.1-.5 0-.7.2-.1.2 0 .5.2.7 2.2 1.2 4.1 2.1 6 2.9.6.2 1.2.4 1.9.4.9 0 1.9-.3 2.7-.8 1.3-.9 2.1-2.4 2.1-4v-19.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v19.6c0 1.2-.6 2.4-1.7 3.1-1 .6-2.4.8-3.6.3zm-21.8-11.5c.1-.2 0-.5-.2-.7-7.3-3.9-17.6-8.3-32.2-8.3-18 0-31.2 7.4-42.8 14-3.5 2-6.9 3.9-10.1 5.4-1.2.6-2.6.5-3.7-.2s-1.8-1.9-1.8-3.2v-18.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v18.6c0 1.6.8 3.1 2.2 4 .8.5 1.7.8 2.6.8.7 0 1.4-.2 2.1-.5 3.3-1.6 6.6-3.4 10.2-5.4 11.5-6.5 24.6-13.8 42.3-13.8 14.3 0 24.5 4.4 31.7 8.2.3 0 .6-.1.7-.3z'/><path d='M327.8 216.8c.3 0 .5-.2.5-.5v-7.1c0-.3-.2-.5-.5-.5s-.5.2-.5.5v7.1c0 .2.2.5.5.5zm.9 11.5c.5.3 1.1.5 1.6.5.4 0 .9-.1 1.3-.3 2.3-1.1 4.7-2.3 6.9-3.5.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2-2.2 1.1-4.5 2.3-6.8 3.4-.6.3-1.4.2-2-.1-.6-.4-.9-1-.9-1.7v-6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v6c0 1.1.5 2 1.4 2.6zm22.4-9.7c7.7-3.6 18.3-7.8 32-7.8 18.4 0 30.3 6.7 40.8 12.6 4 2.2 7.8 4.4 11.7 6 .4.2.8.2 1.2.2.6 0 1.2-.2 1.7-.5.8-.6 1.3-1.5 1.3-2.5v-17.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v17.5c0 .7-.3 1.3-.9 1.6-.6.4-1.3.5-2 .2-3.8-1.6-7.6-3.7-11.6-5.9-10.6-5.9-22.6-12.7-41.2-12.7-13.9 0-24.7 4.2-32.5 7.8-.2.1-.4.4-.2.7.1.3.4.4.7.3zm36.4-66.7c.3 0 .5-.2.5-.5v-25.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v25.6c0 .3.3.5.5.5zm-6.9 32.7c.3 0 .5-.2.5-.5v-19.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v19.6c0 .3.2.5.5.5zm62.8 9.7c.3 0 .5-.2.6-.4.5-3.1.8-6.3 1-9.5 0-.3-.2-.5-.5-.5s-.5.2-.5.5c-.2 3.2-.6 6.3-1 9.4-.1.2.1.4.4.5zm-119.8-.1c.3 0 .5-.3.5-.6-.4-2.8-.7-5.7-.9-8.7 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5.2 2.9.5 5.9.9 8.7 0 .5.2.6.5.6zM274 357.1c-.3-.1-.5.1-.6.4-1.7 6.8-3.8 12.4-6.3 17.4-.1.2 0 .5.2.7.1 0 .2.1.2.1.2 0 .4-.1.4-.3 2.6-5 4.7-10.8 6.4-17.6.1-.4-.1-.7-.3-.7zm.8-3.7h.1c.2 0 .4-.2.5-.4 2.2-10.6 3.5-23.5 4-39.5 0-.3-.2-.5-.5-.5s-.5.2-.5.5c-.5 15.9-1.8 28.8-4 39.3 0 .3.1.5.4.6zm-5.3-32.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5c-3.4 36.9-16.1 43.6-16.2 43.6-.2.1-.3.4-.2.7.1.2.3.3.4.3.1 0 .1 0 .2-.1.6-.3 13.3-6.9 16.8-44.5z'/><path d='M267 351c.5-1.8 1-3.6 1.2-5.1 0-.3-.1-.5-.4-.6-.3-.1-.5.1-.6.4-1.2 6.9-5.7 19.4-12.7 23.4-.2.1-.3.4-.2.7.1.2.3.2.4.2.1 0 .2 0 .3-.1 3.2-1.9 5.9-5.3 8-9.2-1.8 5-4.2 10.1-7.1 13.9-.2.2-.1.5.1.7.1.1.2.1.3.1.2 0 .3-.1.4-.2 5-6.4 8.6-16.7 10.3-24.2zm3.5-10.4s.1 0 0 0c.3 0 .5-.2.6-.4 2.3-12.6 3-24 3.4-31.5.1-2.7.3-4.9.4-6.6 0-.3-.2-.5-.4-.5-.3 0-.5.2-.5.4-.2 1.7-.3 4-.4 6.7-.4 7.5-1 18.8-3.4 31.3-.2.3 0 .6.3.6zm44.7-55.3c1.9.8 3.8 1.7 5.6 2.7 4.2 2.4 7.4 9.2 8.1 17.5l.5 5.6c0 .3.2.5.5.5s.5-.3.5-.5l-.5-5.6c-.8-8.7-4-15.8-8.6-18.3-1.9-1.1-3.8-2-5.7-2.8-.3-.1-.5 0-.7.3-.1.2 0 .5.3.6zm-16.2-3.4c3.6 0 7.3.5 11 1.6h.1c.2 0 .4-.1.5-.4.1-.3-.1-.5-.3-.6-3.8-1.1-7.6-1.6-11.3-1.6-.3 0-.5.2-.5.5s.2.5.5.5zM176.8 138.8c4.5-.9 9.5.9 12.4 4.5 1.4 1.8 2.4 4 3.3 6.1.2.4.4.8.6 1.3 3.6 7.9 6.2 11.6 12.7 17.7.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.2-.5 0-.7-6.4-6-9-9.6-12.5-17.3-.2-.4-.4-.8-.6-1.3-1-2.2-1.9-4.4-3.5-6.3-3.1-3.9-8.5-5.8-13.4-4.8-.3.1-.4.3-.4.6.2.2.5.4.7.3zm-54.3 118.1h.1c15.6-3.4 35.8-8.2 53.7-15 8-3 16.5-7 26.1-12.1.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2-9.6 5.1-18.1 9-26 12-17.8 6.8-38 11.6-53.6 15-.3.1-.4.3-.4.6.2.3.4.4.6.4zm86.7-30.7c.1 0 .2 0 .2-.1 7.3-4 14.4-8.2 20.5-11.8.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2-6.1 3.6-13.2 7.8-20.5 11.8-.2.1-.3.4-.2.7.1.2.3.3.5.3z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-collection-4.contain {
	background-size: contain
}

.placeholder-background-collection-4[data-position=left-top] {
	background-position: left top
}

.placeholder-background-collection-4[data-position=left-center] {
	background-position: left center
}

.placeholder-background-collection-4[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-collection-4[data-position=center-top] {
	background-position: center top
}

.placeholder-background-collection-4[data-position=center-center] {
	background-position: center center
}

.placeholder-background-collection-4[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-collection-4[data-position=right-top] {
	background-position: right top
}

.placeholder-background-collection-4[data-position=right-center] {
	background-position: right center
}

.placeholder-background-collection-4[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-collection-4[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-collection-4[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-collection-4[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-collection-4[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-collection-4[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-collection-4[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-collection-4[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-collection-4[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-collection-4[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-collection-4[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-collection-5 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M370.4 183.2c-21 0-38 17-38 38s17 38 38 38 38-17 38-38-17.1-38-38-38zm0 75c-20.4 0-37-16.6-37-37s16.6-37 37-37 37 16.6 37 37-16.6 37-37 37z'/><path d='M370.4 191.4c.6 0 1-.4 1-1v-4.1c0-.6-.4-1-1-1s-1 .4-1 1v4.1c0 .6.4 1 1 1zm0 59.5c-.6 0-1 .4-1 1v4.1c0 .6.4 1 1 1s1-.4 1-1v-4.1c0-.5-.5-1-1-1zm29.7-29.7c0 .6.4 1 1 1h4.1c.6 0 1-.4 1-1s-.4-1-1-1h-4.1c-.5 0-1 .4-1 1zm-59.5 0c0-.6-.4-1-1-1h-4.1c-.6 0-1 .4-1 1s.4 1 1 1h4.1c.6 0 1-.5 1-1zm55.9-15.1c.1.2.3.2.4.2.1 0 .2 0 .2-.1l3.6-2.1c.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2l-3.6 2.1c-.1.2-.2.5-.1.8zm-52.9 30l-3.6 2.1c-.2.1-.3.4-.2.7.1.2.3.2.4.2.1 0 .2 0 .2-.1l3.6-2.1c.2-.1.3-.4.2-.7-.1-.2-.4-.3-.6-.1zm42.5 11.3c-.1-.2-.4-.3-.7-.2-.2.1-.3.4-.2.7l2.1 3.7c.1.2.3.2.4.2.1 0 .2 0 .2-.1.2-.1.3-.4.2-.7l-2-3.6zM354.7 195c.1.2.3.2.4.2.1 0 .2 0 .2-.1.2-.1.3-.4.2-.7l-2.1-3.7c-.1-.2-.4-.3-.7-.2-.2.1-.3.4-.2.7l2.2 3.8zm30.7.2c.1 0 .2.1.2.1.2 0 .3-.1.4-.2l2.2-3.7c.1-.2.1-.5-.2-.7-.2-.1-.5-.1-.7.2l-2.2 3.7c-.1.2 0 .5.3.6zm-30 51.9c-.2-.1-.5-.1-.7.2l-2.2 3.7c-.1.2-.1.5.2.7.1 0 .2.1.2.1.2 0 .3-.1.4-.2l2.2-3.7c.2-.3.1-.6-.1-.8zm45.4-9l-3.6-2.1c-.2-.1-.5-.1-.7.2-.1.2-.1.5.2.7l3.6 2.1c.1 0 .2.1.2.1.2 0 .3-.1.4-.2.2-.3.1-.6-.1-.8zm-56.7-32.7l-3.6-2.1c-.2-.1-.5-.1-.7.2-.1.2-.1.5.2.7l3.6 2.1c.1 0 .2.1.2.1.2 0 .3-.1.4-.2.2-.3.1-.6-.1-.8zm47.8 12.6l-2.7-.5c-1.4-.2-2.9-.3-4.3-.1l-13 1.6v-15.5c0-2.6-.3-5.2-1-7.8-.1-.2-.3-.4-.5-.4s-.4.2-.5.4c-.7 2.5-1 5.1-1 7.7v16.4c-.3.4-.5.9-.5 1.5 0 .4.2.7.4 1-.1 0-.1.1-.2.1l-19.5 23.8c-.2.2-.1.5.1.7.1.1.2.1.3.1.1 0 .3-.1.4-.2l19.5-23.8c.1-.1.1-.2.1-.3.2.1.5.2.8.2h.2l14.7-1.8c1.4-.2 2.8-.6 4.2-1.1l2.5-1.1c.2-.1.3-.3.3-.5.1-.2-.1-.4-.3-.4zm-22-14.5c0-1.8.2-3.5.5-5.3.3 1.7.5 3.5.5 5.3V219l-.9.2v-15.7zm19.2 15.6c-1.2.5-2.6.9-3.9 1.1l-14.7 1.8c-.5.1-.9-.3-1-.8-.1-.5.3-.9.8-1l14.7-1.8c.6-.1 1.2-.1 1.7-.1.8 0 1.5.1 2.3.2l1.1.2-1 .4z'/><path d='M458 302V157c0-4-3.2-7.2-7.2-7.2H400c-.6 0-1 .4-1 1s.4 1 1 1h50.8c2.9 0 5.2 2.3 5.2 5.2v145h-3.5V159.7c0-2.3-1.9-4.2-4.2-4.2h-49.4v-15.6c0-.6-.4-1-1-1H343c-.6 0-1 .4-1 1v9.9h-34.6c-.1 0-.2 0-.3.1-3.4-3.8-8.3-6.2-13.8-6.2h-24v-1.1c0-2.4-2-4.4-4.4-4.4h-37.3c-2.4 0-4.4 2-4.4 4.4v1.3c-.2-.1-.3-.2-.5-.2H133c-.3-3.1-2.9-5.5-6.1-5.5h-15c-3.2 0-5.8 2.4-6.1 5.5H80.4c-10.3 0-18.6 8.4-18.6 18.6V252c0 10.3 8.4 18.6 18.6 18.6h25.4v28.2c0 3.4 2.7 6.1 6.1 6.1h15c3.4 0 6.1-2.7 6.1-6.1v-28.7c.2.3.5.4.8.4h36.5V360h-44.7c-6.4 0-12.5 3-16.4 8l-11.4 14.7c-.7.8-.8 2-.3 2.9s1.4 1.6 2.5 1.6h167.9c1.1 0 2-.6 2.5-1.6s.4-2.1-.3-2.9L258.7 368c-3.9-5-10-8-16.4-8h-44.5v-89.5h21.8c2.1 11.1 3 26.5 3.1 39.9 0 2.4 2 4.4 4.4 4.4h37.3c2.4 0 4.4-2 4.4-4.4.2-13.9 1.2-29.2 3.3-40 .1.1.3.1.5.1h9.9V302c-3.2.3-5.8 3-5.8 6.3V381c0 3.5 2.8 6.4 6.4 6.4h174.4c3.5 0 6.4-2.8 6.4-6.4v-72.6c-.1-3.4-2.7-6.1-5.9-6.4zm-9.7-144.5c1.2 0 2.2 1 2.2 2.2V302h-8.3V191.1c0-.3-.2-.5-.5-.5s-.5.2-.5.5V302h-42.3v-32.7c0-.6-.4-1-1-1h-8.6c-.1 0-.2 0-.3.1l.4-1.4h4.9c3.3 0 6.2-2.2 7-5.4l3.8-14.6v-.4c3.7-5.1 6.4-11.1 7.5-17.6h3.1c2.4 0 4.4-2.2 4.4-4.9v-5.8c0-2.7-2-4.9-4.4-4.9h-3.1c-1.2-6.5-3.8-12.4-7.6-17.6v-.4l-3.8-14.6c-.8-3.2-3.7-5.4-7-5.4h-4.9l-.4-1.5c.1 0 .2.1.3.1h8.6c.6 0 1-.4 1-1v-5.7h35.8c3.6 0 6.5 2.9 6.5 6.5v8.7c0 .3.2.5.5.5s.5-.2.5-.5v-8.7c0-4.2-3.4-7.5-7.5-7.5h-35.8v-8.8h49.5zM298.7 271.7c-.3 0-.5.2-.5.5V302h-8.3v-31.4h3.2c10.3 0 18.6-8.4 18.6-18.6v-84.7h30.1v5.7c0 .6.4 1 1 1h8.6c.1 0 .2 0 .3-.1l-.4 1.5h-4.9c-3.3 0-6.2 2.2-7 5.4l-3.8 14.6v.4c-5.2 7.1-8.3 15.8-8.3 25.3s3.1 18.2 8.3 25.3v.4l3.8 14.6c.8 3.2 3.7 5.4 7 5.4h4.9l.4 1.4c-.1 0-.2-.1-.3-.1h-8.6c-.6 0-1 .4-1 1V302h-42.6v-29.8c0-.3-.2-.5-.5-.5zm114.6-47.9c0-.7.1-1.4.1-2.1h4.8v2.1h-4.9zm4.8-3.1h-4.8c0-.7 0-1.4-.1-2.1h4.8v2.1zm-4.9 4.1h4.8c-.3 1.2-1.2 2.1-2.3 2.1H413c.1-.7.1-1.4.2-2.1zm0-7.3l-.3-2.1h2.8c1.1 0 2 .9 2.3 2.1h-4.8zm-1.8 3.7c0 22.6-18.4 41-41 41s-41-18.4-41-41 18.4-41 41-41 41 18.4 41 41zm-23.2 51.1v12.5h-35.7v-12.5h35.7zm2 24.9h6.6v4.2h-6.6v-4.2zm6.7-2h-6.6v-13.7h6.6v13.7zm-53 2h6.6v4.2h-6.6v-4.2zm0-2v-13.7h6.6v13.8h-6.6zm6.6-23.9v8.1h-6.6v-9.2h6.6v1.1zm2 15.5h35.7v3.7h-35.7v-3.7zm44.4-7.3h-6.6v-9.2h6.6v9.2zm-9.2-13.9l-1.1 3.6c-.2.7-.8 1.1-1.5 1.1h-29.3c-.7 0-1.3-.5-1.5-1.1l-1.1-3.6c-.1-.4-.5-.7-1-.7h-5.6c-2.4 0-4.5-1.6-5.1-3.9l-2.8-10.9c7.9 8.6 19.2 14.1 31.8 14.1 12.6 0 23.9-5.4 31.8-14.1l-2.9 10.9c-.6 2.3-2.7 3.9-5.1 3.9h-5.6c-.5 0-.9.3-1 .7zm-17.3-87.4c-12.6 0-23.9 5.4-31.8 14.1l2.9-10.9c.6-2.3 2.7-3.9 5.1-3.9h5.6c.4 0 .8-.3 1-.7l1.1-3.6c.2-.7.8-1.1 1.5-1.1H385c.7 0 1.3.5 1.5 1.1l1.1 3.6c.1.4.5.7 1 .7h5.6c2.4 0 4.5 1.6 5.1 3.9l2.8 10.9c-7.8-8.7-19.1-14.1-31.7-14.1zm-26.5-15.3h6.6v9.1h-6.6v-9.1zm8.6 7.1v-12.5h35.7V170h-35.7zm35.7-14.5h-35.7v-3.7h35.7v3.7zm2 7.4h6.6v9.2h-6.6v-9.2zm6.7-2h-6.6v-13.8h6.6v13.8zm-8.7-11.1h-35.7v-8.9h35.7v8.9zm-37.7 11.1h-6.6v-13.7h6.6v13.7zm-8.6 5.4h-30.1v-4c0-1.7-.2-3.3-.7-4.8h30.7v8.8zm10.6 126.2h35.7v9.5h-35.7v-9.5zm44.4-147.3h-6.6V141h6.6v4.2zm-46.4-4.3v4.2h-6.6v-4.2h6.6zm-8.7 10.9c.1 0 .1 0 0 0v3.7H310.4c-.5-1.3-1.2-2.5-2-3.7h33.4zm-116.9-9.2c0-1.3 1.1-2.4 2.4-2.4h37.3c1.3 0 2.4 1.1 2.4 2.4.1 9.4.7 37.3 5.9 49.9-1.8-.9-3.9-1.4-6-1.4h-42.1c-2.2 0-4.2.5-6 1.4 1.9-4.6 3.4-11.8 4.5-21.5 1.3-11.7 1.6-23.8 1.6-28.4zm55.7 71.8h3.2v2h-3.2v-2zm3.2-1h-3.2v-2h3.2v2zm-3.2 3.9h3.2v.5c0 1.6-1.3 2.9-2.9 2.9h-.3v-3.4zm3.2-6.9h-3.2V207h.3c1.6 0 2.9 1.3 2.9 2.9v.5zm-5.2-4.3v41.8c0 2.8-1 5.3-2.6 7.3-.3.3-.6.6-.9 1-2.1 2.1-5 3.4-8.2 3.4h-42.1c-3.2 0-6.1-1.3-8.2-3.4-.3-.4-.6-.7-.9-1-1.6-2-2.6-4.5-2.6-7.3v-43.1c0-2.8 1-5.3 2.6-7.3.3-.3.6-.6.9-1 2.1-2.1 5-3.4 8.2-3.4h42.1c3.2 0 6.1 1.3 8.2 3.4.3.4.6.7.9 1 1.6 2 2.6 4.5 2.6 7.3v1.3zM132 256.8h-4c4-.9 7.8-2.5 11.2-4.6-.2 2.6-2.3 4.6-4.9 4.6H132zm-26.2 0c-2.6 0-4.8-2.1-4.9-4.6 3.4 2.1 7.2 3.7 11.2 4.6h-6.3zm14.3-1.2c-18.8 0-34.1-15.3-34.1-34.1s15.3-34.1 34.1-34.1 34.1 15.3 34.1 34.1c-.1 18.9-15.4 34.1-34.1 34.1zm-14.3-69.2h6.4c-4.1.9-7.9 2.5-11.3 4.7.2-2.6 2.3-4.7 4.9-4.7zm22.1 0h6.3c2.6 0 4.8 2.1 4.9 4.7-3.3-2.2-7.1-3.8-11.2-4.7zm-20.1-42.1c0-2.3 1.8-4.1 4.1-4.1h15c2.3 0 4.1 1.8 4.1 4.1v40.1h-23.2v-40.1zM80.4 268.6c-9.2 0-16.6-7.5-16.6-16.6v-89.7c0-9.2 7.5-16.6 16.6-16.6h25.4v38.7c-3.8 0-6.9 3.1-6.9 7v.4c0 .2.1.4.2.5-9.1 6.6-15 17.2-15 29.3 0 12.1 6 22.9 15.3 29.4-.2.2-.4.5-.4.8 0 3.8 3.1 7 6.9 7v5.6H80.6c-7 0-12.7-5.7-12.7-12.7v-17.4c0-.3-.2-.5-.5-.5s-.5.2-.5.5v17.4c0 7.6 6.2 13.7 13.7 13.7h25.2v3.3H80.4zm50.6 30.3c0 2.3-1.8 4.1-4.1 4.1h-15c-2.3 0-4.1-1.8-4.1-4.1v-40.1H131v40.1zm41.4-28.3h6.9c2.3 13.6.5 26.7-1.2 39.5-2.1 15.9-4.3 32.3 1.2 50h-6.9v-89.5zm10.9 48.2c.1 2.1.2 4.8.2 8 .1 11.2.3 26.2 5.3 33.3h-8.5v-.2c-5.5-17.5-3.3-33.9-1.2-49.7 1.7-12.7 3.5-25.9 1.2-39.6h11c.1 7.8-1.9 15.4-4 22.6-2.2 8.2-4.5 16.5-4 25.6zm26.4 43.3c-4.1 6.4-11.5 6.7-18.7 7-2.8.1-5.4.2-7.8.6-6.9 1.3-9.7 3.7-12.5 6.4-1.9 1.7-3.8 3.5-7.1 5-3.7 1.7-6.4 2.2-8.3 1.5-2.2-.9-3.2-3.5-4.3-6.2-.7-1.9-1.5-3.8-2.7-5.5-.6-.9-2.3-1.8-4.3-2.9-3.1-1.7-7-3.8-6.6-5.9h14.1c1.3 3.9 4 10 8.3 11.4.6.2 1.3.3 1.9.3 1.5 0 3.1-.6 4.8-1.8 4.3-3.1 7.9-4.7 11.1-6.2 2.6-1.2 4.8-2.2 6.6-3.7h25.5zm-38.3 0h11.2c-1.5 1-3.3 1.9-5.4 2.8-3.1 1.4-7 3.2-11.3 6.3-2.1 1.5-4 1.9-5.8 1.3-3.8-1.3-6.3-6.7-7.5-10.4h18.8zm-35 0c-.3 2.7 3.8 4.9 7.2 6.8 1.8 1 3.5 1.9 4 2.6 1.1 1.6 1.9 3.4 2.6 5.2 1.2 3 2.2 5.7 4.9 6.8.7.3 1.5.4 2.3.4 1.8 0 4-.6 6.8-1.9 3.4-1.6 5.4-3.4 7.3-5.2 2.8-2.5 5.4-4.9 12-6.1 2.3-.4 4.9-.5 7.6-.6 7.3-.3 15.6-.6 19.8-8h19.8c-3.1 1.3-6.7 3.6-10.2 6-4 2.7-7.7 5.2-10.5 5.9-2 .5-5.2.5-8.8.6-7.9.1-17.7.3-22.1 5-1.4 1.5-2.2 3.5-2.2 5.8h-33.4c-.2-7.6-2.4-10.8-7.7-15.4-1.1-1-3.7-1.5-6.7-2.2-2.6-.6-5.2-1.2-7.2-2.1-1.9-.9-2.5-1.8-2.6-2.5 2-.7 4.1-1.1 6.3-1.1h10.8zm-25.6 7.3c2-2.6 4.6-4.6 7.6-5.8.3 1.2 1.3 2.2 3.2 3.1 2.1.9 4.8 1.5 7.4 2.1 2.7.6 5.3 1.2 6.2 2 5.3 4.6 7.2 7.5 7.4 14.6h-13.4c-1.4-4.6-5.3-5.8-9.1-6.9-4.4-1.3-8.6-2.6-9.4-8.8l.1-.3zm-11.5 15.5c-.1-.1-.2-.5.1-.8l10.4-13.4c1.2 6 5.8 7.5 10 8.7 3.6 1.1 7 2.1 8.3 5.9H100c-.4 0-.6-.3-.7-.4zm169.3 0c-.1.1-.3.4-.7.4h-18.3c.7-7.7 4.5-7.6 11.1-7.2 1 .1 2.1.1 3.3.1l4.5 5.8c.3.4.2.8.1.9zm-5.4-7.7c-.8 0-1.7-.1-2.4-.1-6.8-.3-11.4-.5-12.2 8.2h-28.3c1.7-1 3.8-1.5 5.9-2.1 2.4-.6 4.7-1.2 6.4-2.5 1.2-.9 2.3-2.2 3.2-3.4.8-1 1.5-1.9 2.2-2.4.6-.4 1.1-.8 1.6-1.1 5.7-4.1 8.3-5.9 17.6-4.4h.2l5.8 7.8zm-6.8-8.7c-9-1.4-11.9.7-17.5 4.7-.5.4-1 .7-1.6 1.1-.8.6-1.6 1.5-2.4 2.6-.9 1.2-1.9 2.4-3 3.2-1.6 1.2-3.8 1.7-6.1 2.3-2.4.6-4.9 1.2-6.9 2.6-.1.1-.2.2-.2.4h-40.9c0-2.1.7-3.8 1.9-5.1 4-4.4 13.6-4.5 21.3-4.7 3.7-.1 7-.1 9.1-.6 3-.7 6.8-3.3 10.9-6 5.4-3.6 10.9-7.3 14.5-6.7.1 0 .3 0 .4-.1h6.2c5.5-.1 10.7 2.3 14.3 6.3zm-60.6-18c-10-15.7-4.9-33.8-1.2-47.1.4-1.5.8-3 1.2-4.4v51.5zm0-55.8c-.5 2.5-1.3 5.3-2.2 8.4-3.8 13.8-9.1 32.6 2 49 0 .1.1.1.1.1v7.9H190c-5.3-6.5-5.4-21.9-5.5-33.3 0-3.1-.1-5.9-.2-8-.5-8.9 1.7-17.2 4-25.2 2-7.3 4.1-14.9 4-22.9h3.5v24zm-62-26.1c-.3 0-.6.2-.8.4v-3.9c.1.1.2.2.4.2h78.7c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-78.7c-.2 0-.3.1-.4.2v-5.8h1.2c3.8 0 7-3.1 7-7 0-.3-.2-.6-.4-.8 7.9-5.6 13.4-14.2 14.9-24.2 2.6-.3 4.7-2.5 4.7-5.2s-2.1-4.9-4.7-5.2c-1.4-9.9-6.9-18.5-14.7-24.1.1-.2.2-.3.2-.5v-.4c0-3.8-3.1-7-7-7H133v-38.7h89.3c.2 0 .4-.1.5-.2-.4 20.5-2.7 42.8-7.7 49.5-2.5 2.5-4.1 5.9-4.1 9.7v43.1c0 3.8 1.5 7.2 4 9.7 1.6 2.2 3 6.1 4 11.1h-85.2zm22.1-51.2c2 .3 3.6 2.1 3.6 4.2s-1.6 3.9-3.6 4.2c.2-1.4.3-2.8.3-4.2s-.2-2.8-.3-4.2zm110.9 93.1c0 1.3-1.1 2.4-2.4 2.4h-37.3c-1.3 0-2.4-1.1-2.4-2.4-.1-9.5-.7-37.7-5.9-50.4 1.8.9 3.9 1.4 6 1.4h42.1c2.2 0 4.2-.5 6-1.4-5.1 12.7-6 40.9-6.1 50.4zm5.7-41.8c.3-1.2.5-2.4.8-3.5.1.1.2.2.4.2h18.7c7.6 0 13.7-6.2 13.7-13.7v-78.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v78.6c0 7-5.7 12.7-12.7 12.7h-18.9c.9-3 1.9-5.3 3-6.9 2.5-2.5 4.1-5.9 4.1-9.7v-25.1h.3c2.7 0 4.9-2.2 4.9-4.9v-7.9c0-2.7-2.2-4.9-4.9-4.9h-.3v-.3c0-3.8-1.6-7.2-4-9.7-5-6.7-7.1-29.7-7.4-49.3h24c9.2 0 16.6 7.5 16.6 16.6V252c0 9.2-7.5 16.6-16.6 16.6l-20.7.1c0-.1 0 0 0 0zm15.4 1.9V302h-3.5v-31.4h3.5zM461.8 381c0 2.4-2 4.4-4.4 4.4H283c-2.4 0-4.4-2-4.4-4.4v-72.6c0-2.4 2-4.4 4.4-4.4h174.4c2.4 0 4.4 2 4.4 4.4V381z'/><path d='M457.4 310l-6.5 5.7c-1.3-1.5-3.2-2.5-5.3-2.5H294.8c-3.8 0-6.9 3.1-6.9 6.9v51.1c0 .5.1 1 .2 1.4l-5.4 4.7c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l5-4.4c1 2.6 3.5 4.4 6.4 4.4h150.8c3.8 0 6.9-3.1 6.9-6.9v-51.1c0-1.3-.4-2.5-1-3.5l6.6-5.8c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7-.1zm-6.9 10.1v51.1c0 2.7-2.2 4.9-4.9 4.9h-149l31.7-27.9c.2-.2.2-.5 0-.7s-.5-.2-.7 0L295 376.2h-.3c-2.3 0-4.3-1.6-4.8-3.8l12.8-11.3c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0L289.9 371v-50.9c0-2.7 2.2-4.9 4.9-4.9h145.6l-14.7 12.9c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l15.3-13.5c.1-.1.1-.1.1-.2h3.8c1.5 0 2.9.7 3.8 1.8l-28 24.6c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l27.9-24.5c.3.7.5 1.4.5 2.2zM120.1 191.3c-16.7 0-30.3 13.6-30.3 30.3 0 16.7 13.6 30.3 30.3 30.3 16.7 0 30.3-13.6 30.3-30.3 0-16.7-13.6-30.3-30.3-30.3zm0 59.6c-16.2 0-29.3-13.1-29.3-29.3s13.1-29.3 29.3-29.3 29.3 13.1 29.3 29.3-13.2 29.3-29.3 29.3z'/><path d='M120.1 197.6c.3 0 .5-.2.5-.5v-3.2c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.2c0 .3.2.5.5.5zm0 47.9c-.3 0-.5.2-.5.5v3.2c0 .3.2.5.5.5s.5-.2.5-.5V246c0-.3-.3-.5-.5-.5zm27.6-24.4h-3.2c-.3 0-.5.2-.5.5s.2.5.5.5h3.2c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-51.6.5c0-.3-.2-.5-.5-.5h-3.2c-.3 0-.5.2-.5.5s.2.5.5.5h3.2c.3 0 .5-.2.5-.5zm45.1-11.7c.1 0 .2 0 .2-.1l2.8-1.6c.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2l-2.8 1.6c-.2.1-.3.4-.2.7.1.2.3.3.5.3zm-42.5 23.4l-2.8 1.6c-.2.1-.3.4-.2.7.1.2.3.2.4.2.1 0 .2 0 .2-.1l2.8-1.6c.2-.1.3-.4.2-.7-.1-.1-.4-.2-.6-.1zm33.9 9.1c-.1-.2-.4-.3-.7-.2-.2.1-.3.4-.2.7l1.7 2.9c.1.2.3.2.4.2.1 0 .2 0 .2-.1.2-.1.3-.4.2-.7l-1.6-2.8zm-25.1-41.6c.1.2.3.2.4.2.1 0 .2 0 .2-.1.2-.1.3-.4.2-.7l-1.7-2.9c-.1-.2-.4-.3-.7-.2-.2.1-.3.4-.2.7l1.8 3zm24.4.2c.1 0 .2.1.2.1.2 0 .3-.1.4-.2l1.7-3c.1-.2.1-.5-.2-.7-.2-.1-.5-.1-.7.2l-1.7 3c0 .2.1.5.3.6zm-23.7 41.1c-.2-.1-.5-.1-.7.2l-1.7 3c-.1.2-.1.5.2.7.1 0 .2.1.2.1.2 0 .3-.1.4-.2l1.7-3c.2-.3.1-.6-.1-.8zm36.1-7.1l-2.9-1.7c-.2-.1-.5-.1-.7.2-.1.2-.1.5.2.7l2.9 1.7c.1 0 .2.1.2.1.2 0 .3-.1.4-.2.2-.4.1-.7-.1-.8zm-45.1-26l-2.9-1.7c-.2-.1-.5-.1-.7.2-.1.2-.1.5.2.7l2.9 1.7c.1 0 .2.1.2.1.2 0 .3-.1.4-.2.3-.4.2-.7-.1-.8zm38 9.9l-2.2-.4c-1.1-.2-2.3-.2-3.5-.1l-10.2 1.3v-13.8c0-2.1-.3-4.2-.8-6.2-.1-.4-.9-.4-1 0-.5 2-.8 4.1-.8 6.2v14.6c-.3.3-.4.8-.3 1.2 0 .3.1.5.3.7l-.1.1-15.5 18.9c-.2.2-.1.5.1.7.1.1.2.1.3.1.1 0 .3-.1.4-.2l15.5-18.9s0-.1.1-.1c.2.1.4.1.6.1h.2l11.7-1.5c1.2-.1 2.3-.5 3.3-.9l2-.9c.2-.1.3-.3.3-.5 0-.1-.2-.3-.4-.4zm-17.4-13c0-1.2.1-2.4.3-3.6.2 1.2.3 2.4.3 3.6v13.9l-.5.1v-14zm15.1 14c-1 .4-2 .7-3.1.8l-11.7 1.5c-.3 0-.6-.2-.7-.5 0-.2 0-.3.1-.5.1-.1.2-.2.4-.2l11.7-1.5c.5-.1.9-.1 1.4-.1.6 0 1.2.1 1.8.2l.5.1-.4.2z'/><path d='M103.9 214.8h11.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-11.3c-.3 0-.5.2-.5.5s.2.5.5.5zm2.3 2.3c-.3 0-.5.2-.5.5s.2.5.5.5h6.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-6.8zm5.7 48.9c.3 0 .5-.2.5-.5v-2.1c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.1c0 .3.2.5.5.5zm0 24.8c.3 0 .5-.2.5-.5v-3.7c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.7c0 .3.2.5.5.5zm0 7.8c.3 0 .5-.2.5-.5V296c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.2c0 .2.2.4.5.4zm4.1-24c.3 0 .5-.2.5-.5v-4.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v4.9c0 .3.2.5.5.5zm0 6.3c.3 0 .5-.2.5-.5v-2.2c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.2c0 .3.2.5.5.5zm5.1 11.3c.3 0 .5-.2.5-.5v-4.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v4.9c0 .3.2.5.5.5zm0-8.7c.3 0 .5-.2.5-.5v-1.4c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.4c0 .3.2.5.5.5zm6 16.7c.3 0 .5-.2.5-.5v-3.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.8c0 .3.2.5.5.5zm0-6.6c.3 0 .5-.2.5-.5v-1.4c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.4c0 .3.2.5.5.5zm0-14c.3 0 .5-.2.5-.5v-1.4c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.4c0 .3.2.5.5.5zm0-6.6c.3 0 .5-.2.5-.5v-4.3c0-.3-.2-.5-.5-.5s-.5.2-.5.5v4.3c0 .3.2.5.5.5zm0-9c.3 0 .5-.2.5-.5v-2.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.6c0 .3.2.5.5.5zm0-114.4c.3 0 .5-.2.5-.5v-3.2c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.2c0 .3.2.5.5.5zm0 20.3c.3 0 .5-.2.5-.5V165c0-.3-.2-.5-.5-.5s-.5.2-.5.5v4.4c0 .3.2.5.5.5zm0 10.1c.3 0 .5-.2.5-.5v-2.2c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.2c0 .3.2.5.5.5zm-4.2-6.9c.3 0 .5-.2.5-.5v-3.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.8c0 .3.3.5.5.5zm0 5.4c.3 0 .5-.2.5-.5v-2.2c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.2c0 .3.3.5.5.5zm-5.1-26.7c.3 0 .5-.2.5-.5v-2.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.9c0 .2.3.5.5.5zm0-5.7c.3 0 .5-.2.5-.5V143c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.6c0 .3.3.5.5.5zm0 18.8c.3 0 .5-.2.5-.5v-3.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.8c0 .3.3.5.5.5zm-5.9 7c.3 0 .5-.2.5-.5V170c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.4c0 .3.2.5.5.5zm0-6.4c.3 0 .5-.2.5-.5v-4.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v4.8c0 .3.2.5.5.5zm0-12.3c.3 0 .5-.2.5-.5v-2.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.5c0 .3.2.5.5.5zm139.7 101.9h-26c-2 0-3.9-.8-5.4-2l15-15.3c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0l-15 15.3c-1.3-1.5-2.1-3.4-2.1-5.5v-41.2c0-4.5 3.7-8.2 8.2-8.2h3.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.3c-5.1 0-9.2 4.1-9.2 9.2v41.2c0 5.1 4.1 9.2 9.2 9.2h26c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-15.5-57.6h6.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-6.4c-.3 0-.5.2-.5.5s.2.5.5.5zm30-1h-16.7c-.3 0-.5.2-.5.5s.2.5.5.5h16.7c2 0 3.9.8 5.4 2l-14.8 15.1c-.2.2-.2.5 0 .7.1.1.2.1.4.1.1 0 .3-.1.4-.1l14.8-15.1c1.3 1.5 2.1 3.4 2.1 5.5v41.2c0 4.5-3.7 8.2-8.2 8.2h-6.6c-.3 0-.5.2-.5.5s.2.5.5.5h6.6c5.1 0 9.2-4.1 9.2-9.2v-41.2c-.1-5.1-4.2-9.2-9.3-9.2zm-27.2 111.2h-7.3c-1.4 0-2.6-1.2-2.6-2.6 0-2.8-.1-17.1-.8-24.1 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5.6 6.9.7 21.2.8 24 0 2 1.6 3.6 3.6 3.6h7.3c.3 0 .5-.2.5-.5s-.2-.4-.5-.4zm21.8-42.5h-32.5c-.8 0-1.6.4-2.1 1s-.7 1.5-.6 2.3c.4 1.8.7 3.7 1 5.8 0 .2.2.4.5.4h.1c.3 0 .5-.3.4-.6-.3-2.1-.6-4.1-1-5.8-.1-.5 0-1.1.4-1.5.3-.4.8-.6 1.3-.6h32.5c.3 0 .5-.2.5-.5s-.3-.5-.5-.5zm-8-120h7.3c1.4 0 2.6 1.2 2.6 2.6 0 3.7.7 17.1 1.3 23.8 0 .3.2.5.5.5s.5-.3.5-.5c-.6-6.7-1.3-20-1.3-23.7 0-2-1.6-3.6-3.6-3.6h-7.3c-.3 0-.5.2-.5.5s.2.4.5.4zm-21.2 42.2h32.2c.9 0 1.7-.4 2.3-1.1.6-.7.8-1.6.6-2.5-.3-1.7-.7-3.5-.9-5.5 0-.3-.3-.5-.6-.4-.3 0-.5.3-.4.6.3 2 .6 3.8.9 5.5.1.6 0 1.2-.4 1.7s-.9.7-1.5.7h-32.2c-.3 0-.5.2-.5.5s.2.5.5.5z'/><path d='M257.5 218.9c-.3 0-.5.2-.5.5v5.6c0 .3.2.5.5.5s.5-.2.5-.5v-5.6c0-.2-.2-.5-.5-.5zm-1.3-1.2h-5.6c-.3 0-.5.2-.5.5s.2.5.5.5h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-6.8 7.9c.3 0 .5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6c0 .2.2.5.5.5zm-.5 7.5c0 .3.2.5.5.5s.5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6zm7.3.8h-5.6c-.3 0-.5.2-.5.5s.2.5.5.5h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm1.3-6.9c-.3 0-.5.2-.5.5v5.6c0 .3.2.5.5.5s.5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5zm-1.3-1.2h-5.6c-.3 0-.5.2-.5.5s.2.5.5.5h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm13.3-.2c.3 0 .5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6c0 .2.2.5.5.5zm-6.9-6.9h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.6c-.3 0-.5.2-.5.5s.3.5.5.5zm-1.2 6.9c.3 0 .5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6c0 .2.2.5.5.5zm-.5 7.5c0 .3.2.5.5.5s.5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6zm1.7 1.8h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.6c-.3 0-.5.2-.5.5s.3.5.5.5zm6.4-1.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6zm-6.4-6.3h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.6c-.3 0-.5.2-.5.5s.3.5.5.5zm-32.4-1.2c.3 0 .5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6c0 .2.3.5.5.5zm-1.2-7.9h-5.6c-.3 0-.5.2-.5.5s.2.5.5.5h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-6.8 7.9c.3 0 .5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6c0 .2.2.5.5.5zm-.5 7.5c0 .3.2.5.5.5s.5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6zm7.8 1.3c0-.3-.2-.5-.5-.5h-5.6c-.3 0-.5.2-.5.5s.2.5.5.5h5.6c.3 0 .5-.3.5-.5zm.7-.8c.3 0 .5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6c0 .3.3.5.5.5zm-1.2-7.8h-5.6c-.3 0-.5.2-.5.5s.2.5.5.5h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm13.7-6.4c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6c0 .3.2.5.5.5s.5-.2.5-.5v-5.6zm-7.3-.7h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.6c-.3 0-.5.2-.5.5s.2.5.5.5zm-1.2 6.9c.3 0 .5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6c0 .2.2.5.5.5zm0 8c.3 0 .5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v5.6c0 .3.2.5.5.5zm1.2 1.3h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.6c-.3 0-.5.2-.5.5s.2.5.5.5zm6.8-7.9c-.3 0-.5.2-.5.5v5.6c0 .3.2.5.5.5s.5-.2.5-.5v-5.6c0-.3-.2-.5-.5-.5zm-6.8-.2h5.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.6c-.3 0-.5.2-.5.5s.2.5.5.5zm-14.8 18.7c.1.1.2.1.4.1.1 0 .3-.1.4-.1l4.8-4.9c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0l-4.8 4.9c-.3.2-.3.5-.1.7zm30.2-30.1l12.3-12.6c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0l-12.3 12.6c-.2.2-.2.5 0 .7.1.1.2.1.4.1.1.1.2 0 .3-.1zm-5 9.1c1.3 0 1.3-2 0-2s-1.3 2 0 2zm0 5.6c1.3 0 1.3-2 0-2s-1.3 2 0 2z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-collection-5.contain {
	background-size: contain
}

.placeholder-background-collection-5[data-position=left-top] {
	background-position: left top
}

.placeholder-background-collection-5[data-position=left-center] {
	background-position: left center
}

.placeholder-background-collection-5[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-collection-5[data-position=center-top] {
	background-position: center top
}

.placeholder-background-collection-5[data-position=center-center] {
	background-position: center center
}

.placeholder-background-collection-5[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-collection-5[data-position=right-top] {
	background-position: right top
}

.placeholder-background-collection-5[data-position=right-center] {
	background-position: right center
}

.placeholder-background-collection-5[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-collection-5[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-collection-5[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-collection-5[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-collection-5[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-collection-5[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-collection-5[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-collection-5[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-collection-5[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-collection-5[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-collection-5[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-collection-6 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M316.4 319.8c-.2-.3-.5-.4-.8-.4h-19.3c-.6 0-1 .4-1 1s.4 1 1 1h2.1c.4.9.7 1.9 1.1 2.8 1.7 4.3 3.4 8.8 5.7 12.9.1.2.3.3.4.3.1 0 .2 0 .2-.1.2-.1.3-.4.2-.7-2.2-4-3.9-8.5-5.6-12.8-.3-.8-.6-1.6-1-2.5h10.2c.6 5.3 3.6 8.7 7 12.7l.2.3c.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7l-.2-.3c-3.3-3.8-6.2-7-6.8-12h5c.6 0 1-.4 1-1 .4 1.1.8 2.3 1.1 3.4.5 1.8 1 3.7 1.3 5.6 1.7 9.2.3 18.7-4 27.4-.1.2 0 .5.2.7.1 0 .1.1.2.1.2 0 .4-.1.4-.3 4.4-9 5.9-18.7 4.1-28.1-.4-1.9-.8-3.8-1.4-5.7-3-10.2-8.9-20.6-15.7-27.8-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 6.1 6.1 11.2 14.7 14.4 23.4zm-173.8 31.5c-2.8 0-5 2.3-5 5s2.3 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 9c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z'/><path d='M458.5 319.4h-48.6v-7.8c0-.6-.4-1-1-1h-34.3V137.8c0-2.4 1.9-4.3 4.3-4.3h48.6c2.4 0 4.3 1.9 4.3 4.3v8.3H426c-.6 0-1 .4-1 1v26.1c0 .5.4.9.9 1v.3c.7 4.7.8 4.9-6.3 10.1-11.6 8.4-17 17.6-16.6 28.1.3 7.7 3.2 14.9 8.3 20.3 5.5 5.9 12.9 9 21.5 9 17.5 0 29.8-12.6 29.8-30.7 0-7-2.9-17.3-16.6-26.7-7.2-4.9-7.1-5.6-6.4-10.1v-.3c.5-.1.9-.5.9-1v-26.1c0-.6-.4-1-1-1h-5.8v-8.3c0-3.5-2.8-6.3-6.3-6.3h-48.6c-3.5 0-6.3 2.8-6.3 6.3v172.7h-33.9c-.6 0-1 .4-1 1v7.8h-13.1c-2.9-8.9-8-17.5-15.2-25.6l-.4-.4c-1.2-1.3-2.3-2.6-3.5-4l-21-25.5h1.5c1.4 0 2.6-1.2 2.6-2.6V258c0-1.4-1.2-2.6-2.6-2.6h-11V246.5h35.9c-.1.1-.1.3-.1.4V263c-.9 1.5-4.7 8.3-4.7 10.9 0 3.1 2.6 5.7 5.7 5.7s5.7-2.6 5.7-5.7c0-2.6-3.8-9.4-4.7-10.9v-16.1c0-.2 0-.3-.1-.4h41.7c.6 0 1-.4 1-1v-96.2c0-.6-.4-1-1-1H275c-.5-3.2-3.3-5.7-6.7-5.7-3.4 0-6.2 2.5-6.6 5.7h-79.4c-.6 0-1 .4-1 1v59.2l-28-22.4.7-.9c.3-.4.2-1-.2-1.4l-12.5-10.2s-.1 0-.1-.1c-.2-3.6-2.2-6.8-5-8.7l2.8-5c.3-.5.1-1.1-.4-1.4-.5-.3-1.1-.1-1.4.4l-2.8 5c-1.3-.6-2.7-.9-4.1-1-3-.1-5.9.9-8.2 3-2.2 2.1-3.5 4.9-3.6 7.9-.1 1.6.2 3.1.7 4.5l-3.6 6.5-5.3-2.7c-.3-.2-5.3-3-13.1 3.1l-.9-.4c-.5-.2-1.1 0-1.3.4-.2.5 0 1.1.4 1.3l.1.1c-1.6 1.5-3.3 3.3-5 5.6-10.9 14.2-28.2 37.2-28.4 37.4-.2.2-.2.5-.2.8.1.3.3.5.5.7l57.3 29.8c.1.1.3.1.5.1.1 0 .3 0 .4-.1.3-.1.5-.3.6-.6 0 0 9.1-27.4 14.8-44.6 1-3.1 1.6-5.8 1.9-8.1l.2.1c.1.1.3.1.4.1.4 0 .7-.2.9-.6.2-.5 0-1.1-.4-1.3l-.9-.4c.4-9.2-4.6-11.5-4.8-11.6l-5.2-2.7 3.1-5.4c0-.1 0-.1.1-.2.8-.1 1.6-.3 2.3-.5l12 9.8c.2.1.4.2.6.2h.1c.3 0 .5-.2.7-.4l.9-1.3 33.5 26.8v25.3c0 .6.4 1 1 1h26.1c.4 0 .8-.2.9-.6l5.1 4.4c0 .2-.1.5-.1.7 0 1.5.2 2.9.6 4.1l-.1.1-9.7 11.9c-.2.2-.3.5-.2.8 0 .3.2.5.4.7l1.1.8-51.6 63.7-1.2-.9c-.4-.3-1-.2-1.4.2l-10.1 13c-.1.1-.1.1-.1.2-.5 0-1.1.1-1.6.2-5.9 1.2-9.6 7-8.4 12.8.5 2.3 1.6 4.2 3.2 5.7v9.1H127c-.6 0-1 .4-1 1v5.8H92.6c-.6 0-1 .4-1 1v11.3c0 .6.4 1 1 1h99.2c.6 0 1-.4 1-1v-11.3c0-.6-.4-1-1-1h-33.4v-5.8c0-.6-.4-1-1-1h-8.3V365c3.3-2.5 5-6.7 4.1-10.9 0-.1-.1-.3-.1-.4.1 0 .1-.1.2-.1l10.1-13c.2-.2.2-.5.2-.8s-.2-.5-.4-.7l-1.2-.9 51.6-63.6 1.3 1c.2.1.4.2.6.2.3 0 .6-.1.8-.4l9.7-11.9c.2-.2.2-.5.2-.8 3.1-.2 5.9-1.5 7.8-3.7l5.4 4.1c.2.1.4.2.6.2.3 0 .6-.1.8-.4.3-.4.2-1.1-.2-1.4l-5.4-4.1c1-1.6 1.7-3.6 1.7-5.6.1-1.9-.3-3.7-1.1-5.2h25.7v8.9h-11c-1.4 0-2.6 1.2-2.6 2.6v3.2c0 1.4 1.2 2.6 2.6 2.6h1.4l-21 25.5c-1.1 1.3-2.3 2.7-3.4 4l-.4.5c-7.6 8.6-12.9 17.7-15.7 27.2-.6 2.1-1.1 4.2-1.5 6.4-4.2 22.4 8 45.6 31.2 59.1 1 2.6 3.5 6.9 6.9 6.9h161.2c.1.1.2.2.4.2.1 0 .2 0 .3-.1l.1-.1h48.5c2.9 0 5.2-2.4 5.2-5.2v-63.5c.1-3.1-2.3-5.4-5.2-5.4zm-24.8-122v20.7H432v-20.7l.8-4.4.9 4.4zm-2.7-.1l-4.3 23c0 .2 0 .4.2.5l5.1 3.9-2.2 1.7-7.4-6.2 5.2-27.7h3.4v4.8zm-3.2 22.9l3.3-17.5v15.8c0 .3.2.5.5.5h2.7c.3 0 .5-.2.5-.5v-15.8l3.3 17.5-5.1 3.9-5.2-3.9zm11 .6c.1-.1.2-.3.2-.5l-4.3-23v-4.8h3.4l5.2 27.7-7.4 6.2-2.2-1.7 5.1-3.9zm-5.6-29.3H432v-17.3h1.7v17.3h-.5zm-2.2 0h-3.8c-.2 0-.4.2-.5.4l-5.3 28.4c0 .2 0 .4.2.5l8 6.6c.1.1.2.1.3.1.1 0 .2 0 .3-.1l2.7-2.1 2.7 2.1c.1.1.2.1.3.1.1 0 .2 0 .3-.1l8-6.6c.1-.1.2-.3.2-.5l-5.3-28.4c0-.2-.3-.4-.5-.4h-3.8v-17.3h3c0 .3-.1.5-.1.8-.1-.1-.2-.1-.3-.1-.3 0-.5.2-.5.5l-.5 7.3c-.1 2 .9 3.9 2.6 4.9 5.2 3 17.2 11.3 17.2 24.3 0 6.8-2.9 13.2-8.1 17.6-5.1 4.4-11.9 6.4-18.7 5.4-10.9-1.6-19.2-10.8-19.8-21.9-.7-14.2 11.7-22.5 17.1-25.4 1.8-1 2.9-2.9 2.7-5l-.5-7.2c0-.3-.3-.5-.5-.5-.1 0-.2.1-.3.1 0-.3-.1-.5-.1-.8h3v17.3zm14-5.3c7.2 4.9 15.7 13.2 15.7 25.1 0 16.9-11.4 28.7-27.8 28.7-17.5 0-27.2-13.8-27.8-27.4-.4-9.7 4.8-18.3 15.8-26.4 4.9-3.6 6.8-5.3 7.3-7.4l.2 3.8c.1 1.7-.8 3.3-2.2 4.1-5.5 3-18.3 11.6-17.6 26.4.6 11.6 9.2 21.2 20.6 22.8 1.2.2 2.4.3 3.6.3 5.8 0 11.5-2.1 15.9-5.9 5.3-4.6 8.4-11.3 8.4-18.4 0-13.5-12.4-22.1-17.7-25.1-1.4-.8-2.2-2.4-2.1-4l.2-3.9c.6 2.1 2.5 3.9 7.5 7.3zm-6.3-14h-11.6v-24.1h11.6v24.1zM311.8 277.6c-2 0-3.7-1.7-3.7-3.7 0-1.2 1.5-4.5 3-7.3.2.2.4.3.7.3.3 0 .5-.1.7-.3 1.5 2.8 3 6.1 3 7.3 0 2-1.7 3.7-3.7 3.7zm-121 113.8H93.6v-9.3h97.2v9.3zm-34.4-11.6h-28.5v-4.4h28.5v4.4zm288.5 10.4c-.3.4-.5.8-.5 1.2h-19.9c-3.6-1.9-4-3.1-3.9-3.6.5-2.6 11.1-4 16.2-4.6 2.4-.3 3.6-.5 4-.6 4.1-1.8 6.7-6.7 9.2-11.3 3.2-5.8 6.2-11.3 11.7-11.2v17.1c-3.8.7-14.7 9.9-16.8 13zm-35.7 1.2c-2.2-3.7-2.8-6.8-1.8-8.9 1.9-4.2 9.2-5.2 15.7-6.2 3.2-.5 6.2-.9 8.4-1.7 6.6-2.3 9.8-7.8 12.9-13.1 3.9-6.7 7.5-13 17.4-13.6V359c-6.1-.1-9.4 5.9-12.6 11.8-2.5 4.5-5 9.2-8.8 10.9-.3.1-2 .3-3.7.6-8.4 1-16.6 2.3-17.1 5.4-.2 1.2.7 2.4 2.9 3.8h-13.3zm52.6-44.6c-10.5.7-14.5 7.5-18.3 14.1-3.1 5.4-6.1 10.5-12.3 12.7-2.1.7-5.1 1.2-8.2 1.6-6.7 1-14.3 2.1-16.4 6.8-1.1 2.4-.6 5.5 1.6 9.4h-20.3c4.3-14.2 11.8-16.6 22.1-19.8 3.8-1.2 8.1-2.6 12.8-4.7 7.2-3.3 12-9.7 16.6-15.9 6-8.1 11.8-15.8 22.5-17.1v12.9zm0-22.2v8.2c-11.2 1.3-17.3 9.5-23.3 17.5-4.5 6.1-9.2 12.4-16.2 15.6-4.6 2.1-8.9 3.4-12.7 4.6-10.7 3.4-18.4 5.8-22.9 20.8h-7.9c0-9.7 3.3-13.2 8.2-18.3 1.3-1.3 2.6-2.7 4-4.3 2.9-3.4 4-5.6 3.6-7.4-.5-2-2.7-3-5.9-4.3-1.8-.8-3.8-1.6-5.9-2.9-2.8-1.7-5.4-3.7-7.8-5.7-3.8-3-7.8-6.2-12.8-8.1-12.1-4.5-16.2-6.6-20.9-19.1h8.5c2.4 7.4 9.8 9.1 17 10.7 3.3.7 6.5 1.4 9 2.7 4.6 2.2 8.2 5.7 11.7 9.1 4.1 3.9 8.3 8 14 10.3 4.2 1.7 8.2 2.5 11.9 2.5 7.5 0 13.9-3.5 18.9-10.4 1.7-2.3 3.1-5.3 4.7-8.4 3.4-6.9 7.1-14.5 13.9-16.5h7.4c2 .2 3.5 1.6 3.5 3.4zm-146.4 66.8c-.9-1.9-.2-3.2.6-4.5.8-1.4 1.8-3-.3-4.9-2-1.8-4.5-1.3-6.8-.8-2.1.5-3.9.8-5.3-.3 4.1-3.2 7.8-6.8 10.9-10.6 2 .9 4.3 1.4 6.5 1.9 4.5 1 8.7 1.9 10.5 6 1.5 3.6.4 5.5-1 7.6-1 1.6-1.9 3.2-1.9 5.5h-13.2zm-12.6-9.9c1.8 1.6 4.1 1.1 6.3.6 2.2-.5 4.3-.9 5.9.5 1.5 1.4 1 2.2.1 3.7-.8 1.3-1.7 2.9-.9 5h-21.9c1.4-1.5 2.5-3.5 3-4.9 2.7-1.5 5.2-3.1 7.5-4.9zm28.6 4.9c1.3-2.2 2.7-4.5 1-8.6-2-4.6-6.7-5.6-11.2-6.6-2.1-.4-4.2-.9-6-1.7 2.8-3.5 5.1-7.2 7-11.1 3 3.7 7.3 5.4 11.4 7.1 3.6 1.5 7.3 3 10 5.7 4.2 4.2 3.5 7.4 2.6 11.2-.6 2.6-1.3 5.5-.3 9h-16.2c-.1-2.1.8-3.5 1.7-5zm15.4 4.8c-.9-3.3-.3-6 .3-8.6.9-3.8 1.7-7.5-2.9-12.1-2.9-2.9-6.7-4.4-10.3-5.9-4.4-1.8-8.5-3.5-11.3-7.2 1.8-4 3.1-8.1 3.9-12.3 0 .1.1.1.1.2 4.3 4.2 9.9 6.7 15.3 9.1 5.7 2.6 11 5 14.9 9.1 6.4 6.8 4 11.3 1.3 16.6-1.7 3.4-3.5 6.9-3.1 11.2h-8.2v-.1zm12.2-10.6c2.6-5.1 5.4-10.4-1.5-17.8-4-4.3-9.7-6.9-15.2-9.4-5.3-2.4-10.8-4.9-15-8.9-.2-.2-.5-.2-.7 0 1-5.7 1-11.5-.1-17.3-.4-2-.9-4-1.4-5.9h4.9c-.1.1-.1.2-.1.3-1.9 16.3 14.5 21.8 27.7 26.2 4.2 1.4 8.1 2.7 11.2 4.3 5.3 2.6 8.4 5.5 9.5 8.8 1.5 4.7-1.2 10-4.1 15.6-2.4 4.7-4.9 9.5-5.6 14.9h-12.5c-.5-4.1 1.2-7.5 2.9-10.8zm16.1-3.6c3-5.8 5.8-11.3 4.2-16.4-1.2-3.6-4.4-6.6-10-9.4-3.1-1.6-7.1-2.9-11.3-4.3-13.5-4.5-28.8-9.7-27-25.1 0-.1 0-.3-.1-.4h9.6v.2c4.8 13 9 15.1 21.5 19.8 4.9 1.8 8.6 4.8 12.6 7.9 2.5 2 5.1 4 8 5.7 2.1 1.3 4.2 2.2 6 2.9 2.9 1.2 4.9 2.1 5.3 3.7.3 1.4-.8 3.4-3.4 6.5-1.4 1.6-2.7 2.9-4 4.3-4.9 5.1-8.5 8.9-8.5 19h-8.3c.6-5.1 3-9.9 5.4-14.4zm48.6-55.6c-2.9 5.1-6.1 8-9.8 8.8-6.1 1.5-12.7-2.9-19.1-7.1-.9-.6-1.8-1.2-2.7-1.7h31.6zm-33.4 0c1.3.8 2.7 1.7 4 2.6 5.7 3.7 11.5 7.6 17.2 7.6.9 0 1.8-.1 2.7-.3 4-1 7.4-4.1 10.5-9.6 0-.1.1-.2.1-.2h9.6c-.9 1.6-1.8 3.2-2.8 4.9-6.7 12.1-14.3 25.9-29.5 18.3-3.6-1.8-6.7-4.6-9.7-7.3-2.9-2.6-5.8-5.3-9.3-7.1-2.6-1.4-5.5-2.3-8.4-3.3-4.1-1.3-8.3-2.7-11.6-5.5h27.2zm-28.7 0c3.5 3.5 8.2 5 12.8 6.5 2.8.9 5.7 1.8 8.2 3.2 3.4 1.8 6.3 4.4 9.1 7 3 2.8 6.2 5.6 10 7.5 3.2 1.6 6 2.3 8.6 2.3 10.6 0 16.9-11.4 22.2-21 1-1.9 2-3.7 3-5.3v-.1h12.8c-5.7 3-9 9.8-12.1 16.1-1.5 3.1-3 6-4.6 8.3-7 9.8-17.3 12.4-29.5 7.5-5.6-2.2-9.7-6.2-13.7-10.1-3.6-3.4-7.3-7-12-9.3-2.7-1.3-5.9-2-9.2-2.8-6.8-1.5-13.8-3.1-16.2-9.7h10.6zm-21.9-8.9h68.2v6.8h-68.2v-6.8zm-32.2-17.8l.4.4c7.4 8.4 12.5 17.2 15.3 26.4.6 2 1.1 4.1 1.5 6.2 4.1 21.7-7.9 44.1-30.5 57.2-.2.1-.4.3-.4.5-1 2.9-3.3 5.9-5.1 5.9H275v-3.7h11.4c2.8 0 5-3.9 5.8-6.1 7.2-4.2 13.2-9.3 17.9-15.4.2-.2.1-.5-.1-.7-.2-.2-.5-.1-.7.1-4.7 6-10.7 11.1-17.8 15.2-.1.1-.2.2-.2.3-1 2.7-3 5.6-5 5.6h-.2c0-.1.1-.2.1-.4v-13.8c0-.6-.4-1-1-1s-1 .4-1 1v13.8c0 .1 0 .2.1.4H275v-3.3c0-.6-.4-1-1-1h-4.8v-114h9.5l17 20.2c.2.2.5.2.7.1.2-.2.2-.5.1-.7l-17.2-20.4c-.1-.1-.2-.2-.4-.2h-9.7v-3.6H282l22 26.8c1.1 1.5 2.4 2.8 3.5 4.2zm-45 87.7c-.6 0-1 .4-1 1v3.3h-11.4c-1.9 0-4-2.9-5-5.6 0-.1-.1-.2-.2-.3-20.3-11.8-31.1-32-27.5-51.6.3-1.8.8-3.7 1.3-5.6 3-10 8.8-20.3 15.5-27.4l23.5-27.9h9.5v114h-4.7zm1 2h9.5v2.3h-9.5v-2.3zm9.5 3.3v3.7h-9.5v-3.7h9.5zm-4.7-243.1c2.3 0 4.2 1.6 4.6 3.7h-9.3c.5-2.1 2.4-3.7 4.7-3.7zm-138.6 20.3h.4c1.1 0 2.2.3 3.2.7l-2.1 3.9c-.4-.1-.8-.2-1.3-.2-2.7-.1-5.1 2.1-5.2 4.8s2.1 5.1 4.8 5.2h.2c1.3 0 2.5-.5 3.4-1.3 1-.9 1.6-2.1 1.6-3.5.1-1.3-.4-2.6-1.3-3.6l-.4-.4 2.1-3.9c2.5 1.8 4.1 4.7 4 8-.1 2.5-1.2 4.8-3 6.5-.9.8-1.9 1.4-2.9 1.8-.1 0-.1 0-.2.1-1.1.4-2.4.6-3.6.6-5.2-.2-9.2-4.6-9-9.7.2-5 4.3-9 9.3-9zm-.5 10.3c.2.1.3.1.5.1.4 0 .7-.2.9-.5l1.9-3.4.2.2c.7.8 1.1 1.8 1.1 2.9 0 1.1-.5 2.1-1.3 2.8-.8.7-1.8 1.1-2.9 1.1-2.2-.1-3.9-2-3.9-4.2.1-2.2 1.9-3.9 4-3.9h.2c.3 0 .6.1.8.1l-1.9 3.4c-.2.5 0 1.1.4 1.4zm4.6 39.9c-5 15.1-12.6 38.2-14.4 43.5l-55.2-28.8c.8-1.1 2.4-3.1 4.3-5.7l49.7 25.9c.1 0 .2.1.2.1.2 0 .4-.1.4-.3.1-.2 0-.5-.2-.7l-49.5-25.8c6.1-8 15.7-20.8 22.8-29.9 1.9-2.5 3.7-4.4 5.4-5.8l38.4 19.1c-.2 2.3-.8 5.1-1.9 8.4zm2-10.6L99 186.2c2.2-1.6 4.1-2.4 5.5-2.7 2.9-.7 4.5.3 4.6.3l23 11.9c.1 0 3.8 1.7 3.7 8.8zm-18.6-18.8l3-5.3c1.8 2.8 4.9 4.8 8.5 5.1l-2.7 4.7-8.8-4.5zm28.6 7l-10.4-8.5c.7-.4 1.4-.9 2.1-1.5 1.9-1.8 3.1-4.1 3.5-6.6l10.7 8.7-.5.7c-.1 0-.1.1-.2.1-.1.1-.1.2-.1.3l-5.1 6.8zm6.2-5.1l59.7 47.8-3.4 3.9-59.4-47.6 3.1-4.1zm31.2 56.9v-22.7l23.8 19.1-.9 1.1c-.2.2-.3.5-.2.7 0 .3.1.5.4.7l1.3 1.1h-24.4zm25.1-2l6.4-7.5 6.8 5.7c-3.2 1.3-5.7 3.9-6.7 7.2l-6.5-5.4zm-61.2 130.8h-9.9v-7.5c1.6.9 3.5 1.4 5.4 1.4.7 0 1.5-.1 2.2-.2.8-.2 1.5-.4 2.3-.7v7zm-2.7-8.3c-4.8 1-9.5-2.1-10.5-6.8-1-4.8 2.1-9.5 6.8-10.5.6-.1 1.2-.2 1.8-.2 4.1 0 7.8 2.9 8.7 7 1.1 4.8-2 9.5-6.8 10.5zm7.9-13.5c-1.6-3.1-4.5-5.3-7.9-5.9l8.8-11.4 8 5.8-8.9 11.5zm8.1-14.5l-4-2.9 51.6-63.6 3.9 2.9-51.5 63.6zm55-63.7l-1.3-.9-6.6-4.9 8.5-10.4c1.7 2.9 4.7 5 8.2 5.5l-8.8 10.7zm10.8-22.8c-.4-.3-1.1-.2-1.4.2-.3.4-.2 1.1.2 1.4l3.1 2.3c-.7.6-1.6.9-2.6.9-1.1 0-2.1-.5-2.8-1.3-.7-.8-1.1-1.8-1.1-2.9 0-1.1.5-2.1 1.3-2.8.8-.7 1.7-1.1 2.7-1.1h.1c2.2.1 4 1.9 3.9 4.1 0 .5-.1 1-.3 1.4l-3.1-2.2zm-.4-4.2c-1.3 0-2.6.4-3.6 1.4-1 .9-1.5 2.2-1.6 3.5 0 1.3.4 2.6 1.4 3.6.9 1 2.2 1.5 3.5 1.6h.2c1.3 0 2.4-.5 3.3-1.3l3.5 2.7c-1.8 1.9-4.3 3-7.1 2.9-5.2-.2-9.2-4.5-9-9.7.2-5.2 4.5-9.2 9.7-9 2.5.1 4.8 1.1 6.5 3 1.7 1.8 2.6 4.2 2.5 6.7-.1 1.7-.5 3.2-1.3 4.5l-3.5-2.7c.3-.6.5-1.3.5-2 0-2.8-2.2-5.1-5-5.2zm.2-6.3c-.8 0-1.6 0-2.3.2-.1-.1-.1-.3-.3-.4l-8.2-6.9c-.4-.4-1-.3-1.4.1l-.8 1-9.7-7.8v-62.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v62.1L183 209.9c.1-.2.2-.4.2-.6v-59h9v47.1c0 .3.2.5.5.5s.5-.2.5-.5v-47.1h19.1v46.8c0 .3.2.5.5.5s.5-.2.5-.5v-46.8h140v94.2h-118c-.2 0-.3.1-.5.1-2-2.7-5.2-4.5-8.8-4.6zm37.5 6.5h9.6v8.9h-9.5v-8.7c-.1-.1-.1-.1-.1-.2zm-13.6 14.7V258c0-.3.3-.6.6-.6H286c.3 0 .6.3.6.6v3.2c0 .3-.3.6-.6.6h-35.6c-.2 0-.5-.3-.5-.6zm-7 124.2c-.1-.2-.3-.4-.5-.5-22.6-13.1-34.5-35.5-30.5-57.2.4-2 .9-4.1 1.5-6.2 2.7-9.2 7.8-18.1 15.2-26.4l.4-.5c1.2-1.3 2.3-2.6 3.5-4l22-26.8h12.7v3.6h-9.7c-.1 0-.3.1-.4.2l-23.6 28c-6.8 7.2-12.7 17.6-15.7 27.8-.6 1.9-1 3.8-1.4 5.7-3.7 19.9 7.2 40.5 27.8 52.5.8 2.2 3 6.1 5.8 6.1h11.4v3.7H248c-1.9 0-4.1-3.1-5.1-6zm215.6 6h-13.1v-.1c.1-.7 3-3.9 8-7.9 4.2-3.3 7-5 8.3-5.3v10c.1 1.8-1.4 3.3-3.2 3.3z'/><path d='M311.9 345.2c-1.4-1.4-2.7-2.8-3.9-4.7-.1-.2-.5-.3-.7-.2-.2.1-.3.5-.2.7 1.3 2 2.6 3.4 4 4.9.8.9 1.7 1.8 2.6 2.8.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5.1-.7-.9-1.1-1.8-2-2.6-2.9zm-10.1 10.1c-1.8-4.2-3.7-8.6-7-11.4-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 3.1 2.7 4.9 6.8 6.7 11 1.6 3.6 3.2 7.3 5.7 10.2.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7-2.3-2.8-3.9-6.4-5.4-9.9z'/><path d='M298.6 371.7c-1.7-5.7-4.3-14.3-12.3-12.5v-19.7c2.1.7 4.1 1.8 5.7 3.2.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.2-.5-.1-.7-1.8-1.5-3.8-2.7-6.1-3.4h-.4v-14c0-1.8 1.5-3.2 3.2-3.2.6 0 1-.4 1-1s-.4-1-1-1c-2.9 0-5.2 2.4-5.2 5.2v39.4c0 .6.4 1 1 1s1-.4 1-1v-3.8c7.3-1.8 9.7 6 11.4 11.7l.4 1.2c.1.2.3.4.5.4h.1c.3-.1.4-.4.3-.6l-.2-1.1z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-collection-6.contain {
	background-size: contain
}

.placeholder-background-collection-6[data-position=left-top] {
	background-position: left top
}

.placeholder-background-collection-6[data-position=left-center] {
	background-position: left center
}


.placeholder-background-collection-6[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-collection-6[data-position=center-top] {
	background-position: center top
}

.placeholder-background-collection-6[data-position=center-center] {
	background-position: center center
}

.placeholder-background-collection-6[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-collection-6[data-position=right-top] {
	background-position: right top
}

.placeholder-background-collection-6[data-position=right-center] {
	background-position: right center
}

.placeholder-background-collection-6[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-collection-6[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-collection-6[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-collection-6[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-collection-6[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-collection-6[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-collection-6[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-collection-6[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-collection-6[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-collection-6[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-collection-6[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-lifestyle-1 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1052 400'><path d='M727.6 121.3c-8.3 0-15-6.7-15-15s6.7-15 15-15 15 6.7 15 15-6.7 15-15 15zm0-28.1c-7.2 0-13 5.8-13 13s5.8 13 13 13 13-5.8 13-13-5.8-13-13-13zm-183.5 62.1c-8.3 0-15-6.7-15-15s6.7-15 15-15 15 6.7 15 15-6.7 15-15 15zm0-28.1c-7.2 0-13 5.8-13 13s5.8 13 13 13 13-5.8 13-13-5.8-13-13-13zm235.5 236.1c-8.3 0-15-6.7-15-15s6.7-15 15-15 15 6.7 15 15-6.7 15-15 15zm0-28c-7.2 0-13 5.8-13 13s5.8 13 13 13 13-5.8 13-13-5.8-13-13-13zM43.9 47.9c-8.3 0-15-6.7-15-15s6.7-15 15-15 15 6.7 15 15-6.7 15-15 15zm0-28c-7.2 0-13 5.8-13 13s5.8 13 13 13 13-5.8 13-13-5.8-13-13-13zm252.3 236c-8.3 0-15-6.7-15-15s6.7-15 15-15 15 6.7 15 15-6.7 15-15 15zm0-28c-7.2 0-13 5.8-13 13s5.8 13 13 13 13-5.8 13-13-5.8-13-13-13zm706.2-190.7c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zM764.7 283.5c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zM525 40.9c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm37.7 327.7c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zM50.9 276.5c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.5 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.6-6-6-6zM93.6 68.7c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm194.1-13.8c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm0-14c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm534.9 45c-2.3 0-4.2-1.9-4.2-4.2s1.9-4.2 4.2-4.2c2.3 0 4.2 1.9 4.2 4.2s-1.9 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.5-3.2-3.2-3.2zm-124 31.9c-2.3 0-4.2-1.9-4.2-4.2 0-2.3 1.9-4.2 4.2-4.2s4.2 1.9 4.2 4.2c0 2.3-1.9 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2zM544.1 44.1c-2.3 0-4.2-1.9-4.2-4.2 0-2.3 1.9-4.2 4.2-4.2 2.3 0 4.2 1.9 4.2 4.2 0 2.3-1.9 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.5-3.2-3.2-3.2zM310.2 268.5c-2.3 0-4.2-1.9-4.2-4.2s1.9-4.2 4.2-4.2c2.3 0 4.2 1.9 4.2 4.2s-1.9 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2zm-9.1-213.3c-2.3 0-4.2-1.9-4.2-4.2 0-2.3 1.9-4.2 4.2-4.2 2.3 0 4.2 1.9 4.2 4.2 0 2.3-1.9 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2zM26.6 64.9c-2.3 0-4.2-1.9-4.2-4.2 0-2.3 1.9-4.2 4.2-4.2 2.3 0 4.2 1.9 4.2 4.2 0 2.3-1.9 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2zm776.9 268c-2.3 0-4.2-1.9-4.2-4.2s1.9-4.2 4.2-4.2c2.3 0 4.2 1.9 4.2 4.2s-1.9 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.5-3.2-3.2-3.2zm-234.9 13.1c-2.3 0-4.2-1.9-4.2-4.2 0-2.3 1.9-4.2 4.2-4.2 2.3 0 4.2 1.9 4.2 4.2 0 2.3-1.9 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2zm-528.4-75c-2.3 0-4.2-1.9-4.2-4.2s1.9-4.2 4.2-4.2 4.2 1.9 4.2 4.2-1.8 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2zm980.9-3.2c-2.3 0-4.2-1.9-4.2-4.2 0-2.3 1.9-4.2 4.2-4.2 2.3 0 4.2 1.9 4.2 4.2 0 2.3-1.9 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2zM463.5 272c-2.3 0-4.2-1.9-4.2-4.2 0-2.3 1.9-4.2 4.2-4.2 2.3 0 4.2 1.9 4.2 4.2 0 2.3-1.9 4.2-4.2 4.2zm0-7.4c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.5-3.2-3.2-3.2zm564.4-88.1L897.9 9.1c-.4-.5-1.2-.5-1.6 0L766.2 176.4c-.2.3-.3.8-.1 1.2.2.3.5.7.9.7h260.1c.4 0 .7-.3.9-.7.2-.4.1-.8-.1-1.1zm-156.5-16.7l-4.8 1.5c-1.8-13.9 2.7-25.4 13.2-34.1.2-.2.2-.5.1-.7-.2-.2-.5-.2-.7-.1-10.9 9-15.4 20.9-13.5 35.2-.5.2-1.1.4-1.7.5-1.2.4-2.3.8-3.5 1.2-.7-3.3-1.4-6.2-2.2-8.7-.1-.3-.4-.4-.6-.3-.3.1-.4.4-.3.6.8 2.5 1.5 5.4 2.2 8.7-1.7.6-3.4 1.1-5.1 1.7-5.6-22.4-9.8-21.8-35.3-18.4-3.2.4-6.8.9-10.8 1.4-4.1.5-7.1-.2-9.1-2.1-1.4-1.4-2.3-3.3-2.7-5.5l1.8-2.3c-.1.2-.2.5-.1.8.2.5.7.7 1.2.5.5-.2.7-.7.5-1.2-.2-.5-.7-.7-1.2-.5-.1 0-.2.1-.3.2l2.5-3.2c.2 2.5.9 4.6 2.4 6.1 1.5 1.4 3.5 2.2 6.3 2.2.8 0 1.7-.1 2.6-.2.3 0 .5-.3.4-.6s-.3-.5-.6-.4c-3.8.5-6.4-.1-8.1-1.7-1.5-1.5-2.1-3.9-2.2-6.6l4.2-5.4c9.4-.2 18.1-.9 26-2.1.3 0 .5-.3.4-.6 0-.3-.3-.5-.6-.4-7.5 1.2-15.9 1.9-25 2.1l1.3-1.6c.4.5 1 .8 1.6.8.2 0 .5 0 .7-.1 1.1-.4 1.6-1.6 1.2-2.6-.2-.6-.6-1-1.2-1.2l1.3-1.6c9.1-.6 19.9-1.8 29.8-4.2 22.2-5.3 29.6-19.6 35.6-31.2 4.8-9.3 8.4-16.1 18-13.8l-1.3 6.7c-.1.5.2 1.1.8 1.2h.2c.5 0 .9-.3 1-.8l1.3-6.7c3.7.9 7.1 1.6 10.3 2.2l-1.3 6.4c-.1.5.2 1.1.8 1.2h.2c.5 0 .9-.3 1-.8l1.3-6.4c3 .6 5.8 1.1 8.3 1.6.7.1 1.4.3 2.1.4l-1.3 6.5c-.1.5.2 1.1.8 1.2h.2c.5 0 .9-.3 1-.8l1.3-6.5c4 .8 7.4 1.5 10.2 2.3l-1.2 6.2c-.1.5.2 1.1.8 1.2h.2c.5 0 .9-.3 1-.8l1.2-6c5 1.8 8.2 4.3 10.2 9 0 .1.1.2.1.3 1.6 3.9 2.5 9.3 2.8 16.9-1.5.1-3.3.2-5.3.4-.3 0-.5.3-.5.5 0 .3.2.5.5.5 2-.2 3.8-.3 5.2-.4.1 1.3.1 2.7.1 4.2-3.3.2-14.3.8-26.8 3.4-20.1 4.2-34.3 11.1-42.2 20.5-5.8 7-8 15.2-6.7 24.3zm-61.6-36.2c.4 0 .7.3.9.7.2.5-.1 1.1-.6 1.3-.5.2-1.1-.1-1.3-.6l1-1.4zm87.3-112.3l61.2 78.8c-4.5-.2-8.8-.7-12.7-1.9-2.3-5.2-6-7.9-11.5-9.9l.5-2.6c.1-.5-.2-1.1-.8-1.2-.5-.1-1.1.2-1.2.8l-.5 2.4c-2.9-.9-6.3-1.6-10.2-2.3l.4-2.1c.1-.5-.2-1.1-.8-1.2-.5-.1-1.1.2-1.2.8l-.4 2.1c-.7-.1-1.4-.3-2.1-.4-2.5-.5-5.2-1-8.2-1.6l.4-2.2c.1-.5-.2-1.1-.8-1.2-.5-.1-1.1.2-1.2.8l-.4 2.2c-3.2-.6-6.6-1.4-10.3-2.2l.4-2c.1-.5-.2-1.1-.8-1.2-.5-.1-1.1.2-1.2.8l-.4 1.9c-4.8-1.1-8.3-.3-11.1 1.8l-7.3-1.5c-.4-.1-.9.1-1.1.5-.2.3-3.9 7.6-1.2 14.9-5.7 11-13.1 24.2-33.8 29.2-9.1 2.2-19 3.4-27.6 4l83.9-107.5zm-14.6 62.2c-2.4 2.5-4.4 5.9-6.3 9.7-.9-4.6.6-9.1 1.3-10.7l5 1zm-2.9 63.5c9.4-11.3 27.5-17 41-19.9 14.7-3.1 27.4-3.4 27.5-3.4.5 0 1-.5 1-1-.2-10.1-1-17.1-2.7-22.2 3.6.9 8.2 1.5 13.4 1.6l30.5 39.3c-10.9 5.2-22 9.7-33.4 13.5-15.6 5.2-25.8 5.8-36.7 6.4-11.7.6-24.8 1.4-46.9 7.9-1.1-8.4 1-15.9 6.3-22.2zm-89.5 10.4c.1.4.1.9.2 1.3l1.8-2.3 2.9-3.8c.6 1.9 1.5 3.7 2.9 5 2.4 2.4 6.1 3.3 10.7 2.7 4-.5 7.6-1 10.8-1.4 25.6-3.5 27.9-3.7 33.1 17.1-15.8 5-27.4 8.2-35.6 10.2h-15.5c-5.7-8-8.2-19.1-9.4-29.6l-1.8 2.2c1.2 9.7 3.6 19.4 8.6 27.4h-29.9l21.2-27.4c.1-.5.1-.9 0-1.4L767 177.2l23.1-29.8zm85.1 28.8l6.8-2.5.9 2.5h-7.7zm-2.9 0h-28.7c7.8-3 14.7-4.9 20.6-6.9 6.1-2.1 11.1-3.8 14.6-4.8l2.9 8.1-9.4 3.6zm152.8 0h-140l-4.4-12.1c20.6-5 33.8-5.7 47.8-6.4 2.1-.1 4.3-.2 6.5-.4 8.8-.5 30.2-5.7 59.6-20.5l-1.2-1.6c-28.9 14.5-49.9 19.6-58.5 20.1-2.2.1-4.4.2-6.5.3-14.3.7-27.8 1.4-49 6.6-.1 0-.2 0-.3.1h-.1c-3.7.9-8.9 2.8-15.4 5-7.4 2.5-16.6 5.8-26.9 8.8h-11.2c9.6-3 22.4-6.4 39.2-12 27.6-9.3 42.6-10.2 55.7-10.9 11-.6 21.4-1.2 37.2-6.5 11.7-3.9 23-8.5 34.1-13.8l1.8 2.3 1.2 1.6c.3-.1.6-.3.9-.4l.1.1 31.5 40.7-31.5-40.6c-.3.2-.6.3-.9.4l30.3 39.2z'/><path d='M855 149.4c.1.2.3.3.4.3.1 0 .2 0 .2-.1.2-.1.3-.4.2-.7-6.3-12.2-16.4-10.7-34.7-8.1-1.4.2-2.9.4-4.4.6-.3 0-.5.3-.4.6 0 .3.3.5.6.4 1.5-.2 3-.4 4.4-.6 17.9-2.6 27.8-4 33.7 7.6zm28.3-25.4c.1.1.3.2.4.2.1 0 .2 0 .3-.1 12.1-8.1 30.3-13.5 53.9-15.9.3 0 .5-.3.4-.5 0-.3-.3-.5-.5-.4-23.8 2.4-42 7.8-54.3 16-.3.2-.3.5-.2.7zm3.1-30.9c.3-.1.4-.4.3-.6-.1-.3-.4-.4-.6-.3-3 1-5.5 2.9-7.2 5.5-1.8 2.8-11.5 16.9-25.4 22.2-4.9 1.8-10.4 3.4-16.4 4.5-.3.1-.4.3-.4.6 0 .2.3.4.5.4h.1c6.1-1.2 11.6-2.7 16.5-4.6 14.2-5.4 24.1-19.7 25.9-22.6 1.6-2.4 4-4.2 6.7-5.1zm4.3-.6c.4 0 .9 0 1.3.1l22.1 2.6h.1c.2 0 .5-.2.5-.4 0-.3-.2-.5-.4-.6l-22.1-2.7c-.5-.1-.9-.2-1.4-.2-.3 0-.5.3-.5.6-.1.2.1.6.4.6zm26.5 2.5c0 .3.2.5.4.6 4.6.5 8.3 3.9 9.2 8.4l.3 1.6c0 .2.3.4.5.4h.1c.3-.1.4-.3.4-.6l-.3-1.6c-1-4.9-5.1-8.6-10.1-9.2-.2 0-.4.2-.5.4z'/><ellipse transform='rotate(-20.016 944.06 109.69)' cx='944.1' cy='109.7' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 939.31 110.263)' cx='939.4' cy='110.3' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 914.644 113.925)' cx='914.7' cy='113.9' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 924.99 112.103)' cx='925' cy='112.1' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 928.9 111.65)' cx='928.9' cy='111.7' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 909.974 115.297)' cx='910' cy='115.3' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 899.37 118.964)' cx='899.4' cy='119' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 894.725 120.853)' cx='894.7' cy='120.9' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 874.344 136.748)' cx='874.4' cy='136.8' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 881.238 129.294)' cx='881.3' cy='129.3' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 885.095 126.307)' cx='885.1' cy='126.3' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 872.082 140.004)' cx='872.1' cy='140' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 868.997 149.4)' cx='869' cy='149.4' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 868.683 152.79)' cx='868.7' cy='152.8' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 855.214 156.368)' cx='855.2' cy='156.4' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 853.88 152.703)' cx='853.9' cy='152.7' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 847.56 144.56)' cx='847.6' cy='144.6' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 843.473 142.673)' cx='843.5' cy='142.7' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 827.555 143.41)' cx='827.6' cy='143.4' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 832.317 142.79)' cx='832.3' cy='142.8' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 811.065 145.516)' cx='811.1' cy='145.5' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 816.355 144.84)' cx='816.4' cy='144.9' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 800.762 142.79)' cx='800.8' cy='142.8' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 930.208 105.774)' cx='930.3' cy='105.8' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 929.345 101.854)' cx='929.4' cy='101.9' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 927.505 98.355)' cx='927.6' cy='98.4' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 925.4 95.16)' cx='925.4' cy='95.2' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 921.753 93.307)' cx='921.8' cy='93.3' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 917.842 92.26)' cx='917.9' cy='92.3' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 913.847 91.802)' cx='913.8' cy='91.8' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 910.554 91.235)' cx='910.6' cy='91.3' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 906.513 90.77)' cx='906.5' cy='90.8' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 901.752 90.09)' cx='901.8' cy='90.1' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 897.63 89.598)' cx='897.6' cy='89.6' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 893.483 89.146)' cx='893.5' cy='89.2' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 889.072 88.807)' cx='889.1' cy='88.8' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 884.517 89.494)' cx='884.5' cy='89.5' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 880.373 91.976)' cx='880.4' cy='92' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 877.565 94.954)' cx='877.6' cy='95' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 872.024 102.866)' cx='872' cy='102.9' rx='.9' ry='.9'/><ellipse transform='rotate(-20.016 869.188 105.844)' cx='869.2' cy='105.9' rx='.9' ry='.9'/><ellipse transform='rotate(-6.8 861.102 113.444)' cx='861.2' cy='113.5' rx='.9' ry='.9'/><ellipse transform='rotate(-6.8 857.688 115.7)' cx='857.8' cy='115.7' rx='.9' ry='.9'/><ellipse transform='rotate(-6.8 848.15 119.605)' cx='848.2' cy='119.6' rx='.9' ry='.9'/><ellipse transform='rotate(-6.8 843.256 120.825)' cx='843.5' cy='120.9' rx='.9' ry='.9'/><ellipse transform='rotate(-6.8 834.034 122.542)' cx='834.4' cy='122.6' rx='.9' ry='.9'/><ellipse transform='rotate(-6.8 829.758 123.153)' cx='830.1' cy='123.2' rx='.9' ry='.9'/><ellipse transform='rotate(-6.8 818.873 124.066)' cx='819.2' cy='124.1' rx='.9' ry='.9'/><ellipse transform='rotate(-6.8 814.146 124.62)' cx='814.4' cy='124.6' rx='.9' ry='.9'/><path d='M874.7 100.6c.2 0 .5 0 .7-.1.5-.2.9-.6 1.1-1.1.2-.5.3-1 .1-1.6-.2-.5-.6-.9-1.1-1.1-.5-.2-1-.3-1.6-.1-1.1.4-1.6 1.6-1.2 2.6.4.9 1.1 1.4 2 1.4zm-.4-3c.1 0 .2-.1.4-.1.1 0 .3 0 .4.1.2.1.4.3.5.6.1.3.1.5 0 .8-.1.2-.3.4-.6.5-.5.2-1.1-.1-1.3-.6-.2-.5.1-1.1.6-1.3zm-10.2 13.5c.3.1.6.2.9.2.2 0 .5 0 .7-.1 1.1-.4 1.6-1.6 1.2-2.6-.2-.5-.6-.9-1.1-1.1-.5-.2-1-.3-1.6-.1-.5.2-.9.6-1.1 1.1-.2.5-.3 1-.1 1.6.3.4.6.8 1.1 1zm0-2.3c.1-.2.3-.4.6-.5.1 0 .2-.1.4-.1.1 0 .3 0 .4.1.2.1.4.3.5.6.2.5-.1 1.1-.6 1.3-.3.1-.5.1-.8 0-.2-.1-.4-.3-.5-.6-.2-.2-.2-.5 0-.8zm-11.3 10.4c.2 0 .5 0 .7-.1 1.1-.4 1.6-1.6 1.2-2.6-.4-1.1-1.6-1.6-2.6-1.2-.5.2-.9.6-1.1 1.1-.2.5-.3 1-.1 1.6.3.7 1.1 1.2 1.9 1.2zm-.9-2.5c.1-.2.3-.4.6-.5.1 0 .2-.1.4-.1.4 0 .8.3 1 .7.2.5-.1 1.1-.6 1.3-.5.2-1.1-.1-1.3-.6-.3-.2-.3-.5-.1-.8zm-13.8 6.4c.3.1.6.2.9.2.2 0 .5 0 .7-.1.5-.2.9-.6 1.1-1.1.2-.5.3-1 .1-1.6-.2-.5-.6-.9-1.1-1.1-.5-.2-1-.3-1.6-.1-1.1.4-1.6 1.6-1.2 2.6.2.5.6.9 1.1 1.2zm.5-2.8c.1 0 .2-.1.4-.1.1 0 .3 0 .4.1.2.1.4.3.5.6.1.3.1.5 0 .8-.1.2-.3.4-.6.5-.3.1-.5.1-.8 0-.2-.1-.4-.3-.5-.6-.2-.6.1-1.2.6-1.3zm-13.1 1.4c-.5-.2-1-.3-1.6-.1-1.1.4-1.6 1.6-1.2 2.6.3.8 1.1 1.3 1.9 1.3.2 0 .5 0 .7-.1.5-.2.9-.6 1.1-1.1.2-.5.3-1 .1-1.6-.2-.4-.5-.8-1-1zm0 2.3c-.1.2-.3.4-.6.5-.5.2-1.1-.1-1.3-.6-.2-.5.1-1.1.6-1.3.1 0 .2-.1.4-.1.1 0 .3 0 .4.1.2.1.4.3.5.6.2.2.2.5 0 .8zm30.3 35.3c-1 .3-1.5 1.4-1.1 2.4.2.5.5.8 1 1 .2.1.5.2.8.2.2 0 .4 0 .6-.1.5-.2.8-.5 1-1 .2-.4.2-1 .1-1.4-.2-.5-.5-.8-1-1-.4-.3-.9-.3-1.4-.1zm1.4 2.1c-.1.2-.3.4-.5.4-.2.1-.4.1-.7 0-.2-.1-.4-.3-.4-.5-.2-.4.1-.9.5-1.1.1 0 .2-.1.3-.1.1 0 .2 0 .4.1s.4.3.4.5c.1.3.1.5 0 .7zm13.2-4.3c-.4-1-1.4-1.5-2.4-1.1-1 .3-1.5 1.4-1.1 2.4.2.5.5.8 1 1 .2.1.5.2.8.2.2 0 .4 0 .6-.1.5-.2.8-.5 1-1 .2-.5.3-1 .1-1.4zm-1 1c-.1.2-.3.4-.5.4s-.4.1-.7 0c-.2-.1-.4-.3-.4-.5-.2-.4.1-.9.5-1.1.1 0 .2-.1.3-.1.3 0 .7.2.8.6.1.2.1.5 0 .7zm2.5-13.5c-.3-1-1.4-1.5-2.4-1.1-1 .4-1.5 1.4-1.1 2.4.3.8 1 1.2 1.7 1.2.2 0 .4 0 .6-.1 1.1-.4 1.6-1.4 1.2-2.4zm-1.4 1.4c-.2.1-.4.1-.7 0-.2-.1-.4-.3-.4-.5-.2-.4.1-.9.5-1.1.1 0 .2-.1.3-.1.1 0 .2 0 .4.1s.4.3.4.5c.1.5-.1 1-.5 1.1zm8.5-12.4c.2-.4.2-1 .1-1.4-.3-1-1.4-1.5-2.4-1.1-1 .4-1.5 1.4-1.1 2.4.3.8 1 1.2 1.7 1.2.2 0 .4 0 .6-.1.5-.3.9-.6 1.1-1zm-.9-.5c-.1.2-.3.4-.5.4-.2.1-.4.1-.7 0-.2-.1-.4-.3-.4-.5-.2-.4.1-.9.5-1.1.1 0 .2-.1.3-.1.3 0 .7.2.8.6.1.3.1.5 0 .7zm10.5-11.3c-1 .4-1.5 1.4-1.1 2.4.2.5.5.8 1 1 .2.1.5.2.8.2.2 0 .4 0 .6-.1.5-.2.8-.5 1-1 .2-.4.2-1 .1-1.4-.4-1-1.5-1.5-2.4-1.1zm1.4 2.1c-.1.2-.3.4-.5.4-.2.1-.4.1-.7 0-.2-.1-.4-.3-.4-.5-.2-.4.1-.9.5-1.1.1 0 .2-.1.3-.1.3 0 .7.2.8.6.1.2.1.4 0 .7zm14.9-8.3c-.4-.2-1-.2-1.4-.1-.5.2-.8.5-1 1-.2.4-.2 1-.1 1.4.3.8 1 1.2 1.7 1.2.2 0 .4 0 .6-.1 1-.4 1.5-1.4 1.1-2.4-.1-.4-.4-.8-.9-1zm-.5 2.5c-.4.2-.9-.1-1.1-.5-.1-.2-.1-.4 0-.7.1-.2.3-.4.5-.4.1 0 .2-.1.3-.1.1 0 .2 0 .4.1s.4.3.4.5c.2.4 0 .9-.5 1.1zm17.1-5.7c-.3-1-1.4-1.5-2.4-1.1-1 .4-1.5 1.4-1.1 2.4.3.8 1 1.2 1.7 1.2.2 0 .4 0 .6-.1 1-.3 1.5-1.4 1.2-2.4zm-1.5 1.5c-.4.2-.9-.1-1.1-.5-.2-.4.1-.9.5-1.1.1 0 .2-.1.3-.1.3 0 .7.2.8.6.2.4 0 .9-.5 1.1zm14.4-4.7c-.4-.2-1-.2-1.4-.1-.5.2-.8.5-1 1-.2.4-.2 1-.1 1.4.3.8 1 1.2 1.7 1.2.2 0 .4 0 .6-.1 1-.3 1.5-1.4 1.1-2.4-.1-.4-.4-.7-.9-1zm-.5 2.5c-.4.2-.9-.1-1.1-.5-.1-.2-.1-.4 0-.7.1-.2.3-.4.5-.4.1 0 .2-.1.3-.1.1 0 .2 0 .4.1s.4.3.4.5c.2.5 0 1-.5 1.1zM853 147.5c-.2-.5-.5-.8-1-1-.4-.2-1-.2-1.4-.1-.5.2-.8.5-1 1-.2.4-.2 1-.1 1.4.2.5.5.8 1 1 .2.1.5.2.8.2.2 0 .4 0 .6-.1.9-.4 1.4-1.5 1.1-2.4zm-1.5 1.4c-.2.1-.4.1-.7 0-.2-.1-.4-.3-.4-.5-.1-.2-.1-.4 0-.7.1-.2.3-.4.5-.4.1 0 .2-.1.3-.1.1 0 .2 0 .4.1s.4.3.4.5c.2.4 0 .9-.5 1.1zm-11.4-7.2c-.3-1-1.4-1.5-2.4-1.1-1 .4-1.5 1.4-1.1 2.4.2.5.5.8 1 1 .2.1.5.2.8.2.2 0 .4 0 .6-.1.5-.2.8-.5 1-1 .3-.4.3-.9.1-1.4zm-.9 1c-.1.2-.3.4-.5.4-.2.1-.4.1-.7 0-.2-.1-.4-.3-.4-.5-.2-.4.1-.9.5-1.1.1 0 .2-.1.3-.1.3 0 .7.2.8.6.1.3.1.5 0 .7zm-17-.4c-.4-.2-1-.2-1.4-.1-1 .3-1.5 1.4-1.1 2.4.2.5.5.8 1 1 .2.1.5.2.8.2.2 0 .4 0 .6-.1 1-.3 1.5-1.4 1.1-2.4-.2-.4-.6-.8-1-1zm-.5 2.5c-.2.1-.4.1-.7 0-.2-.1-.4-.3-.4-.5-.2-.4.1-.9.5-1.1.1 0 .2-.1.3-.1.1 0 .2 0 .4.1s.4.3.4.5c.2.5-.1 1-.5 1.1zm-14.8 0c-.4-1-1.4-1.5-2.4-1.1-1 .3-1.5 1.4-1.1 2.4.2.5.5.8 1 1 .2.1.5.2.8.2.2 0 .4 0 .6-.1.5-.2.8-.5 1-1 .2-.5.2-1 .1-1.4zm-1 1c-.1.2-.3.4-.5.4-.2.1-.4.1-.7 0-.2-.1-.4-.3-.4-.5-.2-.4.1-.9.5-1.1.1 0 .2-.1.3-.1.3 0 .7.2.8.6.1.2.1.5 0 .7zM986.7 210.2h-170c-.6 0-1 .4-1 1v170c0 .6.4 1 1 1h170c.6 0 1-.4 1-1v-170c0-.5-.4-1-1-1zm-126.5 104c2.3.8 33.8 12.3 71.3 30.6 8.6 4.2 16.7 8.4 24.1 12.3v.1c.1.1.3.2.4.2h.1c8.7 4.6 16.4 9 22.8 12.7.1.1.3.2.4.2.1 0 .2 0 .3-.1-.1.1-.1.1-.2.1 2.3 1.3 4.3 2.5 6.3 3.6v6.2h-34.4c-.1 0-.2.1-.3.1h-.2c-.1 0-.3-.1-.4-.1h-10.7c-8.5-3-16.8-6.7-24.7-10.6-22.8-11.2-46.8-27.4-67.3-41.8-.1-.1-.2-.2-.3-.2-2.9-2-5.7-4-8.5-6-8.1-5.7-15.2-10.8-21.2-14.7v-4.6c5 2.8 10.3 6.5 16.5 10.8.1.1.2.1.3.1.2 0 .3-.1.4-.2.2-.2 0-.5-.2-.7-6.5-4.5-12-8.3-17-11.1v-.5c1 .2.9.3 1.3.5 28.5 12.1 39.7 13.1 41.2 13.1zm27.3-46.9c-2.6-3.4-3.9-6.7-4.5-9.6 3.6 4.8 8.4 7.7 9.4 8.3.2 2.1.5 4.2.9 6.5v.1c0 .1 0 .3.1.4.4 2.6 1 5.3 1.7 8.1 0 .1.1.1.1.2.1.1.2 0 .4 0-.1 0-.3.2-.4.1 1.4 5.6 3.4 11.7 6.1 17.7.6.2.9.3 1 .3.2 0 .4.2.4.5 0-.2-.2-.4-.4-.4 0 0-.4-.1-1-.2-2.7-.7-10.6-3.2-18.6-8.3-.6-.8-1.1-1.4-1.5-2l9.7-1.1c.4 0 .8-.4.9-.8s-.1-.9-.5-1.1c-6.8-3.8-10.1-14.1-11.1-17.8l6.5.8c.4 0 .8-.1 1-.5.1-.4 0-.9-.2-1.2zm-4.8-17.2l4.3 2.1c.3.1.6.1.9 0s.5-.4.5-.7c.4-2.1-2.5-8.6-3.7-11 .4-2.1 1.8-4.4 3.5-6.6-1.1 7.1 3.1 13.6 3.7 14.5-.3 4.4-.4 10 .2 16.4-1.8-1.2-6.6-4.5-9.6-9.4-.2-2.3 0-4.2.2-5.3zm14.6 1.6c.4.3.9.3 1.3-.1l8.4-7.9c.2.6.4 1.3.6 2-2.2 2.7-10.5 13-13.7 24.3-1.2-8.8-1.2-16.4-.8-21.9.4-1.5 2.9-9.8 7.1-14.3 1 1.5 1.8 2.9 1.9 3.5.3 1.6-2.7 8.6-5 13.1-.3.5-.2 1 .2 1.3zm42.3-20.1c6.3 3.4 10.1 9.3 14.1 15.5 4.4 6.7 8.9 13.7 16.9 17.6.1.1.3.1.4.1.4 0 .7-.2.9-.6.2-.5 0-1.1-.5-1.3-7.5-3.7-11.9-10.4-16.1-16.9-1.7-2.7-3.5-5.4-5.5-7.9 1.9 1.4 3.7 2.7 5.6 4.1 4.2 3.1 8.4 6.3 13.6 9.3.3.2.6.4.9.5 1.4.8 2.7 1.6 4.2 2.3.4.2.9.4 1.3.6 3.5 1.7 7.1 3 10.1 4.2V353c-17-9.3-41-22.1-70.2-35.2l-1 .7.9-.7 8.9-6.9c.4-.3.5-.8.3-1.2-.2-.4-.7-.7-1.1-.6l-7.5 1.6 5.2-7.9c.3-.4.2-.9-.1-1.2-.3-.3-.8-.4-1.2-.1l-5.5 3.4c1.4-2.6 3.3-5.8 3.9-6.8 3.7-6.3 1.5-14.7-.9-23.6-.6-2.2-1.2-4.5-1.7-6.7-.1-.4-.4-.7-.9-.8-.4 0-.8.2-1 .5l-6.8 13.4c.3-3.4 1.4-9.2 4.9-17.4 1.8-4.2-2.4-18.4-3.3-21.4.7-.8 1.3-1.5 1.7-2 1.6-1.9 5.8-5.8 11.2-8.3 6.7-3.2 12.8-3.2 18.3-.2zM958 356.2l13.1-9c.8.4 1.6.9 2.5 1.3l-13.1 9c-.9-.4-1.7-.8-2.5-1.3zm-6.9-3.6l13.1-9c2 1.1 4 2.1 5.9 3.1l-13.1 9c-1.9-1-3.9-2.1-5.9-3.1zm-51.6-41.9c0-.2-.1-.4-.3-.5l-1.4-1.2 4.6-.1c.5 0 .8-.3 1-.8.1-.4-.1-.9-.5-1.1-8.7-4.7-14.5-9.9-18-13.7 8.1 4.7 15.6 6.9 16.9 6.9.3 1 1 1.2 1 1.8v.2c.6 1.1 1.1 2.3 1.7 3.5 0 .1 0 .1.1.2 1.7 3.1 3.6 6.3 5.7 9.5-3.6-1.6-7.2-3.2-10.8-4.7zm-5.3-38.2c2.5-11.4 10.8-22.2 13.6-25.7.4 1.4.8 2.9 1.1 4.4-2.5 2.7-11.7 13.8-13.7 26.7-.3-1.8-.7-3.6-1-5.4zm1.8 8.5c.7-13.1 10.1-24.8 13.2-28.5 1 4.4 1.5 8.6.8 10.1-6.5 15.1-5.1 22.2-5 22.5.1.4.4.7.9.8.4 0 .8-.2 1-.5l7.4-14.6c.4 1.4.7 2.8 1.1 4.1.1.2.1.4.2.6-.9 4-4.4 17.4-12.4 25.5-3.3-6.9-5.6-13.6-7.2-20 0 .1 0-.1 0 0zm20.5 16c-1.1 1.8-5.8 10.2-5.8 10.3-.2.4-.2.9.2 1.2.3.3.8.4 1.2.1l5-3.1-4 6.1c-.2.3-.2.8 0 1.1.2.3.6.5 1 .4l5.6-1.2-6.3 4.8c-.6-.3-1.3-.6-1.9-.8.1-.1 0-.3 0-.5-2.2-3.3-4.2-6.6-6-9.8 6.3-5.5 10.6-14.7 12.4-19.2.5 4 .3 7.6-1.4 10.6zm-11.5 7.7c-.5-.9-.9-1.9-1.4-2.8 7.4-7.3 11.1-18.9 12.5-24.4.6 2.4 1.2 4.7 1.5 6.9-1.3 3.4-5.8 14.3-12.6 20.3zm-2.5-3c0-.1.1-.2.1-.2 0 .1-.1.2-.1.2zm9.5 16.6l-13.4 9.2-2.7-1.2 13.4-9.2 2.7 1.2zm1.1.5c.9.4 1.8.8 2.6 1.2l-13.2 9.1c-.1 0-.1.1-.1.1l-2.7-1.2 13.4-9.2zm3.7 1.7c2.1 1 4.2 1.9 6.3 2.9l-13.3 9.1c-2.2-1-4.3-1.9-6.4-2.8l13.4-9.2zm7.4 3.3c.9.4 1.7.8 2.6 1.2l-13.2 9.1c-.9-.4-1.8-.8-2.6-1.2l13.2-9.1zm3.6 1.7c2.1 1 4.2 2 6.2 2.9l-13.2 9.1c-2.1-1-4.2-2-6.3-2.9l13.3-9.1zm7.3 3.5c.9.4 1.7.8 2.6 1.2l-13.1 9.1c-.9-.4-1.7-.8-2.6-1.2l13.1-9.1zm3.6 1.7c2.1 1 4.1 2 6.1 3l-13.1 9c-2.1-1-4.1-2-6.2-3l13.2-9zm7.2 3.5c4.8 2.4 9.4 4.7 13.8 7l-13.1 9c-4.4-2.3-9-4.6-13.8-6.9l13.1-9.1zm14.7 7.5c.8.4 1.7.9 2.5 1.3l-13.1 9c-.8-.4-1.7-.9-2.5-1.3l13.1-9zm-67.1-98.2c.4-3.3.8-5.1.9-5.2 0 0 .8-3.6 3.6-7.7.6.8 1.1 1.6 1.6 2.3-2.9 2.9-4.9 7.3-6.1 10.6zm-.1-5.4s-.1.3-.2.7c-.4-2.7-.7-7.2 1.1-10.8.1-.1.1-.3 0-.4.3-.2.5-.5.7-.6.7.9 1.5 1.9 2.2 2.9-2.9 4.2-3.8 8-3.8 8.2zm-.7 3.5c-.2 1.4-.4 3.1-.6 5.1-1.4-2.5-4.3-8.5-2.4-14.5 1.1-1.2 2.2-2.4 3.2-3.3-2 5.6-.3 12-.2 12.7zm-4.8 44.5l-8.6 1c-.3 0-.6.2-.8.5s-.1.7 0 .9c.2.4 5.6 9.7 20.2 18.4l-3.5.1c-.4 0-.8.3-.9.7-.1.3-.1.6.1.9-8.5-3.5-17.3-7-26.3-10.5 3.2-6.7 7.6-14.6 12.8-21.8 1.6 3.5 3.9 7.2 7 9.8zm20.4 30.6l-13.4 9.3c-17.2-7.3-29.6-12-33.1-13.3.1-.2.2-.5.3-.7.9-2.3 2.7-6.7 5.2-12 14.4 5.4 28.1 11 41 16.7zm-90.6 63.5v-59.5c12 4.2 26.9 8.2 28.8 8.7-1.7-1.2-3.3-2.3-4.9-3.5-5.9-1.7-15.9-4.5-23.9-7.4v-9.2c6 3.9 12.6 8.7 20.1 13.9l3.9 2.7c1.6 1.1 3.2 2.3 4.9 3.4h.5-.5c20.5 14.4 44.6 30.8 67.6 42 6.4 3.2 13.1 5.8 20 8.8H817.7zm0-79.5c-.1 0-.2-.1-.3-.1.1.1.2.1.3.1zm-1 0v-.3l.1.1-.1.2.1 1.2c.2.1.4.3.6.4-.3-.1-.7-.2-.7-.4v-1.2zm170 69l-1 .7v1.3c0-.2-.8-.4-1.1-.6l-1.4.9 1.4-.9 1.1-.7 1-.7v-1.2 1.2zm0-13.9v1.2l-1 .7v3.1l-8.6 5.9.9.6 7.7-5.3v-.1l1-.6V360v1.2l-1 .7v3.1l-5.3 3.6.9.6 4.4-3v-.1l1-.6v-1.2 1.2l-1 .7v2.9l-.1.1-2 1.4c-.8-.4-1.6-.9-2.4-1.4-.3-.2-.6-.4-1-.6-.8-.4-1.6-.9-2.4-1.4-.3-.2-.6-.4-1-.6-.8-.4-1.6-.9-2.4-1.4-.3-.2-.6-.4-1-.5-3.7-2.1-7.8-4.4-12.1-6.7l13.1-9 .4-.3-.4.3c4 2.2 7.1 4.2 11.1 6.1.2.3 1.2.4 1.2.7zm0-96.3l-.1-.1v-.1l-.9-.3v-.1c0 .1 1 .2 1 .3v.3zm0-2.1c0-.1 0-.1 0 0v-.2c0-.1-.7-.2-1-.3v-.1c-3-1-5.7-2.1-8.7-3.5-.6-.3-1.2-.5-1.8-.8-1.4-.7-2.8-1.5-4.1-2.2-3.9-2.3-7.5-5-11.3-7.8-3.4-2.5-6.8-5-10.6-7.4-2.6-1.8-5.5-3.6-8.6-5.3-13.8-7.5-27.7 3.8-31.9 8.8-.5.6-1.2 1.5-2.1 2.5-.1.1-.1.2-.1.2l-5.4 5.1c1.5-3.5 3.2-7.7 2.8-9.5-.5-2.9-7.2-11.2-8-12.1-.2-.2-.4-.3-.7-.4-.3 0-.5.1-.7.2-.4.4-10.6 8.7-11.8 15.8 0 .2 0 .4.1.6 1.4 3 2.8 6.5 3.4 8.5l-3.8-1.9c-.3-.1-.6-.1-.8 0-.3.1-.5.3-.6.6-.1.4-2.7 8.6 3.6 18.3l-5.7-.7c-.3 0-.6.1-.9.3-.2.2-.3.6-.2.9.1.3.7 3.4 2.3 7.2-.2.1-.4.2-.5.3-5.5 7.4-10 15.7-13.3 22.7-.7-.3-1.4-.5-2.1-.8-.5-.2-1.1.1-1.3.6s.1 1.1.6 1.3c.6.2 1.3.5 1.9.7-2.5 5.3-4.2 9.6-5.2 12-.2.4-.3.8-.4 1-2.7-.3-14.3-2-39.9-12.7-.7-.3-1.1-.6-2.1-.8v-86.4h168v44.6c0 .1 1 .2 1 .4v.3z'/><path d='M986.7 357v-1.3c0-.2-1-.4-1-.6v1.4l-12 8.2c.3.2.6.4.9.5l11.1-7.6v-.1l1-.5zm-140.9-35.6c2.7 1.9 5.4 3.8 8.3 5.8.1.1.2.1.3.1.2 0 .3-.1.4-.2.2-.2.1-.5-.1-.7-2.8-2-5.6-3.9-8.3-5.8l-2.2-1.6c-.2-.2-.5-.1-.7.1-.2.2-.1.5.1.7l2.2 1.6zm105.3 57.9c-12.3-4.3-22.7-8.5-31.8-13-20.5-10-41.2-23.8-57-34.6-.2-.2-.5-.1-.7.1-.2.2-.1.5.1.7 15.8 10.9 36.5 24.7 57.1 34.8 9.1 4.4 19.4 8.9 31.6 12.9h.6c.1 0 .2 0 .2-.1h.1c.1 0 .1-.1.1-.2.1-.1 0-.5-.3-.6zm-56-97.8c0-.1-.1-.3-.1-.4v.1c0 .1 0 .2.1.3zM776.7 224.3L648 60.4c-.4-.5-1.2-.5-1.6 0l-128.7 164c-.3.4-.3.9 0 1.2l128.7 164c.2.2.5.4.8.4s.6-.1.8-.4l128.7-164c.3-.4.3-.9 0-1.3zm-129.5 163l-87.1-111 13.9 4.1h.3c.4 0 .8-.3 1-.7l17.2-57.6c2.9 4.3 10.5 16.8 17.5 35.4 8.5 22.6 13.8 34.7 31.1 41.9 13.2 5.5 34.3 8.1 67 10.4l-60.9 77.5zM543.5 255.2l33.9 10.1-1.9 6.2-25.1-7.5-6.9-8.8zm5.8-61.8l-3.9-1.2 4.3-5.5 24.6 7.3c3.4 2.9 6.8 6.1 10.3 9.8l-24.7-7.4c-.3-.1-.5.1-.6.3-.1.3.1.5.3.6l26.3 7.8c2.5 2.7 4.9 5.6 7.3 8.7-.1 0-.2.1-.3.1l-50.5-15.1.5-3.7 1.9-2.4 4.3 1.3h.1c.2 0 .4-.1.5-.4.1.2-.1-.1-.4-.2zm1.1-7.5l4.4-5.6c4.8 2.7 10.9 6.7 17.6 12.2l-22-6.6zm38 42.6l-18.7-5.6c-.3-.1-.5.1-.6.3-.1.3.1.5.3.6l18.7 5.6-1.9 6.2-47.2-14.1 1-6.5 22.6 6.7h.1c.2 0 .4-.1.5-.4.1-.3-.1-.5-.3-.6l-22.7-6.8 1-6.5 49.1 14.7-1.9 6.4zm-8.6 28.7l-44-13.1 1-6.5 37.1 11.1h.1c.2 0 .4-.1.5-.4.1-.3-.1-.5-.3-.6l-37.3-11.1 1-6.5 46 13.7-4.1 13.4zm4.3-14.3L538 229.1l1-6.5 47 14-1.9 6.3zm6.4-21.6l-49.3-14.7 1-6.5 50.2 15-1.9 6.2zm-50.7-21.9l.5.1-1 6.5-.7-.2c-.3-.1-.5.1-.6.3-.1.3.1.5.3.6l.9.3-1 6.5-.7-.2c-.3-.1-.5.1-.6.3-.1.3.1.5.3.6l.9.3-1 6.5-.7-.2c-.3-.1-.5.1-.6.3-.1.3.1.5.3.6l.9.3-1 6.5-.7-.2c-.3-.1-.5.1-.6.3-.1.3.1.5.3.6l.9.3-1 6.5-.6-.2c-.3-.1-.5.1-.6.3-.1.3.1.5.3.6l.8.2-.9 6-14.2-17.9 20.1-25.6zm-4.2 45.7l43.9 13.1-1.9 6.2-35.2-10.5-6.8-8.7v-.1zm39.6 27.4l-1.7 5.7-15.6-4.7-6.4-8.1 23.7 7.1zm36.6-15.6c-8-21.3-17-34.7-18.7-37.2l1.2-4.1c5.7 7.6 11 16.5 15.7 26.8 2.4 5.4 4.5 10.4 6.3 14.9 13.6 32.9 17.5 42.5 95.9 47.1l-2.8 3.6c-78-5.6-82.6-11.2-97.6-51.1zm6.4-.4c-1.8-4.4-3.9-9.5-6.4-14.9-16.2-36.1-41.5-54.7-55.8-62.8l41.1-52.4c-1.8 4.7-3.5 8.8-5 12.4-7.8 19.1-10.7 26.2-2.3 39 10.7 16.1 27.2 32.1 41.5 28.4 6.1-1.6 10.1-6.7 10.8-13.9.4-4.2.7-8.8 1-13.6 1-15.5 2.3-34.9 7-55.8 3.8-16.9 12.7-16.1 26-15 2.3.2 4.6.4 6.9.5l3.4 4.3c-1.5 12.4-5.2 44.2-6.2 66.8-3 70 9.2 77.6 32.7 85.8 8.9 3.1 15.6 7.4 20.1 12.7l-19.3 24.6c-78.4-4.7-82.2-13.9-95.5-46.1zm-6.8-148.2c24.6 5.9 34.3 12.3 36.8 14.2-4.8 21.1-6 40.5-7 56.1-.3 4.8-.6 9.3-1 13.6-.6 6.3-3.9 10.8-9.3 12.1-8.7 2.2-23.6-3.9-39.3-27.6-.5-.7-.9-1.4-1.3-2.1 10.6 15.3 22.4 24.1 32.3 24.1h1.1c.3 0 .5-.3.5-.5 0-.3-.3-.5-.5-.5-10.4.7-23.3-9.2-34.5-26.6-.2-.2-.5-.3-.7-.1-3.6-8.7-.7-15.7 5.7-31.3 2.1-5 4.6-11.2 7.3-18.5l9.9-12.9zm70-2.1c-1.7-.1-3.5-.3-5.1-.4-13.1-1.1-23.6-2-27.9 15.5-3-2.2-12.7-8.3-36.3-14l35.1-44.8 34.2 43.7zm32.3 157.1c-23.3-8.2-34.4-15.2-31.4-83.9.9-21.4 4.3-51.1 5.9-64.6L774.6 225l-40.3 51.3c-4.6-5.4-11.5-9.8-20.6-13z'/><path d='M632.9 193.5c.2 0 .3-.1.4-.2 1.5-2.2 2.5-4.9 2.8-8 .3-3.6.6-7.6.9-11.4 0-.3-.2-.5-.5-.5-.2 0-.5.2-.5.5-.3 3.8-.6 7.7-.9 11.4-.3 2.9-1.1 5.4-2.6 7.5-.2.2-.1.5.1.7.1-.1.2 0 .3 0zm4.2-28.6s.1 0 0 0c.3 0 .5-.2.5-.5.7-9.7 1.8-21.4 4-34.1 0-.3-.1-.5-.4-.6-.3 0-.5.1-.6.4-2.3 12.7-3.3 24.4-4.1 34.2.1.3.4.5.6.6zM508.7 10.2h-183c-.6 0-1 .4-1 1v181c0 .6.4 1 1 1h183c.6 0 1-.4 1-1v-181c0-.5-.4-1-1-1zm-1 181h-181v-179h181v16H504c-.6 0-1.3.6-1.3 1.1v3.9h-91c-2.5-3-3.7-4.6-3.7-4.7-.2-.4-.7-.6-1.1-.5l-10.8 3.1c-.3.1-.5.2-.6.5s-.2.6-.1.8c0 .1.1-.3.3.7h-7v-3.9c0-.6-.4-1.1-.9-1.1h-17.3c-.6 0-.7.6-.7 1.1v3.9h-25.1c-1.8 0-2.9 1.3-2.9 3.2v15.2c0 12.1-1.5 24.4-2.8 37.5-1.4 14.3-3 29-3 44.5 0 12.5 2.3 17.8 5.9 25.8 1 2.3 2.3 4.9 3.6 8 0 .1.1.2.1.3.1.2 0 .5.1.7 2.3 5.2 7.6 8.9 13.6 8.9h148.4v14zM417.6 52.5l5.7-7.4 4.1 3.1 4.1 3.1-5.7 7.4-8.2-6.2zm6.9 7.8l-.8 1-3.3-2.5.8-1 3.3 2.5zm-8.1-6.2l3.3 2.5-.8 1-3.3-2.5.8-1zm-18.6-21.3l9-2.6c1.3 1.9 5.8 7.8 14.9 13.8l-5.6 7.3c-12.9-9.2-17.1-16.1-18.3-18.5zm26.7 10.7l.7-1 3.3 2.5-.7 1-3.3-2.5zm4.8 3.7l.7-1 3.3 2.5-.7 1-3.3-2.5zm3.7 5.4l10.4 8-2.1 2.7-3.6 4.7-10.4-8 5.7-7.4zm-.9 14.1c.1-.1.1-.2.2-.3l4.2 3.2-.5.7c-.3.4-.3 1.1.2 1.4.2.1.4.2.6.2.3 0 .6-.1.8-.4l9.1-11.9c.3-.4.3-1.1-.2-1.4-.4-.3-1.1-.3-1.4.2l-.4.6-4.2-3.2.1-.1c.5-.7 1.3-1.1 2.2-1.2.9-.1 1.7.1 2.4.6l49.1 37.7c1.4 1.1 1.7 3.1.6 4.5-1.1-.8-2.2-1.5-3.3-2.3l.4-.5c.3-.4.3-1.1-.2-1.4-.4-.3-1.1-.3-1.4.2l-1 1.3-6.9 9-1.1 1.5c-.3.4-.3 1.1.2 1.4.2.1.4.2.6.2.3 0 .6-.1.8-.4l.6-.7 1.9 1.2c.6.4 1.3.8 1.9 1.2-.3 0-.6.1-.8.4-.5.7-1.3 1.1-2.2 1.2-.9.1-1.7-.1-2.4-.6l-49.1-37.7c-.7-.5-1.1-1.3-1.2-2.2-.4-.9-.1-1.7.4-2.4zm54.3 38.3l-1.9-1.1 5.7-7.4c2.3 1.6 4.7 3.2 6.9 4.7 3.6 2.5 6.6 5 10.6 7.3v10c-7-3.9-13.5-8.4-21.3-13.5zm11.9-5.4c-.6-.4-1.3-.8-1.9-1.2 1.7-2.3 1.2-5.5-1-7.2l-49.1-37.7c-1.1-.9-2.5-1.2-3.9-1-1.4.2-2.6.9-3.5 2 0 .1-.1.1-.1.2l-4.7-3.6 1.3-1.7c.3-.4.3-1.1-.2-1.4l-4.1-3.1.3-.4c.3-.4.3-1.1-.2-1.4-.4-.3-1.1-.3-1.4.2l-.3.4-4.1-3.1c-.2-.2-.5-.2-.7-.2-.3 0-.5.2-.7.4l-1.4 1.8v.1c-3.8-2.5-6.8-5.2-9.1-7.2h94.2V106c-3-2-6.2-4.2-9.4-6.4zm6.7-66.4h-.3v-3h3v3H505zm-118.3-3v3h-15v-3h15zM346.5 169c.1 0 .1 0 0 0zm46.4-32.1c.1.2.3.4.3.6s-.2.4-.3.6c.1-.2.2-.4.2-.6s-.1-.5-.2-.6zm.2 22.3c.1.1.3.1.5.1s.3-.1.5-.1h12.1c.1.1.3.1.5.1s.3-.1.5-.1h.6v2h-.4c-.2-.2-.4-.3-.7-.3s-.5.1-.7.3h-11.6c-.2-.2-.4-.3-.7-.3s-.5.1-.7.3h-.2v-2h.3zm6.6-19.4c-.6 0-1 .4-1 1v.4h-4v-19h11v19h-5v-.4c0-.5-.4-1-1-1zm-1 3.4v7.4c-.2-.1-.4-.1-.6.1-1.1 1.1-1.1 2.9 0 4 .6.6 1.3.8 2 .8s1.5-.3 2-.8c1.1-1.1 1.1-2.9 0-4-.2-.2-.5-.2-.7 0s-.2.5 0 .7c.7.7.7 1.9 0 2.6-.7.7-1.9.7-2.6 0-.7-.7-.7-1.8-.1-2.5v.4c0 .6.4 1 1 1s1-.4 1-1v-8.6h5v9.9c-.1.1-.1.3-.1.4s0 .3.1.4v3.3h-11v-3.7c0 .2 0 .4-.2.5.1-.1.2-.3.2-.5v-10.3h4zm-4 15.4c0 .2-.1.3-.3.4.1-.1.2-.3.3-.4zm11.1-5.8c.1-.4.4-.6.8-.6-.3 0-.6.3-.8.6zm3.2 4.4h-1.3v-3h2.6c.6 0 1.4-.1 1.4-.7v-11.7c0-.6-.9-.6-1.4-.6h-2.6v-3.1c0 .2.3.1.7.1h75.1c.1 0 .3.2.3.2v2.8h-2.6c-.6 0-1.4.1-1.4.6v11.7c0 .6.8.7 1.4.7h2.6v3h-1.3c-.6 0-.7.6-.7 1.1v3.6c0 .6.1 1.3.7 1.3h1.3v6.4c0 .3.1.6.4.8l6 4.8h-88.9l-.5.4c-.2.1-.4.2-.6.2.2 0 .4-.1.6-.2l.5-.4 6.1-4.8c.2-.2.4-.5.4-.8v-6.4h1.3c.6 0 .7-.7.7-1.3v-3.6c-.1-.5-.3-1.1-.8-1.1zm-1.3-5v-9h2v9h-2zm77.5 7h12.1c.1.1.3.1.5.1s.3-.1.5-.1h.5v2h-.3c-.2-.2-.4-.3-.7-.3s-.5.1-.7.3h-11.6c-.2-.2-.4-.3-.7-.3s-.5.1-.7.3h-.3v-2h.5c.1.1.3.1.5.1s.3 0 .4-.1zm-.5-7c.5 0 .9.5 1 1-.1-.4-.5-1-1-1zm13.1 0c-.5 0-.9.5-1 1v-.1c0-.5.4-.9 1-.9zm-.4-15c0-.6.4-.9 1-.9-.5-.1-.9.4-1 .9zm-.5 21.6c-.1-.1-.1-.3-.1-.5-.1.2 0 .4.1.5zm-.2-17.6h-4v-.4c0-.6-.4-1-1-1s-1 .4-1 1v.4h-5v-19h11v19zm-6 2v8.6c0 .6.4 1 1 1s1-.4 1-1v-.3c.5.7.5 1.7-.2 2.4s-1.9.7-2.6 0c-.7-.7-.7-1.9 0-2.6.2-.2.2-.5 0-.7s-.5-.2-.7 0c-1.1 1.1-1.1 2.9 0 4 .6.6 1.3.8 2 .8s1.5-.3 2-.8c1.1-1.1 1.1-2.9 0-4-.1-.1-.3-.2-.5-.1v-7.3h4v14h-11v-14h5zm6.1 18.4c0 .1-.1.2-.1.4 0-.2 0-.3.1-.4zm-.1 1.6v6l-5.5 4.4-5.5-4.4v-6h11zm-13-11h-2v-9h2v9zm-89 11h11v6l-5.5 4.4-5.5-4.4v-6zm-.2-1.7zm13 0c.1.1.2.2.2.5 0-.2-.1-.4-.2-.5zm-.1-2.5c.2-.2.3-.4.3-.6 0 .2-.1.5-.3.6zm-14.7-6.8h-2v-9h2v9zm0-13.9v2.9H390c-.6 0-1.2.1-1.2.6v11.7c0 .6.7.7 1.2.7h2.8v3h-1.5c-.6 0-.5.6-.5 1.1v3.6c0 .6 0 1.3.5 1.3h1.5v6.4c0 .3.1.6.3.8l6 4.8h-39.7c-5.3 0-9.8-3.2-11.8-7.7-.1-.2 0-.5-.1-.7-.1-.3-.2-.5-.3-.8-.3-1.2-.4-2.5-.4-3.7v-26.7c2 1.8 4.7 2.6 7.8 2.6h37.5c.2 0 .6.2.6.1s.1-.1.1-.1l-.1.1zm115 36.9h-15.4l-.5.4c-.2.1-.4.2-.6.2.2 0 .4-.1.6-.2l.5-.4 6-4.8c.2-.2.4-.5.4-.8v-6.4h1.4c.6 0 .6-.7.6-1.3v-3.6c0-.6-.1-1.1-.6-1.1h-1.4v-3h2.7c.6 0 1.3-.1 1.3-.7v-11.7c0-.6-.8-.6-1.3-.6h-2.7v-3h9v37zm-9-23v-9h2v9h-2zm9-20.5v-.3c-.1.1-.1.2-.1.3v.2c0 .1 0 .2.1.3v4h-9v-14h2.9c.6 0 1-.4 1-1s-.4-1-1-1h-20.8c-.6 0-1 .4-1 1s.4 1 1 1h2.9v14.3s-.2-.3-.3-.3h-75.1c-.3 0-.7.4-.7.6v-14.6h2.8c.6 0 1-.4 1-1s-.4-1-1-1h-20.8c-.6 0-1 .4-1 1s.4 1 1 1h3v14.4s0 .1.1.1l-.1-.1v-.1c0-.1-.4-.4-.6-.4h-37.5c-6.2 0-10.8-4.9-10.8-11.1V51.6c0 10.5-1 21.1-2 32.2v41.3c0 3.2 1 6.2 3 8.5v25.6c-.5-.2-.7-.4-.9-.7-3.6-8-5.8-12.9-5.9-25 0-15.4 1.6-30.1 3-44.3.2-1.8-.3-3.6.7-5.5 1-11.1 1.8-21.7 1.8-32.2 0-.5-.3-1-.8-1h.1c.6 0 1 .4 1 1V36.4c0-.7.1-1.2.9-1.2h51c.4 0 .7-.3.9-.6-.3-.6-.6-1.1-.7-1.4.2 0 .4.8.7 1.4 1.8 3.2 6.5 9.8 18.3 18.2l-1.4 1.8c-.2.2-.2.5-.2.7 0 .3.2.5.4.7l4.1 3.1-.3.4c-.3.4-.3 1.1.2 1.4.2.1.4.2.6.2.3 0 .6-.1.8-.4l.3-.4 4.1 3.1c.2.1.4.2.6.2.3 0 .6-.1.8-.4l1.4-1.8 4.7 3.6c-.1.1-.2.1-.3.3-.9 1.1-1.2 2.5-1 3.9.2 1.4.9 2.6 2 3.5l49.1 37.7c.9.7 2 1.1 3.2 1.1h.7c1.4-.2 2.6-.9 3.5-2 .2-.3.2-.7.1-1-.1-.2-.2-.3-.3-.4.1.1.4.3.4.4 7 4.6 13.6 8.7 19.6 12.3v10.6c.1-.1.2-.2.4-.2-.3 0-.5.4-.6.5z'/><path d='M345.6 168.4s.1 0 0 0c0-.1 0 0 0 0zm100.2-89.6c.3 0 .6-.1.8-.4l.5-.7 25.6 19.6-.5.7c-.3.4-.3 1.1.2 1.4.2.1.4.2.6.2.3 0 .6-.1.8-.4l9.1-11.9c.3-.4.3-1.1-.2-1.4-.4-.3-1.1-.3-1.4.2l-.4.6-25.6-19.6.4-.6c.3-.4.3-1.1-.2-1.4-.4-.3-1.1-.3-1.4.2l-1 1.3-6.9 9-1.1 1.5c-.3.4-.3 1.1.2 1.4 0 .3.2.3.5.3zm8.2-10.1l25.6 19.6-5.7 7.5-25.6-19.6 5.7-7.5zm-104.8 39.7c.3 0 .5-.2.5-.5V90.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5V108c0 .2.2.4.5.4zm34.7 22.8h-26.3c-4.4 0-7.8-3.3-7.8-7.7v-7.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v7.8c0 4.9 3.9 8.7 8.8 8.7h26.3c.3 0 .5-.2.5-.5s-.3-.5-.5-.5zm74.2 0h-43c-.3 0-.5.2-.5.5s.2.5.5.5h43c.3 0 .5-.2.5-.5s-.3-.5-.5-.5zm18.3 0h-11.9c-.3 0-.5.2-.5.5s.2.5.5.5h11.9c.3 0 .5-.2.5-.5s-.2-.5-.5-.5z'/><g><path d='M529.9 380.5L398.8 210.7c-.4-.5-1.2-.5-1.6 0L266.1 380.5c-.2.3-.3.8-.1 1.1.2.3.5.6.9.6h262.2c.4 0 .7-.3.9-.6.2-.3.2-.8-.1-1.1zm-166-84c5.9-2.7 10.1-3.7 15.6-1.7 5.9 2.2 8.2 5.8 10.6 11.9-.6 1.1-1.1 2.2-1.6 3.3l-13.1-4.3-12.6-5.4h-.1c.4-1.3.7-2.6 1-3.8h.2zm95.4 49c-.5-.2-1.1.1-1.3.6 0 .1-.1.3-.1.4 0-.1 0-.3.1-.4.2-.5.8-.8 1.3-.6l1.1.4c1-1.8 1.8-3.6 2.5-5.5s1.3-3.9 1.7-5.9l2.7 1-4.3 11.4-2.7-1-1-.4zm1.8-5.8c-3.6 9.6-10.7 17.3-20 21.5-9.3 4.2-19.6 4.5-29.1.9-19.7-7.4-29.7-29.7-22.3-49.5 3.6-9.6 10.7-17.3 20-21.5 5-2.3 10.3-3.4 15.7-3.4 4.5 0 9.1.8 13.4 2.5 19.6 7.4 29.7 29.6 22.3 49.5zm-100.9-38.2c-3.6 9.6-10.7 17.3-20 21.5-8.9 4.1-18.9 4.5-28.1 1.3l2.2-2.8c3.4 1 6.8 1.6 10.3 1.6 4.9 0 9.7-1 14.3-3.1 8.5-3.9 15-10.8 18.3-19.7 3.9-10.5 2.5-21.7-2.9-30.6l2.2-2.8c6.3 10 8.1 22.7 3.7 34.6zm-23.1-9.7l14 5.9-8.1-2.8c-2.2-.8-4.5-1.4-6.8-1.9l.9-1.2zm5.2 5l13.1 4.4h.2c-3.3 7.9-9.4 14.2-17.3 17.8-7.5 3.4-15.7 3.9-23.5 1.6l20-25.9c2.5.7 5.1 1.3 7.5 2.1zm14.5 1.3c-.1-.1-.2-.2-.4-.3l-18-7.6 15.1-19.6c4.8 8 6.2 18 3.3 27.5zm-47 27.6c.2 0 .4.1.6.2.1.1.3.1.4.1 4.5 1.6 9.1 2.5 13.7 2.5 5.6 0 11.2-1.2 16.5-3.6 9.5-4.3 16.7-11.9 20.7-21.5l13 4.3 12.7 5.4c-7 20.6 3.5 43.2 23.9 50.9 4.6 1.7 9.4 2.6 14.1 2.6 3.5 0 7.4-.5 10.4-1.4 1-.2 1.4-.4 2-.6v-.3.3c1.4-.5 2.7-1 4.1-1.6.5-.2.9-.4 1.4-.7.9 2.9 1.6 5.8 2 8.8.2 1.4-.3 2.8-1.5 3.7-1.1.9-2.6 1.1-3.9.5-1.5-.6-2.5-2.2-2.4-3.8 0-.5.1-1 .1-1.6.1-1.4.2-3.2.2-5.3-.7.2-1.3.4-2 .6 0 1.8-.1 3.3-.2 4.6 0 .6-.1 1.2-.1 1.7-.1 2.5 1.3 4.8 3.6 5.8.8.3 1.5.5 2.3.5 1.3 0 2.6-.4 3.6-1.3 1.7-1.3 2.5-3.4 2.2-5.6-.5-3.2-1.2-6.4-2.2-9.5v-.1c-.2-.5-.7-.8-1.3-.7-.4.1-.7.5-.7.9 0-.4.3-.7.7-.9.5-.2 1.1.1 1.3.7v.1c5.9-3.3 10.8-8 14.3-13.7l3.9 1.5c.1 0 .2.1.4.1.1 0 .3 0 .4-.1.2-.1.4-.3.5-.6l5-13.3c.2-.5-.1-1.1-.6-1.3l-3.9-1.5c2.9-18.6-7.4-37.3-25.6-44.2-10-3.8-20.9-3.4-30.7 1-7.3 3.3-13.3 8.6-17.5 15.3-2-4.9-4.6-9.2-11.2-11.6-6.3-2.4-11.2-.9-16 1.2 1.6-10.3-.9-20.6-6.5-28.9L398 213l129.1 167.2H269l41.8-54.1c-.1-.1-.3-.1-.4-.2-.3-.1-.5-.1-.6-.2L267 381.2l42.8-55.5z'/><path d='M437.6 293.3c-8.7-3.3-18.1-3-26.6.9s-15 10.8-18.3 19.7c-6.8 18.1 2.4 38.4 20.4 45.2 4 1.5 8.1 2.3 12.3 2.3 4.9 0 9.7-1 14.3-3.1 8.5-3.9 15-10.8 18.3-19.7 6.7-18.2-2.4-38.5-20.4-45.3zm-24.2 64.8c-17.1-6.4-25.9-25.3-20.3-42.6.1 0 .1.1.2.1l12.7 5.3c7.8 3.3 14.7 8 20.6 13.8v.1c5.2 6.1 8.2 14.1 8.9 23.5 0 .1 0 .2.1.3-7.2 2.4-15 2.2-22.2-.5zm25.8-.9c-.6.3-1.1.5-1.7.7-.4-5-1.4-9.6-3.1-13.8 2.5 3.7 4.7 7.6 6.4 11.8.1.1.1.2.2.3-.5.4-1.1.7-1.8 1zm17.8-19.1c-2.7 7.3-7.7 13.3-14.2 17.2v-.1c-6.9-16.4-19.6-29.2-35.9-36.1l-8-3.4 58.5 19.7c.1 0 .2.1.3.1h.3c-.4.9-.7 1.8-1 2.6zm1.3-4.3c-.1-.1-.2-.2-.4-.3l-63-21.3c-.2-.1-.4-.1-.5 0 3.4-7.7 9.4-13.7 17-17.2 4.4-2 9.2-3 13.9-3 4 0 8 .7 11.9 2.2 16.1 6.1 24.9 23.2 21.1 39.6z'/></g><g><path d='M299.4 186.4L161.8 11.1c-.4-.5-1.2-.5-1.6 0L22.5 186.4c-.3.4-.3.9 0 1.2l137.6 175.3c.2.2.5.4.8.4s.6-.1.8-.4l137.6-175.3c.4-.3.4-.9.1-1.2zm-71.6-52.5l-2.3-3.7c-.1-.1-.1-.2-.1-.4 0 .1.1.3.1.4l2.3 3.7 3.7 6c-.7 2.7-.5 5.3.6 7.2.9 1.6 2.4 2.8 4.4 3.3.8.2 1.7.4 2.5.6 3.4.7 6.3 1.2 7 5 .1.5.5.8 1 .8h.2c.1 0 .3-.1.4-.1.3 3.8.2 7.9-.2 12-.7 6.8-1.8 13.2-3.3 19.1l-.6 2.3-.9 3.3c-1.9 6.2-4.2 12-6.9 17.3l-7.9-76.8zm-2.6-12.4c0 .1.1.3.1.4l1.5 2.5 10.9 17.9c.3.5.1 1.2-.4 1.5-.2.1-.5.2-.8.1-.3-.1-.5-.2-.7-.5l-8.6-14.2-.5-4.9-1.5-2.5v-.3zm9.1 23c.4.7 1.1 1.2 1.9 1.4.2.1.5.1.7.1.6 0 1.1-.2 1.6-.4 1.4-.9 1.9-2.8 1-4.2l-1.9-3.1c1.2-.4 2.3-.3 3.4.4 3 1.9 5.2 7.5 6.1 14.6-1.6-3-5-3.7-7.8-4.2-.8-.2-1.6-.3-2.4-.5-1.5-.4-2.5-1.2-3.2-2.4-.6-1-.8-2.2-.7-3.6l1.3 1.9zm10 49.9l1.8-6.3v-.1c1.5-6 2.6-12.3 3.2-19.1 1.4-14.8-1.6-28.3-7.2-31.9-1.7-1.1-3.6-1.3-5.6-.5l-9.5-15.6c-.1-.2-.3-.4-.6-.4l-.7-6.4c-.2-2.3-2.1-3.8-4.4-3.8h-36.7c-2-3-4.2-4.9-6.4-6.2v-.1c-1.4-20.5-5.9-40.4-12.9-56.1-4-9.1-8.8-16.6-14.1-22.3l9.7-12.3L297.4 187l-56.9 72.5-4.2-41.8c3.6-8.6 6.1-16.7 8-23.3zM200 174.8c.1-1.1.1-2.3.2-3.4.1.2.4.3.6.4l1.1.2-1.4 7.9-5.7-1-5.7-1 1.4-7.9 1.1.2h.3c-.2 2.1-.4 3.2-.4 3.3 0 .3 0 .5.2.8s.4.4.6.4l6.5 1.1h.2c.2 0 .4-.1.6-.2.3-.3.4-.5.4-.8zm7.3 8.4l-6.1-.9 6.1.9-2.6 34.7c-.1.8-.5 1.5-1.1 2-.6.5-1.4.7-2.2.5l-26.9-4.7c-.8-.1-1.5-.6-1.9-1.3-.4-.7-.6-1.5-.4-2.3l9.5-33.5 6.2 1.1 9.2 1.6-2.6-.5 2.6.5 4.1.9h.1-.1l-4.1-.9 4.1.7-4.1-.7 4.1.7 6.1 1.2zm-9.2-9.7l-4.4-.8c.6-4 2.4-19.5-.7-38.7.6.2 1.1.4 1.7.5 0-.1-.1-.2-.1-.3-.1-.5.2-1.1.7-1.2h.4-.4c-.5.1-.8.7-.7 1.2 0 .1.1.2.1.3 2.2 8.1 4.4 21.3 3.4 39zm-29.4-58.4c-.8-2.4-1.1-4.7-.6-6.5.2 1.1.7 2.1.7 3.1 0 .1.2.2.3.3 0 .1.2.2.3.3 0 .1.1.1.1.2 4.8 8.7 20.9 12.8 30.3 15.2l1 .2v6.3c-23.1-5.9-30.3-13.6-32.1-19.1zm13 16.7l-.2-2c.1 0 .2.1.2.1v1.9zm-1.4-4.6c.5 0 .9.3 1 .8v.1c-.1-.5-.5-.9-1-.9zm3.1 37.8c.1.7-.1 1.1-.6 1.6-.4.5-1.1.6-1.7.6h-14.7c-.7 0-1.3-.1-1.7-.6-.4-.5-.6-.9-.6-1.6l4-35.8h11.2l4.1 35.8zm6.1-41.2h-.2.2zm-1.3-1.4c0 .2.1.4.1.6 0-.2-.2-.5-.3-.7-1.4-.5-2.3-1-4.3-1.6v-3.2c0-.6-.2-1.3-.7-1.3h-4.1l-.1.2v.1c0-1.5 0-3-.1-4.5.1.1.3.2.4.2h3.1c2.5 3 5.1 6.3 6 10.2zm-9.6-12.1v-.1c0-.5 0-1.1-.1-1.6.5.5 1.1.7 1.7 1.7H179c-.1-.1-.2-.1-.4 0zm.2 7.9c-.1 0-.2-.1-.3-.1 0 0 0-.1.1-.1.2.1.4.2.7.2h2.4v1.6c-1-.4-1.5-.6-2.4-1.6h-.5zm-2-1.2c-2.4-1.6-4.4-3.4-5.6-5.6 0 0 0-.1-.1-.1-.1-2.8-.3-5.6-.5-8.5v-.1c-2.2-28.5-10.4-56-24-71.3l3.3-4.2c5.9 6.4 10.4 14.2 13.6 21.5 8.4 18.7 13.2 43.6 13.3 68.3zm13.9 5.9c-2-2.7-4-6.7-6.8-10.7 2.8 4 5 8 6.5 10.7h-.1s.2.1.3.1c0 0 .1 0 .1-.1zm-.4-.1c-.6-3.9-3-7.6-5.4-10.6 2.4 3 4.7 6.6 5.4 10.6zM83.8 110l61-77.7c.2.3.5.5.7.8 4.6 5.3 8.2 11.7 10.9 17.6 6.4 14.2 10.7 32.7 12.3 51.9v.2c-.7.9-2.4 3.4-2.7 7.4 0 0 0-.1 0 0H85l60.4-77.1c-.2-.3-.5-.5-.7-.7l-61 77.8-1.6 2-1.4 1.6 1.4-1.8 1.7-2zm-5.1 8.2v13.5l-.4-3.8c-.1-.5-.5-.7-1-.7h-5.6l6.7-9h.3zM68.8 129l1.6-2 2.6-3.3-2.6 3.5-1.6 2-4.3 5.3-.2 1.9 5.7-7.3h6.3l4 35.9c.1.7-.1 1.1-.6 1.6-.4.5-1.1.6-1.7.6H63.5c-.7 0-1.3-.1-1.7-.6-.4-.5-.6-1.1-.6-1.7l3.2-28.5.2-1.9 4.2-5.5zm9.9 128.5L23.3 187l.1-.1 55.3 70.3.8 1 8.5 11.1-8.5-10.8-.8-1zm153 14.8l-.8-.4-5.7 7.4h-58.9c-2.5 0-5 1.4-7.6 2h-.2 65.2L161 361l-62.6-79.7h14.7c-.5 0-.9-.5-1-1v-.1c.1.5.5.8 1 .8h.1c1-.2 2.2-.3 3.4-.5-1.3.2-2.4.4-3.4.6-.1 0-.1.1-.1.1h45.3c-.5 0-.9-.4-1-.9v-.4.3c.1.5.5.7 1 .7.1 0 .1.1.2.1 2.6-.6 5.2-1.9 7.6-1.9 38.9-11 58-35.7 68.3-57.7l-.4-3.9c-3 6.9-6.8 14-11.7 20.9-14.7 20.5-36.3 33.7-64.2 40.7l-.1-.1c-.1 0-.2.1-.3.1h-31.4c28.6-5 81.3-17.1 107.7-61.7l-.4-3.6c-28.7 51.8-93.1 61.2-117.4 64.7-1.2.2-2.4.6-3.4.6 0 0 0-.1-.1-.1s-.3.1-.4.1H96.8l-16-21h39.7c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H80l-55.4-70.4L62 139.3l.2-1.8-.2 1.9-2.8 25.3c-.1 1.2.3 2.4 1.1 3.3.8.9 2 1.3 3.2 1.3h14.7c1.2 0 2.4-.4 3.2-1.3.8-.9 1.2-2.1 1.1-3.3L79 133.4c.2.3.5.5.8.5.6 0 1-.4 1-1v-15.3c0-.6-.2-1.3-.7-1.3H80l3.6-4H166v-1.9c0 .6-.1.9 0 1.9h.1c.5 0 .9-.5 1-1v.1c0 .6-.4.9-1 .9h-.1c.1 1 .3 2.1.7 3.4.1.3.2.6.3.6h.2c.6 0 1 .6 1 1.1v-.1c0-.5-.5-1.1-1-1.1h-.2s-.1.1-.1 0h-2.3c-.6 0-.9.7-.9 1.3v15.3c0 .6.4 1 1 1s1-.4 1-1v-14.6h1.4c.2 0 .3-.1.5-.2 0 .1.1.2.1.2l.2-.2c-.1.1-.1.2-.2.2 1.8 3.2 4.8 5.9 8.9 8.9h-9.4c-.5 0-.9.3-1 .8l-4.1 36.8c-.1 1.2.3 2.3 1.1 3.2.8.9 2 1.3 3.2 1.3h14.7c1.2 0 2.4-.4 3.2-1.3.8-.9 1.2-2.1 1.1-3.3l-3.5-31.3c.2.3.5.5.8.5.6 0 1-.4 1-1v-2c2 .9 4.5 1.8 7 2.6v-.4c-.1-.5.3-1.1.8-1.2-.5.1-.9.6-.8 1.2 0 .1 0 .3.1.4 2.5 15.1 2 28 1.4 34.9 0 0-.1 0-.1-.1l-2.1-.4c-.3 0-.5 0-.7.2-.2.2-.4.4-.4.6l-1.6 8.9-6.1-1.1-3.9-.7c-.5-.1-1.1.3-1.2.8-.1.5.3 1.1.8 1.2l2.8.5-9.4 33.4c-.4 1.3-.1 2.7.6 3.9s1.9 1.9 3.3 2.2l26.9 4.7c.3 0 .6.1.8.1 1.1 0 2.1-.3 3-1 1.1-.8 1.8-2.1 1.9-3.4l2.6-34.5 2.8.5h.2c.5 0 .9-.3 1-.8.1-.5-.3-1.1-.8-1.2l-9.9-1.8 1.6-8.9c0-.3 0-.5-.2-.7-.2-.2-.4-.4-.6-.4l-2.1-.4c-.4-.1-.7.1-.9.3.5-15.5-1.4-27.2-3.3-34.9 1.3.4 2.7.7 4.1 1.1h.2c.2 0 .7-.1.8-.2.2-.2.6-.5.6-.8V127c0-.5-.5-.9-1-1l-1.6-.4c-2.1-.5-4.6-1.2-7.1-1.9.1.4-.1.9-.5 1.1-.1.1-.3.1-.5.1.1 0 .3 0 .4-.1.4-.2.6-.7.5-1.1l-.1-.1c-1.3-2.7-3.8-7.4-6.7-11.4h35.2c1.2 0 2.3.8 2.4 2l10 99.7.3 3.5v.1l.4 3.9 4.1 40.4-7.1 9.1-15.4-10.2c-.2-.2-.5-.1-.7.1-.2.2-.1.5.1.7l15.3 10.1.8.7z'/><path d='M201.4 207.1c-.3 0-.5.2-.5.5l-.5 7.1c0 .1-.1.3-.2.4-.1.1-.3.1-.4.1l-12.7-2.2-6.6-1.2-2.6-.5c-.1 0-.3-.1-.3-.2-.1-.1-.1-.3-.1-.4l5.3-18.7c.1-.3-.1-.5-.3-.6-.3-.1-.5.1-.6.3l-5.3 18.7c-.1.4 0 .8.2 1.2.2.4.6.6 1 .7l2.6.5 6.6 1.2 12.7 2.2h.3c.3 0 .7-.1.9-.3.3-.3.5-.6.6-1.1l.5-7.1c-.1-.3-.3-.5-.6-.6zm-18.2-18.9h.1c.2 0 .4-.1.5-.4l1-3.7 14.5 2.6c.3 0 .5-.1.6-.4 0-.3-.1-.5-.4-.6l-15-2.6c-.3 0-.5.1-.6.4l-1.2 4.1c.1.3.3.5.5.6zm18.6 14.5c.3 0 .5-.2.5-.5l.9-12c0-.3-.2-.5-.5-.5s-.5.2-.5.5l-.9 12c0 .3.2.5.5.5zm-24.9 54.5h-18.2c-.3 0-.5.2-.5.5s.2.5.5.5h18.2c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-18-139.5c0-.3-.2-.5-.5-.5h-42.5c-.3 0-.5.2-.5.5s.2.5.5.5h42.5c.3 0 .5-.2.5-.5zm-93.8 45.6c.1.1.2 0 .4 0h10.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H66l1.4-12.6c0-.3-.2-.4-.4-.4-.3 0-.5.2-.6.5L65 163.1c-.1.1 0 .1.1.2zm2.4-18.7c.1 0 .1 0 0 0 .3 0 .5-.2.6-.4l1.2-10.9c0-.3-.2-.5-.4-.6-.3 0-.5.2-.6.4L67.1 144c0 .3.2.6.4.6zm100.7 18.7c.1.1.2 0 .4 0h6.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.9l.5-3.9c0-.3-.2-.4-.4-.4-.3 0-.5.2-.6.5l-.5 4.7.1.1zm1.8-12.7s0 .1 0 0c.3 0 .5-.2.6-.4l1.9-17c0-.3-.2-.5-.4-.6-.3 0-.5.2-.6.4l-1.9 17c-.1.4.1.6.4.6zm-62.6-33.4H89.1c-.3 0-.5.2-.5.5s.2.5.5.5h18.2c.3 0 .5-.2.5-.5s-.1-.5-.4-.5z'/></g></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-lifestyle-1.contain {
	background-size: contain
}

.placeholder-background-lifestyle-1[data-position=left-top] {
	background-position: left top
}

.placeholder-background-lifestyle-1[data-position=left-center] {
	background-position: left center
}

.placeholder-background-lifestyle-1[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-lifestyle-1[data-position=center-top] {
	background-position: center top
}

.placeholder-background-lifestyle-1[data-position=center-center] {
	background-position: center center
}

.placeholder-background-lifestyle-1[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-lifestyle-1[data-position=right-top] {
	background-position: right top
}

.placeholder-background-lifestyle-1[data-position=right-center] {
	background-position: right center
}

.placeholder-background-lifestyle-1[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-lifestyle-1[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-lifestyle-1[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-lifestyle-1[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-lifestyle-1[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-lifestyle-1[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-lifestyle-1[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-lifestyle-1[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-lifestyle-1[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-lifestyle-1[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-lifestyle-1[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-lifestyle-2 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1052 400'><path d='M103 177.9c0-.3-.2-.5-.4-.7-.2-.2-.5-.2-.8-.2l-13.4 3.1c-.3.1-.6.3-.7.6l-.7 2c-.7 1.9-2.6 2.6-3.6 2.9-1.2.3-2.5.6-3.8.9-6.3 1.5-14.1 3.3-21.4 6.6-6.8-6.3-12.7-11.1-15.7-13.5-.5-.4-1.2-.6-1.8-.5-.6.1-1.1.4-1.5.8-.5.3-2.1 1.5-2.8 3.7-2.9 9.4 1.8 15.3 7 19.9-4.9 5.5-8.1 12.9-8.1 22.9 0 36.1 20.1 42.8 33.4 47.3 8.1 2.7 12.7 4.5 12.7 9.6 0 5.4-5.4 7.2-12.8 9.7-14.1 4.7-33.3 11.1-33.3 47.2 0 10.2 3.3 17.7 8.4 23.2-5.3 4.6-10.2 10.6-7.3 20.1.7 2.2 2.2 3.3 2.8 3.7.4.4.9.7 1.5.8h.3c.5 0 1.1-.2 1.5-.5 3.1-2.4 9.2-7.4 16.1-13.9 7.2 3.2 14.9 5 21 6.4 1.4.3 2.6.6 3.8.9 1.1.3 2.9 1 3.6 2.9l.7 2c.1.3.4.6.7.6l13.4 3.1h.2c.2 0 .4-.1.6-.2.2-.2.4-.4.4-.7 6.9-50.3.2-77.3-3.8-93.4-1.3-5.3-2.3-9.2-2.3-12.1s.9-6.8 2.3-12.1c4.1-15.9 10.7-42.8 3.8-93.1zm-64.8 6.4c.5-1.8 2-2.6 2-2.7l.3-.3c.1-.1.2-.2.3-.2.1 0 .2 0 .3.1 2.8 2.3 8.5 6.8 15 12.8-4.2 2.1-8.1 4.7-11.5 8-6.5-5.7-8.4-11-6.4-17.7zm3 201.6c-.1.1-.3.1-.3.1-.1 0-.2 0-.3-.2l-.3-.3s-1.5-.9-2-2.7c-2.1-6.9-.1-12.1 6.8-18.1 3.4 3.3 7.4 5.8 11.6 7.9-6.8 6.3-12.5 11-15.5 13.3zM95 283.3c0 3.2 1 7.1 2.3 12.6 3.9 15.8 10.5 42.3 3.9 91.5l-11.8-2.7-.5-1.5c-.7-2-2.6-3.5-5-4.2-1.2-.3-2.5-.6-3.9-.9-16-3.7-42.8-10-42.8-37.9 0-34.6 18.5-40.8 32-45.3 7.6-2.5 14.2-4.7 14.2-11.6 0-6.8-6.5-8.9-14.1-11.5-13.5-4.5-32.1-10.7-32.1-45.4 0-27.9 26.8-34.2 42.8-37.9 1.4-.3 2.7-.6 3.9-.9 2.5-.6 4.3-2.1 5-4.2l.5-1.5 11.8-2.7c6.6 49.3 0 75.7-3.9 91.5-1.3 5.5-2.3 9.4-2.3 12.6z'/><path d='M96 372c-1.6 0-2.5 2.8-2.5 5.6s.8 5.6 2.5 5.6 2.5-2.8 2.5-5.6-.9-5.6-2.5-5.6zm0 10.2c-.6 0-1.5-1.8-1.5-4.6s.9-4.6 1.5-4.6 1.5 1.8 1.5 4.6-.9 4.6-1.5 4.6zm0-187.5c1.6 0 2.5-2.8 2.5-5.6s-.8-5.6-2.5-5.6-2.5 2.8-2.5 5.6c0 2.9.9 5.6 2.5 5.6zm0-10.1c.6 0 1.5 1.8 1.5 4.6s-.9 4.6-1.5 4.6-1.5-1.8-1.5-4.6.9-4.6 1.5-4.6zM83.5 296.7c-18.6.8-43.3 5.7-43.3 40.1 0 10.6 3.2 19 9.4 24.8 5 4.7 14.3 9.9 31 9.9 1.8 0 3.6-.1 5.6-.2 6.5-.4 11.9-4.9 13.4-11.1 1.6-6.5 6.1-29.8-4.5-56-1.9-4.7-6.6-7.6-11.6-7.5zm-42.3 40.1c0-33.2 23.8-38.2 41.9-39-.1.2-.2.3-.2.6.2 4.8.4 9.3.6 13.7-.1 23.6-15.1 33.9-28.4 43-2 1.4-3.9 2.6-5.7 4-.2.2-.4.4-.4.6-5.2-5.6-7.8-13.3-7.8-22.9zm8.9 24c.2 0 .3-.1.4-.2 1.8-1.3 3.6-2.6 5.6-3.9 10.8-7.4 23.8-16.3 28-33.3.4 5.8.8 11.1 1.1 15.7-4.8 8.6-12.2 17.7-22.6 27.8-.3.2-.3.6-.3.9-4.5-1.5-8.7-3.7-12.2-6.9.1-.1.1-.1 0-.1zm36 9.5c-5.5.4-14 .3-22-2 9.5-9.3 16.5-17.8 21.4-25.8 1.4 16.4 2.6 26.8 2.6 26.9 0 .2.1.4.2.5-.7.3-1.4.4-2.2.4zm12.5-10.4c-1.1 4.5-4.3 7.9-8.5 9.5v-.2c0-.1-1.4-11.8-2.9-30-.6-7.5-1.3-16.7-1.8-27.3v-.6c0-.1 0-.2-.1-.2-.2-4.1-.4-8.4-.5-12.9 0-.2-.1-.3-.2-.5 4.1.3 7.8 2.9 9.4 6.8 10.7 25.9 6.2 49 4.6 55.4zm1-153c-1.6-6.2-7-10.7-13.4-11.1-20.3-1.3-31.1 4.6-36.6 9.7-6.2 5.8-9.4 14.2-9.4 24.8 0 34.3 24.7 39.3 43.3 40.1h.5c4.8 0 9.3-3 11.1-7.5 10.6-26.2 6.1-49.5 4.5-56zM81 196.6c1.9 0 3.6.1 5.1.2.8.1 1.6.2 2.4.4-.2.2-.3.4-.3.6 0 .1-1.2 10.5-2.6 26.9-4.9-8.1-12-16.5-21.4-25.8-.1-.1-.1-.1-.2-.1 5.8-1.7 11.9-2.2 17-2.2zm-39.8 33.7c0-9.6 2.6-17.3 7.8-22.8 0 .3.1.6.4.8 1.7 1.3 3.5 2.5 5.4 3.8 13.6 9.4 29.1 20.1 28.1 45.6-.2 4.2-.2 7.3-.3 11.2 0 .2.1.3.1.5-18.1-.9-41.5-6.1-41.5-39.1zm43.2 39.1c.1-.1.2-.3.2-.5 0-3.9.1-7 .3-11.2 1-26.6-15.6-38.1-29-47.3-1.9-1.3-3.6-2.5-5.3-3.7-.2-.1-.4-.2-.6-.2l.2-.2c3.5-3.3 7.8-5.5 12.3-7-.2.4-.1.8.2 1.1 10.4 10.2 17.8 19.3 22.7 28.1 3 5.4 4.7 10.3 5.1 14.6.6 7.1 1.2 13 2 20.4 0 .4.4.8.8.8-1.9 3-5.3 4.9-8.9 5.1zm10-7.5c-.7-6.8-1.3-12.5-1.9-19.1-.4-4.5-2.2-9.6-5.2-15.1 1.4-18 2.8-29.6 2.8-29.7v-.3c4.2 1.6 7.4 5 8.5 9.5 1.6 6.3 6 29.1-4.2 54.7zM204.6 71.5c16 0 29.1-13 29.1-29.1s-13-29.1-29.1-29.1-29.1 13-29.1 29.1 13.1 29.1 29.1 29.1zm0-57.1c15.5 0 28.1 12.6 28.1 28.1 0 15.5-12.6 28.1-28.1 28.1S176.5 58 176.5 42.5c0-15.5 12.6-28.1 28.1-28.1z'/><path d='M227.5 42.7c0 .3.2.5.5.5h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H228c-.3 0-.5.3-.5.5zm-49.4.5h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5zm26.2 22.2c-.3 0-.5.2-.5.5V69c0 .3.2.5.5.5s.5-.2.5-.5v-3.1c0-.3-.2-.5-.5-.5zm0-45.9c.3 0 .5-.2.5-.5v-3.1c0-.3-.2-.5-.5-.5s-.5.2-.5.5V19c0 .3.2.5.5.5zm12.4 42.9c-.1-.2-.4-.3-.7-.2-.2.1-.3.4-.2.7l1.6 2.7c.1.2.3.2.4.2.1 0 .2 0 .2-.1.2-.1.3-.4.2-.7l-1.5-2.6zm-24.2-39.9c.1.2.3.2.4.2.1 0 .2 0 .2-.1.2-.1.3-.4.2-.7l-1.6-2.7c-.1-.2-.4-.3-.7-.2-.2.1-.3.4-.2.7l1.7 2.8zm-8.3 31.1l-2.8 1.6c-.2.1-.3.4-.2.7.1.2.3.2.4.2.1 0 .2 0 .2-.1l2.8-1.6c.2-.1.3-.4.2-.7 0-.1-.4-.2-.6-.1zm40.6-22.3c.1 0 .2 0 .2-.1l2.8-1.6c.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2l-2.8 1.6c-.2.1-.3.4-.2.7.1.2.3.3.5.3zm3 24l-2.8-1.6c-.2-.1-.5-.1-.7.2-.1.2-.1.5.2.7l2.8 1.6c.1 0 .2.1.2.1.2 0 .3-.1.4-.2.2-.4.2-.7-.1-.8zm-46.4-25.7l2.8 1.6c.1 0 .2.1.2.1.2 0 .3-.1.4-.2.1-.2.1-.5-.2-.7l-2.8-1.6c-.2-.1-.5-.1-.7.2s.1.5.3.6zm11.8 32.6c-.2-.1-.5-.1-.7.2l-1.6 2.8c-.1.2-.1.5.2.7.1 0 .2.1.2.1.2 0 .3-.1.4-.2l1.6-2.8c.2-.4.1-.7-.1-.8zM216 22.7c.1 0 .2.1.2.1.2 0 .3-.1.4-.2l1.6-2.8c.1-.2.1-.5-.2-.7-.2-.1-.5-.1-.7.2l-1.6 2.8c0 .1.1.4.3.6zm-12.9 19.1s.1 0 .1.1c-.1.2-.1.5-.1.7l1.4 11.2c.1 1.1.4 2.2.9 3.2l.9 1.9c.1.2.3.3.5.3h.1c.2 0 .4-.2.4-.4l.3-2.1c.2-1.1.2-2.4.1-3.6l-1.2-10h13.2c2 0 4 0 5.9-.5.2-.1.4-.1.4-.4 0-.2-.2-.4-.4-.4-1.9-.5-3.9-.7-5.9-.7h-14c-.3-.3-.7-.4-1.2-.3-.3 0-.5.1-.7.3 0 0 0-.1-.1-.1l-18.1-14.8c-.2-.2-.5-.1-.7.1-.2.2-.1.5.1.7l18.1 14.8zm16.5.4c1.1 0 2.2-.2 3.3 0-1.1.2-2.2 0-3.3 0h-13.4 13.4z'/><path d='M211.3 38.3c.3 0 .5-.2.5-.5V27c0-.3-.2-.5-.5-.5s-.5.2-.5.5v10.9c0 .2.2.4.5.4zm-3-2.1c.3 0 .5-.2.5-.5v-6.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v6.5c0 .2.2.5.5.5zm-57.7-2h5.9c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.9c-.3 0-.5.2-.5.5s.2.5.5.5zm-8.1 5h2.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.4c-.3 0-.5.2-.5.5s.3.5.5.5zm13.1 4.5c0 .3.2.5.5.5h2.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.8c-.2 0-.5.3-.5.5zm-13.8 6.5h4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-4c-.3 0-.5.2-.5.5s.2.5.5.5zm6.9 0h1.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-1.5c-.3 0-.5.2-.5.5s.3.5.5.5zm-34.9-16h5.9c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.9c-.3 0-.5.2-.5.5s.2.5.5.5zm-6.4 0h2.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.1c-.3 0-.5.2-.5.5s.3.5.5.5zm-11.3 0h5.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.3c-.3 0-.5.2-.5.5s.2.5.5.5zm20.4 9.5c0 .3.2.5.5.5h7.7c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H117c-.3 0-.5.3-.5.5zm-4.8.5h2c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2c-.3 0-.5.2-.5.5s.3.5.5.5zm-11.8 5.5c0 .3.2.5.5.5h5.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.5c-.3 0-.5.3-.5.5zM83.3 34.2h5.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.1c-.3 0-.5.2-.5.5s.3.5.5.5zm9 4h4.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-4.1c-.3 0-.5.2-.5.5s.3.5.5.5zm-9.5 1h2.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.4c-.3 0-.5.2-.5.5s.2.5.5.5zm-9.2-1h4.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-4.1c-.3 0-.5.2-.5.5s.2.5.5.5zm14 11.5c0 .3.2.5.5.5h1.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-1.5c-.3 0-.5.3-.5.5z'/><path d='M54.8 56.8v-.3c0-.1-.2-.3-.2-.3h5.2v1.5c0 1.3 1 2.5 2.3 2.5h6.7c1.3 0 2-1.2 2-2.5v-1.4h57v1.3c0 1.3 1.2 2.5 2.5 2.5h6.7c1.3 0 2.8-1.2 2.8-2.5v-1.5h28.5c.5 3 3.1 6 6.4 6h3.3c5.3 7 13.5 12.1 22.9 13.2.4 1.7 1.9 3 3.7 3s3.4-1.4 3.7-3.1c9.5-1.1 17.7-6 23-13.4.2.1.3.3.5.3h3.4c2.8 0 5.2-2 6.1-5H283l79.2.1c2.2 0 4.4-.6 6.3-1.8 4.5-3 10-7.5 10-12.6s-5.4-9.7-10-12.6c-1.9-1.2-4-1.8-6.3-1.8l-120.5.1c-.5-3.1-3.1-5.4-6.4-5.4h-3.8c-.1 0-.2-.1-.3-.1-6-8.2-15.7-13.5-26.7-13.5-10.9 0-20.6 5.6-26.6 13.6h-3.3c-2.8 0-5.2 2-6.1 4h-28.8V26c0-1.3-1.4-2.8-2.8-2.8h-6.7c-1.3 0-2.5 1.4-2.5 2.8v1.3h-57V26c0-1.3-.6-2.8-2-2.8H62c-1.3 0-2.3 1.4-2.3 2.8v1.2h-5V27c0-3.3-2.8-5.7-6.1-5.7H31.2c-3.3 0-6.4 2.4-6.4 5.7v29.8c0 3.3 3.1 5.5 6.4 5.5h17.5c3.3-.1 6.1-2.3 6.1-5.5zm149.8 20.4c-1.2 0-2.3-.8-2.7-1.9.9.1 1.8.1 2.7.1s1.8 0 2.7-.1c-.4 1.1-1.4 1.9-2.7 1.9zM367.4 32c3.4 2.2 9.1 6.6 9.1 11 0 2.8-2.3 5.4-4.8 7.6-.1-.1-.2-.4-.4-.4h-7.1c-.3 0-.5.2-.5.5s.2.5.5.5h6.6c-1.2 1-2.3 1.9-3.3 2.6-1.5 1-3.3 1.6-5.2 1.6l-120.4.1V35.2h2.7c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.7v-3.7h120.4c1.7 0 3.5.5 5.1 1.5zm-132-6.8c2.5 0 4.4 1.8 4.4 4.2v25.9c0 2.5-2 4.8-4.4 4.8h-2.8c3.2-5 5-11.1 5-17.5s-1.8-12.5-5-17.5h2.8zm-30.8-13.7c17.1 0 31 13.9 31 31s-13.9 31-31 31-31-13.9-31-31 13.9-31 31-31zm-30 13.7h2c-3.2 5-5 11.1-5 17.5s1.8 12.5 5 17.5h-2c-2.5 0-4.9-2.4-4.9-4.8V29.5c.1-2.5 2.5-4.3 4.9-4.3zm-6.8 4v20h-2.3c-.3 0-.5.2-.5.5s.2.5.5.5h2.3v4h-28v-25h28zm-30 28.6c0 .2-.2.4-.4.4h-7.1c-.2 0-.4-.2-.4-.4V25.7c0-.2.2-.4.4-.4h7.1c.2 0 .4.2.4.4v32.1zm-10-28.4v7.9h-4.1c-.3 0-.5.2-.5.5s.2.5.5.5h4.1v16.1h-57v-25h57zm-58 28.4c0 .2-.2.4-.4.4h-7.1c-.2 0-.4-.2-.4-.4V25.7c0-.2.2-.4.4-.4h7.1c.2 0 .4.2.4.4v32.1zm-10-3.6H49c-1.9 0-3.2-1.4-3.2-3.2v-5.6c0-.1-.2-.1-.2-.1h7.2v2.6c0 .6.4 1 1 1s1-.4 1-1v-12c0-.6-.4-1-1-1s-1 .4-1 1v2.3h-7v-5.5c0-1.8 1.4-3.5 3.2-3.5h10.8v25zm-16-21.5v5.5h-13V27.4c0-.7.5-1.1 1.2-1.1h15.9c.7 0 1.3 0 1.3 1H49c-3-.1-5.2 2.5-5.2 5.4zm-13.4 7.5h22.4v3H30.4c-.4 0-.6-.6-.6-1v-.8c0-.3.2-1.2.6-1.2zm.4 5h12.9s.1 0 .1.1V51c0 3 2.3 5.2 5.2 5.2h.2c0 1-.6 1-1.3 1H32c-.7 0-1.2-.1-1.2-.9V45.2zm-4 11.6V27c0-2.2 2.2-3.7 4.4-3.7h17.5c2.2 0 4.1 1.6 4.1 3.7v.3h-2.6c0-1-1.1-2-2.3-2H32c-1.3 0-2.2.8-2.2 2.1v11.5c-1 .3-2 1.4-2 2.6v.8c0 1.3 1 2.3 2 2.6v11.5c0 1.3.9 1.9 2.2 1.9h15.9c1.3 0 2.3-1 2.3-2h2.4s.1.2.1.3v.3c0 2.2-1.9 3.5-4.1 3.5H31.2c-2.2-.2-4.4-1.5-4.4-3.6z'/><path d='M246.9 51.2h5.9c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.9c-.3 0-.5.2-.5.5s.2.5.5.5zm25.5 0h3.9c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.9c-.3 0-.5.2-.5.5s.3.5.5.5zm5.8-4.5c0 .3.2.5.5.5h2.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.4c-.2 0-.5.3-.5.5zm-22.4-5.5h5.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.3c-.3 0-.5.2-.5.5s.3.5.5.5zm16.4-.5c0 .3.2.5.5.5h7.2c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-7.2c-.3 0-.5.3-.5.5zm38.3-5.5h5.9c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.9c-.3 0-.5.2-.5.5s.3.5.5.5zm47.9 16h2.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.3c-.3 0-.5.2-.5.5s.2.5.5.5zm-7.9-5h-2.4c-.3 0-.5.2-.5.5s.2.5.5.5h2.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm13.1-5h4.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-4.1c-.3 0-.5.2-.5.5s.2.5.5.5zm-4.1-6h1.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-1.5c-.3 0-.5.2-.5.5s.2.5.5.5zm-14.6 0h8.9c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-8.9c-.3 0-.5.2-.5.5s.2.5.5.5zm-11.7 0h2.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.8c-.3 0-.5.2-.5.5s.2.5.5.5zm-52.6 15.5c0 .3.2.5.5.5h2.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.3c-.3 0-.5.3-.5.5zm34.8 0c0 .3.2.5.5.5h2.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.3c-.3 0-.5.3-.5.5zm-17-4c0 .3.2.5.5.5h2.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.3c-.3 0-.5.3-.5.5zm-2.6-5.5h4.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-4.5c-.3 0-.5.2-.5.5s.3.5.5.5zm41.5 9H335c-.3 0-.5.2-.5.5s.2.5.5.5h2.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-2.3-3.5c0-.3-.2-.5-.5-.5h-2.4c-.3 0-.5.2-.5.5s.2.5.5.5h2.4c.3 0 .5-.2.5-.5zm-5.9-5.5h4.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-4.5c-.3 0-.5.2-.5.5s.2.5.5.5zm-38.9 5c1.7 0 3.2-1.4 3.2-3.2s-1.4-3.2-3.2-3.2-3.2 1.5-3.2 3.2 1.4 3.2 3.2 3.2zm0-4.4c.6 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2-1.2-.6-1.2-1.2.5-1.2 1.2-1.2zm16.1 4.4c1.7 0 3.2-1.4 3.2-3.2s-1.4-3.2-3.2-3.2-3.2 1.4-3.2 3.2 1.5 3.2 3.2 3.2zm0-4.4c.6 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2-1.2-.5-1.2-1.2.6-1.2 1.2-1.2zm16.2 4.4c1.7 0 3.2-1.4 3.2-3.2s-1.4-3.2-3.2-3.2-3.2 1.4-3.2 3.2 1.4 3.2 3.2 3.2zm0-4.4c.6 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2c-.6 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2zm13 1.2c0 1.7 1.4 3.2 3.2 3.2s3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2-3.2 1.5-3.2 3.2zm3.1-1.2c.6 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2c-.6 0-1.2-.5-1.2-1.2s.6-1.2 1.2-1.2zM76.4 43.7c0 .3.2.5.5.5h4.7c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-4.7c-.2 0-.5.3-.5.5zm196.1-8.5h2.9c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2.9c-.3 0-.5.2-.5.5s.3.5.5.5zm-66.5 280c-.2-.2-.5-.2-.7-.1-.2.2-.2.5-.1.7 1 1.2 2.1 2.3 3.2 3.3.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.2-.5 0-.7-1-.9-2.1-1.9-3.1-3.1zm59.6-21.8c0-5.2-1.1-10.2-3.3-14.8-.1-.2-.4-.4-.7-.2-.2.1-.4.4-.2.7 2.2 4.5 3.2 9.3 3.2 14.4 0 18.4-15 33.3-33.3 33.3-7.1 0-13.8-2.2-19.5-6.3-.2-.2-.5-.1-.7.1-.2.2-.1.5.1.7 5.9 4.2 12.8 6.5 20.1 6.5 18.9 0 34.3-15.4 34.3-34.4zm-6.9-18.9c.1.1.3.2.4.2.1 0 .2 0 .3-.1.2-.2.3-.5.1-.7-1-1.4-2-2.7-3.2-4-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 1.1 1.3 2.2 2.6 3.1 3.9zm-12.6-10.9c2.3 1.1 4.4 2.5 6.3 4.1.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.1-.5-.1-.7-2-1.7-4.2-3.1-6.5-4.2-.2-.1-.5 0-.7.2-.1.2 0 .5.3.7zm-48.2 29.8c0-18.4 15-33.3 33.3-33.3 3.2 0 6.5.5 9.5 1.4.3.1.5-.1.6-.3.1-.3-.1-.5-.3-.6-3.2-.9-6.5-1.4-9.8-1.4-18.9 0-34.3 15.4-34.3 34.3 0 2.1.2 4.3.6 6.3 0 .2.3.4.5.4h.1c.3-.1.5-.3.4-.6-.4-2-.6-4.1-.6-6.2zm1.6 10c-.1-.3-.4-.4-.6-.3-.3.1-.4.4-.3.6.7 2.3 1.7 4.6 2.9 6.7.1.2.3.3.4.3.1 0 .2 0 .2-.1.2-.1.3-.4.2-.7-1.2-2-2.1-4.2-2.8-6.5z'/><path d='M231.3 315c11.9 0 21.6-9.7 21.6-21.6s-9.7-21.6-21.6-21.6-21.6 9.7-21.6 21.6 9.7 21.6 21.6 21.6zm0-41.1c4.6 0 8.8 1.6 12.1 4.3l-10 12.1c-.2.2-.1.5.1.7.1.1.2.1.3.1.1 0 .3-.1.4-.2l10-12.1c4.1 3.6 6.7 8.8 6.7 14.7 0 10.8-8.8 19.6-19.6 19.6-4.5 0-8.6-1.5-11.9-4.1l10-12.1c.2-.2.1-.5-.1-.7-.2-.2-.5-.1-.7.1l-10 12.1c-1.2-1-2.2-2.1-3.1-3.4l.1-.1 19.4-23.5c.2-.2.1-.5-.1-.7-.2-.2-.5-.1-.7.1L215 304.2c-2-3.1-3.2-6.7-3.2-10.6-.1-11 8.7-19.7 19.5-19.7zm44.7 19.5c0 2.3.4 4.5 1.2 6.7.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.6-.8-2-1.1-4.2-1.1-6.3 0-10 8.1-18.1 18.1-18.1 6.4 0 12.4 3.4 15.6 8.9.1.2.4.3.7.2.2-.1.3-.4.2-.7-3.4-5.8-9.7-9.4-16.5-9.4-10.6-.1-19.2 8.5-19.2 19zm19.2 18.2c-5.7 0-10.9-2.6-14.4-7.1-.2-.2-.5-.3-.7-.1-.2.2-.3.5-.1.7 3.7 4.7 9.2 7.4 15.2 7.4 10.6 0 19.1-8.6 19.1-19.1 0-1.3-.1-2.6-.4-3.9-.1-.3-.3-.4-.6-.4-.3.1-.4.3-.4.6.2 1.2.4 2.4.4 3.7 0 10-8.1 18.2-18.1 18.2zm99.6-44.4c0-.6-.4-1-1-1h-43c-.6 0-1 .4-1 1v53c0 .6.4 1 1 1h43c.6 0 1-.4 1-1v-53zm-1 52h-42v-51h42v51z'/><path d='M379.8 271.7c0-.3-.2-.5-.5-.5h-12c-.3 0-.5.2-.5.5v43c0 .3.2.5.5.5h12c.3 0 .5-.2.5-.5v-43zm-12 .5h11v42h-11v-42zm-142 36.9c.1.1.2.1.3.1.1 0 .3-.1.4-.2l18.3-22.3c.2-.2.1-.5-.1-.7s-.5-.1-.7.1l-18.3 22.3c-.1.2-.1.6.1.7zm85.5-53.5c.3 0 .5-.2.5-.5v-8.9l4.6.7c.3 0 .6-.1.6-.4 0-.3-.1-.5-.4-.6l-5.1-.8c-.1 0-.4 0-.5.1-.1.1-.2.2-.2.4v9.5c0 .3.2.5.5.5zm11.9-7.7l15.6 2.4h.1c.2 0 .5-.2.5-.4 0-.3-.1-.5-.4-.6l-15.6-2.4c-.3 0-.5.1-.6.4 0 .3.1.6.4.6zm16.1 60.4c-.3 0-.5.2-.5.5v26.3c0 .3.2.5.5.5s.5-.2.5-.5v-26.3c0-.3-.2-.5-.5-.5zm0-20.5c-.3 0-.5.2-.5.5v13.9c0 .3.2.5.5.5s.5-.2.5-.5v-13.9c0-.2-.2-.5-.5-.5zm-28-17.2c.3 0 .5-.2.5-.5v-9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v9c0 .3.2.5.5.5zm-16.1 37.5c-3.2 0-6.2-1-8.7-2.8-.2-.2-.5-.1-.7.1-.2.2-.1.5.1.7 2.7 2 5.9 3 9.3 3 8.6 0 15.7-7 15.7-15.7 0-1.7-.3-3.4-.8-5-.1-.3-.4-.4-.6-.3-.3.1-.4.4-.3.6.5 1.5.8 3.1.8 4.7-.1 8.1-6.7 14.7-14.8 14.7zm0-30.3c-8.6 0-15.7 7-15.7 15.7 0 2.8.8 5.6 2.2 8 .1.2.3.2.4.2.1 0 .2 0 .3-.1.2-.1.3-.4.2-.7-1.4-2.3-2.1-4.9-2.1-7.5 0-8.1 6.6-14.7 14.7-14.7 4.3 0 8.4 1.9 11.2 5.2.2.2.5.2.7.1.2-.2.2-.5.1-.7-3-3.5-7.4-5.5-12-5.5zm-82.5 57.4c.3.1.6.2.9.2.7 0 1.5-.4 1.8-1.1.5-1 .1-2.2-.9-2.7s-2.2-.1-2.7.9-.1 2.2.9 2.7zm-.1-2.2c.2-.5.8-.7 1.3-.5.5.2.7.8.5 1.3-.2.5-.8.7-1.3.5-.5-.2-.7-.8-.5-1.3z'/><path d='M447.3 179.2h-11.5v-1.5c0-.6-.4-1.5-.9-1.5H135.2c-.6 0-1.5.9-1.5 1.5v7.5h-2.4c-.6 0-.6.4-.6.9v203.2c0 .6 0 .9.6.9h308.4c.6 0 1-.3 1-.9v-4.1h6.5c.6 0 1.5-.5 1.5-1V179.9c.1-.6-.8-.7-1.4-.7zm-311.5-1h298v7h-298v-7zm280 21.6h-1.3c-.3 0-.5.2-.5.5s.3.5.5.5l.4.2c.2 0 .4.3.6.3.1 0 .3-.5.3-.5v127h-.1c-.4 0-1.1.2-2.8 1.6-.2.2-.2.5-.1.7.1.1.2.2.4.2.1 0 .2 0 .3-.1 1.6-1.3 2.1-1.4 2.2-1.4v-.5.5h.1v59.6H178.6c2.6-3 2.2-7.2.3-10-1.8-2.6-4.8-4.5-9-5.7-1-.3-2.1-.5-3.1-.7-2-.4-4-.9-5.9-1.7-2.5-1.1-5.1-3.4-5.3-6.5 0-.5 0-1.1.1-1.7.1-1.5.3-3-.7-4.2-1.6-2-4.8-1.1-7.1.7l-.3.3c-1.7 1.4-3.6 2.9-5.6 2.4-.2 0-.1 0-.2.1-2.1 1.5-6.9 1.8-8.9.2v-50.3c0-.1.8-.2 1.9-.4.3 0 .4-.3.3-.6 0-.3-.1-.5-.4-.4-.9.1-1.8.3-1.8.4V275h-.1.1c.2 0 .3-.1.4-.3.1-.3.2-.5-.1-.7-.2-.1-.3-.2-.3-.3V256c3 .6 5.6 1.2 8.3 1.7 3 .6 6.1 1.3 9.4 1.9 3.9.8 8.1 2 9.5 5.3 1.4 3.4-.9 7.1-2.8 10.5l-.5.9c-2.5 4.3-3.2 9.9.5 12.2 1.3.8 2.8 1 4.3 1.3 2.1.3 3.9.6 4.6 2.2.4.8.4 1.6.3 2.5-.1.8-.2 1.7-.3 2.5-.2 1.6-.4 3.2-.3 4.8.2 2.4 1.3 5.3 4 6.3.5.2 1 .3 1.6.3 1.6 0 3.7-.6 5-1.6.2-.1.5-.3.5-.4v32.7c0 5.4 4.4 10 9.8 10h11.1c-.1 0-.2.1-.2.3v.2c0 1 .2 1.9.7 2.9.1.2.3.3.5.3.1 0 .1 0 .2-.1.2-.1.4-.4.2-.7-.4-.8-.6-1.7-.6-2.5v-.1c0-.2-.1-.3-.2-.3H214v6.4c0 .6.5.6 1.1.6h15.3c.6 0 .7-.1.7-.6v-6.4h57.3c-.1 0-.3.7-.6 1.1-.2.2-.1.5.1.7.1.1.2.1.3.1.1 0 .3 0 .4-.1.4-.5.7-.7.8-1.7h17.3c.1 0 .1-.1.2-.1l34-5.3c2.5-.4 4.3-2.6 4.3-5.1v-3.5h54.9c1.7 0 3.1-1.1 3.1-2.7v-78.1c0-1.7-1.4-3.2-3.1-3.2h-54.9v-3.1c0-2.6-1.8-4.7-4.3-5.1l-14.7-2.3c-.3-1.1-.3-2.1.1-2.9 1-2 4-2.9 6.9-3.9 2.4-.8 4.6-1.5 5.7-2.7l.9-1.2c.3-.5.6-.9.9-1.3 1.1-1.1 3.1-1.6 5.2-1.2 1.6.3 3.2 1 4.5 2.1.8.7 1.5 1.5 2.3 2.4 1.6 1.8 3.2 3.7 5.7 4.2 1.5.3 3.8.1 5.4-1.1.9-.7 1.5-1.6 1.6-2.6.1-.9-.2-1.8-.4-2.5l-.9-2.4c-.6-1.6-1.3-3.2-1.6-4.9-1-5.7 3.8-7.2 8.8-8.8 1.1-.4 2.3-.7 3.4-1.1 2.3-.9 3.5-2.3 3.2-3.7-.3-1.3-1.6-1.9-2.5-2.3-1.5-.6-3.1-1-4.7-1.3-.4-.1-.8-.1-1.2-.2-1.1-.2-2.1-.3-3.1-.7-2.6-.9-4.7-3-6.5-4.8-1.6-1.6-2.5-2.6-2.7-4.8-.5-5.9 6.6-7 11.6-8h11.1c0 1-.1 1.2-.4 1.6-.1.2-.1.5.2.7.1 0 .2.1.2.1.2 0 .3-.1.4-.3.3-.6.5-1.3.5-2.1l1.2.3c.2 0 .4-.2.5-.2H416v12.7zm-175 35.4v2h-36v-2h36zm65 5v30.1c-3-1.5-6.8-2.4-10.6-2.4-11.3 0-20.9 7.4-24.2 17.6-1.2-5.9-3.6-11.4-7-16l3.4-3.1c.9-.8 1-2.3.2-3.2l-1.2-1.3c-.8-.9-2.3-1-3.2-.2l-3.3 3c-7.3-7.3-17.4-11.9-28.6-11.9-6.7 0-13 1.6-18.6 4.5l-3.1-4.7c-.3-.5-.9-.6-1.4-.3l-4.4 2.9c-.2.1-.4.4-.4.6s0 .5.1.8l3 4.6c-9.6 7.4-15.8 19-15.8 32 0 10.1 3.7 19.4 9.9 26.5l-4.3 4.6c-.2.2-.3.5-.3.7 0 .3.1.5.3.7l3.9 3.6c.2.2.4.3.7.3.3 0 .5-.1.7-.3l4.2-4.5c1.5 1.2 3.2 2.4 4.9 3.4l-1.8 4c-.7 1.6 0 3.6 1.6 4.3l2.5 1.2c.4.2.9.3 1.4.3 1.2 0 2.4-.7 2.9-1.9l1.9-4.1c.5.2 1.1.3 1.6.5l-.6 3.5c-.2 1.2.6 2.4 1.9 2.6l1.8.3h.4c1.1 0 2-.8 2.2-1.9l.5-3.3c1.4.1 2.8.2 4.2.2 19.6 0 36.1-14.1 39.7-32.7 3.3 10.2 12.9 17.6 24.2 17.6 3.9 0 7.5-.9 10.8-2.4-.1.1-.2.2-.2.4v30.4H186.4c-4.3 0-7.8-3.7-7.8-8v-91.6c0-4.3 3.5-7.4 7.8-7.4h119.4zm-11-6h-3v-3.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.9h-2v-3.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.9h-2v-3.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.9h-3v-3.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.9h-2v-3.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.9h-2v-3.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.9h-3v-3.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.9h-2v-3.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.9h-3v-6.6s.4-.4.5-.4h29.5c.1 0 0 .4 0 .4v6.6zm-30 1h30v.1l-3.4 1.9h-22.7l-3.9-2zm75.4 9.8c1.5.2 2.6 1.5 2.6 3.1v90.8c0 1.6-1.1 2.9-2.6 3.1l-33.4 5.1v-30.2c0-.3-.2-.5-.5-.5h-.1c8.5-4.1 14.4-12.8 14.4-22.9 0-9.8-5.6-18.4-13.8-22.6v-31l33.4 5.1zm4.6 8.2h54.9c.6 0 1.1.6 1.1 1.2v78.1c0 .6-.5.7-1.1.7h-54.9v-80zm-26.2 40.2c0 12.9-10.5 23.4-23.4 23.4s-23.4-10.5-23.4-23.4 10.5-23.4 23.4-23.4 23.4 10.5 23.4 23.4zm-96.7 39.4c1.4.3 2.8.6 4.2.8l-.5 3.3c-.1.7-.8 1.1-1.4 1l-1.8-.3c-.7-.1-1.1-.8-1-1.4l.5-3.4zm-15.7-10.2l-2.3-2.1c-6.9-7-11.2-16.5-11.2-27.1 0-12.8 6.3-24.1 15.9-31.1l2.8-1.9c5.8-3.5 12.5-5.5 19.8-5.5 21.2 0 38.5 17.3 38.5 38.5s-17.3 38.5-38.5 38.5c-9.5 0-18.2-3.5-25-9.3zm12.1 9.2l-1.9 4c-.5 1.1-1.9 1.6-3 1.1l-2.5-1.2c-1.1-.5-1.6-1.9-1.1-3l1.8-3.9c2.2 1.2 4.4 2.2 6.7 3zm-15.7-9.8c.6.6 1.2 1.1 1.8 1.7l-3.4 3.7-2.4-2.2 3.5-3.7.5.5zm7.8-63.3c-.8.5-1.5.9-2.2 1.5l-2.4-3.6 2.7-1.8 2.4 3.7-.5.2zm50.1 6.8l3.3-3c.5-.5 1.3-.4 1.8.1l1.2 1.3c.5.5.4 1.3-.1 1.8l-3.4 3c-.8-1.1-1.8-2.1-2.8-3.2zm-44.7 83.7h3c-.2 0 0 .1 0 .3v2.7c0 .3.2.5.5.5s.5-.2.5-.5v-2.7c0-.2-.5-.3-.7-.3h3.2c-.2 0-.5.1-.5.3v2.7c0 .3.2.5.5.5s.5-.2.5-.5v-2.7c0-.2 0-.3-.2-.3h3.2c-.2 0 0 .1 0 .3v2.7c0 .3.2.5.5.5s.5-.2.5-.5v-2.7c0-.2-.4-.3-.6-.3h2.6v5h-13v-5zm147.7-162c-4.1 1-8 3.2-7.6 8.1.2 2.5 1.2 3.7 2.9 5.4 1.9 1.9 4.1 4.1 6.9 5.1 1.1.4 2.2.5 3.3.7.4.1.8.1 1.2.2 1.5.3 3.1.7 4.5 1.2 1.2.5 1.8.9 1.9 1.6.3 1.3-1.7 2.2-2.5 2.6-1 .4-2.1.8-3.3 1.1-5 1.6-10.7 3.3-9.5 9.9.3 1.8 1 3.4 1.6 5.1.3.8.6 1.5.9 2.3.2.6.5 1.4.4 2.1-.1.8-.5 1.4-1.2 1.9-1.3 1-3.3 1.2-4.6.9-2.2-.4-3.6-2.1-5.2-3.9-.8-.9-1.6-1.8-2.4-2.5-1.4-1.2-3.1-2-4.9-2.3-2.4-.5-4.7.1-6.1 1.5-.4.4-.8.9-1.1 1.4-.3.4-.5.8-.8 1.1-.9 1.1-3 1.7-5.3 2.4-3.1 1-6.3 2-7.5 4.4-.5.9-.5 2-.3 3.1l-18.3-2.6c-.1 0-.1.2-.2.2h-11.5l1.7-1.4s0-.2.1-.2.1-.1.1-.2.1-.1.1-.2 0-.1.1-.2v-8.6c0-1.1-.8-2.3-2-2.3h-29.5c-1.2 0-2.5 1.3-2.5 2.3v8.3l.2.1c0 .1.1.1.1.2s.1.1.1.2.1.1.1.2.1.1.2.1c0 0 0 .3.1.3l1.7 1.4H243v-4.5c0-.6-.8-.5-1.4-.5H222v-2.5c0-.5-.2-.9-.7-1l-22.9-3 1.9-2.1c.4-.4.4-1-.1-1.4l-10.1-9.2c-.4-.4-1-.3-1.4.1l-3.2 3.5c-.2.2-.3.5-.3.7 0 .3.1.5.3.7l10.1 9.2s.1 0 .1.1l.1.1c.1 0 .1.1.2.1 0 0-.1 0 0 0l23.8 3.1v1.6h-16.3c-.6 0-.7 0-.7.5v4.5h-16.2c-5.4 0-9.8 4-9.8 9.4v56.5c0 .1-.2.3-.2.4.1.7-.5 1.2-.9 1.6-1.5 1.1-4.2 1.7-5.6 1.2-2.2-.9-3.2-3.5-3.3-5.5-.1-1.5.1-3 .3-4.6.1-.8.2-1.7.3-2.6.1-.9.1-2-.4-3-1-2-3.2-2.4-5.4-2.7-1.4-.2-2.9-.4-3.9-1.1-3.5-2.2-2-7.7-.1-10.8l.5-.9c2.1-3.5 4.4-7.5 2.9-11.3-1.5-3.8-6.1-5.1-10.3-5.9-3.3-.6-6.3-1.3-9.3-1.9-2.8-.6-5.5-1.2-8.5-1.8v-67.9h230.6zm-176 31.1l1.8-2 8.6 7.8-1.8 2-8.6-7.8zm-54.7 144.1c2 1.5 7.1 1 9.3-.4 2.3.6 4.4-1.2 6.1-2.6l.3-.3c1.5-1.2 4.3-2.5 5.7-.8.7.9.6 2.1.5 3.5-.1.6-.1 1.2-.1 1.8.2 3.6 3.1 6.2 5.9 7.4 1.9.9 4.1 1.4 6.1 1.8 1 .2 2 .5 3 .7 4 1.1 6.8 2.9 8.5 5.3 1.7 2.5 2.1 6.7-.4 9-.1.1-.2.4-.1.4h-44.7v-25.8zm306 25.8h-22v-201h22v201zm8-5h-6V186.1c0-.6-.4-.9-1-.9h-4v-4h11v202z'/><path d='M420.4 196.2h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5zm5.1 12h-5.1c-.3 0-.5.2-.5.5s.2.5.5.5h5.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-5.1 13h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5zm5.1 24h-5.1c-.3 0-.5.2-.5.5s.2.5.5.5h5.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-5.1-11h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5zm0 25h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5zm0 12h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5zm5.1 12h-5.1c-.3 0-.5.2-.5.5s.2.5.5.5h5.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-5.1 13h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5zm0 13h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5zm5.1 11h-5.1c-.3 0-.5.2-.5.5s.2.5.5.5h5.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-5.1 14h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5zm0 12h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5zm5.1 12h-5.1c-.3 0-.5.2-.5.5s.2.5.5.5h5.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-2 12h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm0 13h-3.1c-.3 0-.5.2-.5.5s.2.5.5.5h3.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-27-15.2c-.2-.7-.5-1.4-.6-2-.2-1.5.2-3 .7-4.4l.1-.3c.3-.7.6-1.5.7-2.3.4-2.7-1.1-5.6-3.6-6.7-4.8-2.2-7.3 1.6-9.8 5.3-1.9 2.8-3.8 5.7-6.8 6-2.6.2-5.1.2-7.7-.2-1.2-.2-2.2-.4-3.1-.9-1.6-1.1-2.3-3.1-2.9-5.1-.1-.4-.2-.8-.4-1.1-.5-1.4-1.1-2.7-1.8-4-.5-.9-1.4-2.1-2.7-2.4-.9-.2-1.8.2-2.6.6-.3.1-.6.3-.9.4-2.3.7-3-.2-4-1.5-.4-.5-.9-1.1-1.4-1.6-2.1-1.8-4.5-2-6.8-2-3.5 0-9.8.8-12 5.7-.7 1.6-.9 3.3-1 4.9l-.3 2.7c-.5 3.8-1 7.7.9 11.1.3.5.6 1 .9 1.4.5.7.9 1.3 1.2 2.1.3.7.4 1.5.6 2.4.2 1.1.4 2.2 1 3.2 1.6 2.8 6.7 4.3 10.5 4 2.9-.2 4.8-1.4 5.5-3.4.3-.9.4-1.9.4-2.9.1-1.8.2-2.9 1.2-3.3 1.2-.6 3.8-.1 8.9 5.2 2 2.1 4.8 3.5 7.7 3.8.2 0 .5 0 .7.1.6.1 1.1.1 1.6.2 1.1.3 1.7 1.1 2.4 1.9.6.7 1.2 1.4 2.1 1.9 1.1.5 2.4.7 3.6.7 2.5 0 5.1-.7 5.8-.9.9-.3 1.8-.7 2.7-1.1 1.7-.9 2.7-2.1 2.8-3.4 0-.5-.1-1.1-.2-1.6 0-.2-.1-.4-.1-.6-.5-3.3 1.1-3.9 3.2-4.7 1.5-.5 3.1-1.1 3.9-2.9.6-1.5.1-2.9-.4-4.3zm-.5 3.9c-.6 1.3-1.9 1.8-3.3 2.3-2.1.8-4.5 1.7-3.8 5.8 0 .2.1.4.1.6.1.4.2.9.2 1.3-.1 1.2-1.3 2.1-2.2 2.6-.8.4-1.6.8-2.5 1-2.6.8-6.5 1.4-8.7.3-.7-.4-1.2-1-1.8-1.6-.7-.9-1.5-1.8-2.9-2.2-.6-.2-1.2-.2-1.8-.3-.2 0-.5 0-.7-.1-2.6-.3-5.2-1.6-7.1-3.5-1.5-1.5-5.5-5.7-8.7-5.7-.5 0-.9.1-1.3.3-1.6.7-1.7 2.5-1.8 4.2 0 .9-.1 1.8-.3 2.6-.8 2.1-3.3 2.6-4.7 2.7-3.8.3-8.4-1.4-9.6-3.5-.5-.9-.7-1.9-.9-2.9-.2-.9-.3-1.7-.7-2.6-.3-.8-.8-1.5-1.3-2.2-.3-.5-.6-.9-.8-1.4-1.7-3.2-1.2-6.9-.8-10.5.1-.9.2-1.9.3-2.8.1-1.5.3-3.1.9-4.5 2.1-4.5 8.5-5.1 11.1-5.1 2.1 0 4.3.2 6.1 1.8.5.4.9.9 1.3 1.4 1.1 1.4 2.2 2.8 5.1 1.9.3-.1.7-.3 1-.4.7-.3 1.4-.6 2-.5.9.2 1.6 1.1 2 1.9.7 1.2 1.3 2.5 1.7 3.8.1.4.2.7.4 1.1.7 2.2 1.4 4.4 3.3 5.6 1 .7 2.3.9 3.5 1.1 2.6.4 5.3.4 7.9.2 3.5-.3 5.5-3.4 7.5-6.5 2.4-3.6 4.4-6.8 8.5-4.9 2.1 1 3.4 3.4 3 5.7-.1.7-.4 1.4-.6 2.1l-.1.3c-.6 1.5-1.1 3.2-.8 4.9.1.7.4 1.5.7 2.2.6 1.2 1.1 2.4.6 3.5zm-75.2-11.6c-1.3-.5-2.4-.5-3.5.1-2.4 1.3-3.7 4.9-4.5 8-.5 2.1-1.3 4.9-.3 7.4.6 1.4 1.9 2.6 3.4 3 .3.1.7.1 1 .1.8 0 1.5-.3 2.1-.7.1-.1.1-.2.2-.3.2-.8.4-1.7.6-2.5.8-3.6 1.6-7 3-10.4.2-.6.6-1.3.5-2.1-.2-1.1-1.1-2.1-2.5-2.6zm1.1 4.4c-1.5 3.5-2.2 6.9-3 10.5-.2.8-.3 1.5-.5 2.3-.6.4-1.3.5-2.1.3-1.2-.3-2.3-1.3-2.7-2.4-.8-2-.3-4.2.3-6.7.4-1.7 1.6-6.1 4-7.4.4-.2.9-.3 1.3-.3s.9.1 1.4.3c.4.2 1.7.7 1.8 1.8-.1.5-.3 1-.5 1.6zm-17.3-9.3c-.9-.1-1.6-.3-2.1-.5-.7-.3-1.1-.8-1.6-1.3-.7-.9-1.6-1.9-3.8-1.6-1.6.2-3.2 1.1-4 2.4-.6.9-.8 2-.4 3 .5 1.5 1.6 2.3 2.7 3.2.7.5 1.3 1 1.8 1.6.6.8 1.1 1.6 1.6 2.5.7 1.2 1.4 2.5 2.6 3.6.5.5 1.3 1.1 2.2 1.1h.3c1.6-.3 2.1-2.3 2.3-3 .3-1.1.7-2.2 1.2-3.2.9-2.1 1.8-4.1.9-5.7-.5-1.1-1.7-1.7-3.7-2.1zm1.9 7.3c-.5 1.1-1 2.3-1.3 3.4-.3 1.4-.8 2.1-1.5 2.2-.5.1-1-.2-1.7-.8-1.1-1-1.7-2.2-2.4-3.4-.5-.9-1-1.8-1.7-2.7-.5-.7-1.3-1.2-1.9-1.7-1-.8-2-1.5-2.4-2.7-.2-.7-.1-1.4.3-2.1.7-1 2-1.8 3.2-1.9h.5c1.3 0 1.8.6 2.4 1.3.5.6 1 1.2 1.9 1.6.6.3 1.4.4 2.3.5l.1-.5-.1.5c1.6.3 2.6.8 3 1.5.9 1.2.1 3-.7 4.8z'/><path d='M370.4 354.9c1.5.4 3.3.9 5.1.9h.5c3.1-.1 5.4-1.2 7.1-3.3.9-1.2 1.4-2.4 1.8-3.7.5-1.4.9-2.6 1.9-3.6 1.8-1.9 2.6-3.9 2.1-5.2-.3-.7-1.2-1.6-3.4-1.6s-4.4 1.2-6.5 2.3c-1.2.6-2.3 1.2-3.3 1.5-.9.3-1.9.5-2.8.8-1.7.4-3.5.8-5.1 1.8-2.7 1.7-3 3.5-2.8 4.8.1 2.3 2.4 4.5 5.4 5.3zm-2.3-9.3c1.4-.9 3.1-1.3 4.8-1.7 1-.2 1.9-.5 2.9-.8 1.1-.4 2.2-1 3.4-1.7 2.1-1.1 4.2-2.2 6.1-2.2h.1c.9 0 2.1.2 2.4 1 .4.9-.3 2.6-1.9 4.1-1.2 1.2-1.7 2.6-2.1 4-.4 1.2-.8 2.4-1.6 3.4-1.5 1.9-3.5 2.8-6.3 3-1.8.1-3.6-.4-5.2-.8-2.6-.8-4.6-2.7-4.9-4.6-.2-1.3.6-2.6 2.3-3.7zM343.8 219c.6 0 1-.4 1-1v-18.4c0-.6-.4-1-1-1s-1 .4-1 1V218c0 .5.4 1 1 1zm-5 4.8c.6 0 1-.4 1-1v-28.1c0-.6-.4-1-1-1s-1 .4-1 1v28.1c0 .6.4 1 1 1zm-190.5 85.8c0-1.6-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.4 3-3zm-4.9 0c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2c-1.2 0-2-.9-2-2zm123 42.3c-1.6 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.4-3-3-3zm0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-1 2-2 2zm125.2-148.1c0 1.6 1.3 3 3 3s3-1.3 3-3c0-1.6-1.3-3-3-3s-3 1.3-3 3zm3-2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM200.2 375.3c-1 0-1.9.8-1.9 1.9 0 1 .8 1.9 1.9 1.9s1.9-.8 1.9-1.9c0-1.1-.8-1.9-1.9-1.9zm0 2.7c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9-.4.9-.9.9zm25.3-8.5c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 3c-.5 0-1-.4-1-1 0-.5.4-1 1-1s1 .4 1 1-.4 1-1 1zm164.7-135.7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 3c-.5 0-1-.4-1-1 0-.5.4-1 1-1s1 .4 1 1c0 .5-.5 1-1 1zm-30.6.9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 3c-.5 0-1-.4-1-1 0-.5.4-1 1-1 .5 0 1 .4 1 1 0 .5-.4 1-1 1zM221.5 372.3l-1.2.9c-.2.2-.3.5-.1.7.1.1.3.2.4.2.1 0 .2 0 .3-.1l1.2-.9c.2-.2.2-.5.1-.7-.2-.2-.5-.3-.7-.1zm-3.8 2.5c-.9.5-1.9.8-2.9 1-.3.1-.4.3-.4.6.1.2.3.4.5.4h.1c1.1-.3 2.1-.6 3.1-1.1.2-.1.4-.4.2-.7-.1-.2-.4-.3-.6-.2zm-5.9 1.4h-3.2c-.3 0-.5.2-.5.5s.2.5.5.5h3.2c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-6.3 0c-.5 0-1 0-1.5.1-.3 0-.5.3-.5.5 0 .3.2.5.5.5.5 0 1-.1 1.5-.1.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm-8.5-1.3c-.4-.2-.8-.5-1.3-.7-.2-.1-.5-.1-.7.1-.2.2-.1.5.1.7.4.3.9.6 1.3.8.1 0 .2.1.2.1.2 0 .4-.1.4-.3.3-.3.3-.6 0-.7zm-5.7-4.6c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7.8.8 1.5 1.5 2.2 2.1.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.2-.5 0-.7-.8-.5-1.5-1.2-2.2-2zm-3.7-4.2l-.3-.3c-.2-.2-.5-.2-.7-.1-.2.2-.2.5-.1.7l.3.3c.6.7 1.1 1.3 1.7 2 .1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5.1-.7-.6-.7-1.1-1.3-1.7-2zm-4.3-4.9c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7.6.6 1.3 1.3 2 2.2.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7-.7-.9-1.3-1.6-2-2.3zm-32.4-24.1l-.8-.3c-.7-.2-1.3-.5-2-.8-.3-.1-.5 0-.7.3-.1.3 0 .5.3.7.7.3 1.4.5 2.1.8l.8.3h.2c.2 0 .4-.1.5-.3-.1-.3-.2-.6-.4-.7zm-9.7-13.9c-.2-.1-.5-.1-.7.2l-.2.3c-.5.8-1 1.7-1.3 2.4-.1.2 0 .5.2.7h.2c.2 0 .4-.1.5-.3.3-.7.8-1.5 1.3-2.3l.2-.3c.1-.2.1-.5-.2-.7zm1-1.7c.1 0 .1.1.2.1.2 0 .4-.1.4-.3.5-1 .9-1.9 1.2-2.9.1-.3-.1-.5-.3-.6-.3-.1-.5.1-.6.3-.3.9-.6 1.8-1.1 2.7-.2.2-.1.5.2.7zm3.1 13.3c-1-.5-1.8-1-2.6-1.5-.2-.1-.5-.1-.7.1-.2.2-.1.5.1.7.8.5 1.6 1 2.7 1.5.1 0 .2.1.2.1.2 0 .4-.1.4-.3.3-.2.2-.5-.1-.6zm8.4 3.5c-.2-.1-.5 0-.7.2-.1.2 0 .5.2.7 1 .5 1.7 1 2.4 1.6.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.2-.5 0-.7-.7-.6-1.6-1.2-2.6-1.7zm5.5 7.7c.3-.1.4-.3.4-.6-.3-1.1-.8-2-1.5-2.9-.2-.2-.5-.2-.7-.1-.2.2-.2.5-.1.7.6.7 1 1.5 1.3 2.5.1.2.3.4.5.4h.1zm.8 2.4c0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5v.4c.1.9.1 1.8.3 2.7 0 .2.3.4.5.4h.1c.3 0 .5-.3.4-.6-.1-.9-.2-1.7-.3-2.6v-.3zm3.2 7.4c-1-.5-1.6-1-2-1.7l-.4.2-.4.3c.4.9 1.2 1.5 2.5 2.1h.2c.2 0 .4-.1.5-.3 0-.2-.2-.5-.4-.6zm-23.9-26.7c0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5.1 1 .6 2 1.5 2.9.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7-.7-.7-1.1-1.5-1.2-2.3zm38.1 29.4c-.1.3.1.5.4.6 1.2.2 2.1.5 2.6.9l.4-.4.2-.4c-.6-.5-1.6-.8-3-1.1-.3-.1-.6.1-.6.4zm-8.5-1.4c-1.1-.1-2.1-.3-2.9-.5-.3-.1-.5.1-.6.4s.1.5.4.6c.9.2 1.9.3 3 .5h.1c.2 0 .5-.2.5-.4 0-.3-.2-.6-.5-.6zm6 .6c-.7-.1-1.5-.1-2.3-.2l-.7-.1c-.3 0-.5.2-.5.5s.2.5.5.5l.7.1c.8.1 1.6.1 2.3.2h.1c.3 0 .5-.2.5-.4-.1-.3-.3-.6-.6-.6zm-31.1-44c0 .5-.1 1-.1 1.5 0 .3.2.5.4.6h.1c.2 0 .5-.2.5-.4.1-.5.1-1 .1-1.5 0-.3-.2-.5-.5-.5-.2-.2-.5 0-.5.3zm1.7-10.8c-.3.1-.4.3-.4.6.1.5.2 1 .4 1.5.1.2.3.4.5.4h.1c.3-.1.4-.3.4-.6-.1-.5-.2-1-.3-1.4-.1-.4-.4-.5-.7-.5zm-7.2-28.1c.3-.1.4-.3.4-.6-.1-.3-.3-.4-.6-.4l-.4.1c-.8.2-1.6.4-2.3.5-.3 0-.5.3-.4.6 0 .3.2.4.5.4h.1c.8-.1 1.7-.3 2.5-.5l.2-.1zm7.7 2.4c.4.5.7 1 .9 1.6.1.2.3.3.5.3h.2c.3-.1.4-.4.2-.7-.3-.6-.6-1.1-1-1.7-.2-.3-.4-.5-.6-.7-.2-.2-.5-.2-.7-.1s-.2.5-.1.7l.6.6zm1.6 4.1v.2c0 .7-.1 1.5-.3 2.4-.1.3.1.5.4.6h.1c.2 0 .4-.2.5-.4.3-1 .4-1.9.4-2.7v-.3c0-.3-.2-.5-.5-.5-.4.2-.7.4-.6.7zm-2.5 19.8c.1 0 .1 0 0 0 .3 0 .5-.3.5-.6-.1-.9-.2-1.9-.2-2.8 0-.3-.3-.5-.5-.5-.3 0-.5.2-.5.5 0 .9.1 1.9.2 2.9.1.3.3.5.5.5zm-1.4-26.2c.2 0 .4-.1.4-.3.1-.2 0-.5-.2-.7-.8-.4-1.8-.7-2.8-.7h-.2c-.3 0-.5.2-.5.5s.3.5.5.5h.2c.8 0 1.6.2 2.3.5.1.2.2.2.3.2zm1.2 20.3c.3 0 .5-.1.5-.3.1-.9.2-1.8.4-2.7.1-.3-.1-.5-.4-.6-.3 0-.5.1-.6.4-.2 1-.3 1.8-.4 2.7 0 .4.2.5.5.5zm1.6-5.6l.9-2.7c.1-.3-.1-.5-.3-.6s-.6.1-.6.3c-.3.8-.6 1.7-.9 2.7-.1.3.1.5.3.6h.1c.2.1.4-.1.5-.3zm83.6 79.8c-.6.2-1.1.5-1.4.9-.2.2-.2.5 0 .7.1.1.2.1.3.1.1 0 .3-.1.4-.2.3-.3.6-.5 1.1-.7.3-.1.4-.4.3-.7-.1-.1-.4-.2-.7-.1zm24.6-7.8c-.3-.1-.5 0-.7.2l-.3.8c-.3.6-.5 1.2-.8 1.8-.1.2 0 .5.2.7.1 0 .1.1.2.1.2 0 .4-.1.4-.3.3-.6.6-1.2.8-1.8l.3-.8c.2-.3.1-.6-.1-.7zm2.5-4.6c-.7.6-1.3 1.3-1.9 2.3-.1.2-.1.5.2.7.1.1.2.1.3.1.2 0 .3-.1.4-.2.5-.8 1.1-1.5 1.7-2 .2-.2.2-.5.1-.7-.2-.3-.5-.4-.8-.2zm-5.8 9.7c-.6.8-1.2 1.4-1.9 1.8-.2.1-.3.5-.1.7.1.1.3.2.4.2.1 0 .2 0 .3-.1.8-.5 1.5-1.2 2.2-2 .2-.2.1-.5-.1-.7-.3-.1-.6-.1-.8.1zm-9.8 2.6l-1.2-.1c-.5 0-1.1-.1-1.7-.1-.3 0-.5.2-.5.5s.2.5.5.5c.5 0 1.1.1 1.6.1l1.2.1c.3 0 .5-.2.5-.5.1-.3-.1-.5-.4-.5zm5.5.1c-.4.1-1 .1-1.6.1h-1.2c-.3 0-.5.2-.5.5s.2.5.5.5h1.2c.6 0 1.2 0 1.7-.1.3 0 .5-.3.4-.6 0-.2-.2-.4-.5-.4zm-11.2-.6H233c-.3 0-.5.5-.5.7 0 .3.2.7.5.7.9 0 1.8-.3 2.8-.2.3 0 .5-.3.5-.6.1-.2-.1-.6-.4-.6zm25.6-13.4c-.5 0-1.1.1-1.6.3-.3.1-.4.3-.4.6.1.2.3.4.5.4h.1c.4-.1.9-.2 1.4-.2.3 0 .5-.3.5-.5s-.2-.6-.5-.6zm12.1 2c-.9-.4-1.9-.7-2.9-1-.3-.1-.5.1-.6.4-.1.3.1.5.4.6 1 .3 1.9.6 2.8.9h.2c.2 0 .4-.1.5-.3-.1-.2-.2-.5-.4-.6zm2.6 1.5c-.2-.2-.5-.1-.7.1-.2.2-.1.5.1.7.8.6 1.5 1.2 2.1 2 .1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5.1-.7-.7-.9-1.4-1.6-2.3-2.2zM301 384c-.8-.2-1.8-.4-3-.6-.3 0-.5.2-.6.4 0 .3.2.5.4.6 1.2.2 2.1.3 2.9.5h.1c.2 0 .4-.2.5-.4.1-.2 0-.4-.3-.5zm-6-1c-1.2-.2-2.1-.3-2.9-.5-.3-.1-.5.1-.6.4-.1.3.1.5.4.6.8.2 1.8.4 3 .5h.1c.2 0 .5-.2.5-.4 0-.3-.2-.5-.5-.6zm-5.6-1.4c-.8-.4-1.5-.9-2.2-1.5l-.1-.1c-.2-.2-.5-.2-.7 0s-.2.5 0 .7l.1.1c.7.7 1.5 1.3 2.4 1.7.1 0 .1.1.2.1.2 0 .4-.1.4-.3.2-.3.1-.6-.1-.7zM284 375c-.1-.3-.4-.4-.7-.3-.3.1-.4.4-.3.7.4 1 .9 1.9 1.4 2.7.1.2.3.2.4.2.1 0 .2 0 .3-.1.2-.1.3-.5.2-.7-.5-.6-.9-1.5-1.3-2.5zm-1-2.7c-.2-.8-.4-1.5-.7-2.3l-.2-.6c-.1-.3-.4-.4-.6-.3-.3.1-.4.4-.3.6l.2.6c.2.8.4 1.5.7 2.3.1.2.3.4.5.4h.1c.3-.2.4-.5.3-.7zm20.9 12.8c-.2-.1-.5 0-.7.2-.1.2 0 .5.2.7.9.5 1.6 1 2.2 1.7.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7-.6-.9-1.4-1.5-2.4-2zm-22.6-18.6c-.4-1.1-.8-2-1.2-2.8-.1-.2-.4-.3-.7-.2-.2.1-.3.4-.2.7.4.8.8 1.7 1.1 2.7.1.2.3.3.5.3h.2c.3-.2.4-.4.3-.7zM280 353c0-.3-.2-.5-.5-.5h-.6c-.8 0-1.6 0-2.4-.1-.3 0-.5.2-.5.5s.2.5.5.5c.8 0 1.6.1 2.4.1h.6c.3 0 .5-.2.5-.5zm5.3-1.3c-.8.3-1.7.5-2.8.6-.3 0-.5.3-.4.6 0 .3.2.4.5.4h.1c1.2-.1 2.2-.4 3-.7.3-.1.4-.4.3-.6s-.5-.4-.7-.3zm-11.7.5c-.8-.1-1.4-.2-1.9-.2-.5-.1-.9-.1-1.1-.1-.3 0-.5.2-.5.5s.2.5.5.5c.2 0 .5 0 1 .1s1.2.1 2 .2c.3 0 .5-.2.5-.5-.1-.2-.3-.5-.5-.5zm-68.9 10.2c.1.2.3.4.5.4h.1c.3-.1.4-.3.4-.6-.2-1-.6-1.9-1.2-2.9-.1-.2-.5-.3-.7-.2-.2.1-.3.5-.2.7.6.9.9 1.7 1.1 2.6zm-2.9-6.5c-.4-.5-.8-.9-1.2-1.4-.2-.2-.5-.2-.7-.1-.2.2-.2.5-.1.7.4.5.8.9 1.2 1.4.3.3.5.6.8.9.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5.1-.7-.2-.3-.5-.6-.8-.9zm2.3 12.2c.7-.8 1.5-1.6 1.7-2.8 0-.3-.1-.5-.4-.6-.3 0-.5.1-.6.4-.2.9-.8 1.6-1.4 2.2-.2.2-.2.5 0 .7.1.1.2.1.3.1.1.1.3.1.4 0zm-2.1 1.5c-.2-.1-.5-.1-.7.1-.6.9-.9 1.9-1 3 0 .3.2.5.5.5s.5-.2.5-.5c.1-.9.4-1.8.9-2.6.1-.1.1-.4-.2-.5zm-61.4-60c.3-.1.4-.4.3-.7-.1-.3-.3-.4-.6-.3 0 0-.2 0-.4.1-.5.1-1.5.2-2.6.3-.3 0-.5.3-.4.6 0 .2.2.4.5.4h.1c1.1-.2 2-.3 2.5-.3s.5 0 .6-.1zm228.9-85.7c.1 0 .2.1.3.1.2 0 .3-.1.4-.2.4-.7 1.1-1.4 1.9-2 .2-.2.3-.5.1-.7-.2-.2-.5-.3-.7-.1-.9.7-1.7 1.5-2.1 2.3-.2.2-.1.5.1.6zm3.1 7.1c.8.3 1.8.5 3 .7h.1c.2 0 .5-.2.5-.4 0-.3-.1-.5-.4-.6-1.2-.2-2.1-.4-2.8-.7-.3-.1-.5 0-.6.3-.2.4 0 .7.2.7zm12.2 1.3c-.3-.1-.5.1-.6.3s.1.5.3.6c1 .3 1.8.8 2.4 1.3.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.2-.5 0-.7-.7-.5-1.7-1-2.8-1.4zm-14.5-2.7c.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7-.5-.5-.8-1.1-.9-1.8 0-.2-.1-.4-.1-.6 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5s.1.5.1.8c.2.9.6 1.6 1.2 2.2.1.1.2.2.4.2zm4.1-9.4c.1 0 .2 0 .2-.1.8-.4 1.7-.8 2.7-1.2.3-.1.4-.4.3-.6-.1-.3-.4-.4-.6-.3-1 .4-2 .8-2.8 1.3-.2.1-.3.4-.2.7 0 .1.2.2.4.2zm10.8-4.2c.1.2.3.4.5.4h.1c1-.2 1.9-.5 2.8-.7h.1c.3-.1.4-.3.4-.6-.1-.3-.3-.4-.6-.4h-.1c-.9.2-1.8.4-2.8.7-.3 0-.4.3-.4.6zm-5.4 1c-.3.1-.4.4-.3.6.1.2.3.3.5.3h.2c.9-.3 1.9-.6 2.9-.9.3-.1.4-.4.3-.6-.1-.3-.4-.4-.6-.3-1.1.3-2.1.6-3 .9zm-1.1 14.7v-.2l.1-.3z'/><path d='M381.6 232.6s.1 0 0 0c.3 0 .5-.2.6-.4 0-.3-.1-.5-.4-.6-1-.2-2-.3-3-.4l-.1.3-.1.7c1.1.1 2 .2 3 .4zm9.9-17.7h.1c2.2-.6 2.9-1 2.9-1.6 0-.1 0-.3-.1-.4-.2-.2-.5-.3-.7-.1-.2.1-.2.3-.2.4-.2.1-.7.4-2.1.7-.3.1-.4.3-.4.6.1.2.3.4.5.4zm-19.1 27l-3 .2c-.3 0-.5.3-.5.6s.2.5.5.5l3-.3c.3 0 .5-.3.5-.6s-.2-.4-.5-.4zm-6 .4c-1.5.1-2.4.2-3 .4-.3.1-.4.3-.4.6 0 .2.3.4.5.4h.1c.6-.1 1.5-.2 2.9-.3.3 0 .5-.3.5-.5-.1-.4-.4-.6-.6-.6zm12-.9l-3 .3c-.3 0-.5.3-.5.5 0 .3.2.5.5.5l3-.3c.3 0 .5-.3.4-.6s-.2-.5-.4-.4zm5.8-1c-.8.2-1.7.4-2.9.6-.3 0-.5.3-.4.6 0 .2.3.4.5.4h.1c1.2-.2 2.2-.4 3-.6.3-.1.4-.4.3-.6-.1-.3-.3-.5-.6-.4zm-39.7-2.1h-1.2c-.7 0-1.3 0-1.9.1-.3 0-.5.3-.4.6 0 .3.2.4.5.4h.1c.5-.1 1.1-.1 1.8-.1h1.2c.3 0 .5-.2.5-.5-.1-.2-.3-.5-.6-.5zm-6.1.9c-1.1.5-1.9 1.3-2.4 2.2-.1.2 0 .5.2.7.1 0 .2.1.2.1.2 0 .4-.1.4-.3.4-.7 1-1.3 2-1.7.3-.1.4-.4.2-.7s-.4-.5-.6-.3zm15 1.2c-.3-.1-.5 0-.7.3-.1.3 0 .5.3.7 1.1.5 2 1 2.4 1.4.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.2-.5 0-.7-.6-.9-1.8-1.5-2.7-1.8zm-2.9-1.1c-1-.3-2-.5-3-.7-.3-.1-.5.1-.6.4 0 .3.1.5.4.6 1 .2 1.9.4 2.9.7h.1c.2 0 .4-.1.5-.4.1-.2 0-.5-.3-.6zm27.2-48.7c-.1-.3-.4-.4-.6-.3l-.2.1c-1 .4-2 .7-2.5 1.7-.1.2 0 .5.2.7.1 0 .2.1.2.1.2 0 .3-.1.4-.3.4-.6 1.1-.9 2-1.2l.2-.1c.2-.2.4-.5.3-.7zm.6 9.1c.8.4 1.8.8 2.8 1.2h.2c.2 0 .4-.1.5-.3.1-.3 0-.5-.3-.7-1-.4-1.9-.8-2.8-1.2-.3-.1-.5 0-.7.3-.1.3.1.6.3.7zm-3.1-4.6c-.1-.3-.3-.4-.6-.4-.3.1-.4.3-.4.6.2.8.5 1.7 1 2.7.1.2.2.2.3.3.1 0 .2.1.2.1.2 0 .3-.1.4-.2.1-.2.1-.5-.1-.7-.3-.9-.7-1.7-.8-2.4zm14.2 9.3c2.7 1.1 2.9 1.1 3 1.1.3 0 .5-.2.5-.5s-.2-.5-.5-.5c0 0-.4-.1-2.7-1-.3-.1-.5 0-.7.3 0 .2.2.5.4.6zm-5.6-2.3c.9.4 1.9.8 2.8 1.2h.2c.2 0 .4-.1.5-.3.1-.3 0-.5-.3-.7-.9-.4-1.8-.8-2.8-1.2-.3-.1-.5 0-.7.3 0 .3.1.6.3.7zm19.2 1.7c.1 0 .2 0 .2-.1.9-.5 1.8-.9 2.7-1.2.3-.1.4-.4.3-.6s-.4-.4-.6-.3c-1 .4-1.9.8-2.8 1.3-.2.1-.3.4-.2.7 0 .1.2.2.4.2zm-4.9 3.4c.1 0 .2 0 .3-.1.7-.6 1.4-1.3 2.3-1.8.2-.2.3-.5.1-.7-.2-.2-.5-.3-.7-.1-.9.6-1.7 1.3-2.4 1.9-.2.2-.2.5 0 .7.1.1.3.1.4.1zm10.5-5.6h.1c1-.3 1.9-.5 2.9-.6.3 0 .5-.3.4-.6 0-.3-.3-.5-.6-.4-1 .1-2 .4-3 .6-.3.1-.4.3-.4.6.1.2.3.4.6.4zm-14.8 38.6c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7.7.8 1.5 1.5 2.2 2.1.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.1-.5-.1-.7-.7-.6-1.4-1.3-2.1-2zm4.6 3.5c-.2-.1-.5 0-.7.2-.1.2 0 .5.2.7.8.4 1.5.7 2.2 1l.5.2h.2c.2 0 .4-.1.5-.3.1-.3 0-.5-.3-.7l-.5-.2c-.6-.3-1.4-.6-2.1-.9zm10.3 34.1c0 .2.3.4.5.4h.1c.3 0 .5-.3.4-.6-.1-.9-.2-1.9-.2-2.9 0-.3-.2-.5-.5-.5s-.5.2-.5.5c0 1.2.1 2.2.2 3.1zm.6-15c0 .9-.1 1.8-.2 3 0 .3.2.5.5.5s.5-.2.5-.5c.1-1.2.2-2.1.2-3 0-.3-.2-.5-.5-.5-.2 0-.5.2-.5.5zm1.1 17.7c-.1-.3-.4-.4-.6-.3-.3.1-.4.4-.3.6.3 1 .8 1.9 1.3 2.8.1.2.3.2.4.2.1 0 .2 0 .3-.1.2-.1.3-.4.2-.7-.6-.7-1-1.6-1.3-2.5zm-1.8-8.8c0 .3.2.5.5.5s.5-.2.5-.4l.3-3c0-.3-.2-.5-.4-.5-.3 0-.5.2-.5.4-.3 1-.4 2-.4 3zm6.2 16.6c.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.1-.5-.1-.7-.8-.6-1.5-1.3-2.1-2-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7.6.7 1.4 1.4 2.2 2.1zm-5.5-31.9c-.3.1-.4.3-.4.6.2.9.3 1.8.4 2.9 0 .3.2.4.5.4s.5-.2.5-.5c-.1-1.1-.2-2.1-.4-3-.1-.4-.4-.5-.6-.4zm-5.4-10.2c-.2-.2-.5-.1-.7.1-.2.2-.1.5.1.7.8.5 1.5 1.1 2.1 1.9.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.3-.5.1-.7-.7-.8-1.5-1.5-2.3-2.1zm4.1 7.9c.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.6-.4-1-.8-2-1.2-2.8-.1-.2-.4-.3-.7-.2-.2.1-.3.4-.2.7.4.7.8 1.6 1.1 2.6zm-3.4 106.5c-.3-1-.6-1.9-.8-2.8-.1-.3-.3-.4-.6-.4-.3.1-.4.3-.4.6.2.9.4 1.9.8 3 .1.2.3.3.5.3h.2c.2-.2.4-.5.3-.7zm-1.7 19.6c-.7.7-1.4 1.4-2.1 2-.2.2-.2.5-.1.7.1.1.2.2.4.2.1 0 .2 0 .3-.1.7-.6 1.5-1.3 2.2-2.1.2-.2.2-.5 0-.7-.2-.3-.5-.3-.7 0zm-1.6-30.6h.2c.3-.1.4-.4.3-.6-.3-.8-.4-1.5-.4-2.4v-.4c0-.3-.2-.5-.5-.5s-.5.2-.5.5v.5c0 1.1.2 1.9.5 2.7 0 .1.2.2.4.2zm.8 1.9c-.3.1-.4.4-.3.6.3.9.5 1.8.6 2.9 0 .2.3.4.5.4h.1c.3 0 .5-.3.4-.6-.2-1.1-.4-2-.6-3-.1-.3-.4-.4-.7-.3zm-3.6 32.6c-.9.8-1.6 1.5-2.1 2.3-.2.2-.1.5.1.7.1.1.2.1.3.1.2 0 .3-.1.4-.2.5-.7 1.1-1.3 2-2.1.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7-.1zm2.8-40.4h.1c.2 0 .4-.1.5-.4.1-.3.2-.5.3-.8 0 0 .1-.3 1.1-1.6.2-.2.1-.5-.1-.7-.2-.2-.5-.1-.7.1-1.2 1.4-1.3 1.8-1.3 1.9l-.3.9c0 .2.1.5.4.6zm4.8 23.2h.1c.3-.1.4-.4.3-.6-.3-1-.6-1.9-1-2.9-.1-.3-.4-.4-.6-.3-.3.1-.4.4-.3.6.3.9.7 1.9 1 2.8 0 .2.2.4.5.4zm4.6-35.5c-.7.7-1.4 1.4-2.1 2.2-.2.2-.2.5 0 .7.1.1.2.1.3.1.1 0 .3-.1.4-.2.7-.7 1.4-1.5 2.1-2.1.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0zm-4.5 43.4c-.3-.1-.5.1-.6.3-.1.5-.3 1.1-.5 1.6-.1.4-.3.7-.5 1.1-.1.2 0 .5.2.7.1 0 .2.1.2.1.2 0 .4-.1.4-.3.2-.4.4-.8.5-1.2.2-.6.4-1.2.5-1.7.2-.3.1-.5-.2-.6zm-1.7-36.1c.1.1.2.1.3.1.1 0 .3-.1.4-.2.6-.7 1.3-1.5 2-2.2.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0-.7.8-1.4 1.5-2 2.3-.2.2-.2.5 0 .7zm2.1 30.1c-.3 0-.5.3-.4.5 0 .5.1.9.1 1.4 0 .5 0 1-.1 1.5 0 .3.2.5.4.5h.1c.3 0 .5-.2.5-.4.1-.5.1-1.1.1-1.6s0-1-.1-1.5c-.1-.2-.3-.4-.6-.4zM229.5 202.2c-.2.3-.4.9 0 1.7.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.5.3-.9.5-1.2.9zm.5 10.5h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.4.2-.7.4-1 .8-.2.3-.4.9 0 1.7-.1.3.1.4.3.4zm5.9-3.2c-.2.3-.4.9 0 1.7.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.5.3-.9.5-1.2.9zm.5 10.5h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.4.2-.7.4-1 .8-.2.3-.4.9 0 1.7-.1.3.1.4.3.4zm73.6-15.4c-.2.3-.4.9 0 1.7.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.5.2-.9.5-1.2.9zm.5 10.5h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.4.2-.7.4-1 .8-.2.3-.4.9 0 1.7-.1.2.1.4.3.4zm5.9 5.1c-.2.3-.4.9 0 1.7.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.5.2-.9.5-1.2.9zm.5 10.5h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.4.2-.7.4-1 .8-.2.3-.4.9 0 1.7-.1.3.1.4.3.4zm-156.3-5.2c-.2.3-.4.9 0 1.7.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.6.3-1 .5-1.2.9zm.4 10.5h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.4.2-.7.4-1 .8-.2.3-.4.9 0 1.7-.1.3.1.4.3.4zm-6.6-25.3c-.2.3-.4.9 0 1.7.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.6.2-1 .5-1.2.9zm.4 10.5h.2c.3-.1.4-.4.3-.7-.2-.5-.1-.7 0-.8.2-.4.9-.5 1.1-.6.2 0 .4-.2.4-.4s-.1-.4-.2-.5c-.7-.4-1.1-2.5-1.2-3.9 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5 0 .5.2 2.7 1.1 4-.4.2-.7.4-1 .8-.2.3-.4.9 0 1.7-.1.2.1.4.3.4zm733-29.5V61.3c0-3.9-2.7-7.1-6.5-7.1h-97.8c-.6 0-.7.5-.7 1.1v142.5c0 .6.2 1.5.7 1.5h97.8c3.8-.1 6.5-3.7 6.5-7.6zm-103-135.5h96.5c2.8 0 4.5 2.3 4.5 5.1v130.4c0 2.8-1.8 5.5-4.5 5.5h-96.5v-141z'/><path d='M835.4 91.3c4.9 0 9.6 1.9 13.2 5.3.4.4 1 .4 1.4 0s.4-1 0-1.4c-3.9-3.8-9.1-5.8-14.6-5.8-11.6 0-21.1 9.5-21.1 21.1 0 1.8.2 3.5.6 5.2.1.5.5.8 1 .8h.2c.5-.1.9-.7.7-1.2-.4-1.5-.6-3.1-.6-4.7.1-10.7 8.6-19.3 19.2-19.3zm0 40.3c2.2 0 4.4-.3 6.5-1 .5-.2.8-.7.6-1.3-.2-.5-.7-.8-1.3-.6-1.9.6-3.9.9-5.9.9-6.5 0-12.5-3.2-16-8.7-.3-.5-.9-.6-1.4-.3-.5.3-.6.9-.3 1.4 4 6 10.6 9.6 17.8 9.6zm12-4c.2 0 .4-.1.6-.2 5.3-4 8.5-10.3 8.5-16.9 0-4-1.1-7.9-3.2-11.2-.3-.5-.9-.6-1.4-.3-.5.3-.6.9-.3 1.4 1.9 3 2.9 6.6 2.9 10.2 0 6.1-2.8 11.7-7.7 15.3-.4.3-.5 1-.2 1.4.2.2.5.3.8.3z'/><path d='M844.9 121.8c.1 0 .2 0 .3-.1 1.8-1.6 3.3-3.7 4.1-5.9.1-.3 0-.5-.3-.6-.3-.1-.5 0-.6.3-.8 2.1-2.1 4-3.8 5.5-.2.2-.2.5 0 .7 0 0 .2.1.3.1zm4.4-11.3c0 .3.2.5.5.5s.5-.2.5-.5c0-8.2-6.7-14.9-14.9-14.9-1.3 0-2.5.2-3.8.5-.3.1-.4.3-.4.6.1.3.3.4.6.4 1.1-.3 2.3-.4 3.5-.4 7.8-.2 14 6.1 14 13.8zM827 98.1c-2.9 2-5.1 5-6 8.4-.1.3.1.5.4.6h.1c.2 0 .4-.1.5-.4.9-3.2 2.9-6 5.6-7.8.2-.2.3-.5.1-.7-.2-.2-.5-.2-.7-.1zm-5.3 15.2c-.1-.3-.3-.4-.6-.4-.3.1-.4.3-.4.6 1.4 6.9 7.6 11.9 14.6 11.9 1 0 2-.1 3-.3.3-.1.4-.3.4-.6-.1-.3-.3-.4-.6-.4-.9.2-1.9.3-2.8.3-6.5 0-12.2-4.7-13.6-11.1zm-18.9 49.9h65v2h-65zm0-86h65v2h-65zm8 93h49v1h-49zm57.6-43.6c-1.7-.4-3.7-.1-5.6.9-.3.2-.5.3-.8.5.3-.7.5-1.5.7-2.2.1.1.2.1.4.1.2.1.5.2.8.2.4 0 .8-.1 1.2-.4.6-.4.9-.9 1.2-1.4.9-1.5 1.4-3.2 1.4-4.9 0-.2-.1-.3-.2-.4-.1-.1-.3-.1-.4-.1-.8.2-1.5.5-2.1 1 .2-.8.2-1.7-.1-2.6-.4-1.7-1.3-3-2.5-3.8-.1-.1-.3-.1-.4 0-.1.1-.3.2-.3.3-.5 1.6-.6 3.4-.3 5.1v.2c-.5-.6-1.1-1-1.8-1.3-.1-.1-.3-.1-.4 0-.1.1-.2.2-.3.4-.3 1.7-.1 3.5.5 5.1.1.3.2.6.4.9-.5-.7-1.1-1.2-1.8-1.6-.1-.1-.3-.1-.4 0-.1.1-.3.2-.3.3-.5 1.8-.5 3.7-.2 5.6-.3-.6-.7-1.2-1.1-1.7-.1-.1-.3-.2-.4-.2-.2 0-.3.1-.4.2-1.2 2-2 4.2-2.2 6.5-.1-1-.4-1.9-.8-2.8-.1-.1-.2-.2-.4-.3-.2 0-.3 0-.4.1-1.7 1.6-3.1 3.5-4 5.7 0-.8-.1-1.6-.2-2.4 0-.2-.1-.3-.3-.4-.1-.1-.3-.1-.4 0-2 .9-3.6 2.7-4.5 5.1-.9 2.1-.9 4.2-.2 5.8-.8.2-1.7.3-2.5.4-.3 0-.5.3-.5.5 0 .3.2.5.5.5 1.1-.1 2.1-.3 3.1-.5 0 0 0 .1.1.1v.1c-.1 1 .4 2 1.3 2.6.8.6 1.8.8 2.6.9.8.1 1.7.2 2.5.2 1.8 0 3.6-.3 5.4-.9.1-.1.3-.2.3-.3 0-.1 0-.3-.1-.4-1.2-1.8-3.3-3.2-5.9-3.7-.4-.1-.8-.2-1.3-.2.9-.4 1.7-.8 2.6-1.2 0 0 0 .1.1.1v.1c.1.9.8 1.8 1.8 2.3.7.3 1.6.4 2.3.4h.4c2.6-.1 5.2-.8 7.4-2.1.1-.1.2-.2.2-.4s0-.3-.1-.4c-1.5-1.5-3.8-2.4-6.4-2.5-.8 0-1.5 0-2.2.2.9-.7 1.7-1.4 2.5-2.2v.1c.4.8 1.2 1.4 2.2 1.5h.4c.8 0 1.5-.2 2-.4 2.2-.8 4.2-2.2 5.8-3.9.1-.1.1-.3.1-.4 0-.2-.1-.3-.3-.4-1.7-.9-3.9-1-6.2-.4-.4.1-.8.3-1.2.5.5-.7 1-1.5 1.5-2.3.4.5 1.1.7 1.8.7h.4c.8-.1 1.5-.5 2.1-.9 1.8-1.2 3.3-2.8 4.3-4.6.1-.1.1-.3 0-.4-.1-.1-.2-.2-.4-.2zm-15.1 20.9c-2.2.6-4.5.8-6.7.4-.7-.1-1.5-.3-2.2-.7-.6-.4-1-1.1-.9-1.7 0-.1 0-.2-.1-.3 1.7-1 3.9-.8 5-.5 2 .5 3.8 1.5 4.9 2.8zm2.3-6.7c2 .1 3.9.7 5.2 1.8-2 1-4.2 1.6-6.4 1.6-.7 0-1.5 0-2.2-.3-.7-.3-1.1-.9-1.2-1.4 0-.1 0-.2-.1-.3 1.5-1.3 3.5-1.4 4.7-1.4zm8-19.3l-.1.1c0-.1 0-.1.1-.1zm1.9 2.3c-.2.4-.5.8-.9 1.1-.3.2-.8.3-1 .1h-.1c-.1-1.1.5-2.2.8-2.8.7-1 1.5-1.7 2.4-2.1-.1 1.3-.5 2.5-1.2 3.7zm-3-9c.7.7 1.3 1.6 1.5 2.8.2.7.3 1.9-.2 2.9h-.1c-.1 0-.3 0-.4-.1h-.1c-.2-.1-.3-.2-.4-.4-.3-.4-.4-.9-.5-1.3-.2-1.3-.1-2.6.2-3.9zm-2.6 4.2c.8.5 1.5 1.4 2 2.5.2.5.4 1.2.4 2-.1.3-.1.6-.2.9h-.1c-.3.1-.7-.1-1-.3-.3-.3-.5-.8-.7-1.2-.4-1.2-.5-2.5-.4-3.9zm.4 5.8c.4.4 1 .7 1.5.7-.2.7-.4 1.4-.6 2 0-.3-.1-.6-.2-.9-.2-.8-.5-1.5-.9-2.1 0 .2.1.3.2.3zm-2.2-1c.9.7 1.6 1.8 2 3.1.2.8.5 2.2-.1 3.4h-.2c-.4.1-.8-.1-1.1-.5-.3-.4-.5-1-.6-1.5-.3-1.5-.3-3 0-4.5zm-.2 6.6c.4.5 1 .8 1.6.9-.5.9-1.1 1.8-1.7 2.7.1-.5.1-.9.1-1.4 0-.9-.1-1.7-.3-2.5.2.1.3.2.3.3zm-3.9 3c.2-1.9.8-3.8 1.7-5.5.9 1.2 1.3 2.8 1.3 4.6 0 1-.2 2.8-1.4 4.1-.1 0-.1-.1-.2-.1-.5-.1-1-.5-1.2-1.1-.3-.6-.3-1.4-.2-2zm-1.4 3.9c.2-.8.4-1.6.4-2.4 0 .3.1.5.2.8.3.8.9 1.4 1.7 1.6-1.2 1.2-2.5 2.2-3.9 3.1.6-.7 1.2-1.8 1.6-3.1zm-4.6-.2c.8-2.1 2-4 3.6-5.5.6 1.6.6 3.5 0 5.5-.3 1.1-1.1 3-2.8 4l-.2-.2c-.5-.2-.9-.9-1-1.6-.1-.8.2-1.6.4-2.2zm-5.1 1.7c.8-1.9 2-3.4 3.4-4.2.3 2.2 0 4.4-.6 6.5-.2.6-.5 1.4-1 2-.5.5-1.2.8-1.8.6h-.3c-.7-1.8-.1-3.8.3-4.9zm3.7 2.6c.1-.3.2-.7.3-1 .3.6.7 1.2 1.3 1.4h.1l.1.1c-.9.4-1.7.8-2.6 1.1.4-.5.6-1.1.8-1.6zm13.7-6.5c1.7-.5 3.4-.5 4.8 0-1.4 1.4-3.1 2.5-4.9 3.1-.5.2-1.3.4-1.9.4-.6-.1-1.2-.4-1.4-.9 0-.1-.1-.1-.1-.2.8-1.4 2.5-2.1 3.5-2.4zm3.5-3.8c-.4.3-1 .6-1.6.7-.6.1-1.1-.1-1.4-.5 0-.1-.1-.1-.1-.1.1-.2.1-.3.2-.5v-.1c.6-1.1 1.7-1.9 2.4-2.3 1.4-.8 2.8-1.1 4.1-1-.8 1.6-2.1 2.8-3.6 3.8zm-57.4.9c.5.3 1.3.8 2.1.8h.3c.7 0 1.3-.3 1.8-.7.4.8.9 1.6 1.5 2.3-.4-.2-.8-.3-1.2-.5-2.2-.7-4.4-.5-6.2.4-.1.1-.2.2-.3.4s0 .3.1.4c1.6 1.7 3.6 3.1 5.8 3.9.6.2 1.3.4 2 .4h.4c1-.1 1.8-.7 2.2-1.5v-.1c.8.8 1.6 1.5 2.5 2.2-.7-.1-1.4-.2-2.2-.2-2.6.1-4.8 1-6.3 2.5-.1.1-.2.3-.1.4 0 .2.1.3.2.4 2.3 1.3 4.8 2 7.4 2.1h.4c.7 0 1.5-.1 2.3-.4 1-.5 1.7-1.3 1.8-2.3v-.1s0-.1.1-.1c.8.5 1.7.9 2.6 1.2-.4 0-.8.1-1.3.2-2.6.6-4.7 1.9-5.9 3.8-.1.1-.1.3-.1.4.1.1.2.3.3.3 1.7.6 3.5.9 5.3.9.9 0 1.7-.1 2.6-.2.8-.1 1.8-.3 2.6-.9.9-.6 1.4-1.6 1.3-2.6v-.1s0-.1.1-.1c1 .2 2 .4 3.1.5.3 0 .5-.2.5-.5s-.2-.5-.5-.5c-.9-.1-1.7-.2-2.5-.4.7-1.6.6-3.7-.3-5.8-1-2.4-2.6-4.2-4.5-5.1-.1-.1-.3-.1-.4 0-.1.1-.2.2-.3.4-.1.8-.2 1.6-.2 2.4-.9-2.2-2.3-4.1-4.1-5.7-.1-.1-.3-.1-.4-.1-.2 0-.3.1-.4.3-.4.8-.7 1.8-.8 2.8-.2-2.3-1-4.6-2.2-6.5-.1-.1-.2-.2-.4-.2-.1 0-.3 0-.4.2-.5.5-.8 1.1-1.1 1.7.4-1.8.3-3.8-.2-5.6 0-.1-.2-.3-.3-.3-.1-.1-.3 0-.4 0-.7.4-1.3 1-1.8 1.6.2-.3.3-.6.4-.9.6-1.6.7-3.4.4-5.1 0-.2-.1-.3-.3-.4-.1-.1-.3-.1-.4 0-.7.3-1.2.7-1.8 1.3v-.2c.3-1.7.2-3.5-.4-5.1 0-.1-.2-.3-.3-.3-.1-.1-.3 0-.4.1-1.2.8-2.1 2.1-2.5 3.8-.2.9-.2 1.8-.1 2.6-.7-.5-1.4-.9-2.1-1-.2 0-.3 0-.4.1-.1.1-.2.2-.2.4.1 1.7.6 3.4 1.5 4.9.3.4.6 1 1.2 1.4.4.3.8.4 1.2.4.3 0 .6-.1.8-.2.1 0 .3 0 .4-.1.2.8.4 1.5.7 2.2-.2-.2-.5-.3-.8-.5-1.9-1-3.8-1.4-5.6-.9-.2 0-.3.1-.3.3-.1.1-.1.3 0 .4 1.2 1.6 2.7 3.2 4.5 4.4zm13.4 10.4c-.1.6-.5 1.1-1.2 1.4-.7.3-1.6.3-2.2.3-2.2-.1-4.4-.6-6.4-1.6 1.3-1.1 3.1-1.7 5.2-1.8 1.1 0 3.2.1 4.7 1.4 0 .2 0 .2-.1.3zm7.6 3.1c.1.6-.3 1.3-.9 1.7-.7.5-1.5.6-2.2.7-2.2.4-4.6.2-6.7-.4 1.1-1.3 2.8-2.3 4.9-2.8 1.1-.3 3.3-.5 5 .5-.1.1-.1.2-.1.3zm-13.4-8c-.2.5-.7.8-1.4.9-.7.1-1.4-.1-2-.3-1.8-.7-3.5-1.7-4.9-3.1 1.4-.5 3.1-.5 4.8 0 1 .3 2.7 1 3.6 2.4 0 0-.1 0-.1.1zm10.5-3c1.5.9 2.7 2.3 3.4 4.2.4 1.1 1 3.1.3 4.9h-.3c-.6.1-1.2-.1-1.8-.6-.5-.5-.8-1.3-1.1-2-.5-2-.7-4.3-.5-6.5zm-.6 5.8c.1.3.2.7.3 1 .2.5.4 1.2.8 1.7-.9-.3-1.8-.7-2.6-1.1 0 0 .1 0 .1-.1h.1c.6-.3 1.1-.8 1.3-1.5zm-4.7-8.7c1.6 1.5 2.8 3.4 3.6 5.5.2.6.5 1.4.4 2.2-.1.7-.5 1.3-1 1.6-.1 0-.2.1-.2.2-1.7-1-2.5-2.9-2.8-4-.6-2-.6-3.9 0-5.5zm-1.4 3.3c.1.8.2 1.6.4 2.4.4 1.3.9 2.3 1.7 3.2-1.4-.9-2.8-2-4-3.1.7-.2 1.3-.8 1.7-1.6.1-.3.2-.6.2-.9zm-2.7-7c1 1.7 1.6 3.6 1.7 5.5.1.6.1 1.3-.2 2-.2.6-.7 1-1.2 1.1-.1 0-.2 0-.2.1-1.2-1.2-1.4-3.1-1.4-4.1 0-1.8.4-3.4 1.3-4.6zm-2 2.2c-.2.8-.3 1.6-.2 2.5 0 .5.1 1 .1 1.4-.6-.9-1.2-1.7-1.7-2.7.6-.1 1.2-.4 1.6-.9 0-.1.1-.2.2-.3zm-.4-6.3c.3 1.5.3 3 0 4.5-.1.5-.3 1-.6 1.5-.3.4-.7.6-1.1.5h-.2c-.6-1.2-.3-2.6-.1-3.4.4-1.3 1.1-2.4 2-3.1zm-2.9 2.9c-.1.3-.1.4-.2.7-.2-.7-.4-1.2-.6-2.2.5 0 1.1-.1 1.5-.5.1-.1.2-.1.2-.2-.4.6-.7 1.4-.9 2.2zm-2.6-5.2zm3.7-2.4c.1 1.3-.1 2.6-.5 3.9-.1.4-.3.9-.7 1.2-.3.3-.7.4-1 .3h-.1c-.1-.3-.1-.6-.2-.9 0-.8.2-1.5.4-2 .6-1.1 1.3-2 2.1-2.5zm-4.2-1.5c.3-1.1.8-2.1 1.5-2.8.3 1.3.4 2.6.1 3.9-.1.4-.2.9-.5 1.3-.1.2-.3.3-.4.4h-.1c-.1.1-.3.1-.4.1h-.2c-.3-1-.1-2.2 0-2.9zm.6 7.4h-.1c-.3.1-.7.1-1-.1-.4-.3-.7-.7-.9-1-.7-1.1-1.1-2.4-1.3-3.7.9.4 1.7 1.1 2.4 2.1.4.5 1 1.5.9 2.7zm.1 3.4c.7.4 1.8 1.1 2.4 2.3v.1c.1.2.1.3.2.5-.1 0-.1.1-.1.1-.3.4-.8.5-1.3.5-.6-.1-1.2-.4-1.6-.7-1.5-.9-2.7-2.2-3.7-3.7 1.3-.2 2.8.1 4.1.9zm28 49.6c-2.4 0-4.4 2-4.4 4.4 0 2.4 2 4.4 4.4 4.4s4.4-2 4.4-4.4c-.1-2.5-2-4.4-4.4-4.4zm0 7.7c-1.9 0-3.4-1.5-3.4-3.4s1.5-3.4 3.4-3.4 3.4 1.5 3.4 3.4-1.6 3.4-3.4 3.4zm44.7-3.6c-.3-.1-.5.1-.6.4-.1.2.1.4.2.6 0 .2.1.4.3.5.1 0 .1.1.2.1.2 0 .4-.1.4-.3.1-.2.1-.5 0-.8 0-.3-.2-.4-.5-.5zm3 4.1c-.3-.1-.5.1-.6.4-.1.2.1.4.2.6 0 .2.1.4.3.5.1 0 .1.1.2.1.2 0 .4-.1.4-.3.1-.2.1-.5 0-.8 0-.3-.2-.5-.5-.5zm-.4-8h.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.5c-.3 0-.5.2-.5.5s.3.5.5.5zm-3.1 14.2l-.8-.3c-.3-.1-.5 0-.6.3-.1.3 0 .5.3.6l.8.3h.2c.2 0 .4-.1.5-.3 0-.2-.1-.5-.4-.6zm-8.9 1.1c-.2-.2-.5-.2-.7 0s-.2.5 0 .7l.5.5c.1.1.2.1.4.1.1 0 .3 0 .4-.1.2-.2.2-.5 0-.7l-.6-.5zm42.8-122.6c-21.5 21.5-21.5 56.6 0 78.1 10.8 10.8 24.9 16.2 39.1 16.2 14.1 0 28.3-5.4 39.1-16.2 18.8-18.8 21.2-48 7.1-69.5l27.9-27.9c.8-.8 1.3-1.9 1.3-3.1 0-1.2-.5-2.3-1.3-3.1L1017 36c-1.7-1.7-4.5-1.7-6.2 0L983 63.9c-21.4-14.2-50.6-11.8-69.5 7zm76.8 76.8c-14.4 14.4-35.2 18.8-53.5 13.2l.6-.6c.2-.2.2-.5 0-.7s-.5-.2-.7 0l-.8.8c-.1.1-.1.1-.1.2-7.6-2.5-14.8-6.8-20.8-12.9-20.8-20.8-20.8-54.6 0-75.3 10.4-10.4 24-15.6 37.7-15.6 13.6 0 27.3 5.2 37.7 15.6 20.6 20.7 20.6 54.5-.1 75.3zm22-110.3c.9-.9 2.4-.9 3.3 0l9.6 9.6c.4.4.7 1 .7 1.7 0 .6-.2 1.2-.7 1.7L997.6 78c-1.8-2.5-3.7-4.8-5.9-7s-4.6-4.2-7-5.9l27.6-27.7z'/><path d='M952.6 61.1c-13.1 0-25.3 5.1-34.6 14.3-3.7 3.7-6.8 7.9-9.1 12.5l-1.1-1.1c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l1.1 1.1c.1.1.2.1.3.1-.7 1.5-1.3 2.9-1.9 4.5l-.8-.8c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l.8.8c.1.1.2.1.4.1h.1c-1.7 5.1-2.7 10.5-2.7 16 0 13.1 5.1 25.3 14.3 34.6s21.5 14.3 34.6 14.3c11.1 0 21.6-3.7 30.2-10.5v.3c.1.3.1.6 0 .9-.1.3-.3.5-.6.7-.3.1-.4.4-.3.7.1.2.3.3.5.3h.2c.5-.2.9-.7 1.1-1.2.2-.6.2-1.2-.1-1.7-.1-.1-.2-.2-.4-.3 1.3-1.1 2.6-2.2 3.8-3.4 9.2-9.2 14.3-21.5 14.3-34.6s-5.1-25.3-14.3-34.6-21.3-14.4-34.4-14.4zm33.9 82.8c-9 9-21.1 14-33.9 14-12.8 0-24.8-5-33.9-14-9-9-14-21.1-14-33.9 0-12.8 5-24.8 14-33.9 5.9-5.9 13.1-10.1 20.9-12.3-6.7 2.1-13.1 5.9-18.4 11.2-17.1 17.1-17.9 44.6-1.8 62.6.4.4 1 .4 1.4.1.4-.4.4-1 .1-1.4-15.4-17.2-14.7-43.5 1.7-59.9 17-17 44.7-17 61.7 0s17 44.7 0 61.7c-5.7 5.7-12.8 9.7-20.6 11.6-.5.1-.9.7-.7 1.2.1.5.5.8 1 .8h.2c8.1-2 15.6-6.1 21.5-12.1 15.9-15.9 17.6-40.6 5.1-58.4 6.3 8.3 9.7 18.3 9.7 28.9 0 12.7-5 24.7-14 33.8zm22.2-90c.1 0 .1 0 0 0 .3 0 .5-.2.6-.4l.3-1.9c0-.3-.1-.5-.4-.6-.3-.1-.5.1-.6.4l-.3 1.9c0 .2.2.5.4.6zm11.1-.1c.1.1.2.1.3.1.2 0 .3-.1.4-.2.2-.2.1-.5-.1-.7l-2.3-1.5c-.2-.2-.5-.1-.7.1-.2.2-.1.5.1.7l2.3 1.5zm-27.4 6.8c-.2-.2-.5-.2-.7 0l-1.1 1.1c-.2.2-.2.5 0 .7.1.1.2.1.4.1s.3 0 .4-.1l1.1-1.1c.1-.2.1-.5-.1-.7zm16.3 2.8c.1.1.2.1.4.1s.3 0 .4-.1c.2-.2.2-.5 0-.7l-.4-.4c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l.3.4zm-6.1-9.6c.1 0 .3 0 .4-.1l1.1-1.1c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0l-1.1 1.1c-.2.2-.2.5 0 .7.1.1.2.1.3.1zm-8.3 15.4c.1.1.2.1.4.1s.3 0 .4-.1c.2-.2.2-.5 0-.7l-.4-.4c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l.3.4zm9.5 48.7h.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.8c-.3 0-.5.2-.5.5s.2.5.5.5zm-2.4-21.1c.2.8.3 1.6.9 1.8.1 0 .2.1.3.1.2 0 .3 0 .5-.2s.3-.5.1-.7c-.1-.2-.4-.3-.6-.2-.1-.2-.2-.7-.2-1 0-.2-.1-.5-.1-.7-.1-.3-.3-.4-.6-.4-.3.1-.4.3-.4.6 0 .2 0 .4.1.7zm-2.2-9.2c.4-.1.5-.1.7.2.1.1.2.2.4.2.1 0 .2 0 .3-.1.2-.2.3-.5.1-.7-.6-.8-1.2-.6-1.6-.6-.4.1-.5.1-.7-.2-.2-.2-.5-.3-.7-.1-.2.2-.3.5-.1.7.6.8 1.2.7 1.6.6zm-27.6-24.4c.1.1.2.1.4.1s.3 0 .4-.1c.2-.2.2-.5 0-.7l-1.5-1.5c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7l1.4 1.5zm-11.8-2.9c.1 0 .3 0 .4-.1l.4-.4c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0l-.4.4c-.2.2-.2.5 0 .7 0 0 .2.1.3.1zm-13.7-1.5c.1 0 .3 0 .4-.1l.4-.4c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0l-.4.4c-.2.2-.2.5 0 .7.1 0 .2.1.3.1zm-29.2 14c.1 0 .3 0 .4-.1l.4-.4c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0l-.4.4c-.2.2-.2.5 0 .7.1.1.2.1.3.1zm-6.4 7.4c.1.1.2.1.4.1s.3 0 .4-.1c.2-.2.2-.5 0-.7l-.8-.8c-.2-.2-.5-.2-.7 0s-.2.5 0 .7l.7.8zm-8.3 22.1l-.4.4c-.2.2-.2.5 0 .7.1.1.2.1.4.1s.3 0 .4-.1l.4-.4c.2-.2.2-.5 0-.7-.3-.2-.6-.2-.8 0zm.3 21.1h-.8c-.3 0-.5.2-.5.5s.2.5.5.5h.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm9.9 16.7h-.8c-.3 0-.5.2-.5.5s.2.5.5.5h.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm7.3 7.9c-.1-.3-.4-.4-.6-.3-.3.1-.4.4-.3.6l.4 1.1c.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.6l-.5-1.1zm8.3 7.4l-.4.4c-.2.2-.2.5 0 .7.1.1.2.1.4.1s.3 0 .4-.1l.4-.4c.2-.2.2-.5 0-.7-.3-.2-.7-.2-.8 0zm47.4.6l-2.6-.4c-.3 0-.5.1-.6.4 0 .3.1.5.4.6l2.6.4h.1c.2 0 .5-.2.5-.4.1-.3-.1-.6-.4-.6zm20.8-18.8l-.4.4c-.2.2-.2.5 0 .7.1.1.2.1.4.1s.3 0 .4-.1l.4-.4c.2-.2.2-.5 0-.7-.3-.2-.6-.2-.8 0zm3.1-6.1l-.8.8c-.2.2-.2.5 0 .7.1.1.2.1.4.1s.3 0 .4-.1l.8-.8c.2-.2.2-.5 0-.7s-.6-.2-.8 0z'/><path d='M956.7 150.8c-11.1.8-21.9-2.6-30.5-9.6-.4-.3-1.1-.3-1.4.1-.3.4-.3 1.1.1 1.4 8.1 6.6 18.2 10.1 28.6 10.1 1.1 0 2.2 0 3.3-.1.6 0 1-.5.9-1.1 0-.4-.5-.8-1-.8zm14.3-10.9c.1 0 .2 0 .2-.1 2.3-1.2 4.5-2.7 6.4-4.4.2-.2.2-.5.1-.7-.2-.2-.5-.2-.7-.1-1.9 1.7-4 3.1-6.3 4.3-.2.1-.3.4-.2.7.1.2.3.3.5.3zm-47-54.6c3.7-5 8.8-9 14.5-11.5.3-.1.4-.4.3-.7-.1-.3-.4-.4-.7-.3-5.9 2.6-11 6.7-14.9 11.9 0 0 0 .1-.1.1-.2-.1-.3-.1-.5-.1-.3 0-.5.2-.5.5s.2.5.5.5.6.3.6.6-.3.6-.6.6-.6-.3-.6-.6-.2-.5-.5-.5-.5.2-.5.5c0 .9.7 1.6 1.6 1.6.9 0 1.6-.7 1.6-1.6 0-.4-.1-.7-.3-.9l.1-.1zm-262.1 31.6c6.6 0 13.2-1.7 18.9-4.8.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2-5.6 3.1-12 4.7-18.5 4.7-21.4 0-38.7-17.4-38.7-38.7 0-21.4 17.4-38.7 38.7-38.7s38.7 17.4 38.7 38.7c0 12-5.4 23.1-14.8 30.5-.2.2-.3.5-.1.7.2.2.5.3.7.1 9.6-7.6 15.2-19 15.2-31.2 0-21.9-17.8-39.7-39.7-39.7s-39.7 17.8-39.7 39.7c0 21.8 17.8 39.6 39.8 39.6z'/><path d='M661.9 46.6c-16.9 0-30.6 13.7-30.6 30.6 0 16.9 13.7 30.6 30.6 30.6 16.9 0 30.6-13.7 30.6-30.6 0-16.9-13.8-30.6-30.6-30.6zm0 59.2c-15.8 0-28.6-12.8-28.6-28.6s12.8-28.6 28.6-28.6 28.6 12.8 28.6 28.6-12.9 28.6-28.6 28.6zm51.3-65.2c5.5 0 9.9-4.5 9.9-10s-4.5-9.9-9.9-9.9-10 4.5-10 9.9 4.5 10 10 10zm0-17.9c4.4 0 7.9 3.6 7.9 7.9 0 4.4-3.6 8-7.9 8-4.4 0-8-3.6-8-8 0-4.3 3.6-7.9 8-7.9z'/><path d='M643.4 60.7c.1 0 .3-.1.4-.2 1.9-2.1 4.1-3.8 6.5-5.1.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2-2.5 1.4-4.8 3.1-6.8 5.3-.2.2-.2.5 0 .7.1.2.3.2.4.2zm28 39.1c-3 1.3-6.2 1.9-9.6 1.9-4.7 0-9.1-1.3-12.8-3.6l7.9-9.6c.2-.2.1-.5-.1-.7-.2-.2-.5-.1-.7.1l-7.9 9.7c-1.6-1-3-2.3-4.3-3.6l16.9-20.6c.2-.2.1-.5-.1-.7-.2-.2-.5-.1-.7.1l-16.8 20.5c-3.7-4.3-6-9.9-6-16 0-4.6 1.3-9.1 3.7-13 .1-.2.1-.5-.2-.7-.2-.1-.5-.1-.7.2-2.5 4.1-3.9 8.8-3.9 13.6 0 14.1 11.5 25.6 25.6 25.6 3.5 0 6.8-.7 10-2 .3-.1.4-.4.3-.7 0-.5-.3-.6-.6-.5zm13.7-13.2c-.3-.1-.5 0-.7.3-1.4 3.3-3.7 6.4-6.4 8.8-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1 2.9-2.5 5.2-5.7 6.7-9.1.1-.4-.1-.7-.3-.8z'/><path d='M661.9 51.6c-1.8 0-3.7.2-5.5.6-.3.1-.4.3-.4.6s.3.4.6.4c1.7-.4 3.5-.6 5.3-.6 6.8 0 12.9 2.8 17.4 7.2l-18 22c-.2.2-.1.5.1.7.1.1.2.1.3.1.1 0 .3-.1.4-.2l18-21.9c4 4.4 6.5 10.2 6.5 16.7 0 .3.2.5.5.5s.5-.2.5-.5c-.2-14.1-11.6-25.6-25.7-25.6z'/><path d='M759.7 46.1l-11.4-15.5c-.1-.1-.4-.2-.4-.3v-5.8c0-1.4-1.1-2.3-2.5-2.3h-2.5v-6.8c0-.6-.4-1.2-.9-1.2h-12.7c-.6 0-1.4.6-1.4 1.2v6.8h.3l-4.8-12.1c-.2-.4-.5-.9-.9-.9h-77.6c-.4 0-.9.3-1.1.6l-7 11.4V16c0-.6-.1-.7-.6-.7h-5.4v-1.8c0-.6-.2-1.2-.7-1.2h-7.6c-.6 0-.6.7-.6 1.2v1.8h-5.5c-.6 0-1.5.2-1.5.7v6.3h-6l1.9-2.1s0-.2.1-.2c0-.1.1-.2.1-.2 0-.1-.1-.2 0-.3l-.1-.1v-6.8c0-1-.7-2.2-1.8-2.2h-24.5c-1.1 0-1.7 1.2-1.7 2.2v6.8l-.1.1v.2c0 .1.1.1.1.2 0 0 0 .2.1.3l1.9 2.1h-7.5c-1.4 0-2.4.8-2.4 2.3v100.3c0 1.4 1 2.4 2.4 2.4h168.1c1.4 0 2.5-1 2.5-2.4V42.6l5.9 7.9c.2.2.4.4.7.4h.2c.2 0 .4-.1.6-.2l4.4-3.2c.1-.4.2-1-.1-1.4zm-29.9-29.9h11v6h-1.9l-.1-.5v-3.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.5c0 .1.2.5.2.5h-2l-.2-.5v-3.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.5c0 .1.2.5.3.5h-2l-.2-.5v-3.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.5c0 .1.3.5.4.5h-2.4v-6zm-106-2h5v1h-5v-1zm-7 3h18v5h-1v-2.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.8h-2v-2.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.8h-2v-2.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.8h-1v-2.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.8h-2v-2.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.8h-2v-2.8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.8h-2v-5zm-8-4.5v4.6h-2v-2.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.5h-2v-2.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.5h-1v-2.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.5h-2v-2.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.5h-2v-2.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.5h-2v-2.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.5h-1v-2.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.5h-2v-2.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.5h-2v-4.6h24zm-24 6.2v-.6h24v.6l-2.7 3.4h-18.5l-2.8-3.4zm-7.6 5.3h60.1c.4 0 .7-.4.9-.7l7.2-12.3h76.3l4.8 12.1c.2.4.5.9.9.9h17.9c.3 0 .5 0 .5.3v20.7h-51.7c-8.2-8-19.7-13.5-32.3-13.5s-24 5.5-32.3 13.5h-12.8c-.2 0-.4.2-.6.3-2.1-3.9-6.3-6.6-11.1-6.6-4.7 0-8.8 2.3-11 6.3h-17.4V24.5c.2-.3.3-.3.6-.3zm129.1 74.1c3.5 0 6.4 2.9 6.4 6.4s-2.9 6.4-6.4 6.4-6.4-2.9-6.4-6.4 2.9-6.4 6.4-6.4zm-44.4-64.5c12.1 0 23.1 5 31 13.1l.3.3c7.5 7.8 12.1 18.4 12.1 30 0 23.9-19.4 43.3-43.3 43.3s-43.3-19.4-43.3-43.3c-.2-23.9 19.3-43.4 43.2-43.4zM605.1 41c5.9 0 10.6 4.8 10.6 10.6s-4.8 10.6-10.6 10.6-10.6-4.8-10.6-10.6S599.2 41 605.1 41zm140.2 84.2H619.9c.1 0-.1 0-.1-.1v-2.3c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.3c0 .1.3.1.3.1h-41.9c-.3 0-.4-.1-.4-.4V47.2h16.4c-.5 1-.8 2.8-.8 4.3 0 7 5.7 12.7 12.6 12.7 7 0 12.6-5.7 12.6-12.7 0-1.5-.3-3.3-.8-4.3h10.8c-7 8-11.2 18.5-11.2 29.9 0 25 20.3 45.4 45.3 45.4 14.7 0 27.9-7.1 36.1-18v.2c0 4.6 3.8 8.4 8.4 8.4 4.6 0 8.4-3.7 8.4-8.4s-3.8-8.4-8.4-8.4c-1.4 0-2.7.4-3.9 1 3-6.1 4.7-13 4.7-20.2 0-11.4-4.2-21.9-11.2-29.9h49.8v77.6c.2.3 0 .4-.3.4zm9.4-76.7l-6.6-8.9c-.1-.1-.4-.2-.4-.3v-5.9l9.6 13-2.6 2.1z'/><path d='M706.3 108.5c2.1 0 3.8-1.7 3.8-3.8 0-.3-.2-.5-.5-.5s-.5.2-.5.5c0 1.6-1.3 2.8-2.8 2.8s-2.8-1.3-2.8-2.8 1.3-2.8 2.8-2.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5c-2.1 0-3.8 1.7-3.8 3.8s1.7 3.8 3.8 3.8z'/><circle cx='713.2' cy='30.6' r='3.2'/><path d='M605.1 59.6c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8zm0-14c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6zm136.2 32c.3 0 .5-.2.5-.5v-3.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5v3.9c0 .3.2.5.5.5zm0 11.2c.3 0 .5-.2.5-.5v-2.4c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.4c0 .3.2.5.5.5zm0 7.7c.3 0 .5-.2.5-.5v-4.1c0-.3-.2-.5-.5-.5s-.5.2-.5.5V96c0 .2.2.5.5.5zm0 13.9c.3 0 .5-.2.5-.5v-2.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.6c0 .3.2.5.5.5zm0 9.7c-.3 0-.5.2-.5.5v4.2c0 .3.2.5.5.5s.5-.2.5-.5v-4.2c0-.2-.2-.5-.5-.5zm-6-3.2c-.3 0-.5.2-.5.5v2.5c0 .3.2.5.5.5s.5-.2.5-.5v-2.5c0-.3-.2-.5-.5-.5zm-13 3.2c-.3 0-.5.2-.5.5v1.9c0 .3.2.5.5.5s.5-.2.5-.5v-1.9c0-.2-.2-.5-.5-.5zm7-3.3c-.3 0-.5.2-.5.5v2.6c0 .3.2.5.5.5s.5-.2.5-.5v-2.6c0-.2-.2-.5-.5-.5zm-121 1.7c-.3 0-.5.2-.5.5v2.6c0 .3.2.5.5.5s.5-.2.5-.5V119c0-.3-.2-.5-.5-.5zm-11 3.7c-.3 0-.5.2-.5.5v1.9c0 .3.2.5.5.5s.5-.2.5-.5v-1.9c0-.3-.2-.5-.5-.5zm-8-30.7c-.3 0-.5.2-.5.5v1.6c0 .3.2.5.5.5s.5-.2.5-.5V92c0-.3-.2-.5-.5-.5zm0 10.6c-.3 0-.5.2-.5.5v1.6c0 .3.2.5.5.5s.5-.2.5-.5v-1.6c0-.3-.2-.5-.5-.5zm0 8.3c-.3 0-.5.2-.5.5v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.3-.2-.5-.5-.5zm0 7.8c-.3 0-.5.2-.5.5v2.9c0 .3.2.5.5.5s.5-.2.5-.5v-2.9c0-.3-.2-.5-.5-.5zm-7-38.5c-.3 0-.5.2-.5.5v3c0 .3.2.5.5.5s.5-.2.5-.5v-3c0-.3-.2-.5-.5-.5zm0-12.5c-.3 0-.5.2-.5.5v2.9c0 .3.2.5.5.5s.5-.2.5-.5v-2.9c0-.3-.2-.5-.5-.5zm0 19c-.3 0-.5.2-.5.5v1.2c0 .3.2.5.5.5s.5-.2.5-.5v-1.2c0-.3-.2-.5-.5-.5zm0 8.5c-.3 0-.5.2-.5.5v6c0 .3.2.5.5.5s.5-.2.5-.5v-6c0-.2-.2-.5-.5-.5zm0 26.5c-.3 0-.5.2-.5.5v3.2c0 .3.2.5.5.5s.5-.2.5-.5v-3.2c0-.3-.2-.5-.5-.5zm186.3 66h-2.8c-3.3 0-6 2.5-6 5.8v170.7l6.4 22.9c.1.4.5.7 1 .7s.8-.3 1-.7l6.5-22.9c0-.1.1-.2.1-.3V193.1c0-3.4-2.9-5.9-6.2-5.9zm-.8 168.4V210.7c0-.3-.2-.5-.5-.5s-.5.2-.5.5v144.7l-5 6V209.2h11V359l-5 1.6v-5zm-6-150.4h11v3h-11v-3zm11-1h-11v-4h11v4zm-7.1-15h2.8c2.2 0 4.2 1.6 4.2 3.8v6.2h-11V193c.1-2.2 1.8-3.8 4-3.8zm1.5 193.2l-1.5-5.2h2.9l-1.4 5.2zm1.7-6.2h-3.5l-3.6-12.9v-.3l5-6v4.3c0 .2 0 .3.1.4.1.1.4.1.5.1l5.3-1.8v3.3l-3.8 12.9zm-16.9-221h-5.2v-6.7c0-.6 0-1.3-.5-1.3h-16.7c-.6 0-.8.7-.8 1.3v80.1c0 .6.2.6.8.6h.2v115.5c0 .6.6 1.5 1.1 1.5h14c.6 0 .9-.9.9-1.5V229.2h.5c.6 0 .5-.1.5-.6v-17c1 1.1 2.4 1.6 3.7 1.6h1.5c.6 0 .8-.3.8-.8v-56.3c0-.6-.3-.9-.8-.9zm-21.2-6h14v78h.1-14.1v-78zm13 195h-12v-115h12v115zm7-133h-.3c-1 0-1.7-.6-1.7-1.7v-1.7c0-1 .7-1.8 1.7-1.8.2 0 .3 0 .3-.1v5.3zm0-7.1c0-.1-.4-.1-.6-.1-1.4 0-2.4.7-3.4 1.8v-48.5h4v46.8zm-7.9 142.1h-10c-.6 0-1 .4-1 1s.4 1 1 1h10c.6 0 1-.4 1-1s-.4-1-1-1zm-42.7-187h-16.8c-.1 0-.7.4-.7.4v-1.1c0-1.1-.6-2.3-1.8-2.3h-4.3c-1.1 0-1.9 1.2-1.9 2.3v1.2c0-.1-.5-.5-.7-.5h-87.3v-3.5c0-1.2-.5-2.5-1.7-2.5h-5.7c-1.2 0-2.6 1.4-2.6 2.5v3.5H572c-2.4 0-4.3 2.3-4.3 4.7v206.9c0 2.4 1.9 4.4 4.3 4.4h5.7V390c0 .4.2.7.5.9.1.1.3.1.4.1.2 0 .4-.1.6-.2l3.2-2.2 3.2 2.2c.3.2.5.2.8.1.3-.2.3-.5.3-.9v-14.8H674c.2 0 .7-.2.7-.3v1.2c0 1.2.8 2.1 1.9 2.1h4.3c1.1 0 1.8-.9 1.8-2.1V375s.5.2.7.2h16.8c7 0 12.6-5.8 12.6-12.8V172.3c0-7-5.6-13.1-12.6-13.1zm-121.4-3.4c0-.1.6-.5.6-.5h5.7c.1 0-.3.5-.3.5v3.5h-6v-3.5zm6 232.3l-2-1.5c-.3-.2-.6-.2-1 0l-2 1.5v-12.9h5v12.9zm89.3-14.9h-3.3v-1.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.5h-97.7c-1.3 0-2.3-1.1-2.3-2.4V163.9c0-1.3 1-2.7 2.3-2.7h102c.2 0 .7.3.7.2v211.9c0-.1-.5-.1-.7-.1zm6.7 2.9c0 .1-.1.1 0 0l-3.9.1s-.1 0-.1-.1V158.3s0-.1.1-.1h3.8s.1 0 .1.1v217.8zm30-13.7c0 5.9-4.6 10.8-10.6 10.8h-5.4v-2.7c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.7h-10.3c-.1 0-.7-.1-.7 0V161.5s.5-.3.7-.3h16.8c5.9 0 10.6 5.2 10.6 11.1v190.1z'/><path d='M580.3 339.7c-.3 0-.5.2-.5.5V363c0 .3.2.5.5.5s.5-.2.5-.5v-22.8c0-.2-.2-.5-.5-.5zm0-170.5c-.3 0-.5.2-.5.5v157c0 .3.2.5.5.5s.5-.2.5-.5v-157c0-.3-.2-.5-.5-.5zm127 177.7c.3 0 .5-.2.5-.5v-2.2c0-.3-.2-.5-.5-.5s-.5.2-.5.5v2.2c0 .3.2.5.5.5zm0 5c.3 0 .5-.2.5-.5v-1.1c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.1c0 .3.2.5.5.5zm0 2.6c-.3 0-.5.2-.5.5v2.7c0 .3.2.5.5.5s.5-.2.5-.5V355c0-.3-.2-.5-.5-.5zm-6 1.1c-.3 0-.5.2-.5.5v1.1c0 .3.2.5.5.5s.5-.2.5-.5v-1.1c0-.3-.2-.5-.5-.5zm0 13.3c-.3 0-.5.2-.5.5v1.1c0 .3.2.5.5.5s.5-.2.5-.5v-1.1c0-.3-.2-.5-.5-.5zm-7.5-30.7c-.3 0-.5.2-.5.5v.9c0 .3.2.5.5.5s.5-.2.5-.5v-.9c0-.2-.2-.5-.5-.5zm-7.5-2.9c.3 0 .5-.2.5-.5v-1.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.5c0 .3.2.5.5.5zm0 31.7c-.3 0-.5.2-.5.5v2.2c0 .3.2.5.5.5s.5-.2.5-.5v-2.2c0-.3-.2-.5-.5-.5zm15-5.6c-.3 0-.5.2-.5.5v2.5c0 .3.2.5.5.5s.5-.2.5-.5v-2.5c0-.2-.2-.5-.5-.5zm-15-20.2c.3 0 .5-.2.5-.5v-1.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.5c0 .2.2.5.5.5zm0 6.3c.3 0 .5-.2.5-.5v-1.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.5c0 .3.2.5.5.5zm-21 18.6c-.3 0-.5.2-.5.5v3.1c0 .3.2.5.5.5s.5-.2.5-.5v-3.1c0-.3-.2-.5-.5-.5zm-9 4.1c-.3 0-.5.2-.5.5v1.1c0 .3.2.5.5.5s.5-.2.5-.5v-1.1c0-.3-.2-.5-.5-.5zm51-63.8c.3 0 .5-.2.5-.5v-1.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.6c0 .2.2.5.5.5zm-.5-17.4v1.6c0 .3.2.5.5.5s.5-.2.5-.5V289c0-.3-.2-.5-.5-.5s-.5.2-.5.5zm-122.5-97.3c-.3 0-.5.2-.5.5v157c0 .3.2.5.5.5s.5-.2.5-.5v-157c0-.3-.2-.5-.5-.5zm-117.8-20.5h1.3v52.9c0 4.2 3.4 8.1 7.6 8.1h9.5l3.1 9.7c1 3.4 4.1 5.3 7.7 5.3h21.8c3.5 0 6.6-1.9 7.7-5.3l3.1-9.7h9.5c4.2 0 8.1-3.9 8.1-8.1v-52.9h.8c4 0 7.2-2.9 7.2-6.9v-31.1h1.7c2.2 0 4.3-1.3 4.3-3.5V33.2c0-2.2-2.1-4-4.3-4h-.7v-1.8c0-3.2-2.9-6.2-6.1-6.2h-84.2c-3.2 0-5.7 2.9-5.7 6.2v1.8h-1.1c-2.2 0-3.9 1.8-3.9 4v96.5c0 2.2 1.6 3.5 3.9 3.5h1.1v31.1c-.1 4.1 3.5 6.9 7.6 6.9zm3.3 33h41.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-41.6v-6h4.3c-.1 0-.3.2-.3.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2.1-.4 0-.4h4.7c-.1 0 .3.2.3.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2-.6-.4-.7-.4h4.7c-.1 0 0 .2 0 .4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2-.2-.4-.3-.4h4.7c-.1 0-.4.2-.4.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2.1-.4 0-.4h4.7c-.1 0 .3.2.3.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2-.5-.4-.6-.4h4.7c-.1 0-.1.2-.1.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2-.2-.4-.3-.4h4.7c-.1 0-.4.2-.4.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2.2-.4.1-.4h4.7c-.1 0 .2.2.2.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2-.5-.4-.6-.4h4.7c-.1 0-.1.2-.1.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2-.1-.4-.2-.4h4.7c-.1 0-.5.2-.5.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2.2-.4.1-.4h4.7c-.1 0 .2.2.2.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2-.4-.4-.5-.4h4.7c-.1 0-.2.2-.2.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2-.1-.4-.2-.4h4.7c-.1 0-.5.2-.5.4v3.5c0 .3.2.5.5.5s.5-.2.5-.5v-3.5c0-.2.3-.4.2-.4h4.8v6H518c-.3 0-.5.2-.5.5s.2.5.5.5h25.7v15h-74v-15zm74-8h-74v-15h74v15zm-53.9 45.2l-2.9-9.1h27.2l-1.7 13h-16.8c-2.7-.1-5.1-1.4-5.8-3.9zm23.5 3.8l1.7-13h4.1l-3.4 13h-2.4zm9.8-3.8c-.8 2.5-3.1 3.9-5.8 3.9h-.6l3.4-13h5.9l-2.9 9.1zm14.5-11.2h-62.4c-3.1 0-5.6-3-5.6-6.1v-2.9h74v2.9c.1 3.1-2.9 6.1-6 6.1zm6.1-51h-74v-8h74v8zm2.8-10h-80.2c-2.9 0-5.7-2-5.7-4.9v-8.1h52.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-52.5v-9h5v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h4v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h5v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h4v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h4v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h5v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h4v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h5v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h4v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h4v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h5v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h4v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h4v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h5v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h4v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h5v6.5c0 .3.2.5.5.5s.5-.2.5-.5v-6.5h4v9h-32.4c-.3 0-.5.2-.5.5s.2.5.5.5h32.4v8.1c.1 2.9-2.1 4.9-5.1 4.9zm5.2-24h-91v-12h91v12zm-11.5-45.1c-.3 0-.5.2-.5.5v5.6h-84v-57h102v57h-17v-5.6c0-.2-.2-.5-.5-.5zm-79.5-72.7c0-2.1 1.5-4.2 3.7-4.2h84.2c2.1 0 4.1 2 4.1 4.2v1.8h-92v-1.8zm-3.2 3.8h97.8c1.1 0 2.3.9 2.3 2v12h-31c-.3 0-.5.2-.5.5s.2.5.5.5h31v2h-102v-2h63.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-63.6v-12c.1-1.1.8-2 1.9-2zm-1.8 98.5v-22.5h12v8.7c0 .3.2.5.5.5s.5-.2.5-.5v-8.7h4v5.6c0 .3.2.5.5.5s.5-.2.5-.5v-5.6h4v5.6c0 .3.2.5.5.5s.5-.2.5-.5v-5.6h5v5.6c0 .3.2.5.5.5s.5-.2.5-.5v-5.6h16v8.7c0 .3.2.5.5.5s.5-.2.5-.5v-8.7h10v5.6c0 .3.2.5.5.5s.5-.2.5-.5v-5.6h9v5.6c0 .3.2.5.5.5s.5-.2.5-.5v-5.6h17v5.6c0 .3.2.5.5.5s.5-.2.5-.5v-5.6h17v22.5c0 1.1-1.2 1.5-2.3 1.5h-97.8c-1.2 0-1.9-.4-1.9-1.5z'/><path d='M540.2 119c1 0 1.9-.8 1.9-1.9s-.8-1.9-1.9-1.9-1.9.8-1.9 1.9.8 1.9 1.9 1.9zm0-2.7c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9zm-72.3 6.8c1.3 0 2.4-1.1 2.4-2.4 0-1.3-1.1-2.4-2.4-2.4-1.3 0-2.4 1.1-2.4 2.4 0 1.4 1.1 2.4 2.4 2.4zm0-3.7c.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4-1.4-.6-1.4-1.4.6-1.4 1.4-1.4zm-279.4 15c.2 2.2 2.1 3.8 4.3 3.8h6.9c2.4 0 4.1-1.8 4.1-4.2 10 .9 21.3 4 33.4 7.2 14.7 3.9 29.8 8 42.1 8 7.3 0 13.6-1.4 18.4-5.1 6.1-4.7 9.2-12.6 9.2-24.1s-3-19.4-9.1-24.1c-12.8-9.8-37.1-3.4-60.5 2.9-12.1 3.2-23.4 6.3-33.4 7.2v-.1c0-2.4-1.7-4.7-4.1-4.7h-6.9c-2.2 0-4.1 1.9-4.3 4-.3 0-.5 0-.8-.1h-.1c-19.8-5-49.6-27.2-52.9-30.5-.4-.4-1-.4-1.4 0l-6.8 7c-.2.2-.3.5-.3.8s.2.6.4.7c7.3 5.3 16.2 9.7 24.7 13.2-20.6-5.4-40.7-9.3-52-.7-6.1 4.7-9.1 12.6-9.1 24.1 0 11.5 3 19.4 9.1 24.1 4.8 3.7 11.1 5.1 18.4 5.1 12.3 0 27.3-4.1 42-8 10.2-2.5 19.9-5.2 28.7-6.5zm-33.5-4.1c-13.5 3.4-24.2 6-29.5 1.9-2.8-2.2-4.1-6.2-4.1-12.2s1.3-10.1 4.1-12.2c2-1.5 4.6-2.1 7.9-2.1 5.7 0 13.1 1.9 21.7 4 3.4.8 7 1.7 10.7 2.5 7.3 1.8 15 3.4 23 4.2v7.2c-8 .8-15.7 2.4-23 4.2-3.7.8-7.4 1.7-10.8 2.5zM124.9 107c-3 2.4-4.5 6.6-4.5 13s1.5 10.6 4.5 13c2.1 1.7 5 2.3 8.5 2.3 1.1 0 2.4-.1 3.6-.2-8.5 1.7-15.4 2-19.5-1.1-3.2-2.5-4.8-7-4.8-14s1.6-11.5 4.8-14c2.3-1.7 5.3-2.4 9-2.4 3.1 0 6.6.5 10.4 1.2-5.1-.5-9.2-.1-12 2.2zm63.9 7.3c-12-1.3-24.3-4.5-34.9-7.4-16.8-4.6-30.1-8.2-37.5-2.6-3.8 2.9-5.6 8-5.6 15.6s1.8 12.7 5.6 15.6c2.7 2 6.1 2.9 10.2 2.9 7.2 0 16.6-2.5 27.3-5.4 10.6-2.9 22.9-6.1 34.9-7.4v2.5c-14 1.6-27.8 6.3-39.9 10.5-16.9 5.8-31.5 10.7-39.6 4.9-5-3.6-7.5-11.3-7.5-23.5s2.4-19.9 7.5-23.5c2.6-1.8 5.7-2.6 9.5-2.6 8.1 0 18.7 3.6 30.2 7.5 12.1 4.1 25.9 8.8 39.9 10.5v2.4zm53.2-4.7c13.5-3.4 24.2-6 29.5-1.9 2.8 2.2 4.1 6.2 4.1 12.2s-1.3 10.1-4.1 12.2c-5.4 4.2-16 1.5-29.5-1.9-3-.8-6.4-1.6-9.8-2.4-9-2.3-18.4-4.2-28.4-4.8v-6.4c10-.6 19.4-2.5 28.4-4.8 3.4-.6 6.8-1.4 9.8-2.2zm21.7 25.7c3.5 0 6.3-.7 8.5-2.3 3-2.4 4.5-6.6 4.5-13s-1.5-10.6-4.5-13c-2.8-2.2-6.9-2.7-11.9-2.2 8.4-1.7 15.2-1.9 19.3 1.2 3.2 2.5 4.8 7 4.8 14s-1.6 11.5-4.8 14c-4.1 3.1-11 2.9-19.4 1.2 1.2 0 2.4.1 3.5.1zm-59.9-10.1c14 .8 27.5 4.5 39.5 7.8 10.7 2.9 20 5.4 27.2 5.4 4.1 0 7.6-.8 10.3-2.9 3.8-2.9 5.6-8 5.6-15.6s-1.8-12.7-5.6-15.6c-7.3-5.6-20.7-2-37.5 2.6-12 3.3-25.5 7-39.5 7.8v-2.5c16-1 30.9-6.3 44.5-10.9 16.9-5.8 31.5-10.7 39.6-4.9 5 3.6 7.5 11.3 7.5 23.5s-2.4 19.9-7.5 23.5c-8.1 5.8-22.8.8-39.6-4.9-13.5-4.6-28.5-9.8-44.5-10.9v-2.4zm33.9-24.5c22.9-6.1 46.7-12.5 58.7-3.3 5.6 4.3 8.4 11.7 8.4 22.5s-2.7 18.2-8.3 22.5c-12 9.2-35.8 2.9-58.8-3.3-12.2-3.3-23.9-6.4-33.9-7.3v-3.2c16 1 30.7 6.2 44.2 10.8 11.6 4 22.2 7.6 30.4 7.6 3.9 0 7.3-.8 10.1-2.8 5.3-3.8 7.9-11.8 7.9-24.4s-2.6-20.5-7.9-24.4c-8.5-6.1-23.4-1-40.5 4.8-13.5 4.6-28.1 9.8-44.1 10.8v-3c9.9-.9 21.6-4 33.8-7.3zm-46.9 5.2c0-1.3.7-2.7 2-2.7h6.9c1.3 0 2.1 1.4 2.1 2.7V134c0 1.3-.8 2.2-2.1 2.2h-6.9c-1.3 0-2-.9-2-2.2v-28.1zm-56.7-29c4.6 3.9 22.7 17.4 39.6 25.3-9.1-2.7-30.5-9.7-45-19.8l5.4-5.5zm-33.5 65.6c-5.6-4.3-8.4-11.7-8.4-22.5s2.7-18.2 8.4-22.5c12.1-9.2 35.8-2.9 58.7 3.3 5.8 1.6 11.8 3.2 17.4 4.4.2 0 .3.1.4.1h.2c4.8 1.3 8.5 2 11.5 2.4v3.1c-14-1.6-27.6-6.3-39.6-10.4-17.1-5.8-32-10.9-40.5-4.8-5.3 3.8-8 11.8-8 24.4s2.6 20.5 7.9 24.4c2.7 2 6.1 2.8 10 2.8 8.2 0 18.9-3.6 30.5-7.6 12.1-4.1 25.6-8.8 39.6-10.4v3.3c-9 1.3-19 4-29.4 6.8-22.8 6.1-46.7 12.4-58.7 3.2zm874 99.8c-6.2 0-11.3 5.1-11.3 11.3s5.1 11.3 11.3 11.3 11.3-5.1 11.3-11.3-5.1-11.3-11.3-11.3zm0 20.6c-5.1 0-9.3-4.2-9.3-9.3s4.2-9.3 9.3-9.3 9.3 4.2 9.3 9.3-4.2 9.3-9.3 9.3z'/><path d='M968.3 253.6c0-3.5 2.8-6.3 6.3-6.3.3 0 .5-.2.5-.5s-.2-.5-.5-.5c-4 0-7.3 3.3-7.3 7.3 0 1.9.8 3.8 2.1 5.2.1.1.2.1.4.1s.3 0 .4-.1c.2-.2.2-.5 0-.7-1.3-1.3-1.9-2.8-1.9-4.5zm10.7-5.2c-.2.2-.2.5 0 .7 1.2 1.2 1.8 2.8 1.8 4.4 0 3.5-2.8 6.3-6.3 6.3-.3 0-.5.2-.5.5s.2.5.5.5c4 0 7.3-3.3 7.3-7.3 0-1.9-.8-3.8-2.1-5.2-.2-.1-.5-.1-.7.1z'/><path d='M993 238.6l.9-.9c.8-.8 1-1.8.6-2.9-.4-1.1-1.4-1.6-2.6-1.6h-17.3c-11.4 0-20.6 9.1-20.6 20.5s9.3 20.6 20.6 20.6 20.6-9.3 20.6-20.7c0-4.8-1.7-9.3-4.5-12.8l.8-.8c1.4 1.1 13 10.5 10.9 24.3-.1.5.3 1.1.8 1.1h.2c.5 0 .9-.4 1-.9 2.3-14.4-9.1-24.1-11.4-25.9zm-18.4 33.6c-10.3 0-18.6-8.4-18.6-18.6s8.4-18.6 18.6-18.6 18.6 8.4 18.6 18.6-8.3 18.6-18.6 18.6zm8.8-37h8.5c.5 0 .7.2.7.3 0 .1.2.4-.2.8l-3 3.1c-1.7-1.7-3.7-3.2-6-4.2zm-52.5-40.9c-6.2 0-11.3 5.1-11.3 11.3 0 6.2 5.1 11.3 11.3 11.3s11.3-5.1 11.3-11.3c0-6.2-5-11.3-11.3-11.3zm0 20.6c-5.1 0-9.3-4.2-9.3-9.3s4.2-9.3 9.3-9.3 9.3 4.2 9.3 9.3-4.1 9.3-9.3 9.3z'/><path d='M930.9 198.4c-.3 0-.5.2-.5.5s.2.5.5.5c3.5 0 6.3 2.8 6.3 6.3 0 1.4-.5 2.8-1.3 3.9-.2.2-.1.5.1.7.1.1.2.1.3.1.1 0 .3-.1.4-.2 1-1.3 1.5-2.8 1.5-4.5 0-4.1-3.2-7.3-7.3-7.3zm0 13.5c-3.5 0-6.3-2.8-6.3-6.3 0-1.6.6-3 1.6-4.2.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0-1.2 1.3-1.9 3.1-1.9 4.9 0 4 3.3 7.3 7.3 7.3.3 0 .5-.2.5-.5s-.2-.5-.5-.5z'/><path d='M961 201.1c.1 0 .2.1.3.1.4 0 .8-.3.9-.7.2-.5-.1-1.1-.6-1.3-5.7-2-11.3-7.4-12.4-8.5l1-1c.8-.8 1-1.9.6-2.9-.4-1.1-1.4-1.6-2.6-1.6h-17.3c-11.4 0-20.6 9.1-20.6 20.5s9.3 20.6 20.6 20.6 20.6-9.3 20.6-20.7c0-4.8-1.7-9.3-4.5-12.8l.8-.8c1.3 1.4 7 7 13.2 9.1zm-30.1 23.2c-10.3 0-18.6-8.4-18.6-18.6 0-10.3 8.4-18.6 18.6-18.6 10.3 0 18.6 8.4 18.6 18.6.1 10.2-8.3 18.6-18.6 18.6zm8.8-37.1h8.5c.5 0 .7.3.7.4 0 .1.2.5-.2.8l-3 3.1c-1.6-1.8-3.7-3.3-6-4.3zm67.6-12c-11.4 0-20.6 9.3-20.6 20.6 0 11.4 9.3 20.6 20.7 20.6 4.8 0 9.3-1.7 12.8-4.5l.8.8c-1.3 1.2-6.8 7-9 13.1-.2.5.1 1.1.6 1.3.1 0 .2.1.3.1.4 0 .8-.3.9-.7 2-5.7 7.4-11.3 8.5-12.4l1 1c.5.5 1.2.8 1.9.8.4 0 .6-.1 1-.2 1.1-.4 1.6-1.4 1.6-2.6v-17.3c0-11.4-9.2-20.6-20.5-20.6zm-18.6 20.6c0-10.3 8.4-18.6 18.6-18.6 10.3 0 18.6 8.4 18.6 18.6 0 10.3-8.4 18.6-18.6 18.6-10.2 0-18.6-8.3-18.6-18.6zm37.1 17.4c0 .5-.3.7-.4.7-.1 0-.5.2-.8-.2l-3.1-3c1.8-1.7 3.3-3.8 4.3-6.1v8.6z'/><path d='M1007.4 184.5c-6.2 0-11.3 5.1-11.3 11.3 0 6.2 5.1 11.3 11.3 11.3s11.3-5.1 11.3-11.3c0-6.2-5.1-11.3-11.3-11.3zm0 20.6c-5.1 0-9.3-4.2-9.3-9.3s4.2-9.3 9.3-9.3c5.1 0 9.3 4.2 9.3 9.3s-4.2 9.3-9.3 9.3z'/><path d='M1013.7 195.8c0 3.5-2.8 6.3-6.3 6.3-1.4 0-2.8-.5-3.9-1.3-.2-.2-.5-.1-.7.1s-.1.5.1.7c1.3 1 2.8 1.5 4.5 1.5 4 0 7.3-3.3 7.3-7.3 0-.3-.2-.5-.5-.5s-.5.2-.5.5zm-6.3-6.3c1.6 0 3 .6 4.2 1.6.2.2.5.2.7 0 .2-.2.2-.5 0-.7-1.3-1.2-3.1-1.9-4.9-1.9-4 0-7.3 3.3-7.3 7.3 0 .3.2.5.5.5s.5-.2.5-.5c0-3.5 2.8-6.3 6.3-6.3zm-34.5 150.7H944c.2 0-.2-.7-.2-.9v-17.9c0-.2.2-.4.1-.6l-9.4-14.3h.3v-17.2c0-.2-.2-.4-.3-.5l-8.2-12.7c0-.1-.5-.1-.5-.2v-15.7c0-.2.2-.4.1-.6l-5.5-11.4h10.9c.6 0 1.5-.2 1.5-.8v-4.8c0-.6-.9-1.5-1.5-1.5h-83.4c-.6 0-1.1.9-1.1 1.5v4.8c0 .6.6.8 1.1.8h10.9l-1.9 4h-32.2v-26.9c0-.6-.4-1-1-1s-1 .4-1 1v26.9h-11c-.3 0-.5.2-.5.5s.2.5.5.5h11v86.1c0 .3.4.9.5.9h-17.1c-7.9 0-14.5 6.1-14.5 14v17.3c0 7.9 6.6 14.6 14.5 14.6h56.4c-.2 0-.3 0-.3.3 0 2.2 1.8 3.7 4.1 3.7h45.8c2.2 0 4.1-1.5 4.1-3.7 0-.3-.1-.3-.3-.3h56.8c7.9 0 13.8-6.7 13.8-14.6v-17.3c.3-7.8-5.6-14-13.6-14zm-31.4-20h-24.2c-.3 0-.5.2-.5.5s.2.5.5.5h24.9l-.4.5v17.6c0 .3.6.9.8.9H836.7c.2 0 .1-.7.1-.9v-17.6l.4-.7c.1.2.3.2.5.2h9.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-9.4v.2l8.4-12.2h87l8.4 12zm-9.8-32H896c-.3 0-.5.2-.5.5s.2.5.5.5h36.4l.5.3v16.7h-86v-16.7l.2-.3c.1.1.2 0 .3 0H867c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-19.4l6.7-11H925l6.7 11zm-82.9-45h82v3h-82v-3zm69.4 5l5.5 11H915c-.3 0-.5.2-.5.5s.2.5.5.5h9.1l-.3.2v14.8h-69v-14.8l.2-.2h39c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-38.3l5.5-11h57zm-93.4 91.1v-86.1h31.7l-3.4 6.5c-.1.1-.2.3-.2.5v15.7c0 .1 0 .1-.1.2l-7.9 12.7c-.1.2-.1.3-.1.5v17.2l-9.7 14.3c-.1.2-.2.4-.2.6v17.9c0 .3.2.9.4.9h-10.4c.1 0-.1-.7-.1-.9zm89.6 47.2c0 1.1-.9 1.7-2.1 1.7h-45.8c-1.1 0-2.1-.6-2.1-1.7 0-.3-.1-.3-.3-.3h50.4s-.1.1-.1.3zm70.4-14.6c0 6.8-5.5 12.3-12.3 12.3H806.1c-6.8 0-12.3-5.5-12.3-12.3v-17.3c0-6.8 5.5-12.3 12.3-12.3h166.3c6.8 0 12.3 5.5 12.3 12.3v17.3z'/><path d='M906.5 320.2h-53.9c-.3 0-.5.2-.5.5s.2.5.5.5h53.9c.3 0 .5-.2.5-.5s-.3-.5-.5-.5zm-18.5-32h-14c-.3 0-.5.2-.5.5s.2.5.5.5h14c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm10.7-28h11.2c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-11.2c-.3 0-.5.2-.5.5s.2.5.5.5zm63.9 88.5c-8 0-14.5 6.5-14.5 14.5s6.5 14.5 14.5 14.5 14.5-6.5 14.5-14.5-6.5-14.5-14.5-14.5zm0 26.9c-6.9 0-12.5-5.6-12.5-12.5s5.6-12.5 12.5-12.5 12.5 5.6 12.5 12.5-5.6 12.5-12.5 12.5z'/><path d='M962.6 355.8c-4.1 0-7.4 3.3-7.4 7.4 0 4.1 3.3 7.4 7.4 7.4s7.4-3.3 7.4-7.4c0-4.1-3.3-7.4-7.4-7.4zm0 13.8c-3.5 0-6.4-2.9-6.4-6.4 0-3.5 2.9-6.4 6.4-6.4s6.4 2.9 6.4 6.4c0 3.5-2.8 6.4-6.4 6.4zm-141.5 9.6h-5.3c-9 0-16.3-7.5-16.3-16.5s7.3-16.5 16.3-16.5H847c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-31.2c-9.6 0-17.3 7.9-17.3 17.5s7.8 17.5 17.3 17.5h5.3c.3 0 .5-.2.5-.5s-.3-.5-.5-.5zm128.9 0h-31l-4.7-5.6c-3.4-4.1-8.3-6.4-13.7-6.4h-22c-5.1 0-9.9 2-13.2 5.8l-5.6 6.2h-22.9c-.3 0-.5.2-.5.5s.2.5.5.5H860c.1 0 .3 0 .4-.1l5.7-6.4c3.2-3.6 7.7-5.5 12.5-5.5h22c5 0 9.7 2.1 12.9 6l4.9 5.9c.1.1.2.1.4.1H950c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm13.4-34h-22.3c-.3 0-.5.2-.5.5s.2.5.5.5h22.3c7.3 0 13.7 5.1 15.7 12.1.1.2.3.5.5.5h.1c.3-.1.4-.5.3-.8-2-7.4-8.9-12.8-16.6-12.8zm-101.4 1h63.2c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H862c-.3 0-.5.2-.5.5s.2.5.5.5zM341.1 74.6c-1.7.3-3.3 2-3.3 3.9v46.6c0 3.8 3 6.9 7 7.5v9.1c0 3.6 2.2 6.5 5.6 6.5H366l1.2 5.3c.5 2.2 2.2 3.7 4.1 3.7h26.1c1.9 0 3.6-1.5 4.1-3.7l1.2-5.3h15.6c3.4 0 6.4-3 6.4-6.5v-9.1c3-.6 6-3.7 6-7.5V78.5c0-1.9-1.5-3.5-3.2-3.9-.1-2.9-3.2-5.4-6.7-5.4h-73c-3.5 0-6.6 2.5-6.7 5.4zm4.2 42.9c.3 0 .5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h5v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h5v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h5v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h4v5.8c0 .3.2.5.5.5s.5-.2.5-.5v-5.8h5v9h-89v-9h5v5.8c0 .3.2.5.5.5zm23.9 35.6l-1.1-4.9h23.5l-.8 7h-19.5c-1 0-1.8-.8-2.1-2.1zm22.6 2.1l.8-7h3.5l-1.6 7h-2.7zm7.8-2.1c-.3 1.3-1.2 2.1-2.1 2.1h-1.9l1.6-7h3.6l-1.2 4.9zm18.8-6.9h-67.9c-2.3 0-3.6-2.1-3.6-4.5v-3.5H394c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-47.3v-5h76v5H399c-.3 0-.5.2-.5.5s.2.5.5.5h23.7v3.5c.1 2.4-2.1 4.5-4.3 4.5zm4.9-16h-77.9c-2.8 0-5.6-2.1-5.6-5.1v-3.9h89v3.9c0 3.1-2.6 5.1-5.5 5.1zm5.5-51.7v8.7h-63.9c-.3 0-.5.2-.5.5s.2.5.5.5h63.9v21h-89v-21h19c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-19v-8.7c0-1 1.2-2.3 2.1-2.3h84.9c1 0 2 1.3 2 2.3zm-3.4-4.3h-82.1c.2-1 2.1-3 4.5-3h73c2.5 0 4.5 2 4.6 3zm79.8 208.3c-21 0-38.2 17.1-38.2 38.2s17.1 38.2 38.2 38.2c21 0 38.2-17.1 38.2-38.2s-17.1-38.2-38.2-38.2zm26.3 63l-3.3-3.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l3.3 3.3c-6.5 6.1-15.2 9.9-24.8 9.9-9.6 0-18.4-3.8-24.8-9.9l3.3-3.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-3.3 3.3c-6.1-6.5-9.9-15.2-9.9-24.8 0-9.6 3.8-18.4 9.9-24.8l3.3 3.3c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4l-3.3-3.3c6.5-6.1 15.2-9.9 24.8-9.9 9.6 0 18.4 3.8 24.8 9.9l-3.3 3.3c-.4.4-.4 1 0 1.4.2.2.5.3.7.3s.5-.1.7-.3l3.3-3.3c6.1 6.5 9.9 15.2 9.9 24.8 0 9.6-3.8 18.3-9.9 24.8z'/><path d='M520.4 303.5l2.1-2.1-.4 4.4c0 .2.1.4.3.5h.2c.1 0 .3-.1.4-.1l3.1-3.1c.2-.2.2-.5 0-.7s-.5-.2-.7 0l-2.1 2.1.4-4.4c0-.2-.1-.4-.3-.5-.2-.1-.4 0-.6.1l-3.1 3.1c-.2.2-.2.5 0 .7s.5.2.7 0zm-30.1 32.1c-.5-.5-1.1-.6-1.7-.3-.6.3-.9.9-.9 1.5l.2 2.5c0 .3-.2.5-.3.5-.1 0-.3.1-.6-.1l-1.3-1.3c-.2-.2-.5-.2-.7 0s-.2.5 0 .7l1.3 1.3c.3.3.7.4 1.1.4.2 0 .4 0 .6-.1.6-.3.9-.9.9-1.5l-.2-2.5c0-.3.2-.5.3-.5.1 0 .3-.1.6.1l1.3 1.3c.2.2.5.2.7 0s.2-.5 0-.7l-1.3-1.3z'/><path d='M550.4 267.8c-2-2-5.3-2-7.3 0 0 0-.1.1-.1.2l-2.2 3.3c-1.1 1.6-.8 3.8.5 5.2l3.4 3.4-1.6 1.6c-4-3.3-9.9-3.1-13.6.7 0 0 0 .1-.1.1-7-4.4-15.3-7-24.2-7-25.1 0-45.5 20.4-45.5 45.5s20.4 45.5 45.5 45.5 45.5-20.4 45.5-45.5c0-8.8-2.6-17.1-6.9-24.1 0 0 .1 0 .1-.1 3.7-3.7 3.9-9.6.7-13.6l1.6-1.6 3.4 3.4c.8.8 1.9 1.2 2.9 1.2.8 0 1.6-.2 2.3-.7l3.3-2.2c.1 0 .1-.1.2-.1 2-2 2-5.3 0-7.3l-7.9-7.9zm-45.2 96.3c-24 0-43.5-19.5-43.5-43.5s19.5-43.5 43.5-43.5 43.5 19.5 43.5 43.5-19.5 43.5-43.5 43.5zm37.4-69.2c-.7-1.1-1.5-2.1-2.4-3.1.6-.7 1.2-1.4 1.7-2.1.2-.2.1-.5-.1-.7-.2-.2-.5-.1-.7.1-.4.6-1 1.3-1.5 1.9-2.5-2.9-5.4-5.5-8.5-7.7 3.2-3 8.1-2.9 11.3.1 0 0 0 .1.1.1.6.6.5 2-.2 3.7-.1.2 0 .5.2.7h.2c.2 0 .4-.1.5-.3.4-.9.6-1.7.7-2.4 1.6 3.2 1.2 7.1-1.3 9.7zm14.2-13.5l-3.2 2.1c-.8.6-2 .4-2.7-.3l-3.4-3.4 1.1-1.1c.4-.4.4-1 0-1.4s-1-.4-1.4 0l-1.1 1.1-3.4-3.4c-.7-.7-.8-1.9-.3-2.7l2.1-3.2c1.2-1.2 3.2-1.1 4.4.1l7.8 7.8c1.3 1.2 1.3 3.2.1 4.4z'/><path d='M478.9 290.2c.1 0 .2 0 .3-.1 3.1-2.7 6.6-4.8 10.4-6.4.3-.1.4-.4.3-.7-.1-.3-.4-.4-.7-.3-3.9 1.6-7.4 3.8-10.6 6.5-.2.2-.2.5-.1.7.2.2.3.3.4.3zm13.4 68.5c-6.1-2.1-11.7-5.7-16.2-10.4-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 4.6 4.8 10.3 8.5 16.6 10.6h.2c.2 0 .4-.1.5-.3 0-.2-.2-.5-.4-.6zm26.3-.2c-4.3 1.5-8.8 2.3-13.4 2.3-2.6 0-5.1-.2-7.6-.7-.3-.1-.5.1-.6.4-.1.3.1.5.4.6 2.5.5 5.2.7 7.8.7 4.7 0 9.3-.8 13.7-2.3.3-.1.4-.4.3-.6 0-.3-.3-.5-.6-.4zm-13.4-79c-3.6 0-7.1.5-10.6 1.4-.3.1-.4.3-.4.6.1.3.3.4.6.4 3.3-.9 6.8-1.3 10.3-1.3 17.3 0 32.5 11 38.1 27.3.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.6-5.6-16.8-21.3-28.1-39-28.1zm11.9 42.9l-5.3.9c.3-.8.5-1.7.5-2.6s-.2-1.8-.5-2.6l7.9 1.3h.1c.2 0 .5-.2.5-.4 0-.3-.1-.5-.4-.6l-8.6-1.4c-.2-.3-.4-.5-.6-.8l-4.4-26.5c-.1-.5-.5-.8-1-.8s-.9.4-1 .8l-4.4 26.5c-.2.3-.4.5-.6.8l-6.7 1.1c-.3 0-.5.3-.4.6 0 .2.3.4.5.4h.1l6-1c-.3.8-.5 1.7-.5 2.6 0 .9.2 1.8.5 2.6l-3-.5c-.3 0-.5.1-.6.4 0 .3.1.5.4.6l3.7.6c.2.3.4.5.6.8l4.4 26.5c.1.5.5.8 1 .8s.9-.4 1-.8l4.4-26.5c.2-.3.4-.5.6-.8l6.1-1c.3 0 .5-.3.4-.6-.1-.2-.4-.4-.7-.4zm-17-1.7c0-2.8 2.3-5.1 5.1-5.1s5.1 2.3 5.1 5.1-2.3 5.1-5.1 5.1-5.1-2.3-5.1-5.1zm3.8-16.8l2.3-2.3.5 2.7-3.4 3.4.6-3.8zm4.4 10.4c-.9-.5-2-.7-3.1-.7-.5 0-1.1.1-1.6.2l3.9-3.9.8 4.4zm-5.4-4.8l3.9-3.9.5 3.1-5.2 5.2.8-4.4zm2.3-13.7l.8 4.6-1.8 1.8 1-6.4zm0 49.8l-3.1-18.5c.9.5 2 .7 3.1.7s2.2-.3 3.1-.7l-3.1 18.5z'/><path d='M526.9 319.6l-3.9-.6c-.3 0-.5.1-.6.4 0 .3.1.5.4.6l3.9.6s.1 0 .1.1-.1.1-.1.1l-7.4 1.2c-.3 0-.5.3-.4.6 0 .2.3.4.5.4h.1l7.4-1.2c.6-.1 1-.6 1-1.1s-.5-1.1-1-1.1zm-34.5 2.7l-8.6-1.4s-.1 0-.1-.1.1-.1.1-.1l5.8-1c.3 0 .5-.3.4-.6 0-.3-.3-.5-.6-.4l-5.8 1c-.6.1-1 .6-1 1.1s.4 1 1 1.1l8.6 1.4h.1c.2 0 .5-.2.5-.4.1-.3-.1-.6-.4-.6zM796 39.2h171.1c2.6 0 4.7-2 4.7-4.6V15.4c0-2.6-2.1-5.1-4.7-5.1H796.4v.3c-.1 0-.2.1-.3.2 0 0 0 .1-.1.1L782.3 18c-.2.1-.3.2-.4.4l-5.1 1.1c-1.7.2-3 2.1-3 4.2v3.5c0 2.2 1.3 4 2.9 4.2l5.7 1.2 13.6 6.6zm173.8-23.8v19.3c0 1.5-1.2 2.6-2.7 2.6H802.4l2.2-.7c.4-.1.6-.5.7-.9 0-.4-.2-.8-.5-1l-6.5-3.3 9.5-7.2c.3-.3.5-.7.3-1.1s-.5-.7-.9-.7l-6.2-.1 1.2-2.6c.2-.5 0-.8-.4-1l-.9-.3h128.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H799.7c-.1 0 0-.2-.1-.1l-1.8-1.4v-3.4h169.3c1.5-.3 2.7 1.4 2.7 2.9zm-186 4l12-6.1v2.8c0 .3 0 .7.3.9l4 2.5-1.5 3.2c-.1.3-.1.7 0 .9.2.3.5.5.8.5l4.9.1-8.5 6.5c-.3.2-.4.5-.4.9 0 .3.2.6.5.8l5.8 2.9-5.2 1.8-12.7-6.1V19.4zm-8 7.7v-3.5c0-1.3.7-2.2 1.3-2.3l4.7-.9v10l-4.7-1c-.6-.1-1.3-1-1.3-2.3z'/><path d='M941 18.2h22c.8 0 1.8.2 1.8 1v11.6c0 .8-.9 1.3-1.8 1.3h-99.4c-.3 0-.5.2-.5.5s.2.5.5.5H963c1.4 0 2.8-1 2.8-2.3V19.3c0-1.4-1.4-2-2.8-2h-22c-.3 0-.5.2-.5.5s.2.4.5.4zm-89.2 14H809c-.3 0-.5.2-.5.5s.2.5.5.5h42.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm131.3 102.1c1.2 0 2.2-1 2.2-2.2s-1-2.2-2.2-2.2c-.7 0-1.3.3-1.7.8-.2.2-.2.5.1.7.2.2.5.2.7-.1.2-.3.6-.4 1-.4.7 0 1.2.6 1.2 1.2s-.6 1.2-1.2 1.2c-.4 0-.9-.2-1.1-.6-.1-.2-.5-.3-.7-.2-.2.1-.3.4-.2.7.4.7 1.1 1.1 1.9 1.1zm4.8-3.7c-.2.3-.6.3-.8.1-.1-.1-.2-.2-.2-.4s0-.3.1-.4c.2-.3.6-.3.8-.1.2.2.5.1.7-.1.2-.2.1-.5-.1-.7-.7-.5-1.7-.3-2.2.4-.5.7-.3 1.7.4 2.2.3.2.6.3.9.3.5 0 1-.2 1.3-.7.2-.2.1-.5-.1-.7-.3-.1-.7-.1-.8.1zm-.6-3.8c.9 0 1.6-.7 1.6-1.6s-.7-1.6-1.6-1.6c-.3 0-.5.2-.5.5s.2.5.5.5.6.3.6.6-.3.6-.6.6-.6-.3-.6-.6-.2-.5-.5-.5-.5.2-.5.5c0 .8.7 1.6 1.6 1.6zm-64.1-34.9c-.2.3-.6.3-.8.1-.1-.1-.2-.2-.2-.4s0-.3.1-.4c.1-.1.2-.2.4-.2s.3 0 .4.1c.2.2.5.1.7-.1.2-.2.1-.5-.1-.7-.3-.2-.8-.3-1.2-.3-.4.1-.8.3-1 .6s-.3.8-.3 1.2c.1.4.3.8.6 1 .3.2.6.3.9.3.5 0 1-.2 1.3-.7.2-.2.1-.5-.1-.7-.3-.1-.6-.1-.7.2z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-lifestyle-2.contain {
	background-size: contain
}

.placeholder-background-lifestyle-2[data-position=left-top] {
	background-position: left top
}

.placeholder-background-lifestyle-2[data-position=left-center] {
	background-position: left center
}

.placeholder-background-lifestyle-2[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-lifestyle-2[data-position=center-top] {
	background-position: center top
}

.placeholder-background-lifestyle-2[data-position=center-center] {
	background-position: center center
}

.placeholder-background-lifestyle-2[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-lifestyle-2[data-position=right-top] {
	background-position: right top
}

.placeholder-background-lifestyle-2[data-position=right-center] {
	background-position: right center
}

.placeholder-background-lifestyle-2[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-lifestyle-2[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-lifestyle-2[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-lifestyle-2[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-lifestyle-2[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-lifestyle-2[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-lifestyle-2[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-lifestyle-2[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-lifestyle-2[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-lifestyle-2[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-lifestyle-2[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-image {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M324.5 212.7H203c-1.6 0-2.8 1.3-2.8 2.8V308c0 1.6 1.3 2.8 2.8 2.8h121.6c1.6 0 2.8-1.3 2.8-2.8v-92.5c0-1.6-1.3-2.8-2.9-2.8zm1.1 95.3c0 .6-.5 1.1-1.1 1.1H203c-.6 0-1.1-.5-1.1-1.1v-92.5c0-.6.5-1.1 1.1-1.1h121.6c.6 0 1.1.5 1.1 1.1V308z'/><path d='M210.4 299.5H240v.1s.1 0 .2-.1h75.2v-76.2h-105v76.2zm1.8-7.2l20-20c1.6-1.6 3.8-2.5 6.1-2.5s4.5.9 6.1 2.5l1.5 1.5 16.8 16.8c-12.9 3.3-20.7 6.3-22.8 7.2h-27.7v-5.5zm101.5-10.1c-20.1 1.7-36.7 4.8-49.1 7.9l-16.9-16.9 26.3-26.3c1.6-1.6 3.8-2.5 6.1-2.5s4.5.9 6.1 2.5l27.5 27.5v7.8zm-68.9 15.5c9.7-3.5 33.9-10.9 68.9-13.8v13.8h-68.9zm68.9-72.7v46.8l-26.2-26.2c-1.9-1.9-4.5-3-7.3-3s-5.4 1.1-7.3 3l-26.3 26.3-.9-.9c-1.9-1.9-4.5-3-7.3-3s-5.4 1.1-7.3 3l-18.8 18.8V225h101.4z'/><path d='M232.8 254c4.6 0 8.3-3.7 8.3-8.3s-3.7-8.3-8.3-8.3-8.3 3.7-8.3 8.3 3.7 8.3 8.3 8.3zm0-14.9c3.6 0 6.6 2.9 6.6 6.6s-2.9 6.6-6.6 6.6-6.6-2.9-6.6-6.6 3-6.6 6.6-6.6z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-image.contain {
	background-size: contain
}

.placeholder-background-image[data-position=left-top] {
	background-position: left top
}

.placeholder-background-image[data-position=left-center] {
	background-position: left center
}

.placeholder-background-image[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-image[data-position=center-top] {
	background-position: center top
}

.placeholder-background-image[data-position=center-center] {
	background-position: center center
}

.placeholder-background-image[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-image[data-position=right-top] {
	background-position: right top
}

.placeholder-background-image[data-position=right-center] {
	background-position: right center
}

.placeholder-background-image[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-image[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-image[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-image[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-image[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-image[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-image[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-image[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-image[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-image[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-image[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-product-1 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M375.5 345.2c0-.1 0-.1 0 0 0-.1 0-.1 0 0-1.1-2.9-2.3-5.5-3.4-7.8-1.4-4.7-2.4-13.8-.5-19.8 3.4-10.6 3.6-40.6 1.2-54.5-2.3-14-12.3-29.8-18.5-36.9-5.3-6.2-12.8-14.9-15.4-17.9 8.6-5.6 13.3-13.3 14-23 0-.3 0-.6.1-.8.4-4.1-.6-9.9-3.9-13.5-2.1-2.3-4.8-3.5-8-3.5h-54.9c-.8-7.1-3-13-5.2-17.5-6.8-13.9-12.5-16.5-21.2-16.5h-.7c-8.7 0-14.4 2.5-21.2 16.5-2.2 4.5-4.4 10.4-5.2 17.5h-48.5c-3.2 0-5.9 1.2-8 3.5-3.2 3.6-4.3 9.3-3.9 13.5 0 .2 0 .5.1.8.7 9.8 5.4 17.4 14 23-2.6 3.1-10.1 11.7-15.4 17.9-6.1 7.2-16.1 22.9-18.5 36.9-2.2 13.3-1.2 47.4 1 54.9 1.1 3.8 1.4 14.5-.2 19.4-1.2 2.4-2.3 5-3.4 7.9-4.4 11.6-6.2 26.3-5 32.6 1.8 9.9 16.5 14.4 29.4 14.4h176.8c12.9 0 27.6-4.5 29.4-14.4 1.2-6.5-.5-21.1-5-32.7zm-97.7-178c.3-3.2.8-10.6-.2-18 2.4 4.3 5 10.5 5.9 18h-5.7zm-36.3-17.9c-1 7.4-.5 14.8-.2 18h-5.7c.9-7.5 3.5-13.7 5.9-18zm4.5-6.9c0-.1.1-.2.1-.4 4.4-5.3 8.4-5.8 13.1-5.8h.7c4.7 0 8.7.6 13.1 5.8 0 .1 0 .2.1.4 3.2 8.9 2.2 21.2 1.8 25h-30.7c-.4-3.8-1.3-16.1 1.8-25zm-70.7 42.5c0-.3 0-.6-.1-.9-.3-3.4.5-8.4 3.1-11.3 1-1.1 2.1-1.7 3.4-2.1l-.6.6c-2.8 3.1-3.7 8.1-3.3 11.6 0 .2 0 .5.1.8.3 3.5.9 11.7 10.6 18.8.3.2.8.2 1-.2.2-.3.2-.8-.2-1-9.2-6.7-9.8-14.4-10-17.7 0-.3 0-.6-.1-.8-.3-3.2.5-7.7 3-10.5.8-.8 1.7-1.5 2.6-1.9h155.7c1 .4 1.9 1.1 2.6 1.9 2.5 2.8 3.3 7.3 3 10.5 0 .2 0 .5-.1.8-.3 3.6-1 13.1-13.8 20.1-.3.2-.5.6-.3 1 .1.2.4.4.6.4.1 0 .2 0 .3-.1 13.5-7.5 14.3-17.5 14.6-21.3 0-.3 0-.5.1-.8.4-3.5-.5-8.5-3.3-11.6l-.6-.6c1.3.4 2.5 1.1 3.4 2.1 2.6 2.9 3.5 7.9 3.1 11.3 0 .3 0 .6-.1.9-1.5 20.9-23.6 31.4-65.5 31.4h-43.8c-41.8 0-63.9-10.5-65.4-31.4zm91 89.1h-7c0-1.5 0-3-.1-4.2-.2-12.5-2.2-31.1-2.7-35.1h3.6c.8 0 1.4-.6 1.4-1.4v-14.1h2.4v14.1c0 .8.6 1.4 1.4 1.4h3.7c-.4 3.9-2.4 22.6-2.7 35.1v4.2zm65.3 11.9h-16.8c-.4 0-.7.3-.7.7 0 .4.3.7.7.7h16.8v2.8h-62.2c0-.9-.1-1.9-.1-2.8h33.9c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-33.9c-.1-3.2-.1-6.3-.1-9h62.5v9zm-12.5 24.4h-6.3l.2-1.6h5.9l.2 1.6zm-5.8-4.5l1.6-12.3h2l1.6 12.3h-5.2zm-57-19.9h-62.4v-9h62.5c0 2.7 0 5.8-.1 9zm-62.4 1.4h62.4c0 .9-.1 1.8-.1 2.8H194v-2.8zm65.2 0h7.3c0 .9.1 1.8.1 2.8H259c.1-.9.1-1.8.1-2.8zm7.2-1.4h-7.2c.1-3.2.1-6.3.1-9h7c0 2.7 0 5.8.1 9zm-7.7-66.7v6.8h-9v-6.8h9zm-8.9 8.3h9v.7h-9v-.7zm0 2.1h9v2.3h-9v-2.3zm26-1.4h-9v-.7h9v.7zm-9 3.7v-2.3h9v2.3h-9zm9-5.9h-9v-6.8h9v6.8zm-119.3 91.1c-2.1-7.1-3-40.9-.9-53.6 2.2-13.5 11.9-28.6 17.8-35.6 5.6-6.5 13.5-15.7 15.7-18.3 11.4 6.4 28.7 9.6 51.8 9.6h6v14.1c0 .8.6 1.4 1.4 1.4h5.4c.3 3.1 2.4 22.4 2.7 35.1 0 1.2.1 2.6.1 4.2h-63.9c-.8 0-1.4.6-1.4 1.4v16.1c0 .8.6 1.4 1.4 1.4H256c-.8 11.8-2.8 24.7-8 33.3-2.6 4.4-4.9 8.5-6.9 12.2-.4.7-.1 1.6.6 1.9.2.1.4.2.6.2.5 0 1-.3 1.3-.8 1.9-3.7 4.2-7.7 6.8-12.1 5.4-9.1 7.6-22.5 8.4-34.7h7.8c.7 11.2 2.6 23.5 7.1 32.4.2.5.8.8 1.3.8.2 0 .4 0 .6-.2.7-.4 1-1.2.6-1.9-4.3-8.5-6.1-20.3-6.8-31.1H312l-2.4 18.6c-.1.4.1.8.3 1.1.3.3.7.5 1.1.5h9.6c.4 0 .8-.2 1.1-.5.3-.3.4-.7.3-1.1l-2.4-18.6H333c.8 0 1.4-.6 1.4-1.4v-16.1c0-.8-.6-1.4-1.4-1.4h-63.9c0-1.5 0-2.9.1-4.2.2-12.7 2.3-32 2.7-35.1h5.2c.8 0 1.4-.6 1.4-1.4v-14.1h6.2c23.1 0 40.4-3.2 51.8-9.6 2.3 2.6 10.1 11.8 15.7 18.3 5.9 6.9 15.6 22.1 17.8 35.6 2.2 13.4 2 43.2-1.1 53.1-1.2 3.9-1.4 8.7-1 13-1.7-2.8-2.9-4.4-3-4.6-.2-.3-.6-.5-.9-.6h-.5c-.2 0-.4.1-.5.2-.6.5-.8 1.4-.3 2 0 0 .2.3.5.8 1.4 2.1 5.6 8.4 8.9 16.7h-42.9v-43.8c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4v44.9c0 .1-.1.2-.1.3 0 .1 0 .2.1.3v9c-1.1 2-3.9 3.7-10.5 3.7h-7.5c-.4 0-.7.3-.7.7 0 .4.3.7.7.7h7.5c5 0 8.5-.9 10.5-2.8-.1 3.1-1.5 6.5-10.5 6.5H210.4c-9 0-10.5-3.4-10.5-6.5 2 1.9 5.5 2.8 10.5 2.8h67.4c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-67.4c-6.7 0-9.4-1.7-10.5-3.7v-54.5c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4v43.8h-43.6c4.2-10.2 9.4-17.4 9.5-17.5.5-.6.3-1.5-.3-2s-1.5-.3-2 .3c-.1.2-1.4 2-3.2 5 .1-4.9-.4-10.2-1.1-12.8zm221.4 60.2c-1.5 8.3-14.9 12-26.6 12H174.4c-11.8 0-25.1-3.8-26.6-12-1-5.7.6-19.3 4.6-30.2H197v9.8c0 6.4 4.5 9.7 13.4 9.7h105.4c8.9 0 13.4-3.3 13.4-9.7v-9.8h44c4 10.9 5.6 24.5 4.6 30.2z'/><path d='M286.1 359.3c0 .4.3.7.7.7h14.7c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-14.7c-.3 0-.7.3-.7.7zm5.3-145.6c13.5-.5 24.7-2.3 33.5-5.3.4-.1.6-.5.4-.9-.1-.4-.5-.6-.9-.4-8.6 3-19.7 4.7-33 5.2-.4 0-.7.3-.7.7 0 .4.3.7.7.7zm-11.3.1c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7H242c-19.9 0-35.3-2.5-45.9-7.4-.4-.2-.8 0-.9.3-.2.4 0 .8.3.9 10.8 5 26.4 7.5 46.5 7.5h38.1zm-7.2 116.9c.4.1.9.1 1.4.1 1.7 0 3.4-.7 4.7-1.9 1.4-1.4 1.9-3.2 1.5-5-.2-.8-.9-1.2-1.7-1.1-.8.2-1.2.9-1.1 1.7.3 1.2-.4 2-.7 2.4-.9.9-2.2 1.3-3.4 1-.8-.2-1.5.3-1.7 1.1s.2 1.5 1 1.7z'/><path d='M275.5 331.6c-.8 0-1.4.6-1.5 1.4 0 .8.6 1.4 1.4 1.5h.3c3.6 0 7-2.8 7.7-6.3.2-.8-.4-1.5-1.1-1.7-.8-.2-1.5.4-1.7 1.1-.4 2.3-2.8 4.2-5.1 4zm5.4 1.6c-.6.5-.6 1.4-.1 2 1.1 1.3 2.5 2.2 4.2 2.8.2.1.3.1.5.1.6 0 1.1-.3 1.3-.9.3-.7-.1-1.6-.8-1.8-1.2-.5-2.2-1.2-3-2.1-.6-.6-1.5-.6-2.1-.1zm-38.2 12.7c.5 0 .9 0 1.4-.1.8-.2 1.3-.9 1.1-1.7-.2-.8-.9-1.3-1.7-1.1-1.2.3-2.5-.1-3.4-1-.4-.4-1-1.2-.8-2.4.2-.8-.3-1.5-1.1-1.7-.8-.2-1.5.3-1.7 1.1-.4 1.8.1 3.7 1.5 5 1.2 1.2 2.9 1.9 4.7 1.9z'/><path d='M241.2 349.6h.3c.8 0 1.4-.7 1.4-1.5s-.7-1.4-1.5-1.4c-2.3.1-4.6-1.7-5.1-4-.2-.8-.9-1.3-1.7-1.1-.8.2-1.3.9-1.1 1.7.7 3.5 4.1 6.3 7.7 6.3zm-9.7 3.6c.2 0 .3 0 .5-.1 1.6-.6 3-1.6 4.2-2.8.5-.6.5-1.5-.1-2s-1.5-.5-2 .1c-.8.9-1.8 1.6-3 2.1-.7.3-1.1 1.1-.8 1.8 0 .6.6.9 1.2.9z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-product-1.contain {
	background-size: contain
}

.placeholder-background-product-1[data-position=left-top] {
	background-position: left top
}

.placeholder-background-product-1[data-position=left-center] {
	background-position: left center
}

.placeholder-background-product-1[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-product-1[data-position=center-top] {
	background-position: center top
}

.placeholder-background-product-1[data-position=center-center] {
	background-position: center center
}

.placeholder-background-product-1[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-product-1[data-position=right-top] {
	background-position: right top
}

.placeholder-background-product-1[data-position=right-center] {
	background-position: right center
}

.placeholder-background-product-1[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-product-1[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-product-1[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-product-1[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-product-1[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-product-1[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-product-1[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-product-1[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-product-1[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-product-1[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-product-1[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-product-2 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M401.7 288.4c-.7-.5-1.6-.5-2.4 0l-.3-.7c-2.6-5.8-7.1-10.1-12.8-12.2l-77.8-31.8-7.1-3.9 1.3-1.7c.2-.3.2-.8-.1-1-.3-.2-.8-.2-1 .1l-1.4 1.9-12-6.6.4-4.5c.1-.8-.5-1.5-1.3-1.5-.8-.1-1.5.5-1.5 1.3l-.1.9-1.4 1.7-13.4-7.4.4-4.3c.1-.8-.5-1.5-1.3-1.6-.8-.1-1.5.5-1.6 1.3l-.1 1-1.2 1.6-13.3-7.3.5-4.4c.1-.8-.5-1.5-1.2-1.6-.8-.1-1.5.5-1.6 1.2l-.4 3.2-17.7-9.8c-5.3-3.1-11.6-3.1-16.5.1-4.6 3-7 8.2-6.3 13.7l1.3 12.6c-8.3 6.5-17.7 10.1-27.2 10.1-8.8 0-17-2.3-24.5-6.7-5.9-3.5-11.1-8.2-15.4-14-2-2.6-5.1-4.9-7.7-4.3-.8.2-2.2.9-2.6 3.2v78l-3.7-.3c-2.5-.2-4.7 1.7-5.3 4.7l-2.3 15.5c-.4 2.2 0 4.4 1.3 6.1.9 1.2 2.2 2 3.7 2.1 19.4 1.2 58.1 2.5 101 2.5 32.5 0 67.4-.8 98.2-3 38.9-2.8 62.8-11.8 73.1-27.4.7-1.1 1.4-2.2 2-3.3.4-1.3.2-2.8-.7-3.5zm-94.5-42.2l.1.1 22 9c-12.2 2.2-24.9.5-36.1-4.9l6.4-8.3 7.6 4.1zm-8.8-4.8l-6.5 8.4-1.5-.7c-.7-.3-1.6-.1-1.9.6-.3.7-.1 1.6.6 1.9l.9.5-2.6 3.3c-.5-.3-1-.5-1.5-.6l1.8-19.2 10.7 5.8zm-12.7 16.3s.1 0 0 0zm-3.2-25.1l-7.2 9-2.7-1.3c-.7-.3-1.6-.1-1.9.6-.3.7-.1 1.6.6 1.9l2.1 1-3.6 4.5c-.5-.3-1-.5-1.5-.7l2.2-21.6 12 6.6zm-14.5 18c.1 0 .1 0 0 0zm-2.6-27.4l-7.4 9.9-2.5-1.2c-.7-.3-1.6-.1-1.9.6-.3.7-.1 1.6.6 1.9l2.1 1-4.3 5.8-1.2-.6 2.8-24 11.8 6.6zm-52-7.4c-.6-4.5 1.3-8.6 5-11 3.7-2.4 8.4-2.6 12.4-.6l-.3.6c-.2.4-.4.9-.6 1.3-.1.3-.3.5-.4.8-2.4 4.8-5.4 9.3-8.8 13.4-2 2.4-4.1 4.5-6.3 6.4l-1-10.9zm-76.1 2.3v-.5c.1-.4.2-.9.5-.9.8-.2 2.9.8 4.7 3.2 4.5 6.1 10 11 16.2 14.7 7.9 4.7 16.7 7.1 26 7.1 14 0 27.6-7 38.3-19.7 3.6-4.3 6.7-8.9 9.2-14 .1-.2.2-.4.3-.7.2-.5.5-1 .7-1.4.1-.1.1-.3.2-.4l17.4 9.6-2.9 25c-4.2.1-7.5 3.5-7.5 7.7 0 .8.1 1.6.4 2.4.2.7 1.1 1.1 1.8.9.7-.2 1.1-1.1.9-1.8-.2-.5-.2-1-.2-1.5 0-2.5 1.9-4.5 4.3-4.8l-.4 3.7c-.1.8.5 1.5 1.2 1.6h.2c.7 0 1.3-.5 1.4-1.3l.1-1 1.3-1.7c.9.9 1.5 2.1 1.5 3.5 0 2.7-2.2 4.8-4.8 4.8-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4 4.2 0 7.7-3.4 7.7-7.7 0-2.3-1-4.4-2.7-5.8l4.5-6 5.8 2.9c.2.1.4.1.6.1.5 0 1-.3 1.3-.8.3-.7.1-1.6-.6-1.9l-5.3-2.6 7.4-9.9 1.1.6-2.3 22.8c-4 .2-7.2 3.6-7.2 7.7 0 .6.1 1.2.2 1.7.2.8.9 1.2 1.7 1.1.8-.2 1.2-.9 1.1-1.7-.1-.4-.1-.7-.1-1.1 0-2.4 1.8-4.4 4.1-4.8l-.4 3.7c-.1.8.5 1.5 1.3 1.6h.1c.7 0 1.3-.5 1.4-1.3l.1-.9 1.5-1.9c.9.9 1.5 2.1 1.5 3.5 0 2.7-2.2 4.8-4.8 4.8-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4c4.2 0 7.7-3.4 7.7-7.7 0-2.3-1-4.3-2.6-5.8l3.7-4.7 5.9 2.9c.2.1.4.1.6.1.5 0 1-.3 1.3-.8.3-.7.1-1.6-.6-1.9l-5.3-2.6 7.1-9 1.4.8-1.9 20.4c-3.9.3-7 3.6-7 7.6 0 .8.1 1.6.4 2.3.2.7 1 1.2 1.8.9.7-.2 1.2-1 .9-1.8-.1-.5-.2-1-.2-1.5 0-2.4 1.7-4.3 3.9-4.7l-.4 3.7c-.1.8.5 1.5 1.3 1.5h.1c.7 0 1.3-.6 1.4-1.3l.1-.9 1.5-2c1 .9 1.7 2.2 1.7 3.6 0 2.7-2.2 4.8-4.8 4.8-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4c4.2 0 7.7-3.4 7.7-7.7 0-2.4-1.1-4.5-2.8-5.9l2.7-3.5c8.6 4.2 17.9 6.3 27.4 6.3 4.8 0 9.5-.5 14.2-1.6.2-.1.4-.2.6-.4l51.6 21.1c4.2 1.5 7.6 4.5 10 8.4-2.5 2-10.2 7.5-24 11.9-.4.1-.6.5-.5.9.1.3.4.5.7.5h.2c13.8-4.4 21.4-9.8 24.2-12 .2.3.4.7.5 1l.6 1.4c-.6.4-1.2.9-1.8 1.3-30.8 22.3-83 18.6-133.5 14.9l-46.9-4.2c0-1.1-.1-2.2-.1-3.3 10 1.1 66 6.9 103.8 7.3.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7-38.1-.5-94.7-6.4-103.9-7.3-1.4-14.1-7.8-29.6-14-38.7 14.6-3.2 28.2-11.3 38.4-23l5.4-6.2 1.2.6c.7.3 1.6.1 1.9-.6.3-.7.1-1.6-.6-1.9l-2.2-1.1c-.6-.3-1.3-.1-1.7.3l-6.1 7c-12.4 14.2-29.9 22.8-47.9 23.6-1 0-2 .1-3 .1-19.4 0-38.4-7.6-48.7-19.5v-19.8c-.2.7-.2.7-.2.6zm0 24.2c11.1 11.1 29.8 18.1 48.7 18.1 1.1 0 2.1 0 3.1-.1l3.9-.3c2.1 2.9 4.3 6.5 6.2 10.5.1.3.4.4.6.4.1 0 .2 0 .3-.1.4-.2.5-.6.3-.9-1.8-3.7-3.8-7.2-5.9-10.1 1-.1 2-.3 3-.5 0 .1.1.2.1.3 6.8 9.5 13.9 27.4 14.2 42.3l-3-.3v-.2c-.2-7.1-2.1-15.7-5.3-24.3-.1-.4-.6-.5-.9-.4-.4.1-.5.6-.4.9 3.2 8.4 5.1 16.8 5.2 23.8l-70.3-6.4v-52.7zm260.6 51.2c-9.8 14.9-33 23.5-70.9 26.2-71.5 5.1-164.8 2.5-198.8.5-.7 0-1.3-.5-1.6-.9-.7-1-1-2.4-.7-3.8l2.3-15.5c.3-1.4 1.2-2.3 2.2-2.3h.1L258 309.1l3.5.3c2 .1 4 .3 6 .4.6 0 1.2.1 1.8.1 2.2.2 4.3.3 6.5.5h.1c2.1.1 4.2.3 6.3.4.5 0 1.1.1 1.6.1 2.1.1 4.3.3 6.4.4l6.3.3c.5 0 1 0 1.6.1 4.2.2 8.4.3 12.6.4h1.5c2.1 0 4.1.1 6.2.1h6.8c1.2 0 2.4-.1 3.6-.1.6 0 1.2 0 1.8-.1 1.2 0 2.4-.1 3.6-.2.5 0 1.1-.1 1.6-.1 1.7-.1 3.3-.2 4.9-.3h.1c1.7-.1 3.3-.3 4.9-.5.5-.1 1-.1 1.5-.2 1.1-.1 2.3-.3 3.4-.4.6-.1 1.1-.2 1.7-.2 1.1-.2 2.2-.3 3.3-.5.5-.1 1-.2 1.5-.2 1.5-.3 3-.5 4.5-.9h.1c1.5-.3 3-.7 4.5-1 .5-.1.9-.2 1.4-.4 1-.3 2-.5 3-.8.5-.1 1-.3 1.5-.5 1-.3 2-.6 2.9-.9.4-.1.9-.3 1.3-.5 1.4-.5 2.7-1 4-1.5h.1c1.3-.5 2.6-1.1 3.9-1.7l1.2-.6c.9-.4 1.8-.9 2.7-1.3.4-.2.9-.5 1.3-.7.9-.5 1.7-1 2.5-1.5.4-.2.8-.5 1.1-.7 1.2-.8 2.4-1.5 3.5-2.3.4-.3.8-.6 1.3-.9.1-.1.2-.1.2-.2.1 0 0 .3-.2.5z'/><path d='M192.5 315.8c-2.7-.1-5.3-.1-7.8-.2-.4 0-.7.3-.7.7 0 .4.3.7.7.7 2.6.1 5.2.1 7.8.2.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7z'/><path d='M227.2 312.5c-25.2-2.1-60.2-5.1-83.3-7.7-2.8-.3-5.4 1.7-5.8 4.5-.2 1.5.2 3 1.1 4.2.9 1.2 2.3 1.9 3.8 1.9 6.2.3 19 .9 34.5 1.4.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7-15.5-.5-28.2-1.1-34.5-1.4-1.1-.1-2.1-.6-2.8-1.4-.7-.9-1-2-.8-3.1.3-2.1 2.2-3.5 4.3-3.3 23.2 2.6 58.1 5.6 83.4 7.7.4 0 .7-.3.8-.6 0-.5-.3-.8-.7-.8zm32.5 2.6s-10.3-.8-25.4-2c-.3 0-.7.3-.8.6 0 .4.3.7.6.8 15.1 1.2 25.4 2 25.4 2h.1c.4 0 .7-.3.7-.7.1-.3-.2-.7-.6-.7zm69.1-8.8c10.3-.2 20.1-1.2 29.1-3 .4-.1.6-.5.6-.8-.1-.4-.5-.6-.8-.6-8.9 1.8-18.6 2.8-28.8 3-.4 0-.7.3-.7.7-.1.4.2.7.6.7z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-product-2.contain {
	background-size: contain
}

.placeholder-background-product-2[data-position=left-top] {
	background-position: left top
}

.placeholder-background-product-2[data-position=left-center] {
	background-position: left center
}

.placeholder-background-product-2[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-product-2[data-position=center-top] {
	background-position: center top
}

.placeholder-background-product-2[data-position=center-center] {
	background-position: center center
}

.placeholder-background-product-2[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-product-2[data-position=right-top] {
	background-position: right top
}

.placeholder-background-product-2[data-position=right-center] {
	background-position: right center
}

.placeholder-background-product-2[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-product-2[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-product-2[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-product-2[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-product-2[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-product-2[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-product-2[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-product-2[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-product-2[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-product-2[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-product-2[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-product-3 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M381.3 247.3c.3-1.2 1.2-3.4 3.4-4.2l2.5-.9c.5-.2.8-.5.9-1l3.8-16.2c.1-.4 0-.8-.2-1.1-.2-.3-.6-.5-1-.6-61.1-8.3-93.8-.3-113.3 4.6-6.4 1.6-11.1 2.7-14.6 2.7s-8.2-1.1-14.6-2.7c-19.5-4.8-52.2-12.9-113.3-4.6-.4.1-.8.3-1 .6-.2.3-.3.7-.2 1.1l3.8 16.2c.1.5.5.9.9 1l2.5.9c2.2.8 3.1 3 3.4 4.2.4 1.4.7 3 1.1 4.6 1.8 7.6 4 17 7.9 25.9-7.6 8.2-13.4 15.3-16.2 18.9-.5.7-.8 1.5-.7 2.4.1.8.5 1.5 1 2 .5.7 1.9 2.6 4.6 3.4 2.4.7 4.6 1 6.6 1 7.8 0 13.4-4.7 17.5-9.4 6.7 5.9 15.6 9.7 27.8 9.7 43.9 0 52.1-24.5 57.5-40.7 3.3-9.8 5.4-15.3 11.4-15.3 6.1 0 8.3 5.6 11.6 15.4 5.4 16.1 13.5 40.6 57.4 40.6 12.4 0 21.4-4 28.2-10.1 4.2 4.8 9.8 9.8 17.8 9.8 2 0 4.2-.3 6.6-1.1 2.6-.8 4.1-2.7 4.6-3.4.6-.5.9-1.2 1-2 .1-.9-.1-1.7-.7-2.4-2.9-3.7-8.9-11-16.7-19.4 3.8-8.7 6-18 7.7-25.4.3-1.5.7-3 1-4.5zm-238.6 54.5c-2.1-.6-3.1-2.3-3.1-2.3-.1-.2-.2-.3-.4-.4-.1-.1-.1-.2-.1-.2 0-.1 0-.2.1-.3 2.7-3.4 8.2-10.1 15.3-17.9 2.5 4.9 5.5 9.6 9.4 13.5-6.9 7.9-13.1 10.1-21.2 7.6zm244.3-3.3c.1.1.1.2.1.3 0 .1 0 .2-.1.2l-.4.4s-1 1.7-3.1 2.3c-8.2 2.5-14.5.2-21.6-8 3.9-4 6.9-8.7 9.3-13.7 7.4 8.1 13 15 15.8 18.5zm-9.5-47.2c-4.8 20.6-12.1 51.7-45.8 51.7-41.8 0-49.2-22.3-54.7-38.6-3.1-9.3-5.8-17.4-14.3-17.4-8.3 0-11 8-14.1 17.3-5.5 16.3-12.9 38.7-54.8 38.7-33.7 0-41-31.1-45.8-51.7-.4-1.7-.8-3.2-1.1-4.7-.8-3.1-2.6-5.3-5.2-6.2l-1.7-.6-3.2-14c59.5-7.9 91.5 0 110.7 4.7 6.6 1.6 11.4 2.8 15.3 2.8s8.7-1.2 15.3-2.8c19.2-4.7 51.2-12.6 110.7-4.7l-3.2 14-1.7.6c-2.5.9-4.4 3.2-5.2 6.2-.5 1.5-.8 3.1-1.2 4.7z'/><path d='M383.9 232c0-4.1-13.7-4.1-13.7 0 0 2 3.4 3.1 6.8 3.1 3.5 0 6.9-1 6.9-3.1zm-6.8 1.7c-3.4 0-5.4-1.1-5.4-1.7s2.1-1.7 5.4-1.7c3.4 0 5.4 1.1 5.4 1.7s-2.1 1.7-5.4 1.7zM141.8 232c0 2 3.4 3.1 6.8 3.1s6.8-1.1 6.8-3.1c.1-4-13.6-4-13.6 0zm6.8 1.7c-3.4 0-5.4-1.1-5.4-1.7s2.1-1.7 5.4-1.7 5.4 1.1 5.4 1.7-2 1.7-5.4 1.7zM356 227.6c-7.9-2-36.2-7.4-68 5.5-5.7 2.3-9.4 8-9.1 14.1.9 22.6 7 52.6 48.7 52.6 12.9 0 23.1-3.8 30.2-11.4 11.3-12.1 12.7-30.8 11.8-44.5-.6-7.9-6-14.4-13.6-16.3zm-67.5 6.8c15.7-6.4 30.5-8.2 42.4-8.2 11.9 0 20.8 1.8 24.7 2.8 5.3 1.3 9.4 5.1 11.4 10h-.1c-.1 0-14.3 1.7-36.4 3.5-9 .7-20.2 1.6-32.9 2.2h-.8c-.1 0-.2 0-.3.1-5 .3-10.2.5-15.6.7-.2 0-.3.1-.5.1.4-5.1 3.5-9.4 8.1-11.2zm39.1 64c-39.9 0-46.2-28.5-47.2-50.4.2.1.3.1.5.1 5.8-.2 11.4-.4 16.7-.7 28.4.1 40.9 18.3 51.9 34.4 1.6 2.4 3.2 4.7 4.8 6.9.2.2.4.4.7.5-6.8 6.1-15.9 9.2-27.4 9.2zm29.2-11.1c0-.1-.1-.3-.2-.4-1.6-2.2-3.1-4.4-4.7-6.8-8.8-12.9-19.4-28.3-39.2-33.7 6.5-.4 12.4-.9 17.6-1.3 10.4 5.8 21.4 14.7 33.6 27.3.3.3.6.4 1 .4h.1c-1.8 5.4-4.4 10.4-8.2 14.5zm9-17c-11-11.2-21.1-19.6-30.6-25.5 19.5-1.6 31.9-3.1 32-3.1.2 0 .4-.1.5-.2.2.8.3 1.6.3 2.5.5 6.7.5 16.7-2.2 26.3zM238 233c-31.7-12.9-60-7.5-68-5.5-7.6 1.9-13.1 8.5-13.6 16.4-.9 13.6.5 32.4 11.8 44.5 7.1 7.6 17.3 11.4 30.2 11.4 41.7 0 47.8-30 48.7-52.6.3-6.2-3.4-11.8-9.1-14.2zm-67.6-4.1c7.7-1.9 34.9-7.2 65.7 4.9-8 .9-14.7 1.5-22.6 2.2-5.5.5-11.6 2.6-18.3 6.3-21.8-1.7-35.8-3.4-36-3.4h-.3c2.1-4.9 6.2-8.6 11.5-10zM157.9 244c.1-.9.2-1.8.4-2.6.2.2.4.3.7.3.1 0 12.5 1.5 32 3.1-9.6 6-19.7 14.4-30.7 25.7-2.8-9.7-2.8-19.8-2.4-26.5zm40.5 54.4c-11.5 0-20.6-3.1-27.4-9.2.3-.1.6-.2.8-.5 1.5-2.1 3-4.2 4.6-6.5 11.4-16.5 24.3-35.1 55.1-34 5.1.2 8.8.3 13.6.3.2 0 .3 0 .4-.1-.9 21.9-7.3 50-47.1 50zm46.8-52.7c-4.8 0-8.4-.1-13.5-.3-32.4-1.3-46.4 19-57.6 35.2-1.6 2.3-3 4.4-4.5 6.4-.1.2-.2.3-.2.5-3.9-4.2-6.5-9.2-8.3-14.5h.3c.4 0 .7-.1 1-.4 12.3-12.6 23.4-21.6 34-27.5 6.5-3.6 12.4-5.7 17.6-6.2 8.5-.7 15.7-1.5 24.7-2.4.5-.1 1-.4 1.2-.9 3.5 2.3 5.7 6.1 6 10.2-.4-.1-.5-.1-.7-.1z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-product-3.contain {
	background-size: contain
}

.placeholder-background-product-3[data-position=left-top] {
	background-position: left top
}

.placeholder-background-product-3[data-position=left-center] {
	background-position: left center
}

.placeholder-background-product-3[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-product-3[data-position=center-top] {
	background-position: center top
}

.placeholder-background-product-3[data-position=center-center] {
	background-position: center center
}

.placeholder-background-product-3[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-product-3[data-position=right-top] {
	background-position: right top
}

.placeholder-background-product-3[data-position=right-center] {
	background-position: right center
}

.placeholder-background-product-3[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-product-3[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-product-3[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-product-3[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-product-3[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-product-3[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-product-3[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-product-3[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-product-3[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-product-3[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-product-3[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-product-4 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M271.9 192.7c-.5-3.8-3.7-6.1-8.6-6.1-4.9 0-8 2.3-8.6 6.1-66.9 5.7-76 78.9-77.2 102-.1 2 .8 3.7 2.5 4.8 1.1.7 2.3.9 3.5.7v29.4c0 2.8 1.4 5.5 3.7 7.1 2.3 1.6 5.1 2 7.8 1.1 6-2.1 12.1-5.7 18.6-9.4 13.3-7.8 28.4-16.5 48.9-16.5 21.2 0 34.9 8.5 47 16 7.3 4.5 14.2 8.8 21.9 10.7.7.2 1.4.2 2 .2 1.9 0 3.7-.6 5.2-1.8 2.1-1.7 3.4-4.2 3.4-6.9v-29.9c.2 0 .5.1.7.1.9 0 1.9-.3 2.8-.8 1.7-1 2.6-2.8 2.5-4.8-1.2-23-10.2-96.1-76.1-102zm-8.6-3c1.8 0 4.7.4 5.5 2.8-1.8-.1-3.6-.2-5.5-.2h-.1c-1.8 0-3.6.1-5.4.2.8-2.4 3.7-2.8 5.5-2.8zM339 330.1c0 1.8-.8 3.4-2.2 4.5-1.4 1.1-3.1 1.4-4.7 1-7.2-1.8-13.9-5.9-21-10.3-12.5-7.7-26.6-16.4-48.6-16.4-21.3 0-36.7 9-50.4 16.9-6.3 3.7-12.3 7.2-18.1 9.2-1.7.6-3.5.3-5-.7-1.5-1.1-2.4-2.8-2.4-4.7v-29.9c0-.2-.1-.5-.2-.7 10.6-5.8 34.1-15 76.4-15 42.3 0 65.7 9.1 76.4 15-.1.2-.2.4-.2.7v30.4zm4.9-33.1c-.7.4-1.6.5-2.3 0-2.3-1.3-5.4-2.9-9.2-4.4.6-2.3 1.1-4.7 1.6-7.1.1-.4-.2-.8-.6-.9-.4-.1-.8.2-.9.6-.4 2.3-.9 4.6-1.5 6.8-13.3-5.3-35.1-10.9-68.3-10.9-33.2 0-55 5.6-68.2 10.9-.6-2.6-1.2-5.2-1.7-7.8-.1-.4-.5-.7-.9-.6-.4.1-.7.5-.6.9.5 2.7 1.1 5.5 1.8 8.1-3.8 1.6-6.8 3.1-9.2 4.5-.7.4-1.6.4-2.3 0-.7-.4-1.1-1.2-1.1-2 .5-9.1 2.2-26.3 8.4-43.8-.1 3.7-.1 7.5 0 11.2 0 .4.3.7.8.7.4 0 .7-.4.7-.8-.2-5.3-.1-10.6.2-15.8.6-1.5 1.2-2.9 1.8-4.4-.9 9.5-1.5 26.8 2.5 46 .1.4.4.6.7.6h.2c.4-.1.7-.5.6-.9-4.8-22.5-3-42.4-2-49.9 11.3-22.5 31.6-42.4 68-42.6v83c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-83h1.5v4.4c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-4.4c33.8 1.3 53 20.5 63.9 42.1 1 7.1 2.9 27.4-2 50.4-.1.4.2.8.6.9h.2c.3 0 .7-.2.7-.6 4.2-19.5 3.5-37.1 2.5-46.5.7 1.5 1.3 2.9 1.9 4.4.3 4.7.4 9.5.3 14.3 0 .4.3.8.7.8.4 0 .7-.3.8-.7.1-3.3 0-6.5-.1-9.7 6.2 17.6 7.9 34.9 8.4 44.1 0 .8-.4 1.6-1.1 2.1z'/><path d='M295.5 203.8c-2.3 0-4.1 1.8-4.1 4.1s1.8 4.1 4.1 4.1 4.1-1.8 4.1-4.1c0-2.2-1.9-4.1-4.1-4.1zm0 6.7c-1.4 0-2.6-1.2-2.6-2.6 0-1.4 1.2-2.6 2.6-2.6s2.6 1.2 2.6 2.6c0 1.4-1.2 2.6-2.6 2.6zm-64.4-6.7c-2.3 0-4.1 1.8-4.1 4.1s1.8 4.1 4.1 4.1 4.1-1.8 4.1-4.1c0-2.2-1.8-4.1-4.1-4.1zm0 6.7c-1.4 0-2.6-1.2-2.6-2.6 0-1.4 1.2-2.6 2.6-2.6s2.6 1.2 2.6 2.6c0 1.4-1.2 2.6-2.6 2.6zm105.3 90.7c-.4 0-.8.3-.8.8v24.8c0 1.6-.8 3-2.1 3.9-1.3.9-2.9 1-4.3.4-2.2-.9-4.6-2.1-7.2-3.6-.4-.2-.8-.1-1 .3-.2.4-.1.8.3 1 2.7 1.5 5.1 2.7 7.4 3.7.8.3 1.6.5 2.3.5 1.2 0 2.3-.3 3.4-1 1.7-1.1 2.8-3.1 2.8-5.1v-24.8c-.1-.6-.4-.9-.8-.9zm-19.8 23c-1-.6-2-1.2-3-1.9-2.5-1.5-5.1-3.1-7.8-4.7-.4-.2-.8-.1-1 .3-.2.4-.1.8.3 1 2.7 1.5 5.3 3.1 7.8 4.7 1 .6 2 1.2 3 1.9.1.1.3.1.4.1.3 0 .5-.1.6-.4.2-.3.1-.8-.3-1zm-14.6-8.6c-9.1-4.9-21.9-10.5-39.9-10.5-22.3 0-38.6 9.4-53.1 17.6-4.4 2.5-8.5 4.9-12.5 6.8-1.4.7-3.1.6-4.4-.2-1.4-.9-2.2-2.3-2.2-3.9v-23.5c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v23.5c0 2.1 1.1 4.1 2.9 5.2 1 .6 2.1.9 3.2.9.9 0 1.8-.2 2.6-.6 4.1-2 8.2-4.3 12.6-6.9 14.3-8.2 30.4-17.4 52.3-17.4 17.7 0 30.3 5.5 39.2 10.3.4.2.8.1 1-.3.4-.3.3-.8-.1-1z'/><path d='M192.7 309.8c.4 0 .8-.3.8-.8v-9.1c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v9.1c0 .4.4.8.8.8zm1.1 14.8c.6.4 1.4.6 2.1.6.6 0 1.1-.1 1.7-.4 3-1.4 5.9-3 8.6-4.4.4-.2.5-.7.3-1-.2-.4-.7-.5-1-.3-2.7 1.5-5.7 3-8.6 4.4-.8.4-1.6.3-2.3-.1-.7-.5-1.1-1.2-1.1-2.1v-7.7c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v7.7c0 1.3.7 2.6 1.9 3.3zm15.8-6.1c.1 0 .2 0 .4-.1 2.4-1.3 4.8-2.6 7.3-3.9.4-.2.5-.6.3-1s-.6-.5-1-.3c-2.5 1.3-5 2.6-7.3 3.9-.4.2-.5.7-.3 1 0 .2.3.4.6.4zm12.4-6.4c9.7-4.6 23-10 40.2-10 23.1 0 38 8.6 51.1 16.2 5 2.9 9.8 5.6 14.7 7.7.5.2 1 .3 1.6.3.8 0 1.5-.2 2.2-.7 1.1-.7 1.8-2 1.8-3.3v-22.5c0-.4-.3-.8-.8-.8s-.8.3-.8.8v22.5c0 .8-.4 1.6-1.1 2-.7.5-1.6.5-2.3.2-4.8-2.1-9.5-4.8-14.5-7.7-13.3-7.7-28.4-16.4-51.9-16.4-17.5 0-31 5.4-40.8 10.1-.4.2-.5.6-.4 1 .2.6.7.8 1 .6zm44.3-107.8c-.4 0-.8.3-.8.8v23.7c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-23.7c0-.5-.4-.8-.8-.8zm-6 61c-.4 0-.8.3-.8.8v8.9c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-9c-.1-.4-.4-.7-.8-.7zm0-21.5c-.4 0-.8.3-.8.8v15.3c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-15.3c-.1-.4-.4-.8-.8-.8zm75.3 23c-.4 0-.8.3-.8.7-.3 3.8-.7 7.6-1.2 11.4-.1.4.2.8.6.9h.1c.4 0 .7-.3.7-.6.5-3.8 1-7.6 1.2-11.5.1-.5-.2-.9-.6-.9zm-145.6.3c-.4 0-.7.4-.7.8.3 3.5.6 7.1 1.1 10.6.1.4.4.6.7.6h.1c.4-.1.7-.4.6-.9-.5-3.4-.9-7-1.1-10.5 0-.4-.4-.7-.7-.6z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-product-4.contain {
	background-size: contain
}

.placeholder-background-product-4[data-position=left-top] {
	background-position: left top
}

.placeholder-background-product-4[data-position=left-center] {
	background-position: left center
}

.placeholder-background-product-4[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-product-4[data-position=center-top] {
	background-position: center top
}

.placeholder-background-product-4[data-position=center-center] {
	background-position: center center
}

.placeholder-background-product-4[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-product-4[data-position=right-top] {
	background-position: right top
}

.placeholder-background-product-4[data-position=right-center] {
	background-position: right center
}

.placeholder-background-product-4[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-product-4[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-product-4[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-product-4[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-product-4[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-product-4[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-product-4[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-product-4[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-product-4[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-product-4[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-product-4[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-product-5 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M330.3 251.9h-4.8c-1.8-11-6.1-21.1-12.4-29.7v-.6l-6.2-23.5c-1.3-5.1-5.9-8.6-11.1-8.6h-8.5l-1.4-4.8c-.7-2.4-2.8-4-5.3-4h-46.3c-2.5 0-4.6 1.6-5.3 4l-1.4 4.8H219c-5.2 0-9.8 3.5-11.1 8.6l-6.2 23.5c-.1.2-.1.4 0 .6-8.4 11.4-13.3 25.5-13.3 40.6 0 15.2 4.9 29.2 13.3 40.6v.6l6.2 23.5c1.3 5.1 5.9 8.6 11.1 8.6h8.5l1.4 4.8c.7 2.3 2.9 4 5.3 4h46.3c2.5 0 4.6-1.6 5.3-4l1.4-4.8h8.4c5.2 0 9.8-3.5 11.1-8.6L313 304c.1-.2.1-.4 0-.6 6.3-8.6 10.7-18.7 12.4-29.7h4.8c3.8 0 6.9-3.1 6.9-6.9v-8.1c0-3.8-3.1-6.8-6.8-6.8zm-119.7-53.2c1-3.8 4.4-6.5 8.4-6.5h9.5c.2 0 .3 0 .5-.1.1 0 .3.1.4.1h12.1c.8 0 1.4-.6 1.4-1.4 0-.8-.6-1.4-1.4-1.4h-11.1l1.2-4c.3-1.2 1.4-1.9 2.6-1.9h46.3c1.2 0 2.2.8 2.6 1.9l1.2 4h-11.1c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4h12.1c.2 0 .3 0 .4-.1.2.1.3.1.5.1h9.5c3.9 0 7.4 2.7 8.4 6.5l4.8 18.3c-12.6-14.2-31-23.2-51.5-23.2s-38.9 9-51.5 23.2l4.7-18.3zm46.7-2c36.4 0 66.1 29.7 66.1 66.1 0 36.4-29.7 66.1-66.1 66.1s-66.1-29.7-66.1-66.1c0-36.5 29.7-66.1 66.1-66.1zM304 326.8c-1 3.8-4.4 6.5-8.4 6.5h-22.5c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h11.1l-1.2 4c-.3 1.2-1.4 1.9-2.6 1.9h-46.3c-1.2 0-2.3-.8-2.6-1.9l-1.2-4h11.1c.8 0 1.4-.6 1.4-1.4s-.6-1.4-1.4-1.4H219c-3.9 0-7.4-2.7-8.4-6.5l-4.8-18.3c12.6 14.2 31 23.2 51.5 23.2s38.9-9 51.5-23.2l-4.8 18.3zm30.3-60c0 2.2-1.8 4-4 4h-4.5c.1-.5.1-1 .2-1.6h5.2c.4 0 .7-.3.7-.7s-.3-.7-.7-.7h-5.1c.1-.8.1-1.6.1-2.4h5c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-4.9v-2.4h4.9c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-5c0-.8-.1-1.6-.1-2.4h5.1c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7H326c0-.5-.1-1-.2-1.6h4.5c2.2 0 4 1.8 4 4v8z'/><path d='M257.3 324.5c34 0 61.7-27.7 61.7-61.7s-27.7-61.7-61.7-61.7-61.7 27.7-61.7 61.7 27.7 61.7 61.7 61.7zm0-120.6c32.5 0 58.9 26.4 58.9 58.9s-26.4 58.9-58.9 58.9-58.9-26.4-58.9-58.9 26.5-58.9 58.9-58.9zm26.3 144h-52.5c-.8 0-1.4.6-1.4 1.4v18.8c0 .8.6 1.4 1.4 1.4h52.5c.8 0 1.4-.6 1.4-1.4v-18.8c0-.8-.7-1.4-1.4-1.4zm-1.5 18.8h-49.6v-16h49.6v16zm19.5-28h-12.3c-.8 0-1.4.6-1.4 1.4v15.5c0 .8.6 1.4 1.4 1.4h12.3c.8 0 1.4-.6 1.4-1.4v-15.5c0-.7-.7-1.4-1.4-1.4zm-1.5 15.5h-9.4v-12.6h9.4v12.6zm-74.7-15.5h-12.3c-.8 0-1.4.6-1.4 1.4v15.5c0 .8.6 1.4 1.4 1.4h12.3c.8 0 1.4-.6 1.4-1.4v-15.5c0-.7-.6-1.4-1.4-1.4zm-1.5 15.5h-9.4v-12.6h9.4v12.6zm59.7 19h-52.5c-.8 0-1.4.6-1.4 1.4v18.8c0 .8.6 1.4 1.4 1.4h52.5c.8 0 1.4-.6 1.4-1.4v-18.8c0-.8-.7-1.4-1.4-1.4zm-1.5 18.8h-49.6v-16h49.6v16zm19.5-32.7h-12.3c-.8 0-1.4.6-1.4 1.4v20.1c0 .8.6 1.4 1.4 1.4h12.3c.8 0 1.4-.6 1.4-1.4v-20.1c0-.8-.7-1.4-1.4-1.4zm-1.5 20h-9.4v-17.2h9.4v17.2zm-74.7-20h-12.3c-.8 0-1.4.6-1.4 1.4v20.1c0 .8.6 1.4 1.4 1.4h12.3c.8 0 1.4-.6 1.4-1.4v-20.1c0-.8-.6-1.4-1.4-1.4zm-1.5 20h-9.4v-17.2h9.4v17.2zm77.7 5.3h-12.3c-.8 0-1.4.6-1.4 1.4v7.4c0 .8.6 1.4 1.4 1.4h12.3c.8 0 1.4-.6 1.4-1.4V386c0-.7-.7-1.4-1.4-1.4zm-1.5 7.4h-9.4v-4.5h9.4v4.5zm-74.7-7.4h-12.3c-.8 0-1.4.6-1.4 1.4v7.4c0 .8.6 1.4 1.4 1.4h12.3c.8 0 1.4-.6 1.4-1.4V386c0-.7-.6-1.4-1.4-1.4zm-1.5 7.4h-9.4v-4.5h9.4v4.5zm7.2-214.4h52.5c.8 0 1.4-.6 1.4-1.4v-18.8c0-.8-.6-1.4-1.4-1.4h-52.5c-.8 0-1.4.6-1.4 1.4v18.8c0 .8.6 1.4 1.4 1.4zm1.4-18.8h49.6v16h-49.6v-16zm-19.4 28h12.3c.8 0 1.4-.6 1.4-1.4v-15.5c0-.8-.6-1.4-1.4-1.4h-12.3c-.8 0-1.4.6-1.4 1.4v15.5c0 .7.6 1.4 1.4 1.4zm1.4-15.5h9.4v12.6h-9.4v-12.6zm74.8 15.5h12.3c.8 0 1.4-.6 1.4-1.4v-15.5c0-.8-.6-1.4-1.4-1.4h-12.3c-.8 0-1.4.6-1.4 1.4v15.5c0 .7.6 1.4 1.4 1.4zm1.4-15.5h9.4v12.6h-9.4v-12.6zm-59.6-19h52.5c.8 0 1.4-.6 1.4-1.4v-18.8c0-.8-.6-1.4-1.4-1.4h-52.5c-.8 0-1.4.6-1.4 1.4v18.8c0 .8.6 1.4 1.4 1.4zm1.4-18.8h49.6v16h-49.6v-16zm-19.4 32.7h12.3c.8 0 1.4-.6 1.4-1.4v-20.1c0-.8-.6-1.4-1.4-1.4h-12.3c-.8 0-1.4.6-1.4 1.4v20.1c0 .8.6 1.4 1.4 1.4zm1.4-20h9.4v17.2h-9.4v-17.2zm74.8 20h12.3c.8 0 1.4-.6 1.4-1.4v-20.1c0-.8-.6-1.4-1.4-1.4h-12.3c-.8 0-1.4.6-1.4 1.4v20.1c0 .8.6 1.4 1.4 1.4zm1.4-20h9.4v17.2h-9.4v-17.2zm-77.6-5.3h12.3c.8 0 1.4-.6 1.4-1.4v-7.4c0-.8-.6-1.4-1.4-1.4h-12.3c-.8 0-1.4.6-1.4 1.4v7.4c0 .7.6 1.4 1.4 1.4zm1.4-7.4h9.4v4.5h-9.4v-4.5zm74.8 7.4h12.3c.8 0 1.4-.6 1.4-1.4v-7.4c0-.8-.6-1.4-1.4-1.4h-12.3c-.8 0-1.4.6-1.4 1.4v7.4c0 .7.6 1.4 1.4 1.4zm1.4-7.4h9.4v4.5h-9.4v-4.5z'/><path d='M277.6 162.6h-25.7c-.4 0-.7.3-.7.7s.3.7.7.7h25.7c.4 0 .7-.3.7-.7s-.3-.7-.7-.7zm-18.1-25.4h-22.6c-.4 0-.7.3-.7.7s.3.7.7.7h22.6c.4 0 .7-.3.7-.7s-.3-.7-.7-.7zm16.3 0h-9.6c-.4 0-.7.3-.7.7s.3.7.7.7h9.6c.4 0 .7-.3.7-.7s-.3-.7-.7-.7zm-39 251.9H273c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-36.2c-.4 0-.7.3-.7.7 0 .3.3.7.7.7zm0-25.4h13.6c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-13.6c-.4 0-.7.3-.7.7 0 .4.3.7.7.7zm20.5-149c.8 0 1.4-.6 1.4-1.4v-6.5c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4v6.5c0 .8.6 1.4 1.4 1.4zm0 96.1c-.8 0-1.4.6-1.4 1.4v6.5c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4v-6.5c.1-.8-.6-1.4-1.4-1.4zm48-48c0 .8.6 1.4 1.4 1.4h6.5c.8 0 1.4-.6 1.4-1.4 0-.8-.6-1.4-1.4-1.4h-6.5c-.7-.1-1.4.6-1.4 1.4zm-96 0c0-.8-.6-1.4-1.4-1.4h-6.5c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4h6.5c.8 0 1.4-.7 1.4-1.4zm90.8-24c.1 0 .2 0 .4-.1l5.8-3.3c.3-.2.5-.6.3-1-.2-.3-.6-.5-1-.3l-5.8 3.3c-.3.2-.5.6-.3 1 .1.3.3.4.6.4zm-85.9 48l-5.8 3.3c-.3.2-.5.6-.3 1 .1.2.4.4.6.4.1 0 .2 0 .4-.1l5.8-3.3c.3-.2.5-.6.3-1s-.6-.5-1-.3zm68.3 18.1c-.2-.3-.6-.5-1-.3-.3.2-.5.6-.3 1l3.4 5.9c.1.2.4.4.6.4.1 0 .2 0 .4-.1.3-.2.5-.6.3-1l-3.4-5.9zm-50.4-84.3c.1.2.4.4.6.4.1 0 .2 0 .4-.1.3-.2.5-.6.3-1L230 214c-.2-.3-.6-.5-1-.3-.3.2-.5.6-.3 1l3.4 5.9zm49.4.3c.1.1.2.1.4.1s.5-.1.6-.4l3.5-6c.2-.3.1-.8-.3-1-.3-.2-.8-.1-1 .3l-3.5 6c-.2.4 0 .8.3 1zm-48.3 83.7c-.3-.2-.8-.1-1 .3l-3.5 6c-.2.3-.1.8.3 1 .1.1.2.1.4.1s.5-.1.6-.4l3.5-6c.1-.4 0-.8-.3-1zm66.4-16.6l5.8 3.4c.1.1.2.1.4.1s.5-.1.6-.4c.2-.3.1-.8-.3-1l-5.8-3.4c-.3-.2-.8-.1-1 .3-.1.4 0 .8.3 1zM215 237.5l-5.8-3.4c-.3-.2-.8-.1-1 .3-.2.3-.1.8.3 1l5.8 3.4c.1.1.2.1.4.1s.5-.1.6-.4c.2-.4.1-.8-.3-1zm8.9 66.9c.2 0 .4-.1.5-.3l31.2-38.1c.5.3 1.1.4 1.6.4h.5l23.7-2.9c2.4-.3 4.7-.9 6.9-1.9l4.1-1.8c.6-.3.9-.9.8-1.5-.1-.6-.6-1.1-1.2-1.2l-4.4-.7c-2.4-.4-4.8-.4-7.1-.1l-20.9 2.6v-27.6c0-4.2-.5-8.4-1.6-12.5-.1-.3-.4-.5-.7-.5-.3 0-.6.2-.7.5-1 4.1-1.6 8.2-1.6 12.4v28.7c-.2.2-.5.4-.7.6-.6.8-.9 1.7-.7 2.7.1.7.4 1.4.9 1.9l-31.2 38.1c-.2.3-.2.8.1 1 .1.1.3.2.5.2zm57-45.5c.9-.1 1.8-.2 2.7-.2 1.1 0 2.2.1 3.3.3-1.9.8-3.8 1.3-5.8 1.6l-23.7 2.9c-.4.1-.9-.3-.9-.7 0-.2 0-.4.2-.6.1-.2.3-.3.5-.3l23.7-3zm-24.4-27.8c0-3 .3-6 .9-9 .6 3 .9 6 .9 9v27.8l-1.4.2c-.1 0-.2.1-.4.1v-28.1zm1.6 132.6h21.1c.4 0 .7-.3.7-.7 0-.4-.3-.7-.7-.7h-21.1c-.4 0-.7.3-.7.7 0 .4.3.7.7.7z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-product-5.contain {
	background-size: contain
}

.placeholder-background-product-5[data-position=left-top] {
	background-position: left top
}

.placeholder-background-product-5[data-position=left-center] {
	background-position: left center
}

.placeholder-background-product-5[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-product-5[data-position=center-top] {
	background-position: center top
}

.placeholder-background-product-5[data-position=center-center] {
	background-position: center center
}

.placeholder-background-product-5[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-product-5[data-position=right-top] {
	background-position: right top
}

.placeholder-background-product-5[data-position=right-center] {
	background-position: right center
}

.placeholder-background-product-5[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-product-5[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-product-5[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-product-5[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-product-5[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-product-5[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-product-5[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-product-5[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-product-5[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-product-5[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-product-5[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-background-product-6 {
	background: url("data:image/svg+xml;utf8,<svg class='placeholder-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525.5 525.5'><path d='M322 329.7c.7 2.2 1.2 4.4 1.6 6.7 2.1 11 .4 22.4-4.8 32.9-.2.4 0 .8.3 1 .1.1.2.1.3.1.3 0 .5-.1.6-.4 5.4-10.8 7.1-22.5 4.9-33.8-.4-2.3-1-4.6-1.6-6.8-3.6-12.3-10.7-24.8-18.9-33.5-.3-.3-.7-.3-1 0-.3.3-.3.7 0 1 8.1 8.5 15.1 20.8 18.6 32.8z'/><path d='M366.1 118.8h-95.2c-.7-3.9-4.1-6.9-8.2-6.9s-7.5 3-8.2 6.9h-95.2c-.8 0-1.4.6-1.4 1.4v115.5c0 .8.6 1.4 1.4 1.4h95.1v10.3h-11.3c-2.8 0-5.1 2.3-5.1 5.1v.4c0 2.6 2.1 4.8 4.7 5l-24.9 30.3c-1.3 1.6-2.7 3.2-4.1 4.8l-.5.6c-9.1 10.3-15.5 21.3-18.9 32.7-.8 2.5-1.4 5.1-1.8 7.7-5.1 27 9.6 54.9 37.5 71.2 1.3 3.3 4.3 8.4 8.5 8.4h48.6c4.1 0 7.2-5.1 8.5-8.4 27.8-16.3 42.5-44.2 37.5-71.2-.5-2.5-1.1-5.1-1.9-7.7-3.4-11.4-9.7-22.4-18.9-32.7l-.5-.5c-1.4-1.6-2.8-3.2-4.1-4.8L282.8 258c2.6-.2 4.7-2.4 4.7-5v-.4c0-2.8-2.3-5.1-5.1-5.1h-11.3V237.2h42.6c0 .1-.1.2-.1.3v19.3c-1.3 2.2-5.6 10-5.6 13.1 0 3.9 3.2 7.1 7.1 7.1 3.9 0 7.1-3.2 7.1-7.1 0-3.2-4.4-10.9-5.6-13.1v-19.3c0-.1 0-.2-.1-.3h49.8c.8 0 1.4-.6 1.4-1.4V120.2c-.2-.8-.8-1.4-1.6-1.4zM315 274.1c-2.3 0-4.2-1.9-4.2-4.2 0-1.4 1.7-5.1 3.5-8.4.2.1.5.3.8.3.3 0 .5-.1.8-.3 1.8 3.4 3.5 7.1 3.5 8.4-.2 2.3-2.1 4.2-4.4 4.2zm-52.2-159.3c2.5 0 4.6 1.7 5.2 4h-10.5c.6-2.3 2.7-4 5.3-4zm-30.3 288.9c-.1-.3-.4-.6-.7-.8-27-15.7-41.4-42.6-36.5-68.5.5-2.4 1.1-4.9 1.8-7.4 3.2-11 9.4-21.6 18.3-31.6l.5-.5 4.2-4.8 26.4-32.1h15v4h-11.4c-.2 0-.4.1-.5.3L221 295.9c-8.2 8.7-15.3 21.2-18.9 33.4-.7 2.3-1.2 4.5-1.6 6.8-4.5 23.9 8.6 48.7 33.4 63.2 1 2.7 3.7 7.3 7.1 7.3h13.4v4.1h-16c-2.1 0-4.7-3.6-5.9-7zm35.7 1.5h-11v-2.4h11v2.4zm0 1.4v4.1h-11v-4.1h11zm-12.4-6.6c-.8 0-1.4.6-1.4 1.4v3.8H241c-2.3 0-4.7-3.4-5.9-6.6-.1-.2-.2-.3-.3-.4-24.4-14.1-37.3-38.4-32.9-61.8.4-2.2 1-4.4 1.6-6.7 3.6-12.1 10.5-24.3 18.6-32.9l28.1-33.4h11.1V400h-5.5zm53.9-105.1l.5.5c8.9 10 15 20.7 18.3 31.6.7 2.5 1.3 5 1.8 7.4 4.9 25.9-9.5 52.8-36.6 68.5-.3.2-.5.4-.6.8-1.2 3.4-3.8 7-6 7h-16v-4.1h13.4c3.4 0 6.1-4.7 7.1-7.3 8.6-5 15.8-11.2 21.5-18.5.2-.3.2-.8-.1-1-.3-.2-.8-.2-1 .1-5.6 7.2-12.8 13.3-21.4 18.2-.1.1-.3.2-.3.4-1.1 3.2-3.6 6.6-5.9 6.6H271v-3.8c0-.8-.6-1.4-1.4-1.4h-5.5V263.4h11.1l20.4 24.2c.3.3.7.3 1 .1.3-.3.3-.7.1-1l-20.6-24.5c-.1-.2-.3-.3-.5-.3h-11.4v-4h14.9l26.4 32.1c1.3 1.7 2.8 3.3 4.2 4.9zm-25.1-42.4v.4c0 1.2-1 2.2-2.2 2.2h-39.3c-1.2 0-2.2-1-2.2-2.2v-.4c0-1.2 1-2.2 2.2-2.2h39.3c1.2 0 2.2.9 2.2 2.2zm-16.4-15.3v10.2h-11V237.1l11 .1zm96.5-2.9H184.8v-33.4c0-.4-.3-.7-.7-.7s-.7.3-.7.7v33.4h-10.6v-68.4c0-.4-.3-.7-.7-.7-.4 0-.7.3-.7.7v68.4h-10.5V121.7h10.5V155c0 .4.3.7.7.7.4 0 .7-.3.7-.7v-33.3h22.7V147c0 .4.3.7.7.7s.7-.3.7-.7v-25.3h167.8v112.6z'/><path d='M196.1 161.7c-.4 0-.7.3-.7.7v61.4c0 .4.3.7.7.7s.7-.3.7-.7v-61.4c0-.4-.3-.7-.7-.7zm-12-26.4c-.4 0-.7.3-.7.7v52.3c0 .4.3.7.7.7s.7-.3.7-.7V136c0-.4-.3-.7-.7-.7z'/></svg>");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5
}

.placeholder-background-product-6.contain {
	background-size: contain
}

.placeholder-background-product-6[data-position=left-top] {
	background-position: left top
}

.placeholder-background-product-6[data-position=left-center] {
	background-position: left center
}

.placeholder-background-product-6[data-position=left-bottom] {
	background-position: left bottom
}

.placeholder-background-product-6[data-position=center-top] {
	background-position: center top
}

.placeholder-background-product-6[data-position=center-center] {
	background-position: center center
}

.placeholder-background-product-6[data-position=center-bottom] {
	background-position: center bottom
}

.placeholder-background-product-6[data-position=right-top] {
	background-position: right top
}

.placeholder-background-product-6[data-position=right-center] {

	background-position: right center
}

.placeholder-background-product-6[data-position=right-bottom] {
	background-position: right bottom
}

.placeholder-background-product-6[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.placeholder-background-product-6[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.placeholder-background-product-6[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.placeholder-background-product-6[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.placeholder-background-product-6[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.placeholder-background-product-6[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.placeholder-background-product-6[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.placeholder-background-product-6[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.placeholder-background-product-6[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.placeholder-background-product-6[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.placeholder-gradient-1 {
	background-image: linear-gradient(20deg,#a6c0fe 0,#f68084 100%)
}

.placeholder-gradient-2 {
	background-image: linear-gradient(40deg,#cfd9df 0,#e2ebf0 100%)
}

.placeholder-gradient-3 {
	background-image: linear-gradient(60deg,#e0c3fc 0,#8ec5fc 100%)
}

.placeholder-gradient-4 {
	background-image: linear-gradient(80deg,#a8edea 0,#fed6e3 100%)
}

.placeholder-gradient-5 {
	background-image: linear-gradient(100deg,#a3bded 0,#6991c7 100%)
}

.placeholder-gradient-6 {
	background-image: linear-gradient(120deg,#ddd6f3 0,#faaca8 100%)
}

.placeholder-gradient-7 {
	background-image: linear-gradient(140deg,#84fab0 0,#8fd3f4 100%)
}

.placeholder-gradient-8 {
	background-image: linear-gradient(160deg,#d299c2 0,#fef9d7 100%)
}

.placeholder-gradient-9 {
	background-image: linear-gradient(180deg,#cd9cf2 0,#f6f3ff 100%)
}

.placeholder-gradient-10 {
	background-image: linear-gradient(200deg,#feada6 0,#f5efef 100%)
}

@-webkit-keyframes placeholder {
	0% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@-moz-keyframes placeholder {
	0% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@keyframes placeholder {
	0% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

.placeholder-text {
	position: relative;
	display: inline-block;
	height: 12px;
	width: 50%;
	border-radius: 0;
	opacity: .5;
	background: linear-gradient(to right,#bababa 30%,#f8f8f8 50%,#bababa 80%);
	background-size: 800% 800%;
	-webkit-animation: placeholder 2.5s linear infinite;
	-moz-animation: placeholder 2.5s linear infinite;
	-ms-animation: placeholder 2500ms linear infinite;
	animation: placeholder 2.5s linear infinite
}

.placeholder-text.delay-1 {
	-webkit-animation-delay: 150ms;
	-moz-animation-delay: 150ms;
	-ms-animation-delay: 150ms;
	animation-delay: 150ms
}

.placeholder-text.delay-2 {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-ms-animation-delay: 300ms;
	animation-delay: .3s
}

.placeholder-text.delay-3 {
	-webkit-animation-delay: 450ms;
	-moz-animation-delay: 450ms;
	-ms-animation-delay: 450ms;
	animation-delay: 450ms
}

.placeholder-text.delay-4 {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: 600ms;
	animation-delay: .6s
}

.placeholder-text.delay-5 {
	-webkit-animation-delay: 750ms;
	-moz-animation-delay: 750ms;
	-ms-animation-delay: 750ms;
	animation-delay: 750ms
}

.placeholder-text.delay-6 {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: 900ms;
	animation-delay: .9s
}

.placeholder-text.delay-7 {
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
	-ms-animation-delay: 1050ms;
	animation-delay: 1.05s
}

.placeholder-text.delay-8 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-ms-animation-delay: 1200ms;
	animation-delay: 1.2s
}

.placeholder-text.delay-9 {
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
	-ms-animation-delay: 1350ms;
	animation-delay: 1.35s
}

.placeholder-text.delay-10 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1500ms;
	animation-delay: 1.5s
}

.placeholder-text.delay-11 {
	-webkit-animation-delay: 1.65s;
	-moz-animation-delay: 1.65s;
	-ms-animation-delay: 1650ms;
	animation-delay: 1.65s
}

.placeholder-text.delay-12 {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-ms-animation-delay: 1800ms;
	animation-delay: 1.8s
}

.center .placeholder-text {
	margin-left: auto;
	margin-right: auto
}

.right .placeholder-text {
	margin-left: auto;
	margin-right: 0
}

.placeholder-text.xl {
	width: 100%
}

.placeholder-text.l {
	width: 70%
}

.placeholder-text.m {
	width: 30%
}

.placeholder-text.s {
	width: 10%
}

.h1 .placeholder-text,h1 .placeholder-text {
	height: 30px
}

.h2 .placeholder-text,h2 .placeholder-text {
	height: 20px
}

.h3 .placeholder-text,h3 .placeholder-text {
	height: 15px
}

.h4 .placeholder-text,h4 .placeholder-text {
	height: 13px
}

.h5 .placeholder-text,h5 .placeholder-text {
	height: 12px
}

.h6 .placeholder-text,h6 .placeholder-text {
	height: 10px
}

.container {
	max-width: 100%;
	width: 100%;
	margin: auto;
	padding-left: 100px;
	padding-right: 100px
}

.container.xl {
	width: 1450px
}

.container.l {
	width: 1200px
}

.container.m {
	width: 1275px
}

.container.s {
	width: 900px
}

@media (max-width:900px) {
	.container {
		padding-left: 25px;
		padding-right: 25px
	}
}

.row {
	margin-left: -25px;
	margin-right: -25px;
     
}

.row.inline {
	display: block;
	font-size: 0
}

.row.inline>.column {
	display: inline-block;
	float: none;
	vertical-align: top
}

@media (min-width:1450px) {
	.row.xl-inline {
		display: block;
		font-size: 0
	}

	.row.xl-inline>.column {
		display: inline-block;
		float: none;
		vertical-align: top
	}
}

@media (min-width:1200px) {
	.row.l-inline {
		display: block;
		font-size: 0
	}

	.row.l-inline>.column {
		display: inline-block;
		float: none;
		vertical-align: top
	}
}

@media (min-width:901px) and (max-width:1199px) {
	.row.m-inline {
		display: block;
		font-size: 0
	}

	.row.m-inline>.column {
		display: inline-block;
		float: none;
		vertical-align: top
	}
}

@media (max-width:900px) {
	.row.s-inline {
		display: block;
		font-size: 0
	}

	.row.s-inline>.column {
		display: inline-block;
		float: none;
		vertical-align: top
	}
}

.row.reverse.flex {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.row.reverse.flex.vertical {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.row.reverse.table {
	direction: rtl
}

.row.reverse>.column {
	float: right
}

@media (min-width:1450px) {
	.row.xl-reverse.flex {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.row.xl-reverse.flex.vertical {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.row.xl-reverse.table {
		direction: rtl
	}

	.row.xl-reverse>.column {
		float: right
	}
}

@media (min-width:1200px) {
	.row.l-reverse.flex {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.row.l-reverse.flex.vertical {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.row.l-reverse.table {
		direction: rtl
	}

	.row.l-reverse>.column {
		float: right
	}
}

@media (min-width:901px) and (max-width:1199px) {
	.row.m-reverse.flex {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.row.m-reverse.flex.vertical {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.row.m-reverse.table {
		direction: rtl
	}

	.row.m-reverse>.column {
		float: right
	}
}

@media (max-width:900px) {
	.row.s-reverse.flex {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.row.s-reverse.flex.vertical {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.row.s-reverse.table {
		direction: rtl
	}

	.row.s-reverse>.column {
		float: right
	}
}

.row:after {
	content: "";
	display: table;
	clear: both
}

.row.condensed {
	margin-left: -15px;
	margin-right: -15px
}

.row.condensed>.column {
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1450px) {
	.row.xl-condensed {
		margin-left: -15px;
		margin-right: -15px
	}

	.row.xl-condensed>.column {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width:1200px) {
	.row.l-condensed {
		margin-left: -15px;
		margin-right: -15px
	}

	.row.l-condensed>.column {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width:901px) and (max-width:1199px) {
	.row.m-condensed {
		margin-left: -15px;
		margin-right: -15px
	}

	.row.m-condensed>.column {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (max-width:900px) {
	.row.s-condensed {
		margin-left: -15px;
		margin-right: -15px
	}

	.row.s-condensed>.column {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media (min-width:901px) {
	.row.expanded {
		margin-left: -50px;
		margin-right: -50px
	}

	.row.expanded>.column {
		padding-left: 50px;
		padding-right: 50px
	}
}

.row.table {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.row.table>.column {
	float: none;
	display: table-cell
}

.row.table>.column:first-of-type {
	padding-left: 0
}

.row.table>.column:last-of-type {
	padding-right: 0
}

@media (min-width:1450px) {
	.row.xl-table {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.row.xl-table>.column {
		float: none;
		display: table-cell
	}

	.row.xl-table>.column:first-of-type {
		padding-left: 0
	}

	.row.xl-table>.column:last-of-type {
		padding-right: 0
	}
}

@media (min-width:1200px) {
	.row.l-table {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.row.l-table>.column {
		float: none;
		display: table-cell
	}

	.row.l-table>.column:first-of-type {
		padding-left: 0
	}

	.row.l-table>.column:last-of-type {
		padding-right: 0
	}
}

@media (min-width:901px) and (max-width:1199px) {
	.row.m-table {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.row.m-table>.column {
		float: none;
		display: table-cell
	}

	.row.m-table>.column:first-of-type {
		padding-left: 0
	}

	.row.m-table>.column:last-of-type {
		padding-right: 0
	}
}

@media (max-width:900px) {
	.row.s-table {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.row.s-table>.column {
		float: none;
		display: table-cell
	}

	.row.s-table>.column:first-of-type {
		padding-left: 0
	}

	.row.s-table>.column:last-of-type {
		padding-right: 0
	}
}

.row.collapse {
	margin-left: 0;
	margin-right: 0
}

.row.collapse>.column {
	padding-left: 0;
	padding-right: 0
}

@media (min-width:1450px) {
	.row.xl-collapse {
		margin-left: 0;
		margin-right: 0
	}

	.row.xl-collapse>.column {
		padding-left: 0;
		padding-right: 0
	}
}

@media (min-width:1200px) {
	.row.l-collapse {
		margin-left: 0;
		margin-right: 0
	}

	.row.l-collapse>.column {
		padding-left: 0;
		padding-right: 0
	}
}

@media (min-width:901px) and (max-width:1199px) {
	.row.m-collapse {
		margin-left: 0;
		margin-right: 0
	}

	.row.m-collapse>.column {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:900px) {
	.row.s-collapse {
		margin-left: 0;
		margin-right: 0
	}

	.row.s-collapse>.column {
		padding-left: 0;
		padding-right: 0
	}
}

.column {
	float: left;
	min-height: .125rem;
	padding-left: 25px;
	padding-right: 25px
}

.column.l1 {
	width: 8.33333%
}

.flex>.column.l1 {
	width: auto;
	-webkit-flex: 0 0 8.33333%!important;
	flex: 0 0 8.33333%!important
}

.column.l2 {
	width: 26.66667%
}

.flex>.column.l2 {
	width: auto;
	-webkit-flex: 0 0 16.66667%!important;
	flex: 0 0 16.66667%!important
}

.column.l3 {
	width: 25%
}

.flex>.column.l3 {
	width: auto;
	-webkit-flex: 0 0 25%!important;
	flex: 0 0 25%!important
}

.column.l4 {
	width: 33.33333%
}

.flex>.column.l4 {
	width: auto;
	-webkit-flex: 0 0 33.33333%!important;
	flex: 0 0 33.33333%!important
}

.column.l5 {
	width: 41.66667%
}

.flex>.column.l5 {
	width: auto;
	-webkit-flex: 0 0 41.66667%!important;
	flex: 0 0 41.66667%!important
}

.column.l6 {
	width: 50%
}

.flex>.column.l6 {
	width: auto;
	-webkit-flex: 0 0 50%!important;
	flex: 0 0 50%!important
}

.column.l7 {
	width: 58.33333%
}

.flex>.column.l7 {
	width: auto;
	-webkit-flex: 0 0 58.33333%!important;
	flex: 0 0 58.33333%!important
}

.column.l8 {
	width: 66.66667%
}

.flex>.column.l8 {
	width: auto;
	-webkit-flex: 0 0 66.66667%!important;
	flex: 0 0 66.66667%!important
}

.column.l9 {
	width: 75%
}

.flex>.column.l9 {
	width: auto;
	-webkit-flex: 0 0 75%!important;
	flex: 0 0 75%!important
}

.column.l10 {
	width: 83.33333%
}

.flex>.column.l10 {
	width: auto;
	-webkit-flex: 0 0 83.33333%!important;
	flex: 0 0 83.33333%!important
}

.column.l11 {
	width: 91.66667%
}

.flex>.column.l11 {
	width: auto;
	-webkit-flex: 0 0 91.66667%!important;
	flex: 0 0 91.66667%!important
}

.column.l12 {
	width: 100%
}

.flex>.column.l12 {
	width: auto;
	-webkit-flex: 0 0 100%!important;
	flex: 0 0 100%!important
}

@media (min-width:901px) and (max-width:1199px) {
	.column.m1 {
		width: 8.33333%
	}

	.flex>.column.m1 {
		width: auto;
		-webkit-flex: 0 0 8.33333%!important;
		flex: 0 0 8.33333%!important
	}

	.column.m2 {
		width: 16.66667%
	}

	.flex>.column.m2 {
		width: auto;
		-webkit-flex: 0 0 16.66667%!important;
		flex: 0 0 16.66667%!important
	}

	.column.m3 {
		width: 25%
	}

	.flex>.column.m3 {
		width: auto;
		-webkit-flex: 0 0 25%!important;
		flex: 0 0 25%!important
	}

	.column.m4 {
		width: 33.33333%
	}

	.flex>.column.m4 {
		width: auto;
		-webkit-flex: 0 0 33.33333%!important;
		flex: 0 0 33.33333%!important
	}

	.column.m5 {
		width: 41.66667%
	}

	.flex>.column.m5 {
		width: auto;
		-webkit-flex: 0 0 41.66667%!important;
		flex: 0 0 41.66667%!important
	}

	.column.m6 {
		width: 50%
	}

	.flex>.column.m6 {
		width: auto;
		-webkit-flex: 0 0 50%!important;
		flex: 0 0 50%!important
	}

	.column.m7 {
		width: 58.33333%
	}

	.flex>.column.m7 {
		width: auto;
		-webkit-flex: 0 0 58.33333%!important;
		flex: 0 0 58.33333%!important
	}

	.column.m8 {
		width: 66.66667%
	}

	.flex>.column.m8 {
		width: auto;
		-webkit-flex: 0 0 66.66667%!important;
		flex: 0 0 66.66667%!important
	}

	.column.m9 {
		width: 75%
	}

	.flex>.column.m9 {
		width: auto;
		-webkit-flex: 0 0 75%!important;
		flex: 0 0 75%!important
	}

	.column.m10 {
		width: 83.33333%
	}

	.flex>.column.m10 {
		width: auto;
		-webkit-flex: 0 0 83.33333%!important;
		flex: 0 0 83.33333%!important
	}

	.column.m11 {
		width: 91.66667%
	}

	.flex>.column.m11 {
		width: auto;
		-webkit-flex: 0 0 91.66667%!important;
		flex: 0 0 91.66667%!important
	}

	.column.m12 {
		width: 100%
	}

	.flex>.column.m12 {
		width: auto;
		-webkit-flex: 0 0 100%!important;
		flex: 0 0 100%!important
	}
}

@media (max-width:900px) {
	.column.s1 {
		width: 8.33333%
	}

	.flex>.column.s1 {
		width: auto;
		-webkit-flex: 0 0 8.33333%!important;
		flex: 0 0 8.33333%!important
	}

	.column.s1.offset-column {
		width: 8.33333%!important
	}

	.column.s2 {
		width: 16.66667%
	}

	.flex>.column.s2 {
		width: auto;
		-webkit-flex: 0 0 16.66667%!important;
		flex: 0 0 16.66667%!important
	}

	.column.s2.offset-column {
		width: 16.66667%!important
	}

	.column.s3 {
		width: 25%
	}

	.flex>.column.s3 {
		width: auto;
		-webkit-flex: 0 0 25%!important;
		flex: 0 0 25%!important
	}

	.column.s3.offset-column {
		width: 25%!important
	}

	.column.s4 {
		width: 42.33333%
	}

	.flex>.column.s4 {
		width: auto;
		-webkit-flex: 0 0 33.33333%!important;
		flex: 0 0 33.33333%!important
	}

	.column.s4.offset-column {
		width: 33.33333%!important
	}

	.column.s5 {
		width: 41.66667%
	}

	.flex>.column.s5 {
		width: auto;
		-webkit-flex: 0 0 41.66667%!important;
		flex: 0 0 41.66667%!important
	}

	.column.s5.offset-column {
		width: 41.66667%!important
	}

	.column.s6 {
		width: 50%
	}

	.flex>.column.s6 {
		width: auto;
		-webkit-flex: 0 0 50%!important;
		flex: 0 0 50%!important
	}

	.column.s6.offset-column {
		width: 50%!important
	}

	.column.s7 {
		width: 58.33333%
	}

	.flex>.column.s7 {
		width: auto;
		-webkit-flex: 0 0 58.33333%!important;
		flex: 0 0 58.33333%!important
	}

	.column.s7.offset-column {
		width: 58.33333%!important
	}

	.column.s8 {
		width: 98.66667%
	}

	.flex>.column.s8 {
		width: auto;
		-webkit-flex: 0 0 66.66667%!important;
		flex: 0 0 66.66667%!important
	}

	.column.s8.offset-column {
		width: 66.66667%!important
	}

	.column.s9 {
		width: 75%
	}

	.flex>.column.s9 {
		width: auto;
		-webkit-flex: 0 0 75%!important;
		flex: 0 0 75%!important
	}

	.column.s9.offset-column {
		width: 75%!important
	}

	.column.s10 {
		width: 83.33333%
	}

	.flex>.column.s10 {
		width: auto;
		-webkit-flex: 0 0 83.33333%!important;
		flex: 0 0 83.33333%!important
	}

	.column.s10.offset-column {
		width: 83.33333%!important
	}

	.column.s11 {
		width: 91.66667%
	}

	.flex>.column.s11 {
		width: auto;
		-webkit-flex: 0 0 91.66667%!important;
		flex: 0 0 91.66667%!important
	}

	.column.s11.offset-column {
		width: 91.66667%!important
	}

	.column.s12 {
		width: 100%
	}

	.flex>.column.s12 {
		width: auto;
		-webkit-flex: 0 0 100%!important;
		flex: 0 0 100%!important
	}

	.column.s12.offset-column {
		width: 100%!important
	}
}

@media (min-width:1200px) {
	.column:nth-child(6n+1).l2 {
		clear: both
	}

	.column:nth-child(4n+1).l3 {
		clear: both
	}

	.column:nth-child(3n+1).l4 {
		clear: both
	}

	.column:nth-child(2n+1).l6 {
		clear: both
	}
}

@media (min-width:901px) and (max-width:1199px) {
	.column:nth-child(6n+1).m2 {
		clear: both
	}

	.column:nth-child(4n+1).m3 {
		clear: both
	}

	.column:nth-child(3n+1).m4 {
		clear: both
	}

	.column:nth-child(2n+1).m6 {
		clear: both
	}
}

@media (max-width:900px) {
	.column:nth-child(6n+1).s2 {
		clear: both
	}

	.column:nth-child(4n+1).s3 {
		clear: both
	}

	.column:nth-child(3n+1).s4 {
		clear: both
	}

	.column:nth-child(2n+1).s6 {
		clear: both
	}
}

.columns {
	column-width: auto
}

.columns * {
	margin: 0;
	padding: 0
}

.columns.l1 {
	column-count: 1
}

.columns.l2 {
	column-count: 2
}

.columns.l3 {
	column-count: 3
}

.columns.l4 {
	column-count: 4
}

.columns.l5 {
	column-count: 5
}

.columns.l6 {
	column-count: 6
}

.columns.l7 {
	column-count: 7
}

.columns.l8 {
	column-count: 8
}

.columns.l9 {
	column-count: 9
}

.columns.l10 {
	column-count: 10
}

.columns.l11 {
	column-count: 11
}

.columns.l12 {
	column-count: 12
}

@media (min-width:901px) and (max-width:1199px) {
	.columns.m1 {
		column-count: 1
	}

	.columns.m2 {
		column-count: 2
	}

	.columns.m3 {
		column-count: 3
	}

	.columns.m4 {
		column-count: 4
	}

	.columns.m5 {
		column-count: 5
	}

	.columns.m6 {
		column-count: 6
	}

	.columns.m7 {
		column-count: 7
	}

	.columns.m8 {
		column-count: 8
	}

	.columns.m9 {
		column-count: 9
	}

	.columns.m10 {
		column-count: 10
	}

	.columns.m11 {
		column-count: 11
	}

	.columns.m12 {
		column-count: 12
	}
}

@media (max-width:900px) {
	.columns.s1 {
		column-count: 1
	}

	.columns.s2 {
		column-count: 2
	}

	.columns.s3 {
		column-count: 3
	}

	.columns.s4 {
		column-count: 4
	}

	.columns.s5 {
		column-count: 5
	}

	.columns.s6 {
		column-count: 6
	}

	.columns.s7 {
		column-count: 7
	}

	.columns.s8 {
		column-count: 8
	}

	.columns.s9 {
		column-count: 9
	}

	.columns.s10 {
		column-count: 10
	}

	.columns.s11 {
		column-count: 11
	}

	.columns.s12 {
		column-count: 12
	}
}

form {
	max-width: 100%
}

#ActivateAccountForm form .button:not(.button-icon),#ActivateAccountForm form .province-wrapper:not(.button-icon),#ActivateAccountForm form .select-wrapper:not(.button-icon),#ActivateAccountForm form button:not(.button-icon),#ActivateAccountForm form input[type=email]:not(.button-icon),#ActivateAccountForm form input[type=password]:not(.button-icon),#ActivateAccountForm form input[type=tel]:not(.button-icon),#ActivateAccountForm form input[type=text]:not(.button-icon),#ActivateAccountForm form textarea:not(.button-icon),#PasswordRecoverForm form .button:not(.button-icon),#PasswordRecoverForm form .province-wrapper:not(.button-icon),#PasswordRecoverForm form .select-wrapper:not(.button-icon),#PasswordRecoverForm form button:not(.button-icon),#PasswordRecoverForm form input[type=email]:not(.button-icon),#PasswordRecoverForm form input[type=password]:not(.button-icon),#PasswordRecoverForm form input[type=tel]:not(.button-icon),#PasswordRecoverForm form input[type=text]:not(.button-icon),#PasswordRecoverForm form textarea:not(.button-icon),#PasswordResetForm form .button:not(.button-icon),#PasswordResetForm form .province-wrapper:not(.button-icon),#PasswordResetForm form .select-wrapper:not(.button-icon),#PasswordResetForm form button:not(.button-icon),#PasswordResetForm form input[type=email]:not(.button-icon),#PasswordResetForm form input[type=password]:not(.button-icon),#PasswordResetForm form input[type=tel]:not(.button-icon),#PasswordResetForm form input[type=text]:not(.button-icon),#PasswordResetForm form textarea:not(.button-icon),form#address_form_new .button:not(.button-icon),form#address_form_new .province-wrapper:not(.button-icon),form#address_form_new .select-wrapper:not(.button-icon),form#address_form_new button:not(.button-icon),form#address_form_new input[type=email]:not(.button-icon),form#address_form_new input[type=password]:not(.button-icon),form#address_form_new input[type=tel]:not(.button-icon),form#address_form_new input[type=text]:not(.button-icon),form#address_form_new textarea:not(.button-icon),form#create_customer .button:not(.button-icon),form#create_customer .province-wrapper:not(.button-icon),form#create_customer .select-wrapper:not(.button-icon),form#create_customer button:not(.button-icon),form#create_customer input[type=email]:not(.button-icon),form#create_customer input[type=password]:not(.button-icon),form#create_customer input[type=tel]:not(.button-icon),form#create_customer input[type=text]:not(.button-icon),form#create_customer textarea:not(.button-icon),form#customer_login .button:not(.button-icon),form#customer_login .province-wrapper:not(.button-icon),form#customer_login .select-wrapper:not(.button-icon),form#customer_login button:not(.button-icon),form#customer_login input[type=email]:not(.button-icon),form#customer_login input[type=password]:not(.button-icon),form#customer_login input[type=tel]:not(.button-icon),form#customer_login input[type=text]:not(.button-icon),form#customer_login textarea:not(.button-icon) {
	width: 100%;
	margin-bottom: 20px;
	display: block
}

#ActivateAccountForm form .button:not(.button-icon):after,#ActivateAccountForm form .province-wrapper:not(.button-icon):after,#ActivateAccountForm form .select-wrapper:not(.button-icon):after,#ActivateAccountForm form button:not(.button-icon):after,#ActivateAccountForm form input[type=email]:not(.button-icon):after,#ActivateAccountForm form input[type=password]:not(.button-icon):after,#ActivateAccountForm form input[type=tel]:not(.button-icon):after,#ActivateAccountForm form input[type=text]:not(.button-icon):after,#ActivateAccountForm form textarea:not(.button-icon):after,#PasswordRecoverForm form .button:not(.button-icon):after,#PasswordRecoverForm form .province-wrapper:not(.button-icon):after,#PasswordRecoverForm form .select-wrapper:not(.button-icon):after,#PasswordRecoverForm form button:not(.button-icon):after,#PasswordRecoverForm form input[type=email]:not(.button-icon):after,#PasswordRecoverForm form input[type=password]:not(.button-icon):after,#PasswordRecoverForm form input[type=tel]:not(.button-icon):after,#PasswordRecoverForm form input[type=text]:not(.button-icon):after,#PasswordRecoverForm form textarea:not(.button-icon):after,#PasswordResetForm form .button:not(.button-icon):after,#PasswordResetForm form .province-wrapper:not(.button-icon):after,#PasswordResetForm form .select-wrapper:not(.button-icon):after,#PasswordResetForm form button:not(.button-icon):after,#PasswordResetForm form input[type=email]:not(.button-icon):after,#PasswordResetForm form input[type=password]:not(.button-icon):after,#PasswordResetForm form input[type=tel]:not(.button-icon):after,#PasswordResetForm form input[type=text]:not(.button-icon):after,#PasswordResetForm form textarea:not(.button-icon):after,form#address_form_new .button:not(.button-icon):after,form#address_form_new .province-wrapper:not(.button-icon):after,form#address_form_new .select-wrapper:not(.button-icon):after,form#address_form_new button:not(.button-icon):after,form#address_form_new input[type=email]:not(.button-icon):after,form#address_form_new input[type=password]:not(.button-icon):after,form#address_form_new input[type=tel]:not(.button-icon):after,form#address_form_new input[type=text]:not(.button-icon):after,form#address_form_new textarea:not(.button-icon):after,form#create_customer .button:not(.button-icon):after,form#create_customer .province-wrapper:not(.button-icon):after,form#create_customer .select-wrapper:not(.button-icon):after,form#create_customer button:not(.button-icon):after,form#create_customer input[type=email]:not(.button-icon):after,form#create_customer input[type=password]:not(.button-icon):after,form#create_customer input[type=tel]:not(.button-icon):after,form#create_customer input[type=text]:not(.button-icon):after,form#create_customer textarea:not(.button-icon):after,form#customer_login .button:not(.button-icon):after,form#customer_login .province-wrapper:not(.button-icon):after,form#customer_login .select-wrapper:not(.button-icon):after,form#customer_login button:not(.button-icon):after,form#customer_login input[type=email]:not(.button-icon):after,form#customer_login input[type=password]:not(.button-icon):after,form#customer_login input[type=tel]:not(.button-icon):after,form#customer_login input[type=text]:not(.button-icon):after,form#customer_login textarea:not(.button-icon):after {
	content: '';
	display: table;
	clear: both
}

#ActivateAccountForm form,#PasswordRecoverForm form,#PasswordResetForm form,.popup form,form#AddToCartForm,form#CartPage,form#contact_form,form#create_customer,form#customer_login {
	display: block;
	width: 100%
}

@media (max-width:900px) {
	.button:not(.button-icon),.province-wrapper:not(.button-icon),.select-wrapper:not(.button-icon),button:not(.button-icon),input[type=button]:not(.button-icon),input[type=email]:not(.button-icon),input[type=number]:not(.button-icon),input[type=password]:not(.button-icon),input[type=reset]:not(.button-icon),input[type=search]:not(.button-icon),input[type=submit]:not(.button-icon),input[type=tel]:not(.button-icon),input[type=text]:not(.button-icon),textarea:not(.button-icon) {
		width: 100%;
		display: block
	}

	.button:not(.button-icon):after,.province-wrapper:not(.button-icon):after,.select-wrapper:not(.button-icon):after,button:not(.button-icon):after,input[type=button]:not(.button-icon):after,input[type=email]:not(.button-icon):after,input[type=number]:not(.button-icon):after,input[type=password]:not(.button-icon):after,input[type=reset]:not(.button-icon):after,input[type=search]:not(.button-icon):after,input[type=submit]:not(.button-icon):after,input[type=tel]:not(.button-icon):after,input[type=text]:not(.button-icon):after,textarea:not(.button-icon):after {
		content: '';
		display: table;
		clear: both
	}

	.button:not(.button-icon):not(:last-child),.province-wrapper:not(.button-icon):not(:last-child),.select-wrapper:not(.button-icon):not(:last-child),button:not(.button-icon):not(:last-child),input[type=button]:not(.button-icon):not(:last-child),input[type=email]:not(.button-icon):not(:last-child),input[type=number]:not(.button-icon):not(:last-child),input[type=password]:not(.button-icon):not(:last-child),input[type=reset]:not(.button-icon):not(:last-child),input[type=search]:not(.button-icon):not(:last-child),input[type=submit]:not(.button-icon):not(:last-child),input[type=tel]:not(.button-icon):not(:last-child),input[type=text]:not(.button-icon):not(:last-child),textarea:not(.button-icon):not(:last-child) {
		margin-bottom: 20px
	}
}

.button-overlay {
	position: relative
}

.button-overlay input::-ms-clear,.button-overlay input::-ms-reveal,.button-overlay input::-webkit-contacts-auto-fill-button,.button-overlay input::-webkit-credentials-auto-fill-button,.button-overlay input::-webkit-textfield-decoration-container,.button-overlay input::-webkit-textfield-decoration-content {
	display: none!important;
	visibility: hidden!important;
	pointer-events: none!important
}

.button-overlay .button,.button-overlay button {
	right: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.button-overlay.is-focussed .button.button-icon .icon svg .stroke,.button-overlay.is-focussed button.button-icon .icon svg .stroke {
	stroke: #333333
}

.button-overlay.is-focussed .button.button-icon .icon svg .fill,.button-overlay.is-focussed button.button-icon .icon svg .fill {
	fill: #333333
}

.tooltip-wrapper {
	position: relative
}

.tooltip-wrapper .tooltip {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	padding: 10px;
	background-color: #f3eaa1;
	color: #333;
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	white-space: nowrap;
	text-transform: none;
	min-width: 50px;
	border-radius: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform: translateX(-50%) translateY(-110%);
	-moz-transform: translateX(-50%) translateY(-110%);
	-ms-transform: translateX(-50%) translateY(-110%);
	transform: translateX(-50%) translateY(-110%)
}

.tooltip-wrapper .tooltip:after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #f3eaa1;
	border-width: 10px;
	margin-left: -10px
}

.tooltip-wrapper .tooltip.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(-100%);
	-moz-transform: translateX(-50%) translateY(-100%);
	-ms-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%)
}
[data-animation-float] {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0
}[data-animation-float].animation-active {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.template-password #MainContent input[type=email],.template-password #MainContent input[type=number],.template-password #MainContent input[type=password],.template-password #MainContent input[type=search],.template-password #MainContent input[type=tel],.template-password #MainContent input[type=text],.template-password #MainContent select,.template-password #MainContent textarea {
	color: #afafaf
}

.template-password #MainContent input[type=email]:-moz-placeholder,.template-password #MainContent input[type=email]:-ms-input-placeholder,.template-password #MainContent input[type=email]::-moz-placeholder,.template-password #MainContent input[type=email]::-webkit-input-placeholder,.template-password #MainContent input[type=email]::placeholder,.template-password #MainContent input[type=number]:-moz-placeholder,.template-password #MainContent input[type=number]:-ms-input-placeholder,.template-password #MainContent input[type=number]::-moz-placeholder,.template-password #MainContent input[type=number]::-webkit-input-placeholder,.template-password #MainContent input[type=number]::placeholder,.template-password #MainContent input[type=password]:-moz-placeholder,.template-password #MainContent input[type=password]:-ms-input-placeholder,.template-password #MainContent input[type=password]::-moz-placeholder,.template-password #MainContent input[type=password]::-webkit-input-placeholder,.template-password #MainContent input[type=password]::placeholder,.template-password #MainContent input[type=search]:-moz-placeholder,.template-password #MainContent input[type=search]:-ms-input-placeholder,.template-password #MainContent input[type=search]::-moz-placeholder,.template-password #MainContent input[type=search]::-webkit-input-placeholder,.template-password #MainContent input[type=search]::placeholder,.template-password #MainContent input[type=tel]:-moz-placeholder,.template-password #MainContent input[type=tel]:-ms-input-placeholder,.template-password #MainContent input[type=tel]::-moz-placeholder,.template-password #MainContent input[type=tel]::-webkit-input-placeholder,.template-password #MainContent input[type=tel]::placeholder,.template-password #MainContent input[type=text]:-moz-placeholder,.template-password #MainContent input[type=text]:-ms-input-placeholder,.template-password #MainContent input[type=text]::-moz-placeholder,.template-password #MainContent input[type=text]::-webkit-input-placeholder,.template-password #MainContent input[type=text]::placeholder,.template-password #MainContent select:-moz-placeholder,.template-password #MainContent select:-ms-input-placeholder,.template-password #MainContent select::-moz-placeholder,.template-password #MainContent select::-webkit-input-placeholder,.template-password #MainContent select::placeholder,.template-password #MainContent textarea:-moz-placeholder,.template-password #MainContent textarea:-ms-input-placeholder,.template-password #MainContent textarea::-moz-placeholder,.template-password #MainContent textarea::-webkit-input-placeholder,.template-password #MainContent textarea::placeholder {
	color: #afafaf
}

.template-password #MainContent .button,.template-password #MainContent button,.template-password #MainContent input[type=button],.template-password #MainContent input[type=reset],.template-password #MainContent input[type=submit] {
	background-color: #000;
	border-color: #000
}

.template-password #MainContent .button:hover,.template-password #MainContent button:hover,.template-password #MainContent input[type=button]:hover,.template-password #MainContent input[type=reset]:hover,.template-password #MainContent input[type=submit]:hover {
	background-color: #333;
	border-color: #333
}

.template-product .product-images .slick-list {
	margin: 0 75px
}

.template-product .product-images .slick-list [data-trigger=popup] {
	cursor: pointer
}

@media (min-width:901px) {
	.template-product .product-gallery .slick-list {
		margin: 0 75px
	}
}

.template-product .product-gallery .ratio {
	height: 90vh;
	width: 90vh
}

.template-product .variants li {
	width: 40px;
	height: 40px;
	padding: 8px;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid #fff;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	-moz-box-shadow: 0 0 0 2px #fff inset;
	-ms-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset
}

.template-product .variants li a {
	color: #333
}

.template-product .variants li.image {
	width: 50px;
	height: 50px
}

.template-product .variants li:hover {
	border-color: #a0a0a0
}

.template-product .variants li.active {
	border-color: #333
}

.template-product .variants li.active a {
	color: #333
}

.template-product .variants li.sold_out a {
	color: #a0a0a0
}

.template-product .variants li.sold_out.active {
	border-color: #a0a0a0
}

.template-product .variants li p,.template-product .variants li small {
	left: 0;
	right: 0
}

.template-product #RelatedProducts .slick-list {
	margin: 0 50px
}

.template-product #RelatedProducts .slick-arrow {
	margin-top: -50px
}

.template-product #RelatedProducts .collection-product {
	padding: 15px
}

.template-product.active-cart button[type=submit] {
	pointer-events: none;
	opacity: .7
}

.collection-product .background-image,.collection-product .hover-background {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.collection-product:hover .hover-background {
	background-color: #f8f8f8
}

.collection-product:hover .hover-content {
	visibility: visible;
	opacity: 1
}

.collection-product.has-secondary-image .collection-product-image.hover .ratio .background-image,.collection-product.has-secondary-image .collection-product-image:hover .ratio .background-image {
	opacity: 0;
	visibility: hidden
}

.collection-product.has-secondary-image .collection-product-image.hover .ratio .secondary-image,.collection-product.has-secondary-image .collection-product-image:hover .ratio .secondary-image {
	opacity: 1;
	visibility: visible
}

.collection-product .ratio #elkfox_wish {
	position: absolute;
	top: 10px;
	right: 10px
}

.collection-product .variants li {
	width: 40px;
	height: 40px;
	padding: 8px;
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid transparent;
	text-align: center;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.collection-product .variants li a {
	color: #a0a0a0
}

.collection-product .variants li.active,.collection-product .variants li:hover {
	border-color: #333
}

.collection-product .variants li.active a,.collection-product .variants li:hover a {
	color: #333
}

.collection-product .variants li small {
	left: 0;
	right: 0
}

@media (max-width:900px) {
	.collection-product h4 {
		line-height: 1.5
	}
}

.template-article .article-content img {
	width: 100%;
	margin-bottom: 10px
}

.template-page .lookbook-header {
	left: 0;
	right: 0
}

@media (max-width:900px) {
	.template-cart .product_title {
		display: block;
		margin-bottom: 25px
	}
}

#PopupBag .slick-list {
	margin: 0 75px
}

@media (max-width:900px) {
	#PopupBag .slick-list {
		margin: 0 25px
	}
}

#PopupBag .cart-item {
	padding: 0 50px
}

@media (max-width:900px) {
	#PopupBag .cart-item {
		padding: 0 20px
	}
}

#PopupBag .cart-item .qty-adjust span {
	line-height: 1
}

#PopupBag .cart-item .qty-adjust .icon-left,#PopupBag .cart-item .qty-adjust .icon-right {
	display: block
}

.quantity-adjust {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #333;
	height: 40px
}

.quantity-adjust input[type=number] {
	height: 100%;
	padding: 0
}

.quantity-adjust .icon {
	margin-bottom: 2px
}

.quantity-adjust .icon svg .stroke {
	stroke-width: 2px
}

.template-customers-account ul.inline li.active a,.template-customers-addresses ul.inline li.active a {
	color: #333
}

.template-customers-account ul.inline li.active a .hover-border:after,.template-customers-account ul.inline li.active a:after,.template-customers-addresses ul.inline li.active a .hover-border:after,.template-customers-addresses ul.inline li.active a:after {
	opacity: 1;
	visibility: visible;
	border-bottom-color: #333
}

.template-customers-account #AddressAdd,.template-customers-addresses #AddressAdd {
	max-height: 0;
	overflow: hidden
}

.template-customers-account #AddressAdd.visible,.template-customers-addresses #AddressAdd.visible {
	max-height: none
}

.template-customers-account .customer-address form,.template-customers-addresses .customer-address form {
	width: 100%
}

.template-customers-account .customer-address .vertical-align,.template-customers-addresses .customer-address .vertical-align {
	left: 30px;
	right: 30px
}

@media (min-width:901px) and (max-width:1199px) {
	.template-customers-account .customer-address .vertical-align,.template-customers-addresses .customer-address .vertical-align {
		left: 20px;
		right: 20px
	}
}

.giftcard {
	max-width: 500px;
	margin: 0 auto
}

.giftcard h1 {
	display: inline;
	padding-bottom: .2em;
	border-bottom: 1px solid #333
}

.giftcard .card_display {
	position: relative;
	line-height: 1;
	margin: 50px 0
}

.giftcard .card_display #GiftCardDigits,.giftcard .card_display #GiftCardValue {
	position: absolute
}

.giftcard .card_display #GiftCardValue {
	top: 23px;
	right: 20px;
	font-size: 2.2em;
	font-weight: 700;
	color: #fff
}

.giftcard .card_display #GiftCardDigits {
	position: absolute;
	bottom: 25px;
	left: 40px;
	right: 40px;
	height: 2.8em;
	background-color: #fff;
	border-radius: 7px;
	padding: 1em;
	font-size: 1.6em
}

@media (max-width:900px) {
	.giftcard .card_display #GiftCardDigits {
		bottom: 15px;
		left: 15px;
		right: 15px;
		font-size: 1.2em
	}
}

.giftcard .btn {
	font-size: .85em;
	color: #333;
	padding: .7em 75px;
	border: 1px solid #333;
	margin: 25px 0
}

.giftcard .btn svg .stroke {
	stroke: #333333;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

@media (max-width:900px) {
	.giftcard .btn {
		padding: .7em 25px
	}
}

.giftcard .btn:after {
	display: none
}

.giftcard .btn:hover {
	background-color: #333;
	color: #fff
}

.giftcard .btn:hover svg .stroke {
	stroke: white
}

.giftcard .actions {
	padding: 0 25px
}

.giftcard #QrCode {
	width: 140px;
	margin: 0 auto;
	padding: 12.5px 0 25px
}

.giftcard #QrCode img {
	width: 100%
}

@media print {
@	page {
		margin: .5cm
	}

	h2,h3,p {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}

	body,html {
		background-color: #fff
	}

	.add-to-apple-wallet {
		display: none
	}

	.shop-url {
		display: block
	}
}

.index-products {
	overflow: hidden
}

.index-products .collection-product-image {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none
}

.index-products .animation-container .collection-product {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transition-duration: 2s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.index-products .animation-container .animation-layer-1 .collection-product:nth-child(1) {
	-webkit-transform: translate(-100px,-50px);
	-moz-transform: translate(-100px,-50px);
	-ms-transform: translate(-100px,-50px);
	transform: translate(-100px,-50px)
}

.index-products .animation-container .animation-layer-1 .collection-product:nth-child(2) {
	-webkit-transform: translate(-100px,150px);
	-moz-transform: translate(-100px,150px);
	-ms-transform: translate(-100px,150px);
	transform: translate(-100px,150px)
}

.index-products .animation-container .animation-layer-1 .collection-product:nth-child(3) {
	-webkit-transform: translate(50px,100px);
	-moz-transform: translate(50px,100px);
	-ms-transform: translate(50px,100px);
	transform: translate(50px,100px)
}

.index-products .animation-container .animation-layer-2 .collection-product:nth-child(1) {
	-webkit-transform: translate(-50px,100px);
	-moz-transform: translate(-50px,100px);
	-ms-transform: translate(-50px,100px);
	transform: translate(-50px,100px)
}

.index-products .animation-container .animation-layer-2 .collection-product:nth-child(2) {
	-webkit-transform: translate(100px,-50px);
	-moz-transform: translate(100px,-50px);
	-ms-transform: translate(100px,-50px);
	transform: translate(100px,-50px)
}

.index-products .animation-container .animation-layer-2 .collection-product:nth-child(3) {
	-webkit-transform: translate(150px,50px);
	-moz-transform: translate(150px,50px);
	-ms-transform: translate(150px,50px);
	transform: translate(150px,50px)
}

@media (max-width:900px) {
	.index-products .animation-container .animation-layer-1 .collection-product:nth-child(1) {
		-webkit-transform: translate(-25%,-25%);
		-moz-transform: translate(-25%,-25%);
		-ms-transform: translate(-25%,-25%);
		transform: translate(-25%,-25%)
	}

	.index-products .animation-container .animation-layer-1 .collection-product:nth-child(2) {
		-webkit-transform: translate(25%,-25%);
		-moz-transform: translate(25%,-25%);
		-ms-transform: translate(25%,-25%);
		transform: translate(25%,-25%)
	}

	.index-products .animation-container .animation-layer-2 .collection-product:nth-child(1) {
		-webkit-transform: translate(10%,-85%);
		-moz-transform: translate(10%,-85%);
		-ms-transform: translate(10%,-85%);
		transform: translate(10%,-85%)
	}

	.index-products .animation-container .animation-layer-2 .collection-product:nth-child(2) {
		-webkit-transform: translate(-50%,85%);
		-moz-transform: translate(-50%,85%);
		-ms-transform: translate(-50%,85%);
		transform: translate(-50%,85%)
	}
}

.index-products .animation-container.animation-active .animation-layer-1 .collection-product,.index-products .animation-container.animation-active .animation-layer-2 .collection-product {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0)
}

.theme-header,.theme-header-padding {
	padding: 41px 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.fixed-header .theme-header,.fixed-header .theme-header-padding {
	padding: 20px 0
}

.fixed-header-wrapper {
	height: auto!important
}

.theme-header {
	z-index: 9989!important;
	top: 0
}

.theme-header .theme-main-container {
	position: relative;
	z-index: 2
}

.theme-header .account-login-toggle,.theme-header .account-recover-toggle,.theme-header .account-register-toggle,.theme-header .contact-toggle,.theme-header .nav-close,.theme-header .nav-open,.theme-header .nav-toggle,.theme-header .sub-nav-toggle {
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
	bottom: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.theme-header .bag-close,.theme-header .bag-open {
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.theme-header .bag-close .hover-border,.theme-header .bag-open .hover-border {
	margin-right: 10px
}

.theme-header .bag-close sup,.theme-header .bag-open sup {
	position: absolute;
	margin-top: 0;
	top: -3px;
	right: 0
}

.theme-header .account-login-toggle,.theme-header .account-recover-toggle,.theme-header .account-register-toggle,.theme-header .contact-toggle,.theme-header .sub-nav-toggle {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px)
}

.theme-header .bag-close,.theme-header .nav-close {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px)
}

.active-bag .theme-header .bag-toggle {
	color: #333
}

.active-bag .theme-header .bag-toggle .hover-border:after,.active-bag .theme-header .bag-toggle:after {
	opacity: 1;
	visibility: visible
}

.active-bag .theme-header .bag-open {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px)
}

.active-bag .theme-header .bag-close {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.active-nav .theme-header .nav-toggle {
	color: #333
}

.active-nav .theme-header .nav-toggle .hover-border:after,.active-nav .theme-header .nav-toggle:after {
	opacity: 1; 
}

.active-nav .theme-header .nav-open {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px)
}

.active-nav .theme-header .nav-close {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.active-sub-nav .theme-header .nav-toggle {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px)
}

.active-sub-nav .theme-header .sub-nav-toggle {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.active-contact-nav .theme-header .nav-toggle {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px)
}

.active-contact-nav .theme-header .contact-toggle {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.active-account-login-nav .theme-header .nav-toggle {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px)
}

.active-account-login-nav .theme-header .account-login-toggle {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.active-account-recover-nav .theme-header .account-login-toggle,.active-account-recover-nav .theme-header .nav-toggle {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px)
}

.active-account-recover-nav .theme-header .account-recover-toggle {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.active-account-register-nav .theme-header .nav-toggle {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px)
}

.active-account-register-nav .theme-header .account-register-toggle {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.theme-header .search-container {
	position: relative;
	width: 200px
}

.theme-header .search-container .nav-link {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	opacity: 1;
	visibility: inherit
}

.theme-header .search-container .popup-search {
	position: absolute;
	right: 0;
	max-width: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.theme-header .search-container .popup-search form {
	width: 100%
}

.theme-header .search-container .popup-search form input {
	width: 100%
}

.theme-header .search-container .popup-search form button,.theme-header .search-container .popup-search form input {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none
}

.theme-header .search-container.active .nav-link {
	opacity: 0;
	visibility: hidden
}

.theme-header .search-container.active .popup-search {
	max-width: 250px;
	opacity: 1;
	visibility: inherit
}

.theme-logo img {
	width: 180px
}

.theme-logo .icon {
	overflow: hidden;
	max-height: 50px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	transition-delay: 150ms
}

.theme-logo .icon,.theme-logo .icon svg {
	max-width: 100%
}

.theme-logo .icon.icon-janbin-line {
	position: absolute;
	left: 0;
	right: 0;
	max-height: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s
}

.fixed-header .theme-logo .icon.icon-janbin {
	max-height: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s
}

.fixed-header .theme-logo .icon.icon-janbin-line {
	max-height: 50px;
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	transition-delay: 150ms
}

.theme-nav-main .dropdown.hover .nav-link {
	color: #333
}

.theme-nav-main .dropdown.hover .nav-link:after {
	opacity: 1;
	visibility: visible
}

.theme-nav-dropdown {
	position: relative;
	z-index: 2
}

.theme-nav-dropdown .dropdown {
	position: absolute;
	top: 41px;
	left: 0;
	right: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	background: rgba(230,230,230,.9);
	background: -moz-linear-gradient(top,rgba(255,255,255,.95) 0,rgba(230,230,230,.9) 100%);
	background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(255,255,255,.95)),color-stop(100%,rgba(230,230,230,.9)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,.95) 0,rgba(230,230,230,.9) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,.95) 0,rgba(230,230,230,.9) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,.95) 0,rgba(230,230,230,.9) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,.95) 0,rgba(230,230,230,.9) 100%)
}

.fixed-header .theme-nav-dropdown .dropdown {
	top: 20px
}

@media (max-width:1199px) {
	.theme-nav-dropdown .dropdown {
		height: auto!important;
		overflow: initial
	}
}

.theme-nav-dropdown .dropdown .dropdown-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.theme-nav-dropdown .dropdown .dropdown-menu.active {
	visibility: visible;
	opacity: 1
}

@media (max-width:1199px) {
	.theme-nav-dropdown .dropdown .dropdown-menu {
		background: rgba(230,230,230,.9);
		background: -moz-linear-gradient(top,rgba(255,255,255,.95) 0,rgba(230,230,230,.9) 100%);
		background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(255,255,255,.95)),color-stop(100%,rgba(230,230,230,.9)));
		background: -webkit-linear-gradient(top,rgba(255,255,255,.95) 0,rgba(230,230,230,.9) 100%);
		background: -o-linear-gradient(top,rgba(255,255,255,.95) 0,rgba(230,230,230,.9) 100%);
		background: -ms-linear-gradient(top,rgba(255,255,255,.95) 0,rgba(230,230,230,.9) 100%);
		background: linear-gradient(to bottom,rgba(255,255,255,.95) 0,rgba(230,230,230,.9) 100%);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		-webkit-transition: all 125ms ease-in-out;
		-moz-transition: all 125ms ease-in-out;
		-ms-transition: all 125ms ease-in-out;
		transition: all 125ms ease-in-out
	}

	.theme-nav-dropdown .dropdown .dropdown-menu.visible {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 250ms ease-in-out;
		-moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		transition: all 250ms ease-in-out
	}
}

.theme-nav-dropdown .dropdown .dropdown-menu .menu-link-image {
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s
}

.theme-nav-dropdown .dropdown .dropdown-menu .menu-link-image .icon {
	margin-left: 5px
}

.theme-nav-dropdown .dropdown .dropdown-menu .menu-link-image.active {
	visibility: inherit;
	opacity: 1;
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	transition-delay: 250ms
}

@media (max-width:1199px) {
	.theme-nav-dropdown .dropdown .dropdown-outside {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 100vh;
		width: 100%
	}
}

.theme-nav-toggled .nav-toggled {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.active-account-login-nav .theme-nav-toggled .nav-toggled,.active-account-recover-nav .theme-nav-toggled .nav-toggled,.active-account-register-nav .theme-nav-toggled .nav-toggled,.active-contact-nav .theme-nav-toggled .nav-toggled,.active-sub-nav .theme-nav-toggled .nav-toggled {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.theme-nav-toggled .dropdown .form-search input {
	width: 100%
}

.theme-nav-toggled .dropdown.active .nav-link {
	color: #333
}

.theme-nav-toggled .dropdown.active .nav-link .hover-border:after,.theme-nav-toggled .dropdown.active .nav-link:after {
	opacity: 1;
	visibility: visible
}

.theme-nav-toggled .sub-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.theme-nav-toggled .sub-nav.visible {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}[data-trigger=accordion],[data-trigger=expand],[data-trigger=tab] {
	cursor: pointer
}[data-trigger=accordion] .less,[data-trigger=expand] .less,[data-trigger=tab] .less {
	display: none
}[data-trigger=accordion].active .more,[data-trigger=expand].active .more,[data-trigger=tab].active .more {
	display: none
}[data-trigger=accordion].active .less,[data-trigger=expand].active .less,[data-trigger=tab].active .less {
	display: inline
}[data-trigger=accordion] .icon {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}[data-trigger=accordion] .icon svg .stroke {
	stroke: #a0a0a0
}[data-trigger=accordion] .icon svg .fill {
	fill: #a0a0a0
}[data-trigger=accordion].active .icon {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}[data-trigger=accordion].active .icon svg .stroke {
	stroke: #333333
}[data-trigger=accordion].active .icon svg .fill {
	fill: #333333
}

.theme-footer button.back-to-top {
	right: 0;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-ms-transition-delay: 0;
	transition-delay: 0
}

.theme-footer button.back-to-top .icon {
	transform: rotate(0);
	transform-origin: center center;
	margin-top: 2px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	transition-delay: 250ms
}

.active-footer-subscribe .theme-footer button.back-to-top .icon {
	transform: rotate(90deg);
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-ms-transition-delay: 0;
	transition-delay: 0
}

.active-footer-subscribe .theme-footer button.back-to-top {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s
}

.theme-footer .footer-newsletter {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	transition-delay: 250ms
}

.active-footer-subscribe .theme-footer .footer-newsletter {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	transition-delay: 250ms
}

.theme-footer .footer-newsletter input {
	margin-bottom: 0!important
}

.theme-footer [data-footer-padding-bottom] {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

#PopupInformation .popup-inner .popup-content ul.absolute {
	z-index: 9998;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top,#fff 40%,rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top,left bottom,color-stop(40%,#fff),color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,#fff 40%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,#fff 40%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,#fff 40%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,#fff 40%,rgba(255,255,255,0) 100%)
}

@media (max-width:900px) {
	#PopupInformation .popup-inner .popup-content ul.absolute {
		background: rgba(255,255,255,0);
		background: -moz-linear-gradient(top,#fff 60%,rgba(255,255,255,0) 100%);
		background: -webkit-gradient(left top,left bottom,color-stop(60%,#fff),color-stop(100%,rgba(255,255,255,0)));
		background: -webkit-linear-gradient(top,#fff 60%,rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(top,#fff 60%,rgba(255,255,255,0) 100%);
		background: -ms-linear-gradient(top,#fff 60%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom,#fff 60%,rgba(255,255,255,0) 100%)
	}
}

#PopupInformation .popup-inner .popup-content ul li.active a {
	color: #333
}

#PopupInformation .popup-inner .popup-content ul li.active a .hover-border:after,#PopupInformation .popup-inner .popup-content ul li.active a:after {
	opacity: 1;
	visibility: visible
}

#PopupInformation .popup-inner .popup-content .popup-close {
	z-index: 9998;
	right: 30px
}

.drawer {
	z-index: 9985;
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.drawer.from-left {
	top: 0;
	left: 0;
	width: 900px;
	-webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

.drawer.from-right {
	top: 0;
	right: 0;
	width: 900px;
	-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0)
}

.drawer.from-bottom {
	bottom: 0;
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	-ms-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0)
}

.drawer.from-top {
	bottom: 0;
	-webkit-transform: translate3d(0,-100%,0);
	-moz-transform: translate3d(0,-100%,0);
	-ms-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0)
}

.drawer.visible {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	visibility: visible;
	opacity: 1;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.drawer .drawer-close {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px
}

.active-account-login-nav.active-account-recover-nav #PopupLogin {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

@media (max-width:900px) {
	.active-account-login-nav.active-account-recover-nav #PopupLogin {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

.popup {
	position: fixed;
	z-index: 9986;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.popup .popup-close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px
}

@media (min-width:901px) {
	.popup.full {
		z-index: 9996
	}

	.popup.full .popup-inner {
		z-index: 9997
	}

	.popup.full .popup-inner .popup-content {
		z-index: 9998
	}
}

.popup.full.top {
	z-index: 9996
}

.popup.full.top .popup-inner {
	z-index: 9997
}

.popup.full.top .popup-inner .popup-content {
	z-index: 9998
}

.popup.full .popup-inner {
	-webkit-backface-visibility: hidden;
	cursor: pointer;
	z-index: 9987;
	white-space: nowrap;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.popup.full .popup-inner.nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.popup.full .popup-inner.vertical {
	-webkit-flex-direction: column;
	flex-direction: column
}

.popup.full .popup-inner.h-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.popup.full .popup-inner.h-start>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.popup.full .popup-inner.h-center {
	-webkit-justify-content: center;
	justify-content: center
}

.popup.full .popup-inner.h-center>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.popup.full .popup-inner.h-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.popup.full .popup-inner.h-end>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.popup.full .popup-inner.h-space-between {
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.popup.full .popup-inner.h-space-between>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.popup.full .popup-inner.h-space-around {
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.popup.full .popup-inner.h-space-around>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.popup.full .popup-inner.h-space-evenly {
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly
}

.popup.full .popup-inner.h-space-evenly>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.popup.full .popup-inner.v-start {
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.popup.full .popup-inner.v-center {
	-webkit-align-items: center;
	align-items: center
}

.popup.full .popup-inner.v-end {
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.popup.full .popup-inner.v-baseline {
	-webkit-align-items: baseline;
	align-items: baseline
}

.popup.full .popup-inner.v-stretch {
	-webkit-align-items: stretch;
	align-items: stretch
}

.popup.full .popup-inner.v-space-between {
	-webkit-align-content: space-between;

	align-content: space-between
}

.popup.full .popup-inner.v-space-around {
	-webkit-align-content: space-around;
	align-content: space-around
}

.popup.full .popup-inner:after {
	content: normal
}

.popup.full .popup-inner>.column {
	float: none;
	-webkit-flex: 1;
	flex: 1
}

.popup.full .popup-inner>.grow {
	-webkit-flex: 1;
	flex: 1
}

.popup.full .popup-inner>.shrink {
	-webkit-flex: 0;
	flex: 0
}

.popup.full .popup-inner>.v-start {
	-webkit-align-self: flex-start;
	align-self: flex-start
}

.popup.full .popup-inner>.v-center {
	-webkit-align-self: center;
	align-self: center
}

.popup.full .popup-inner>.v-end {
	-webkit-align-self: flex-end;
	align-self: flex-end
}

.popup.full .popup-inner>.v-baseline {
	-webkit-align-self: baseline;
	align-self: baseline
}

.popup.full .popup-inner>.v-stretch {
	-webkit-align-self: stretch;
	align-self: stretch
}

.popup.full .popup-inner>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.popup.full .popup-inner .popup-content {
	position: relative;
	display: inline-block;
	z-index: 9988;
	max-width: 100%;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	color: #333;
	cursor: default;
	text-align: initial;
	white-space: initial
}

.popup.full .popup-inner .popup-content.no-scroll {
	overflow-x: hidden;
	overflow-y: hidden
}

.popup.full .popup-inner .popup-content.no-scroll .popup-scroll {
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto
}

@media (max-width:900px) {
	.popup.full .popup-inner {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.popup.full .popup-inner .popup-content {
	background-color: transparent
}

.popup.full .popup-inner .popup-close {
	top: 0;
	right: 0
}

.popup.notification {
	top: auto;
	height: auto;
	width: auto;
	z-index: 9896;
	opacity: 1;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 125ms ease-in-out;
	-moz-transition: all 125ms ease-in-out;
	-ms-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out
}

.popup.notification .popup-inner {
	z-index: 9898;
	background-color: rgba(248,248,248,.95)
}

.popup.notification .popup-close {
	right: auto;
	left: 20px;
	top: 20px
}

@media (min-width:901px) {
	.popup.notification .popup-close {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.popup.notification.highlight .popup-inner {
	background-color: rgba(243,234,161,.95)
}

.popup.visible {
	opacity: 1;
	visibility: visible
}

.popup.visible.notification {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.popup.visible .popup-inner {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

@media (max-width:900px) {
	.popup.visible.full .popup-inner {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.button.share {
	padding: 0 12.5px;
	height: 33.33333px;
	line-height: 31.33333px
}

.button.share.facebook {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #bbc8e4
}

.button.share.facebook:hover {
	background-color: #2d4373;
	border-color: #2d4373
}

.button.share.twitter {
	background-color: #00aced;
	border-color: #00aced;
	color: #baecff
}

.button.share.twitter:hover {
	background-color: #0087ba;
	border-color: #0087ba
}

.button.share.pinterest {
	background-color: #cb2027;
	border-color: #cb2027;
	color: #f5c2c4
}

.button.share.pinterest:hover {
	background-color: #9f191f;
	border-color: #9f191f
}

.button.share.fancy {
	background-color: #4999dc;
	border-color: #4999dc;
	color: #f4f9fd
}

.button.share.fancy:hover {
	background-color: #2780cb;
	border-color: #2780cb
}

.button.share.google {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fbe9e7
}

.button.share.google:hover {
	background-color: #c23321;
	border-color: #c23321
}

.slick-slider {
	position: relative;
	display: none;
	box-sizing: border-box;
	font-size: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-action: pan-y;
	-moz-touch-action: pan-y;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-slider.slick-initialized {
	display: block;
	visibility: inherit;
	opacity: 1
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging iframe,.slick-slide.dragging img,.slick-slide.dragging video {
	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 {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.slick-arrow.slick-prev {
	left: 0;
	padding-left: 10px
}

.slick-arrow.slick-next {
	right: 0;
	padding-right: 10px
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-arrow.slick-disabled {
	opacity: 0;
	visibility: hidden
}

.slick-arrow .icon {
	display: block;
	position: relative;
	top: 50%;
	opacity: .5;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.slick-arrow:hover .icon {
	opacity: 1
}

.slick-dots {
	display: block;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	font-size: 0
}

.slick-dots li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin: 0 6.66667px;
	border-radius: 100%;
	background-color: transparent;
	border: 1px solid #fff;
	cursor: pointer
}

.slick-dots li:after {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -10px;
	background-color: transparent;
	height: 1px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.slick-dots li.slick-active:after,.slick-dots li:hover:after {
	background-color: rgba(255,255,255,.5);
	left: -5px;
	right: -5px
}

.slick-dots li.slick-active:after {
	background-color: #fff
}

.icon {
	vertical-align: middle;
	display: inline-block;
	line-height: 1%
}

.icon.hover-border-icon {
	margin-bottom: 2px
}

.icon svg {
	overflow: visible;
	fill: none;
	stroke: none
}

.icon svg .fill {
	fill: #333333;
	-webkit-transition: fill 250ms ease-in-out;
	-moz-transition: fill 250ms ease-in-out;
	-ms-transition: fill 250ms ease-in-out;
	transition: fill 250ms ease-in-out
}

.icon svg .stroke {
	stroke: #333333;
	stroke-width: 1px;
	stroke-linecap: square;
	stroke-miterlimit: 10;
	-webkit-transition: stroke 250ms ease-in-out;
	-moz-transition: stroke 250ms ease-in-out;
	-ms-transition: stroke 250ms ease-in-out;
	transition: stroke 250ms ease-in-out
}

#elkfox_wish {
	opacity: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.elkfox_wishlist-toggle {
	cursor: pointer;
	display: none
}

.elkfox_wishlist-toggle.visible {
	display: block
}

@media (max-width:900px) {
	#elkfox_wishlist .collection-product .elkfox-wish-toggle-element {
		pointer-events: none
	}

	#elkfox_wishlist .collection-product.hover .elkfox-wish-toggle-element {
		pointer-events: all
	}

	#elkfox_wishlist .collection-product.hover .elkfox-wish-toggle-element .shift-text .reveal-text {
		max-width: 500px
	}
}

.wide {
	width: 100%
}

.tall {
	height: 100%
}

.tallest {
	height: 100vh
}

.min-tallest {
	height: 100vh
}

.title-image {
	width: 900px
}

.clearfix {
	display: block
}

.clearfix:after {
	content: '';
	display: table;
	clear: both
}

.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.no-line-height {
	line-height: 1
}

.no-pointer-events {
	pointer-events: none
}

.no-font-size {
	font-size: 0
}

.overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.background-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.background-image.contain {
	background-size: contain
}

.background-image[data-position=left-top] {
	background-position: left top
}

.background-image[data-position=left-center] {
	background-position: left center
}

.background-image[data-position=left-bottom] {
	background-position: left bottom
}

.background-image[data-position=center-top] {
	background-position: center top
}

.background-image[data-position=center-center] {
	background-position: center center
}

.background-image[data-position=center-bottom] {
	background-position: center bottom
}

.background-image[data-position=right-top] {
	background-position: right top
}

.background-image[data-position=right-center] {
	background-position: right center
}

.background-image[data-position=right-bottom] {
	background-position: right bottom
}

.background-image[data-darken="10"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1)
}

.background-image[data-darken="20"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}

.background-image[data-darken="30"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3)
}

.background-image[data-darken="40"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.background-image[data-darken="50"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}

.background-image[data-darken="60"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.background-image[data-darken="70"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7)
}

.background-image[data-darken="80"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8)
}

.background-image[data-darken="90"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9)
}

.background-image[data-darken="100"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

.left {
	text-align: left
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.right {
	text-align: right
}

.vertical-align {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.v-middle {
	vertical-align: middle
}

.v-top {
	vertical-align: top
}

.v-bottom {
	vertical-align: bottom
}

.shopify-challenge__container .shopify-challenge__message,.t-underline,.t-underline-hover {
	display: inline!important;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	line-height: 1.6;
	-webkit-transition: border 250ms ease-in-out;
	-moz-transition: border 250ms ease-in-out;
	-ms-transition: border 250ms ease-in-out;
	transition: border 250ms ease-in-out
}

.shopify-challenge__container .t-underline-hover.shopify-challenge__message,.t-underline-hover.t-underline-hover,.t-underline.t-underline-hover {
	border-bottom-color: transparent
}

.block-focus {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.block-focus.unfocussed {
	opacity: .5;
	pointer-events: none
}

.border {
	border: 1px solid #f8f8f8
}

.border-top {
	border-top: 1px solid #f8f8f8
}

.border-bottom {
	border-bottom: 1px solid #f8f8f8
}

.border-left {
	border-left: 1px solid #f8f8f8
}

.border-right {
	border-right: 1px solid #f8f8f8
}

.border-radius {
	border-radius: 3px!important
}

.border-top-left-radius {
	border-top-left-radius: 3px!important
}

.border-bottom-left-radius {
	border-bottom-left-radius: 3px!important
}

.border-top-right-radius {
	border-top-right-radius: 3px!important
}

.border-bottom-right-radius {
	border-bottom-right-radius: 3px!important
}

.t-uppercase {
	text-transform: uppercase
}

.t-capitalize {
	text-transform: capitalize
}

.t-none {
	text-transform: none
}

.t-lowercase {
	text-transform: lowercase
}

.w-light {
	font-weight: 400
}

.w-normal {
	font-weight: 400
}

.w-bold {
	font-weight: 400
}

.hidden {
	display: none
}

.block {
	display: block
}

.inline {
	display: inline-block
}

ul.inline {
	display: block
}

ul.inline>li {
	display: inline-block
}

.flex {
	display: -webkit-flex!important;
	display: flex!important
}

.flex.nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.flex.vertical {
	-webkit-flex-direction: column;
	flex-direction: column
}

.flex.h-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.flex.h-start>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.flex.h-center {
	-webkit-justify-content: center;
	justify-content: center
}

.flex.h-center>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.flex.h-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.flex.h-end>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.flex.h-space-between {
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.flex.h-space-between>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.flex.h-space-around {
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.flex.h-space-around>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.flex.h-space-evenly {
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly
}

.flex.h-space-evenly>.column {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.flex.v-start {
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.flex.v-center {
	-webkit-align-items: center;
	align-items: center
}

.flex.v-end {
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.flex.v-baseline {
	-webkit-align-items: baseline;
	align-items: baseline
}

.flex.v-stretch {
	-webkit-align-items: stretch;
	align-items: stretch
}

.flex.v-space-between {
	-webkit-align-content: space-between;
	align-content: space-between
}

.flex.v-space-around {
	-webkit-align-content: space-around;
	align-content: space-around
}

.flex:after {
	content: normal
}

.flex>.column {
	float: none;
	-webkit-flex: 1;
	flex: 1
}

.flex>.grow {
	-webkit-flex: 1;
	flex: 1
}

.flex>.shrink {
	-webkit-flex: 0;
	flex: 0
}

.flex>.v-start {
	-webkit-align-self: flex-start;
	align-self: flex-start
}

.flex>.v-center {
	-webkit-align-self: center;
	align-self: center
}

.flex>.v-end {
	-webkit-align-self: flex-end;
	align-self: flex-end
}

.flex>.v-baseline {
	-webkit-align-self: baseline;
	align-self: baseline
}

.flex>.v-stretch {
	-webkit-align-self: stretch;
	align-self: stretch
}

.visually-hidden {
	opacity: 0;
	visibility: hidden
}

.visually-hidden:not(.no-transition) {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.visually-hidden.visible {
	opacity: 1;
	visibility: visible
}

.static {
	position: static!important
}

.relative {
	position: relative!important
}

.absolute {
	position: absolute!important
}

.fixed {
	position: fixed!important
}

.sticky {
	position: sticky!important
}

.no-margin {
	margin-top: 0;
	margin-bottom: 0!important
}

.no-padding {
	margin-top: 0;
	margin-bottom: 0!important
}

@media (min-width:1450px) {
	.xl-flex {
		display: -webkit-flex!important;
		display: flex!important
	}

	.xl-flex.nowrap {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.xl-flex.vertical {
		-webkit-flex-direction: column;
		flex-direction: column
	}

	.xl-flex.h-start {
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}

	.xl-flex.h-start>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.xl-flex.h-center {
		-webkit-justify-content: center;
		justify-content: center
	}

	.xl-flex.h-center>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.xl-flex.h-end {
		-webkit-justify-content: flex-end;
		justify-content: flex-end
	}

	.xl-flex.h-end>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.xl-flex.h-space-between {
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.xl-flex.h-space-between>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.xl-flex.h-space-around {
		-webkit-justify-content: space-around;
		justify-content: space-around
	}

	.xl-flex.h-space-around>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.xl-flex.h-space-evenly {
		-webkit-justify-content: space-evenly;
		justify-content: space-evenly
	}

	.xl-flex.h-space-evenly>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.xl-flex.v-start {
		-webkit-align-items: flex-start;
		align-items: flex-start
	}

	.xl-flex.v-center {
		-webkit-align-items: center;
		align-items: center
	}

	.xl-flex.v-end {
		-webkit-align-items: flex-end;
		align-items: flex-end
	}

	.xl-flex.v-baseline {
		-webkit-align-items: baseline;
		align-items: baseline
	}

	.xl-flex.v-stretch {
		-webkit-align-items: stretch;
		align-items: stretch
	}

	.xl-flex.v-space-between {
		-webkit-align-content: space-between;
		align-content: space-between
	}

	.xl-flex.v-space-around {
		-webkit-align-content: space-around;
		align-content: space-around
	}

	.xl-flex:after {
		content: normal
	}

	.xl-flex>.column {
		float: none;
		-webkit-flex: 1;
		flex: 1
	}

	.xl-flex>.grow {
		-webkit-flex: 1;
		flex: 1
	}

	.xl-flex>.shrink {
		-webkit-flex: 0;
		flex: 0
	}

	.xl-flex>.v-start {
		-webkit-align-self: flex-start;
		align-self: flex-start
	}

	.xl-flex>.v-center {
		-webkit-align-self: center;
		align-self: center
	}

	.xl-flex>.v-end {
		-webkit-align-self: flex-end;
		align-self: flex-end
	}

	.xl-flex>.v-baseline {
		-webkit-align-self: baseline;
		align-self: baseline
	}

	.xl-flex>.v-stretch {
		-webkit-align-self: stretch;
		align-self: stretch
	}

	.xl-border-radius {
		border-radius: 3px!important
	}

	.xl-border-radius-top-left {
		border-top-left-radius: 3px!important
	}

	.xl-border-radius-bottom-left {
		border-bottom-left-radius: 3px!important
	}

	.xl-border-radius-top-right {
		border-top-right-radius: 3px!important
	}

	.xl-border-radius-bottom-right {
		border-bottom-right-radius: 3px!important
	}

	.xl-hide {
		display: none!important
	}

	.xl-left {
		text-align: left
	}

	.xl-center {
		text-align: center
	}

	.xl-right {
		text-align: right
	}

	.xl-v-middle {
		vertical-align: middle
	}

	.xl-v-top {
		vertical-align: top
	}

	.xl-v-bottom {
		vertical-align: bottom
	}

	.xl-block,.xl-show {
		display: block
	}

	.l-show,.m-show,.s-show {
		display: none!important
	}
}

@media (min-width:1200px) {
	.l-flex {
		display: -webkit-flex!important;
		display: flex!important
	}

	.l-flex.nowrap {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.l-flex.vertical {
		-webkit-flex-direction: column;
		flex-direction: column
	}

	.l-flex.h-start {
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}

	.l-flex.h-start>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.l-flex.h-center {
		-webkit-justify-content: center;
		justify-content: center
	}

	.l-flex.h-center>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.l-flex.h-end {
		-webkit-justify-content: flex-end;
		justify-content: flex-end
	}

	.l-flex.h-end>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.l-flex.h-space-between {
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.l-flex.h-space-between>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.l-flex.h-space-around {
		-webkit-justify-content: space-around;
		justify-content: space-around
	}

	.l-flex.h-space-around>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.l-flex.h-space-evenly {
		-webkit-justify-content: space-evenly;
		justify-content: space-evenly
	}

	.l-flex.h-space-evenly>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.l-flex.v-start {
		-webkit-align-items: flex-start;
		align-items: flex-start
	}

	.l-flex.v-center {
		-webkit-align-items: center;
		align-items: center
	}

	.l-flex.v-end {
		-webkit-align-items: flex-end;
		align-items: flex-end
	}

	.l-flex.v-baseline {
		-webkit-align-items: baseline;
		align-items: baseline
	}

	.l-flex.v-stretch {
		-webkit-align-items: stretch;
		align-items: stretch
	}

	.l-flex.v-space-between {
		-webkit-align-content: space-between;
		align-content: space-between
	}

	.l-flex.v-space-around {
		-webkit-align-content: space-around;
		align-content: space-around
	}

	.l-flex:after {
		content: normal
	}

	.l-flex>.column {
		float: none;
		-webkit-flex: 1;
		flex: 1
	}

	.l-flex>.grow {
		-webkit-flex: 1;
		flex: 1
	}

	.l-flex>.shrink {
		-webkit-flex: 0;
		flex: 0
	}

	.l-flex>.v-start {
		-webkit-align-self: flex-start;
		align-self: flex-start
	}

	.l-flex>.v-center {
		-webkit-align-self: center;
		align-self: center
	}

	.l-flex>.v-end {
		-webkit-align-self: flex-end;
		align-self: flex-end
	}

	.l-flex>.v-baseline {
		-webkit-align-self: baseline;
		align-self: baseline
	}

	.l-flex>.v-stretch {
		-webkit-align-self: stretch;
		align-self: stretch
	}

	.l-border-radius {
		border-radius: 3px!important
	}

	.l-border-radius-top-left {
		border-top-left-radius: 3px!important
	}

	.l-border-radius-bottom-left {
		border-bottom-left-radius: 3px!important
	}

	.l-border-radius-top-right {
		border-top-right-radius: 3px!important
	}

	.l-border-radius-bottom-right {
		border-bottom-right-radius: 3px!important
	}

	.l-hide {
		display: none!important
	}

	.l-left {
		text-align: left
	}

	.l-center {
		text-align: center
	}

	.l-right {
		text-align: right
	}

	.l-v-middle {
		vertical-align: middle
	}

	.l-v-top {
		vertical-align: top
	}

	.l-v-bottom {
		vertical-align: bottom
	}

	.l-block,.l-show {
		display: block
	}

	.m-show,.s-show,.xl-show {
		display: none!important
	}
}

@media (min-width:901px) and (max-width:1199px) {
	.m-flex {
		display: -webkit-flex!important;
		display: flex!important
	}

	.m-flex.nowrap {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.m-flex.vertical {
		-webkit-flex-direction: column;
		flex-direction: column
	}

	.m-flex.h-start {
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}

	.m-flex.h-start>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.m-flex.h-center {
		-webkit-justify-content: center;
		justify-content: center
	}

	.m-flex.h-center>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.m-flex.h-end {
		-webkit-justify-content: flex-end;
		justify-content: flex-end
	}

	.m-flex.h-end>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.m-flex.h-space-between {
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.m-flex.h-space-between>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.m-flex.h-space-around {
		-webkit-justify-content: space-around;
		justify-content: space-around
	}

	.m-flex.h-space-around>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.m-flex.h-space-evenly {
		-webkit-justify-content: space-evenly;
		justify-content: space-evenly
	}

	.m-flex.h-space-evenly>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.m-flex.v-start {
		-webkit-align-items: flex-start;
		align-items: flex-start
	}

	.m-flex.v-center {
		-webkit-align-items: center;
		align-items: center
	}

	.m-flex.v-end {
		-webkit-align-items: flex-end;
		align-items: flex-end
	}

	.m-flex.v-baseline {
		-webkit-align-items: baseline;
		align-items: baseline
	}

	.m-flex.v-stretch {
		-webkit-align-items: stretch;
		align-items: stretch
	}

	.m-flex.v-space-between {
		-webkit-align-content: space-between;
		align-content: space-between
	}

	.m-flex.v-space-around {
		-webkit-align-content: space-around;
		align-content: space-around
	}

	.m-flex:after {
		content: normal
	}

	.m-flex>.column {
		float: none;
		-webkit-flex: 1;
		flex: 1
	}

	.m-flex>.grow {
		-webkit-flex: 1;
		flex: 1
	}

	.m-flex>.shrink {
		-webkit-flex: 0;
		flex: 0
	}

	.m-flex>.v-start {
		-webkit-align-self: flex-start;
		align-self: flex-start
	}

	.m-flex>.v-center {
		-webkit-align-self: center;
		align-self: center
	}

	.m-flex>.v-end {
		-webkit-align-self: flex-end;
		align-self: flex-end
	}

	.m-flex>.v-baseline {
		-webkit-align-self: baseline;
		align-self: baseline
	}

	.m-flex>.v-stretch {
		-webkit-align-self: stretch;
		align-self: stretch
	}

	.m-border-radius {
		border-radius: 3px!important
	}

	.m-border-radius-top-left {
		border-top-left-radius: 3px!important
	}

	.m-border-radius-bottom-left {
		border-bottom-left-radius: 3px!important
	}

	.m-border-radius-top-right {
		border-top-right-radius: 3px!important
	}

	.m-border-radius-bottom-right {
		border-bottom-right-radius: 3px!important
	}

	.m-hide {
		display: none!important
	}

	.m-left {
		text-align: left
	}

	.m-center {
		text-align: center
	}

	.m-right {
		text-align: right
	}

	.m-v-middle {
		vertical-align: middle
	}

	.m-v-top {
		vertical-align: top
	}

	.m-v-bottom {
		vertical-align: bottom
	}

	.m-block,.m-show {
		display: block
	}

	.l-show,.s-show,.xl-show {
		display: none!important
	}
}

@media (max-width:900px) {
	.s-flex {
		display: -webkit-flex!important;
		display: flex!important
	}

	.s-flex.nowrap {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.s-flex.vertical {
		-webkit-flex-direction: column;
		flex-direction: column
	}

	.s-flex.h-start {
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}

	.s-flex.h-start>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.s-flex.h-center {
		-webkit-justify-content: center;
		justify-content: center
	}

	.s-flex.h-center>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.s-flex.h-end {
		-webkit-justify-content: flex-end;
		justify-content: flex-end
	}

	.s-flex.h-end>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.s-flex.h-space-between {
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.s-flex.h-space-between>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.s-flex.h-space-around {
		-webkit-justify-content: space-around;
		justify-content: space-around
	}

	.s-flex.h-space-around>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.s-flex.h-space-evenly {
		-webkit-justify-content: space-evenly;
		justify-content: space-evenly
	}

	.s-flex.h-space-evenly>.column {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.s-flex.v-start {
		-webkit-align-items: flex-start;
		align-items: flex-start
	}

	.s-flex.v-center {
		-webkit-align-items: center;
		align-items: center
	}

	.s-flex.v-end {
		-webkit-align-items: flex-end;
		align-items: flex-end
	}

	.s-flex.v-baseline {
		-webkit-align-items: baseline;
		align-items: baseline
	}

	.s-flex.v-stretch {
		-webkit-align-items: stretch;
		align-items: stretch
	}

	.s-flex.v-space-between {
		-webkit-align-content: space-between;
		align-content: space-between
	}

	.s-flex.v-space-around {
		-webkit-align-content: space-around;
		align-content: space-around
	}

	.s-flex:after {
		content: normal
	}

	.s-flex>.column {
		float: none;
		-webkit-flex: 1;
		flex: 1
	}

	.s-flex>.grow {
		-webkit-flex: 1;
		flex: 1
	}

	.s-flex>.shrink {
		-webkit-flex: 0;
		flex: 0
	}

	.s-flex>.v-start {
		-webkit-align-self: flex-start;
		align-self: flex-start
	}

	.s-flex>.v-center {
		-webkit-align-self: center;
		align-self: center
	}

	.s-flex>.v-end {
		-webkit-align-self: flex-end;
		align-self: flex-end
	}

	.s-flex>.v-baseline {
		-webkit-align-self: baseline;
		align-self: baseline
	}

	.s-flex>.v-stretch {
		-webkit-align-self: stretch;
		align-self: stretch
	}

	.s-border-radius {
		border-radius: 3px!important
	}

	.s-border-radius-top-left {
		border-top-left-radius: 3px!important
	}

	.s-border-radius-bottom-left {
		border-bottom-left-radius: 3px!important
	}

	.s-border-radius-top-right {
		border-top-right-radius: 3px!important
	}

	.s-border-radius-bottom-right {
		border-bottom-right-radius: 3px!important
	}

	.s-hide {
		display: none!important
	}

	.s-left {
		text-align: left
	}

	.s-center {
		text-align: center
	}

	.s-right {
		text-align: right
	}

	.s-v-middle {
		vertical-align: middle
	}

	.s-v-top {
		vertical-align: top
	}

	.s-v-bottom {
		vertical-align: bottom
	}

	.s-block,.s-show {
		display: block
	}

	.l-show,.m-show,.xl-show {
		display: none!important
	}

	.s-wide {
		width: 100%!important
	}
}

.margin-05x {
	margin: 5px
}

.margin-top-05x {
	margin-top: 5px
}

.margin-bottom-05x {
	margin-bottom: 5px
}

.margin-left-05x {
	margin-left: 5px
}

.margin-right-05x {
	margin-right: 5px
}

.margin-0x {
	margin: 0
}

.margin-top-0x {
	margin-top: 0
}

.margin-bottom-0x {
	margin-bottom: 0
}

.margin-left-0x {
	margin-left: 0
}

.margin-right-0x {
	margin-right: 0
}

.padding-0x {
	padding: 0
}

.padding-top-0x {
	padding-top: 0
}

.padding-bottom-0x {
	padding-bottom: 0
}

.padding-left-0x {
	padding-left: 0
}

.padding-right-0x {
	padding-right: 0
}

.margin-1x {
	margin: 10px
}

.margin-top-1x {
	margin-top: 10px
}

.margin-bottom-1x {
	margin-bottom: 10px
}

.margin-left-1x {
	margin-left: 10px
}

.margin-right-1x {
	margin-right: 10px
}

.padding-1x {
	padding: 0px
}

.padding-top-1x {
	padding-top: 10px
}

.padding-bottom-1x {
	padding-bottom: 10px
}

.padding-left-1x {
	padding-left: 10px
}

.padding-right-1x {
	padding-right: 10px
}

.margin-2x {
	margin: 20px
}

.margin-top-2x {
	margin-top: 20px
}

.margin-bottom-2x {
	margin-bottom: 20px
}

.margin-left-2x {
	margin-left: 20px
}

.margin-right-2x {
	margin-right: 20px
}

.padding-2x {
	padding: 20px
}

.padding-top-2x {
	padding-top: 20px
}

.padding-bottom-2x {
	padding-bottom: 20px
}

.padding-left-2x {
	padding-left: 20px
}

.padding-right-2x {
	padding-right: 20px
}

.margin-3x {
	margin: 30px
}

.margin-top-3x {
	margin-top: 30px
}

.margin-bottom-3x {
	margin-bottom: 30px
}

.margin-left-3x {
	margin-left: 30px
}

.margin-right-3x {
	margin-right: 30px
}

.padding-3x {
	padding: 30px
}

.padding-top-3x {
	padding-top: 30px
}

.padding-bottom-3x {
	padding-bottom: 30px
}

.padding-left-3x {
	padding-left: 30px
}

.padding-right-3x {
	padding-right: 30px
}

.margin-4x {
	margin: 40px
}

.margin-top-4x {
	margin-top: 40px
}

.margin-bottom-4x {
	margin-bottom: 40px
}

.margin-left-4x {
	margin-left: 40px
}

.margin-right-4x {
	margin-right: 40px
}

.padding-4x {
	padding: 40px
}

.padding-top-4x {
	padding-top: 40px
}

.padding-bottom-4x {
	padding-bottom: 40px
}

.padding-left-4x {
	padding-left: 40px
}

.padding-right-4x {
	padding-right: 40px
}

.margin-5x {
	margin: 50px
}

.margin-top-5x {
	margin-top: 50px
}

.margin-bottom-5x {
	margin-bottom: 50px
}

.margin-left-5x {
	margin-left: 50px
}

.margin-right-5x {
	margin-right: 50px
}

.padding-5x {
	padding: 50px
}

.padding-top-5x {
	padding-top: 50px
}

.padding-bottom-5x {
	padding-bottom: 50px
}

.padding-left-5x {
	padding-left: 50px
}

.padding-right-5x {
	padding-right: 50px
}

.margin-6x {
	margin: 60px
}

.margin-top-6x {
	margin-top: 60px
}

.margin-bottom-6x {
	margin-bottom: 60px
}

.margin-left-6x {
	margin-left: 60px
}

.margin-right-6x {
	margin-right: 60px
}

.padding-6x {
	padding: 60px
}

.padding-top-6x {
	padding-top: 60px
}

.padding-bottom-6x {
	padding-bottom: 60px
}

.padding-left-6x {
	padding-left: 60px
}

.padding-right-6x {
	padding-right: 60px
}

.margin-7x {
	margin: 70px
}

.margin-top-7x {
	margin-top: 70px
}

.margin-bottom-7x {
	margin-bottom: 70px
}

.margin-left-7x {
	margin-left: 70px
}

.margin-right-7x {
	margin-right: 70px
}

.padding-7x {
	padding: 70px
}

.padding-top-7x {
	padding-top: 70px
}

.padding-bottom-7x {
	padding-bottom: 70px
}

.padding-left-7x {
	padding-left: 70px
}

.padding-right-7x {
	padding-right: 70px
}

.margin-8x {
	margin: 80px
}

.margin-top-8x {
	margin-top: 80px
}

.margin-bottom-8x {
	margin-bottom: 80px
}

.margin-left-8x {
	margin-left: 80px
}

.margin-right-8x {
	margin-right: 80px
}

.padding-8x {
	padding: 80px
}

.padding-top-8x {
	padding-top: 80px
}

.padding-bottom-8x {
	padding-bottom: 80px
}

.padding-left-8x {
	padding-left: 80px
}

.padding-right-8x {
	padding-right: 80px
}

.margin-9x {
	margin: 90px
}

.margin-top-9x {
	margin-top: 90px
}

.margin-bottom-9x {
	margin-bottom: 90px
}

.margin-left-9x {
	margin-left: 90px
}

.margin-right-9x {
	margin-right: 90px
}

.padding-9x {
	padding: 90px
}

.padding-top-9x {
	padding-top: 90px
}

.padding-bottom-9x {
	padding-bottom: 90px
}

.padding-left-9x {
	padding-left: 90px
}

.padding-right-9x {
	padding-right: 90px
}

.margin-10x {
	margin: 100px
}

.margin-top-10x {
	margin-top: 100px
}

.margin-bottom-10x {
	margin-bottom: 100px
}

.margin-left-10x {
	margin-left: 100px
}

.margin-right-10x {
	margin-right: 100px
}

.padding-10x {
	padding: 100px
}

.padding-top-10x {
	padding-top: 100px
}

.padding-bottom-10x {
	padding-bottom: 100px
}

.padding-left-10x {
	padding-left: 100px
}

.padding-right-10x {
	padding-right: 100px
}

.margin-11x {
	margin: 110px
}

.margin-top-11x {
	margin-top: 110px
}

.margin-bottom-11x {
	margin-bottom: 110px
}

.margin-left-11x {
	margin-left: 110px
}

.margin-right-11x {
	margin-right: 110px
}

.padding-11x {
	padding: 110px
}

.padding-top-11x {
	padding-top: 110px
}

.padding-bottom-11x {
	padding-bottom: 110px
}

.padding-left-11x {
	padding-left: 110px
}

.padding-right-11x {
	padding-right: 110px
}

.margin-12x {
	margin: 120px
}

.margin-top-12x {
	margin-top: 120px
}

.margin-bottom-12x {
	margin-bottom: 120px
}

.margin-left-12x {
	margin-left: 120px
}

.margin-right-12x {
	margin-right: 120px
}

.padding-12x {
	padding: 120px
}

.padding-top-12x {
	padding-top: 120px
}

.padding-bottom-12x {
	padding-bottom: 120px
}

.padding-left-12x {
	padding-left: 120px
}

.padding-right-12x {
	padding-right: 120px
}

.margin-13x {
	margin: 130px
}

.margin-top-13x {
	margin-top: 130px
}

.margin-bottom-13x {
	margin-bottom: 130px
}

.margin-left-13x {
	margin-left: 130px
}

.margin-right-13x {
	margin-right: 130px
}

.padding-13x {
	padding: 130px
}

.padding-top-13x {
	padding-top: 130px
}

.padding-bottom-13x {
	padding-bottom: 130px
}

.padding-left-13x {
	padding-left: 130px
}

.padding-right-13x {
	padding-right: 130px
}

.margin-14x {
	margin: 140px
}

.margin-top-14x {
	margin-top: 140px
}

.margin-bottom-14x {
	margin-bottom: 140px
}

.margin-left-14x {
	margin-left: 140px
}

.margin-right-14x {
	margin-right: 140px
}

.padding-14x {
	padding: 140px
}

.padding-top-14x {
	padding-top: 140px
}

.padding-bottom-14x {
	padding-bottom: 140px
}

.padding-left-14x {
	padding-left: 140px
}

.padding-right-14x {
	padding-right: 140px
}

.margin-15x {
	margin: 150px
}

.margin-top-15x {
	margin-top: 150px
}

.margin-bottom-15x {
	margin-bottom: 150px
}

.margin-left-15x {
	margin-left: 150px
}

.margin-right-15x {
	margin-right: 150px
}

.padding-15x {
	padding: 150px
}

.padding-top-15x {
	padding-top: 150px
}

.padding-bottom-15x {
	padding-bottom: 150px
}

.padding-left-15x {
	padding-left: 150px
}

.padding-right-15x {
	padding-right: 150px
}

.margin-16x {
	margin: 160px
}

.margin-top-16x {
	margin-top: 160px
}

.margin-bottom-16x {
	margin-bottom: 160px
}

.margin-left-16x {
	margin-left: 160px
}

.margin-right-16x {
	margin-right: 160px
}

.padding-16x {
	padding: 160px
}

.padding-top-16x {
	padding-top: 160px
}

.padding-bottom-16x {
	padding-bottom: 160px
}

.padding-left-16x {
	padding-left: 160px
}

.padding-right-16x {
	padding-right: 160px
}

.margin-17x {
	margin: 170px
}

.margin-top-17x {
	margin-top: 170px
}

.margin-bottom-17x {
	margin-bottom: 170px
}

.margin-left-17x {
	margin-left: 170px
}

.margin-right-17x {
	margin-right: 170px
}

.padding-17x {
	padding: 170px
}

.padding-top-17x {
	padding-top: 170px
}

.padding-bottom-17x {
	padding-bottom: 170px
}

.padding-left-17x {
	padding-left: 170px
}

.padding-right-17x {
	padding-right: 170px
}

.margin-18x {
	margin: 180px
}

.margin-top-18x {
	margin-top: 180px
}

.margin-bottom-18x {
	margin-bottom: 180px
}

.margin-left-18x {
	margin-left: 180px
}

.margin-right-18x {
	margin-right: 180px
}

.padding-18x {
	padding: 180px
}

.padding-top-18x {
	padding-top: 180px
}

.padding-bottom-18x {
	padding-bottom: 180px
}

.padding-left-18x {
	padding-left: 180px
}

.padding-right-18x {
	padding-right: 180px
}

.margin-19x {
	margin: 190px
}

.margin-top-19x {
	margin-top: 190px
}

.margin-bottom-19x {
	margin-bottom: 190px
}

.margin-left-19x {
	margin-left: 190px
}

.margin-right-19x {
	margin-right: 190px
}

.padding-19x {
	padding: 190px
}

.padding-top-19x {
	padding-top: 190px
}

.padding-bottom-19x {
	padding-bottom: 190px
}

.padding-left-19x {
	padding-left: 190px
}

.padding-right-19x {
	padding-right: 190px
}

.margin-20x {
	margin: 200px
}

.margin-top-20x {
	margin-top: 200px
}

.margin-bottom-20x {
	margin-bottom: 200px
}

.margin-left-20x {
	margin-left: 200px
}

.margin-right-20x {
	margin-right: 200px
}

.padding-20x {
	padding: 200px
}

.padding-top-20x {
	padding-top: 200px
}

.padding-bottom-20x {
	padding-bottom: 200px
}

.padding-left-20x {
	padding-left: 200px
}

.padding-right-20x {
	padding-right: 200px
}

@media (min-width:1450px) {
	.xl-margin-05x {
		margin: 5px
	}

	.xl-margin-top-05x {
		margin-top: 5px
	}

	.xl-margin-bottom-05x {
		margin-bottom: 5px
	}

	.xl-margin-left-05x {
		margin-left: 5px
	}

	.xl-margin-right-05x {
		margin-right: 5px
	}

	.xl-margin-0x {
		margin: 0
	}

	.xl-margin-top-0x {
		margin-top: 0
	}

	.xl-margin-bottom-0x {
		margin-bottom: 0
	}

	.xl-margin-left-0x {
		margin-left: 0
	}

	.xl-margin-right-0x {
		margin-right: 0
	}

	.xl-padding-0x {
		padding: 0
	}

	.xl-padding-top-0x {
		padding-top: 0
	}

	.xl-padding-bottom-0x {
		padding-bottom: 0
	}

	.xl-padding-left-0x {
		padding-left: 0
	}

	.xl-padding-right-0x {
		padding-right: 0
	}

	.xl-margin-1x {
		margin: 10px
	}

	.xl-margin-top-1x {
		margin-top: 10px
	}

	.xl-margin-bottom-1x {
		margin-bottom: 10px
	}

	.xl-margin-left-1x {
		margin-left: 10px
	}

	.xl-margin-right-1x {
		margin-right: 10px
	}

	.xl-padding-1x {
		padding: 10px
	}

	.xl-padding-top-1x {
		padding-top: 10px
	}

	.xl-padding-bottom-1x {
		padding-bottom: 10px
	}

	.xl-padding-left-1x {
		padding-left: 10px
	}

	.xl-padding-right-1x {
		padding-right: 10px
	}

	.xl-margin-2x {
		margin: 20px
	}

	.xl-margin-top-2x {
		margin-top: 20px
	}

	.xl-margin-bottom-2x {
		margin-bottom: 20px
	}

	.xl-margin-left-2x {
		margin-left: 20px
	}

	.xl-margin-right-2x {
		margin-right: 20px
	}

	.xl-padding-2x {
		padding: 20px
	}

	.xl-padding-top-2x {
		padding-top: 20px
	}

	.xl-padding-bottom-2x {
		padding-bottom: 20px
	}

	.xl-padding-left-2x {
		padding-left: 20px
	}

	.xl-padding-right-2x {
		padding-right: 20px
	}

	.xl-margin-3x {
		margin: 30px
	}

	.xl-margin-top-3x {
		margin-top: 30px
	}

	.xl-margin-bottom-3x {
		margin-bottom: 30px
	}

	.xl-margin-left-3x {
		margin-left: 30px
	}

	.xl-margin-right-3x {
		margin-right: 30px
	}

	.xl-padding-3x {
		padding: 30px
	}

	.xl-padding-top-3x {
		padding-top: 30px
	}

	.xl-padding-bottom-3x {
		padding-bottom: 30px
	}

	.xl-padding-left-3x {
		padding-left: 30px
	}

	.xl-padding-right-3x {
		padding-right: 30px
	}

	.xl-margin-4x {
		margin: 40px
	}

	.xl-margin-top-4x {
		margin-top: 40px
	}

	.xl-margin-bottom-4x {
		margin-bottom: 40px
	}

	.xl-margin-left-4x {
		margin-left: 40px
	}

	.xl-margin-right-4x {
		margin-right: 40px
	}

	.xl-padding-4x {
		padding: 40px
	}

	.xl-padding-top-4x {
		padding-top: 40px
	}

	.xl-padding-bottom-4x {
		padding-bottom: 40px
	}

	.xl-padding-left-4x {
		padding-left: 40px
	}

	.xl-padding-right-4x {
		padding-right: 40px
	}

	.xl-margin-5x {
		margin: 50px
	}

	.xl-margin-top-5x {
		margin-top: 50px
	}

	.xl-margin-bottom-5x {
		margin-bottom: 50px
	}

	.xl-margin-left-5x {
		margin-left: 50px
	}

	.xl-margin-right-5x {
		margin-right: 50px
	}

	.xl-padding-5x {
		padding: 50px
	}

	.xl-padding-top-5x {
		padding-top: 50px
	}

	.xl-padding-bottom-5x {
		padding-bottom: 50px
	}

	.xl-padding-left-5x {
		padding-left: 50px
	}

	.xl-padding-right-5x {
		padding-right: 50px
	}

	.xl-margin-6x {
		margin: 60px
	}

	.xl-margin-top-6x {
		margin-top: 60px
	}

	.xl-margin-bottom-6x {
		margin-bottom: 60px
	}

	.xl-margin-left-6x {
		margin-left: 60px
	}

	.xl-margin-right-6x {
		margin-right: 60px
	}

	.xl-padding-6x {
		padding: 60px
	}

	.xl-padding-top-6x {
		padding-top: 60px
	}

	.xl-padding-bottom-6x {
		padding-bottom: 60px
	}

	.xl-padding-left-6x {
		padding-left: 60px
	}

	.xl-padding-right-6x {
		padding-right: 60px
	}

	.xl-margin-7x {
		margin: 70px
	}

	.xl-margin-top-7x {
		margin-top: 70px
	}

	.xl-margin-bottom-7x {
		margin-bottom: 70px
	}

	.xl-margin-left-7x {
		margin-left: 70px
	}

	.xl-margin-right-7x {
		margin-right: 70px
	}

	.xl-padding-7x {
		padding: 70px
	}

	.xl-padding-top-7x {
		padding-top: 70px
	}

	.xl-padding-bottom-7x {
		padding-bottom: 70px
	}

	.xl-padding-left-7x {
		padding-left: 70px
	}

	.xl-padding-right-7x {
		padding-right: 70px
	}

	.xl-margin-8x {
		margin: 80px
	}

	.xl-margin-top-8x {
		margin-top: 80px
	}

	.xl-margin-bottom-8x {
		margin-bottom: 80px
	}

	.xl-margin-left-8x {
		margin-left: 80px
	}

	.xl-margin-right-8x {
		margin-right: 80px
	}

	.xl-padding-8x {
		padding: 80px
	}

	.xl-padding-top-8x {
		padding-top: 80px
	}

	.xl-padding-bottom-8x {
		padding-bottom: 80px
	}

	.xl-padding-left-8x {
		padding-left: 80px
	}

	.xl-padding-right-8x {
		padding-right: 80px
	}

	.xl-margin-9x {
		margin: 90px
	}

	.xl-margin-top-9x {
		margin-top: 90px
	}

	.xl-margin-bottom-9x {
		margin-bottom: 90px
	}

	.xl-margin-left-9x {
		margin-left: 90px
	}

	.xl-margin-right-9x {
		margin-right: 90px
	}

	.xl-padding-9x {
		padding: 90px
	}

	.xl-padding-top-9x {
		padding-top: 90px
	}

	.xl-padding-bottom-9x {
		padding-bottom: 90px
	}

	.xl-padding-left-9x {
		padding-left: 90px
	}

	.xl-padding-right-9x {
		padding-right: 90px
	}

	.xl-margin-10x {
		margin: 100px
	}

	.xl-margin-top-10x {
		margin-top: 100px
	}

	.xl-margin-bottom-10x {
		margin-bottom: 100px
	}

	.xl-margin-left-10x {
		margin-left: 100px
	}

	.xl-margin-right-10x {
		margin-right: 100px
	}

	.xl-padding-10x {
		padding: 100px
	}

	.xl-padding-top-10x {
		padding-top: 100px
	}

	.xl-padding-bottom-10x {
		padding-bottom: 100px
	}

	.xl-padding-left-10x {
		padding-left: 100px
	}

	.xl-padding-right-10x {
		padding-right: 100px
	}

	.xl-margin-11x {
		margin: 110px
	}

	.xl-margin-top-11x {
		margin-top: 110px
	}

	.xl-margin-bottom-11x {
		margin-bottom: 110px
	}

	.xl-margin-left-11x {
		margin-left: 110px
	}

	.xl-margin-right-11x {
		margin-right: 110px
	}

	.xl-padding-11x {
		padding: 110px
	}

	.xl-padding-top-11x {
		padding-top: 110px
	}

	.xl-padding-bottom-11x {
		padding-bottom: 110px
	}

	.xl-padding-left-11x {
		padding-left: 110px
	}

	.xl-padding-right-11x {
		padding-right: 110px
	}

	.xl-margin-12x {
		margin: 120px
	}

	.xl-margin-top-12x {
		margin-top: 120px
	}

	.xl-margin-bottom-12x {
		margin-bottom: 120px
	}

	.xl-margin-left-12x {
		margin-left: 120px
	}

	.xl-margin-right-12x {
		margin-right: 120px
	}

	.xl-padding-12x {
		padding: 120px
	}

	.xl-padding-top-12x {
		padding-top: 120px
	}

	.xl-padding-bottom-12x {
		padding-bottom: 120px
	}

	.xl-padding-left-12x {
		padding-left: 120px
	}

	.xl-padding-right-12x {
		padding-right: 120px
	}

	.xl-margin-13x {
		margin: 130px
	}

	.xl-margin-top-13x {
		margin-top: 130px
	}

	.xl-margin-bottom-13x {
		margin-bottom: 130px
	}

	.xl-margin-left-13x {
		margin-left: 130px
	}

	.xl-margin-right-13x {
		margin-right: 130px
	}

	.xl-padding-13x {
		padding: 130px
	}

	.xl-padding-top-13x {
		padding-top: 130px
	}

	.xl-padding-bottom-13x {
		padding-bottom: 130px
	}

	.xl-padding-left-13x {
		padding-left: 130px
	}

	.xl-padding-right-13x {
		padding-right: 130px
	}

	.xl-margin-14x {
		margin: 140px
	}

	.xl-margin-top-14x {
		margin-top: 140px
	}

	.xl-margin-bottom-14x {
		margin-bottom: 140px
	}

	.xl-margin-left-14x {
		margin-left: 140px
	}

	.xl-margin-right-14x {
		margin-right: 140px
	}

	.xl-padding-14x {
		padding: 140px
	}

	.xl-padding-top-14x {
		padding-top: 140px
	}

	.xl-padding-bottom-14x {
		padding-bottom: 140px
	}

	.xl-padding-left-14x {
		padding-left: 140px
	}

	.xl-padding-right-14x {
		padding-right: 140px
	}

	.xl-margin-15x {
		margin: 150px
	}

	.xl-margin-top-15x {
		margin-top: 150px
	}

	.xl-margin-bottom-15x {
		margin-bottom: 150px
	}

	.xl-margin-left-15x {
		margin-left: 150px
	}

	.xl-margin-right-15x {
		margin-right: 150px
	}

	.xl-padding-15x {
		padding: 150px
	}

	.xl-padding-top-15x {
		padding-top: 150px
	}

	.xl-padding-bottom-15x {
		padding-bottom: 150px
	}

	.xl-padding-left-15x {
		padding-left: 150px
	}

	.xl-padding-right-15x {
		padding-right: 150px
	}

	.xl-margin-16x {
		margin: 160px
	}

	.xl-margin-top-16x {
		margin-top: 160px
	}

	.xl-margin-bottom-16x {
		margin-bottom: 160px
	}

	.xl-margin-left-16x {
		margin-left: 160px
	}

	.xl-margin-right-16x {
		margin-right: 160px
	}

	.xl-padding-16x {
		padding: 160px
	}

	.xl-padding-top-16x {
		padding-top: 160px
	}

	.xl-padding-bottom-16x {
		padding-bottom: 160px
	}

	.xl-padding-left-16x {
		padding-left: 160px
	}

	.xl-padding-right-16x {
		padding-right: 160px
	}

	.xl-margin-17x {
		margin: 170px
	}

	.xl-margin-top-17x {
		margin-top: 170px
	}

	.xl-margin-bottom-17x {
		margin-bottom: 170px
	}

	.xl-margin-left-17x {
		margin-left: 170px
	}

	.xl-margin-right-17x {
		margin-right: 170px
	}

	.xl-padding-17x {
		padding: 170px
	}

	.xl-padding-top-17x {
		padding-top: 170px
	}

	.xl-padding-bottom-17x {
		padding-bottom: 170px
	}

	.xl-padding-left-17x {
		padding-left: 170px
	}

	.xl-padding-right-17x {
		padding-right: 170px
	}

	.xl-margin-18x {
		margin: 180px
	}

	.xl-margin-top-18x {
		margin-top: 180px
	}

	.xl-margin-bottom-18x {
		margin-bottom: 180px
	}

	.xl-margin-left-18x {
		margin-left: 180px
	}

	.xl-margin-right-18x {
		margin-right: 180px
	}

	.xl-padding-18x {
		padding: 180px
	}

	.xl-padding-top-18x {
		padding-top: 180px
	}

	.xl-padding-bottom-18x {
		padding-bottom: 180px
	}

	.xl-padding-left-18x {
		padding-left: 180px
	}

	.xl-padding-right-18x {
		padding-right: 180px
	}

	.xl-margin-19x {
		margin: 190px
	}

	.xl-margin-top-19x {
		margin-top: 190px
	}

	.xl-margin-bottom-19x {
		margin-bottom: 190px
	}

	.xl-margin-left-19x {
		margin-left: 190px
	}

	.xl-margin-right-19x {
		margin-right: 190px
	}

	.xl-padding-19x {
		padding: 190px
	}

	.xl-padding-top-19x {
		padding-top: 190px
	}

	.xl-padding-bottom-19x {
		padding-bottom: 190px
	}

	.xl-padding-left-19x {
		padding-left: 190px
	}

	.xl-padding-right-19x {
		padding-right: 190px
	}

	.xl-margin-20x {
		margin: 200px
	}

	.xl-margin-top-20x {
		margin-top: 200px
	}

	.xl-margin-bottom-20x {
		margin-bottom: 200px
	}

	.xl-margin-left-20x {
		margin-left: 200px
	}

	.xl-margin-right-20x {
		margin-right: 200px
	}

	.xl-padding-20x {
		padding: 200px
	}

	.xl-padding-top-20x {
		padding-top: 200px
	}

	.xl-padding-bottom-20x {
		padding-bottom: 200px
	}

	.xl-padding-left-20x {
		padding-left: 200px
	}

	.xl-padding-right-20x {
		padding-right: 200px
	}
}

@media (min-width:1200px) {
	.l-margin-05x {
		margin: 5px
	}

	.l-margin-top-05x {
		margin-top: 5px
	}

	.l-margin-bottom-05x {
		margin-bottom: 5px
	}

	.l-margin-left-05x {
		margin-left: 5px
	}

	.l-margin-right-05x {
		margin-right: 5px
	}

	.l-margin-0x {
		margin: 0
	}

	.l-margin-top-0x {
		margin-top: 0
	}

	.l-margin-bottom-0x {
		margin-bottom: 0
	}

	.l-margin-left-0x {
		margin-left: 0
	}

	.l-margin-right-0x {
		margin-right: 0
	}

	.l-padding-0x {
		padding: 0
	}

	.l-padding-top-0x {
		padding-top: 0
	}

	.l-padding-bottom-0x {
		padding-bottom: 0
	}

	.l-padding-left-0x {
		padding-left: 0
	}

	.l-padding-right-0x {
		padding-right: 0
	}

	.l-margin-1x {
		margin: 10px
	}

	.l-margin-top-1x {
		margin-top: 10px
	}

	.l-margin-bottom-1x {
		margin-bottom: 10px
	}

	.l-margin-left-1x {
		margin-left: 10px
	}

	.l-margin-right-1x {
		margin-right: 10px
	}

	.l-padding-1x {
		padding: 10px
	}

	.l-padding-top-1x {
		padding-top: 10px
	}

	.l-padding-bottom-1x {
		padding-bottom: 10px
	}

	.l-padding-left-1x {
		padding-left: 10px
	}

	.l-padding-right-1x {
		padding-right: 10px
	}

	.l-margin-2x {
		margin: 20px
	}

	.l-margin-top-2x {
		margin-top: 20px
	}

	.l-margin-bottom-2x {
		margin-bottom: 20px
	}

	.l-margin-left-2x {
		margin-left: 20px
	}

	.l-margin-right-2x {
		margin-right: 20px
	}

	.l-padding-2x {
		padding: 20px
	}

	.l-padding-top-2x {
		padding-top: 20px
	}

	.l-padding-bottom-2x {
		padding-bottom: 20px
	}

	.l-padding-left-2x {
		padding-left: 20px
	}

	.l-padding-right-2x {
		padding-right: 20px
	}

	.l-margin-3x {
		margin: 30px
	}

	.l-margin-top-3x {
		margin-top: 30px
	}

	.l-margin-bottom-3x {
		margin-bottom: 30px
	}

	.l-margin-left-3x {
		margin-left: 30px
	}

	.l-margin-right-3x {
		margin-right: 60px
	}

	.l-padding-3x {
		padding: 30px
	}

	.l-padding-top-3x {
		padding-top: 30px
	}

	.l-padding-bottom-3x {
		padding-bottom: 30px
	}

	.l-padding-left-3x {
		padding-left: 30px
	}

	.l-padding-right-3x {
		padding-right: 30px
	}

	.l-margin-4x {
		margin: 40px
	}

	.l-margin-top-4x {
		margin-top: 40px
	}

	.l-margin-bottom-4x {
		margin-bottom: 40px
	}

	.l-margin-left-4x {
		margin-left: 40px
	}

	.l-margin-right-4x {
		margin-right: 40px
	}

	.l-padding-4x {
		padding: 40px
	}

	.l-padding-top-4x {
		padding-top: 40px
	}

	.l-padding-bottom-4x {
		padding-bottom: 40px
	}

	.l-padding-left-4x {
		padding-left: 40px
	}

	.l-padding-right-4x {
		padding-right: 40px
	}

	.l-margin-5x {
		margin: 50px
	}

	.l-margin-top-5x {
		margin-top: 50px
	}

	.l-margin-bottom-5x {
		margin-bottom: 50px
	}

	.l-margin-left-5x {
		margin-left: 50px
	}

	.l-margin-right-5x {
		margin-right: 50px
	}

	.l-padding-5x {
		padding: 50px
	}

	.l-padding-top-5x {
		padding-top: 50px
	}

	.l-padding-bottom-5x {
		padding-bottom: 50px
	}

	.l-padding-left-5x {
		padding-left: 50px
	}

	.l-padding-right-5x {
		padding-right: 50px
	}

	.l-margin-6x {
		margin: 60px
	}

	.l-margin-top-6x {
		margin-top: 60px
	}

	.l-margin-bottom-6x {
		margin-bottom: 60px
	}

	.l-margin-left-6x {
		margin-left: 60px
	}

	.l-margin-right-6x {
		margin-right: 60px
	}

	.l-padding-6x {
		padding: 60px
	}

	.l-padding-top-6x {
		padding-top: 60px
	}

	.l-padding-bottom-6x {
		padding-bottom: 60px
	}

	.l-padding-left-6x {
		padding-left: 60px
	}

	.l-padding-right-6x {
		padding-right: 60px
	}

	.l-margin-7x {
		margin: 70px
	}

	.l-margin-top-7x {
		margin-top: 70px
	}

	.l-margin-bottom-7x {
		margin-bottom: 70px
	}

	.l-margin-left-7x {
		margin-left: 70px
	}

	.l-margin-right-7x {
		margin-right: 70px
	}

	.l-padding-7x {
		padding: 70px
	}

	.l-padding-top-7x {
		padding-top: 70px
	}

	.l-padding-bottom-7x {
		padding-bottom: 70px
	}

	.l-padding-left-7x {
		padding-left: 70px
	}

	.l-padding-right-7x {
		padding-right: 70px
	}

	.l-margin-8x {
		margin: 80px
	}

	.l-margin-top-8x {
		margin-top: 80px
	}

	.l-margin-bottom-8x {
		margin-bottom: 80px
	}

	.l-margin-left-8x {
		margin-left: 80px
	}

	.l-margin-right-8x {
		margin-right: 80px
	}

	.l-padding-8x {
		padding: 80px
	}

	.l-padding-top-8x {
		padding-top: 80px
	}

	.l-padding-bottom-8x {
		padding-bottom: 80px
	}

	.l-padding-left-8x {
		padding-left: 80px
	}

	.l-padding-right-8x {
		padding-right: 80px
	}

	.l-margin-9x {
		margin: 90px
	}

	.l-margin-top-9x {
		margin-top: 90px
	}

	.l-margin-bottom-9x {
		margin-bottom: 90px
	}

	.l-margin-left-9x {
		margin-left: 90px
	}

	.l-margin-right-9x {
		margin-right: 90px
	}

	.l-padding-9x {
		padding: 90px
	}

	.l-padding-top-9x {
		padding-top: 90px
	}

	.l-padding-bottom-9x {
		padding-bottom: 90px
	}

	.l-padding-left-9x {
		padding-left: 90px
	}

	.l-padding-right-9x {
		padding-right: 90px
	}

	.l-margin-10x {
		margin: 100px
	}

	.l-margin-top-10x {
		margin-top: 100px
	}

	.l-margin-bottom-10x {
		margin-bottom: 100px
	}

	.l-margin-left-10x {
		margin-left: 100px
	}

	.l-margin-right-10x {
		margin-right: 100px
	}

	.l-padding-10x {
		padding: 100px
	}

	.l-padding-top-10x {
		padding-top: 100px
	}

	.l-padding-bottom-10x {
		padding-bottom: 100px
	}

	.l-padding-left-10x {
		padding-left: 100px
	}

	.l-padding-right-10x {
		padding-right: 100px
	}

	.l-margin-11x {
		margin: 110px
	}

	.l-margin-top-11x {
		margin-top: 110px
	}

	.l-margin-bottom-11x {
		margin-bottom: 110px
	}

	.l-margin-left-11x {
		margin-left: 110px
	}

	.l-margin-right-11x {
		margin-right: 110px
	}

	.l-padding-11x {
		padding: 110px
	}

	.l-padding-top-11x {
		padding-top: 110px
	}

	.l-padding-bottom-11x {
		padding-bottom: 110px
	}

	.l-padding-left-11x {
		padding-left: 110px
	}

	.l-padding-right-11x {
		padding-right: 110px
	}

	.l-margin-12x {
		margin: 120px
	}

	.l-margin-top-12x {
		margin-top: 120px
	}

	.l-margin-bottom-12x {
		margin-bottom: 120px
	}

	.l-margin-left-12x {
		margin-left: 120px
	}

	.l-margin-right-12x {
		margin-right: 120px
	}

	.l-padding-12x {
		padding: 120px
	}

	.l-padding-top-12x {
		padding-top: 120px
	}

	.l-padding-bottom-12x {
		padding-bottom: 120px
	}

	.l-padding-left-12x {
		padding-left: 120px
	}

	.l-padding-right-12x {
		padding-right: 120px
	}

	.l-margin-13x {
		margin: 130px
	}

	.l-margin-top-13x {
		margin-top: 130px
	}

	.l-margin-bottom-13x {
		margin-bottom: 130px
	}

	.l-margin-left-13x {
		margin-left: 130px
	}

	.l-margin-right-13x {
		margin-right: 130px
	}

	.l-padding-13x {
		padding: 130px
	}

	.l-padding-top-13x {
		padding-top: 130px
	}

	.l-padding-bottom-13x {
		padding-bottom: 130px
	}

	.l-padding-left-13x {
		padding-left: 130px
	}

	.l-padding-right-13x {
		padding-right: 130px
	}

	.l-margin-14x {
		margin: 140px
	}

	.l-margin-top-14x {
		margin-top: 140px
	}

	.l-margin-bottom-14x {
		margin-bottom: 140px
	}

	.l-margin-left-14x {
		margin-left: 140px
	}

	.l-margin-right-14x {
		margin-right: 140px
	}

	.l-padding-14x {
		padding: 140px
	}

	.l-padding-top-14x {
		padding-top: 140px
	}

	.l-padding-bottom-14x {
		padding-bottom: 140px
	}

	.l-padding-left-14x {
		padding-left: 140px
	}

	.l-padding-right-14x {
		padding-right: 140px
	}

	.l-margin-15x {
		margin: 150px
	}

	.l-margin-top-15x {
		margin-top: 150px
	}

	.l-margin-bottom-15x {
		margin-bottom: 150px
	}

	.l-margin-left-15x {
		margin-left: 150px
	}

	.l-margin-right-15x {
		margin-right: 150px
	}

	.l-padding-15x {
		padding: 150px
	}

	.l-padding-top-15x {
		padding-top: 150px
	}

	.l-padding-bottom-15x {
		padding-bottom: 150px
	}

	.l-padding-left-15x {
		padding-left: 150px
	}

	.l-padding-right-15x {
		padding-right: 150px
	}

	.l-margin-16x {
		margin: 160px
	}

	.l-margin-top-16x {
		margin-top: 160px
	}

	.l-margin-bottom-16x {
		margin-bottom: 160px
	}

	.l-margin-left-16x {
		margin-left: 160px
	}

	.l-margin-right-16x {
		margin-right: 160px
	}

	.l-padding-16x {
		padding: 160px
	}

	.l-padding-top-16x {
		padding-top: 160px
	}

	.l-padding-bottom-16x {
		padding-bottom: 160px
	}

	.l-padding-left-16x {
		padding-left: 160px
	}

	.l-padding-right-16x {
		padding-right: 160px
	}

	.l-margin-17x {
		margin: 170px
	}

	.l-margin-top-17x {
		margin-top: 170px
	}

	.l-margin-bottom-17x {
		margin-bottom: 170px
	}

	.l-margin-left-17x {
		margin-left: 170px
	}

	.l-margin-right-17x {
		margin-right: 170px
	}

	.l-padding-17x {
		padding: 170px
	}

	.l-padding-top-17x {
		padding-top: 170px
	}

	.l-padding-bottom-17x {
		padding-bottom: 170px
	}

	.l-padding-left-17x {
		padding-left: 170px
	}

	.l-padding-right-17x {
		padding-right: 170px
	}

	.l-margin-18x {
		margin: 180px
	}

	.l-margin-top-18x {
		margin-top: 180px
	}

	.l-margin-bottom-18x {
		margin-bottom: 180px
	}

	.l-margin-left-18x {
		margin-left: 180px
	}

	.l-margin-right-18x {
		margin-right: 180px
	}

	.l-padding-18x {
		padding: 180px
	}

	.l-padding-top-18x {
		padding-top: 180px
	}

	.l-padding-bottom-18x {
		padding-bottom: 180px
	}

	.l-padding-left-18x {
		padding-left: 180px
	}

	.l-padding-right-18x {
		padding-right: 180px
	}

	.l-margin-19x {
		margin: 190px
	}

	.l-margin-top-19x {
		margin-top: 190px
	}

	.l-margin-bottom-19x {
		margin-bottom: 190px
	}

	.l-margin-left-19x {
		margin-left: 190px
	}

	.l-margin-right-19x {
		margin-right: 190px
	}

	.l-padding-19x {
		padding: 190px
	}

	.l-padding-top-19x {
		padding-top: 190px
	}

	.l-padding-bottom-19x {
		padding-bottom: 190px
	}

	.l-padding-left-19x {
		padding-left: 190px
	}

	.l-padding-right-19x {
		padding-right: 190px
	}

	.l-margin-20x {
		margin: 200px
	}

	.l-margin-top-20x {
		margin-top: 200px
	}

	.l-margin-bottom-20x {
		margin-bottom: 200px
	}

	.l-margin-left-20x {
		margin-left: 200px
	}

	.l-margin-right-20x {
		margin-right: 200px
	}

	.l-padding-20x {
		padding: 200px
	}

	.l-padding-top-20x {
		padding-top: 200px
	}

	.l-padding-bottom-20x {
		padding-bottom: 200px
	}

	.l-padding-left-20x {
		padding-left: 200px
	}

	.l-padding-right-20x {
		padding-right: 200px
	}
}

@media (min-width:901px) and (max-width:1199px) {
	.m-margin-05x {
		margin: 5px
	}

	.m-margin-top-05x {
		margin-top: 5px
	}

	.m-margin-bottom-05x {
		margin-bottom: 5px
	}

	.m-margin-left-05x {
		margin-left: 5px
	}

	.m-margin-right-05x {
		margin-right: 5px
	}

	.m-margin-0x {
		margin: 0
	}

	.m-margin-top-0x {
		margin-top: 0
	}

	.m-margin-bottom-0x {
		margin-bottom: 0
	}

	.m-margin-left-0x {
		margin-left: 0
	}

	.m-margin-right-0x {
		margin-right: 0
	}

	.m-padding-0x {
		padding: 0
	}

	.m-padding-top-0x {
		padding-top: 0
	}

	.m-padding-bottom-0x {
		padding-bottom: 0
	}

	.m-padding-left-0x {
		padding-left: 0
	}

	.m-padding-right-0x {
		padding-right: 0
	}

	.m-margin-1x {
		margin: 10px
	}

	.m-margin-top-1x {
		margin-top: 10px
	}

	.m-margin-bottom-1x {
		margin-bottom: 10px
	}

	.m-margin-left-1x {
		margin-left: 10px
	}

	.m-margin-right-1x {
		margin-right: 10px
	}

	.m-padding-1x {
		padding: 10px
	}

	.m-padding-top-1x {
		padding-top: 10px
	}

	.m-padding-bottom-1x {
		padding-bottom: 10px
	}

	.m-padding-left-1x {
		padding-left: 10px
	}

	.m-padding-right-1x {
		padding-right: 10px
	}

	.m-margin-2x {
		margin: 20px
	}

	.m-margin-top-2x {
		margin-top: 20px
	}

	.m-margin-bottom-2x {
		margin-bottom: 20px
	}

	.m-margin-left-2x {
		margin-left: 20px
	}

	.m-margin-right-2x {
		margin-right: 20px
	}

	.m-padding-2x {
		padding: 20px
	}

	.m-padding-top-2x {
		padding-top: 20px
	}

	.m-padding-bottom-2x {
		padding-bottom: 20px
	}

	.m-padding-left-2x {
		padding-left: 20px
	}

	.m-padding-right-2x {
		padding-right: 20px
	}

	.m-margin-3x {
		margin: 30px
	}

	.m-margin-top-3x {
		margin-top: 30px
	}

	.m-margin-bottom-3x {
		margin-bottom: 30px
	}

	.m-margin-left-3x {
		margin-left: 30px
	}

	.m-margin-right-3x {
		margin-right: 30px
	}

	.m-padding-3x {
		padding: 30px
	}

	.m-padding-top-3x {
		padding-top: 30px
	}

	.m-padding-bottom-3x {
		padding-bottom: 30px
	}

	.m-padding-left-3x {
		padding-left: 30px
	}

	.m-padding-right-3x {
		padding-right: 30px
	}

	.m-margin-4x {
		margin: 40px
	}

	.m-margin-top-4x {
		margin-top: 40px
	}

	.m-margin-bottom-4x {
		margin-bottom: 40px
	}

	.m-margin-left-4x {
		margin-left: 40px
	}

	.m-margin-right-4x {
		margin-right: 40px
	}

	.m-padding-4x {
		padding: 40px
	}

	.m-padding-top-4x {
		padding-top: 40px
	}

	.m-padding-bottom-4x {
		padding-bottom: 40px
	}

	.m-padding-left-4x {
		padding-left: 40px
	}

	.m-padding-right-4x {
		padding-right: 40px
	}

	.m-margin-5x {
		margin: 50px
	}

	.m-margin-top-5x {
		margin-top: 50px
	}

	.m-margin-bottom-5x {
		margin-bottom: 50px
	}

	.m-margin-left-5x {
		margin-left: 50px
	}

	.m-margin-right-5x {
		margin-right: 50px
	}

	.m-padding-5x {
		padding: 50px
	}

	.m-padding-top-5x {
		padding-top: 50px
	}

	.m-padding-bottom-5x {
		padding-bottom: 50px
	}

	.m-padding-left-5x {
		padding-left: 50px
	}

	.m-padding-right-5x {
		padding-right: 50px
	}

	.m-margin-6x {
		margin: 60px
	}

	.m-margin-top-6x {
		margin-top: 60px
	}

	.m-margin-bottom-6x {
		margin-bottom: 60px
	}

	.m-margin-left-6x {
		margin-left: 60px
	}

	.m-margin-right-6x {
		margin-right: 60px
	}

	.m-padding-6x {
		padding: 60px
	}

	.m-padding-top-6x {
		padding-top: 60px
	}

	.m-padding-bottom-6x {
		padding-bottom: 60px
	}

	.m-padding-left-6x {
		padding-left: 60px
	}

	.m-padding-right-6x {
		padding-right: 60px
	}

	.m-margin-7x {
		margin: 70px
	}

	.m-margin-top-7x {
		margin-top: 70px
	}

	.m-margin-bottom-7x {
		margin-bottom: 70px
	}

	.m-margin-left-7x {
		margin-left: 70px
	}

	.m-margin-right-7x {
		margin-right: 70px
	}

	.m-padding-7x {
		padding: 70px
	}

	.m-padding-top-7x {
		padding-top: 70px
	}

	.m-padding-bottom-7x {
		padding-bottom: 70px
	}

	.m-padding-left-7x {
		padding-left: 70px
	}

	.m-padding-right-7x {
		padding-right: 70px
	}

	.m-margin-8x {
		margin: 80px
	}

	.m-margin-top-8x {
		margin-top: 80px
	}

	.m-margin-bottom-8x {
		margin-bottom: 80px
	}

	.m-margin-left-8x {
		margin-left: 80px
	}

	.m-margin-right-8x {
		margin-right: 80px
	}

	.m-padding-8x {
		padding: 80px
	}

	.m-padding-top-8x {
		padding-top: 80px
	}

	.m-padding-bottom-8x {
		padding-bottom: 80px
	}

	.m-padding-left-8x {
		padding-left: 80px
	}

	.m-padding-right-8x {
		padding-right: 80px
	}

	.m-margin-9x {
		margin: 90px
	}

	.m-margin-top-9x {
		margin-top: 90px
	}

	.m-margin-bottom-9x {
		margin-bottom: 90px
	}

	.m-margin-left-9x {
		margin-left: 90px
	}

	.m-margin-right-9x {
		margin-right: 90px
	}

	.m-padding-9x {
		padding: 90px
	}

	.m-padding-top-9x {
		padding-top: 90px
	}

	.m-padding-bottom-9x {
		padding-bottom: 90px
	}

	.m-padding-left-9x {
		padding-left: 90px
	}

	.m-padding-right-9x {
		padding-right: 90px
	}

	.m-margin-10x {
		margin: 100px
	}

	.m-margin-top-10x {
		margin-top: 100px
	}

	.m-margin-bottom-10x {
		margin-bottom: 100px
	}

	.m-margin-left-10x {
		margin-left: 100px
	}

	.m-margin-right-10x {
		margin-right: 100px
	}

	.m-padding-10x {
		padding: 100px
	}

	.m-padding-top-10x {
		padding-top: 100px
	}

	.m-padding-bottom-10x {
		padding-bottom: 100px
	}

	.m-padding-left-10x {
		padding-left: 100px
	}

	.m-padding-right-10x {
		padding-right: 100px
	}

	.m-margin-11x {
		margin: 110px
	}

	.m-margin-top-11x {
		margin-top: 110px
	}

	.m-margin-bottom-11x {
		margin-bottom: 110px
	}

	.m-margin-left-11x {
		margin-left: 110px
	}

	.m-margin-right-11x {
		margin-right: 110px
	}

	.m-padding-11x {
		padding: 110px
	}

	.m-padding-top-11x {
		padding-top: 110px
	}

	.m-padding-bottom-11x {
		padding-bottom: 110px
	}

	.m-padding-left-11x {
		padding-left: 110px
	}

	.m-padding-right-11x {
		padding-right: 110px
	}

	.m-margin-12x {
		margin: 120px
	}

	.m-margin-top-12x {
		margin-top: 120px
	}

	.m-margin-bottom-12x {
		margin-bottom: 120px
	}

	.m-margin-left-12x {
		margin-left: 120px
	}

	.m-margin-right-12x {
		margin-right: 120px
	}

	.m-padding-12x {
		padding: 120px
	}

	.m-padding-top-12x {
		padding-top: 120px
	}

	.m-padding-bottom-12x {
		padding-bottom: 120px
	}

	.m-padding-left-12x {
		padding-left: 120px
	}

	.m-padding-right-12x {
		padding-right: 120px
	}

	.m-margin-13x {
		margin: 130px
	}

	.m-margin-top-13x {
		margin-top: 130px
	}

	.m-margin-bottom-13x {
		margin-bottom: 130px
	}

	.m-margin-left-13x {
		margin-left: 130px
	}

	.m-margin-right-13x {
		margin-right: 130px
	}

	.m-padding-13x {
		padding: 130px
	}

	.m-padding-top-13x {
		padding-top: 130px
	}

	.m-padding-bottom-13x {
		padding-bottom: 130px
	}

	.m-padding-left-13x {
		padding-left: 130px
	}

	.m-padding-right-13x {
		padding-right: 130px
	}

	.m-margin-14x {
		margin: 140px
	}

	.m-margin-top-14x {
		margin-top: 140px
	}

	.m-margin-bottom-14x {
		margin-bottom: 140px
	}

	.m-margin-left-14x {
		margin-left: 140px
	}

	.m-margin-right-14x {
		margin-right: 140px
	}

	.m-padding-14x {
		padding: 140px
	}

	.m-padding-top-14x {
		padding-top: 140px
	}

	.m-padding-bottom-14x {
		padding-bottom: 140px
	}

	.m-padding-left-14x {
		padding-left: 140px
	}

	.m-padding-right-14x {
		padding-right: 140px
	}

	.m-margin-15x {
		margin: 150px
	}

	.m-margin-top-15x {
		margin-top: 150px
	}

	.m-margin-bottom-15x {
		margin-bottom: 150px
	}

	.m-margin-left-15x {
		margin-left: 150px
	}

	.m-margin-right-15x {
		margin-right: 150px
	}

	.m-padding-15x {
		padding: 150px
	}

	.m-padding-top-15x {
		padding-top: 150px
	}

	.m-padding-bottom-15x {
		padding-bottom: 150px
	}

	.m-padding-left-15x {
		padding-left: 150px
	}

	.m-padding-right-15x {
		padding-right: 150px
	}

	.m-margin-16x {
		margin: 160px
	}

	.m-margin-top-16x {
		margin-top: 160px
	}

	.m-margin-bottom-16x {
		margin-bottom: 160px
	}

	.m-margin-left-16x {
		margin-left: 160px
	}

	.m-margin-right-16x {
		margin-right: 160px
	}

	.m-padding-16x {
		padding: 160px
	}

	.m-padding-top-16x {
		padding-top: 160px
	}

	.m-padding-bottom-16x {
		padding-bottom: 160px
	}

	.m-padding-left-16x {
		padding-left: 160px
	}

	.m-padding-right-16x {
		padding-right: 160px
	}

	.m-margin-17x {
		margin: 170px
	}

	.m-margin-top-17x {
		margin-top: 170px
	}

	.m-margin-bottom-17x {
		margin-bottom: 170px
	}

	.m-margin-left-17x {
		margin-left: 170px
	}

	.m-margin-right-17x {
		margin-right: 170px
	}

	.m-padding-17x {
		padding: 170px
	}

	.m-padding-top-17x {
		padding-top: 170px
	}

	.m-padding-bottom-17x {
		padding-bottom: 170px
	}

	.m-padding-left-17x {
		padding-left: 170px
	}

	.m-padding-right-17x {
		padding-right: 170px
	}

	.m-margin-18x {
		margin: 180px
	}

	.m-margin-top-18x {
		margin-top: 180px
	}

	.m-margin-bottom-18x {
		margin-bottom: 180px
	}

	.m-margin-left-18x {
		margin-left: 180px
	}

	.m-margin-right-18x {
		margin-right: 180px
	}

	.m-padding-18x {
		padding: 180px
	}

	.m-padding-top-18x {
		padding-top: 180px
	}

	.m-padding-bottom-18x {
		padding-bottom: 180px
	}

	.m-padding-left-18x {
		padding-left: 180px
	}

	.m-padding-right-18x {
		padding-right: 180px
	}

	.m-margin-19x {
		margin: 190px
	}

	.m-margin-top-19x {
		margin-top: 190px
	}

	.m-margin-bottom-19x {
		margin-bottom: 190px
	}

	.m-margin-left-19x {
		margin-left: 190px
	}

	.m-margin-right-19x {
		margin-right: 190px
	}

	.m-padding-19x {
		padding: 190px
	}

	.m-padding-top-19x {
		padding-top: 190px
	}

	.m-padding-bottom-19x {
		padding-bottom: 190px
	}

	.m-padding-left-19x {
		padding-left: 190px
	}

	.m-padding-right-19x {
		padding-right: 190px
	}

	.m-margin-20x {
		margin: 200px
	}

	.m-margin-top-20x {
		margin-top: 200px
	}

	.m-margin-bottom-20x {
		margin-bottom: 200px
	}

	.m-margin-left-20x {
		margin-left: 200px
	}

	.m-margin-right-20x {
		margin-right: 200px
	}

	.m-padding-20x {
		padding: 200px
	}

	.m-padding-top-20x {
		padding-top: 200px
	}

	.m-padding-bottom-20x {
		padding-bottom: 200px
	}

	.m-padding-left-20x {
		padding-left: 200px
	}

	.m-padding-right-20x {
		padding-right: 200px
	}
}

@media (max-width:900px) {
	.s-margin-05x {
		margin: 5px
	}

	.s-margin-top-05x {
		margin-top: 5px
	}

	.s-margin-bottom-05x {
		margin-bottom: 5px
	}

	.s-margin-left-05x {
		margin-left: 5px
	}

	.s-margin-right-05x {
		margin-right: 5px
	}

	.s-margin-0x {
		margin: 0
	}

	.s-margin-top-0x {
		margin-top: 0
	}

	.s-margin-bottom-0x {
		margin-bottom: 0
	}

	.s-margin-left-0x {
		margin-left: 0
	}

	.s-margin-right-0x {
		margin-right: 0
	}

	.s-padding-0x {
		padding: 0
	}

	.s-padding-top-0x {
		padding-top: 0
	}

	.s-padding-bottom-0x {
		padding-bottom: 0
	}

	.s-padding-left-0x {
		padding-left: 0
	}

	.s-padding-right-0x {
		padding-right: 0
	}

	.s-margin-1x {
		margin: 10px
	}

	.s-margin-top-1x {
		margin-top: 10px
	}

	.s-margin-bottom-1x {
		margin-bottom: 10px
	}

	.s-margin-left-1x {
		margin-left: 10px
	}

	.s-margin-right-1x {
		margin-right: 10px
	}

	.s-padding-1x {
		padding: 10px
	}

	.s-padding-top-1x {
		padding-top: 10px
	}

	.s-padding-bottom-1x {
		padding-bottom: 10px
	}

	.s-padding-left-1x {
		padding-left: 10px
	}

	.s-padding-right-1x {
		padding-right: 10px
	}

	.s-margin-2x {
		margin: 20px
	}

	.s-margin-top-2x {
		margin-top: 20px
	}

	.s-margin-bottom-2x {
		margin-bottom: 20px
	}

	.s-margin-left-2x {
		margin-left: 20px
	}

	.s-margin-right-2x {
		margin-right: 20px
	}

	.s-padding-2x {
		padding: 20px
	}

	.s-padding-top-2x {
		padding-top: 20px
	}

	.s-padding-bottom-2x {
		padding-bottom: 20px
	}

	.s-padding-left-2x {
		padding-left: 20px
	}

	.s-padding-right-2x {
		padding-right: 20px
	}

	.s-margin-3x {
		margin: 30px
	}

	.s-margin-top-3x {
		margin-top: 30px
	}

	.s-margin-bottom-3x {
		margin-bottom: 30px
	}

	.s-margin-left-3x {
		margin-left: 30px
	}

	.s-margin-right-3x {
		margin-right: 30px
	}

	.s-padding-3x {
		padding: 30px
	}

	.s-padding-top-3x {
		padding-top: 30px
	}

	.s-padding-bottom-3x {
		padding-bottom: 30px
	}

	.s-padding-left-3x {
		padding-left: 30px
	}

	.s-padding-right-3x {
		padding-right: 30px
	}

	.s-margin-4x {
		margin: 40px
	}

	.s-margin-top-4x {
		margin-top: 40px
	}

	.s-margin-bottom-4x {
		margin-bottom: 40px
	}

	.s-margin-left-4x {
		margin-left: 40px
	}

	.s-margin-right-4x {
		margin-right: 40px
	}

	.s-padding-4x {
		padding: 40px
	}

	.s-padding-top-4x {
		padding-top: 40px
	}

	.s-padding-bottom-4x {
		padding-bottom: 40px
	}

	.s-padding-left-4x {
		padding-left: 40px
	}

	.s-padding-right-4x {
		padding-right: 40px
	}

	.s-margin-5x {
		margin: 50px
	}

	.s-margin-top-5x {
		margin-top: 50px
	}

	.s-margin-bottom-5x {
		margin-bottom: 50px
	}

	.s-margin-left-5x {
		margin-left: 50px
	}

	.s-margin-right-5x {
		margin-right: 50px
	}

	.s-padding-5x {
		padding: 50px
	}

	.s-padding-top-5x {
		padding-top: 50px
	}

	.s-padding-bottom-5x {
		padding-bottom: 50px
	}

	.s-padding-left-5x {
		padding-left: 50px
	}

	.s-padding-right-5x {
		padding-right: 50px
	}

	.s-margin-6x {
		margin: 60px
	}

	.s-margin-top-6x {
		margin-top: 60px
	}

	.s-margin-bottom-6x {
		margin-bottom: 60px
	}

	.s-margin-left-6x {
		margin-left: 60px
	}

	.s-margin-right-6x {
		margin-right: 60px
	}

	.s-padding-6x {
		padding: 60px
	}

	.s-padding-top-6x {
		padding-top: 60px
	}

	.s-padding-bottom-6x {
		padding-bottom: 60px
	}

	.s-padding-left-6x {
		padding-left: 60px
	}

	.s-padding-right-6x {
		padding-right: 60px
	}

	.s-margin-7x {
		margin: 70px
	}

	.s-margin-top-7x {
		margin-top: 70px
	}

	.s-margin-bottom-7x {
		margin-bottom: 70px
	}

	.s-margin-left-7x {
		margin-left: 70px
	}

	.s-margin-right-7x {
		margin-right: 70px
	}

	.s-padding-7x {
		padding: 70px
	}

	.s-padding-top-7x {
		padding-top: 70px
	}

	.s-padding-bottom-7x {
		padding-bottom: 70px
	}

	.s-padding-left-7x {
		padding-left: 70px
	}

	.s-padding-right-7x {
		padding-right: 70px
	}

	.s-margin-8x {
		margin: 80px
	}

	.s-margin-top-8x {
		margin-top: 80px
	}

	.s-margin-bottom-8x {
		margin-bottom: 80px
	}

	.s-margin-left-8x {
		margin-left: 80px
	}

	.s-margin-right-8x {
		margin-right: 80px
	}

	.s-padding-8x {
		padding: 80px
	}

	.s-padding-top-8x {
		padding-top: 80px
	}

	.s-padding-bottom-8x {
		padding-bottom: 80px
	}

	.s-padding-left-8x {
		padding-left: 80px
	}

	.s-padding-right-8x {
		padding-right: 80px
	}

	.s-margin-9x {
		margin: 90px
	}

	.s-margin-top-9x {
		margin-top: 90px
	}

	.s-margin-bottom-9x {
		margin-bottom: 90px
	}

	.s-margin-left-9x {
		margin-left: 90px
	}

	.s-margin-right-9x {
		margin-right: 90px
	}

	.s-padding-9x {
		padding: 90px
	}

	.s-padding-top-9x {
		padding-top: 90px
	}

	.s-padding-bottom-9x {
		padding-bottom: 90px
	}

	.s-padding-left-9x {
		padding-left: 90px
	}

	.s-padding-right-9x {
		padding-right: 90px
	}

	.s-margin-10x {
		margin: 100px
	}

	.s-margin-top-10x {
		margin-top: 100px
	}

	.s-margin-bottom-10x {
		margin-bottom: 100px
	}

	.s-margin-left-10x {
		margin-left: 100px
	}

	.s-margin-right-10x {
		margin-right: 100px
	}

	.s-padding-10x {
		padding: 100px
	}

	.s-padding-top-10x {
		padding-top: 100px
	}

	.s-padding-bottom-10x {
		padding-bottom: 100px
	}

	.s-padding-left-10x {
		padding-left: 100px
	}

	.s-padding-right-10x {
		padding-right: 100px
	}

	.s-margin-11x {
		margin: 110px
	}

	.s-margin-top-11x {
		margin-top: 110px
	}

	.s-margin-bottom-11x {
		margin-bottom: 110px
	}

	.s-margin-left-11x {
		margin-left: 110px
	}

	.s-margin-right-11x {
		margin-right: 110px
	}

	.s-padding-11x {
		padding: 110px
	}

	.s-padding-top-11x {
		padding-top: 110px
	}

	.s-padding-bottom-11x {
		padding-bottom: 110px
	}

	.s-padding-left-11x {
		padding-left: 110px
	}

	.s-padding-right-11x {
		padding-right: 110px
	}

	.s-margin-12x {
		margin: 120px
	}

	.s-margin-top-12x {
		margin-top: 120px
	}

	.s-margin-bottom-12x {
		margin-bottom: 120px
	}

	.s-margin-left-12x {
		margin-left: 120px
	}

	.s-margin-right-12x {
		margin-right: 120px
	}

	.s-padding-12x {
		padding: 120px
	}

	.s-padding-top-12x {
		padding-top: 120px
	}

	.s-padding-bottom-12x {
		padding-bottom: 120px
	}

	.s-padding-left-12x {
		padding-left: 120px
	}

	.s-padding-right-12x {
		padding-right: 120px
	}

	.s-margin-13x {
		margin: 130px
	}

	.s-margin-top-13x {
		margin-top: 130px
	}

	.s-margin-bottom-13x {
		margin-bottom: 130px
	}

	.s-margin-left-13x {
		margin-left: 130px
	}

	.s-margin-right-13x {
		margin-right: 130px
	}

	.s-padding-13x {
		padding: 130px
	}

	.s-padding-top-13x {
		padding-top: 130px
	}

	.s-padding-bottom-13x {
		padding-bottom: 130px
	}

	.s-padding-left-13x {
		padding-left: 130px
	}

	.s-padding-right-13x {
		padding-right: 130px
	}

	.s-margin-14x {
		margin: 140px
	}

	.s-margin-top-14x {
		margin-top: 140px
	}

	.s-margin-bottom-14x {
		margin-bottom: 140px
	}

	.s-margin-left-14x {
		margin-left: 140px
	}

	.s-margin-right-14x {
		margin-right: 140px
	}

	.s-padding-14x {
		padding: 140px
	}

	.s-padding-top-14x {
		padding-top: 140px
	}

	.s-padding-bottom-14x {
		padding-bottom: 140px
	}

	.s-padding-left-14x {
		padding-left: 140px
	}

	.s-padding-right-14x {
		padding-right: 140px
	}

	.s-margin-15x {
		margin: 150px
	}

	.s-margin-top-15x {
		margin-top: 150px
	}

	.s-margin-bottom-15x {
		margin-bottom: 150px
	}

	.s-margin-left-15x {
		margin-left: 150px
	}

	.s-margin-right-15x {
		margin-right: 150px
	}

	.s-padding-15x {
		padding: 150px
	}

	.s-padding-top-15x {
		padding-top: 150px
	}

	.s-padding-bottom-15x {
		padding-bottom: 150px
	}

	.s-padding-left-15x {
		padding-left: 150px
	}

	.s-padding-right-15x {
		padding-right: 150px
	}

	.s-margin-16x {
		margin: 160px
	}

	.s-margin-top-16x {
		margin-top: 160px
	}

	.s-margin-bottom-16x {
		margin-bottom: 160px
	}

	.s-margin-left-16x {
		margin-left: 160px
	}

	.s-margin-right-16x {
		margin-right: 160px
	}

	.s-padding-16x {
		padding: 160px
	}

	.s-padding-top-16x {
		padding-top: 160px
	}

	.s-padding-bottom-16x {
		padding-bottom: 160px
	}

	.s-padding-left-16x {
		padding-left: 160px
	}

	.s-padding-right-16x {
		padding-right: 160px
	}

	.s-margin-17x {
		margin: 170px
	}

	.s-margin-top-17x {
		margin-top: 170px
	}

	.s-margin-bottom-17x {
		margin-bottom: 170px
	}

	.s-margin-left-17x {
		margin-left: 170px
	}

	.s-margin-right-17x {
		margin-right: 170px
	}

	.s-padding-17x {
		padding: 170px
	}

	.s-padding-top-17x {
		padding-top: 170px
	}

	.s-padding-bottom-17x {
		padding-bottom: 170px
	}

	.s-padding-left-17x {
		padding-left: 170px
	}

	.s-padding-right-17x {
		padding-right: 170px
	}

	.s-margin-18x {
		margin: 180px
	}

	.s-margin-top-18x {
		margin-top: 180px
	}

	.s-margin-bottom-18x {
		margin-bottom: 180px
	}

	.s-margin-left-18x {
		margin-left: 180px
	}

	.s-margin-right-18x {
		margin-right: 180px
	}

	.s-padding-18x {
		padding: 180px
	}

	.s-padding-top-18x {
		padding-top: 180px
	}

	.s-padding-bottom-18x {
		padding-bottom: 180px
	}

	.s-padding-left-18x {
		padding-left: 180px
	}

	.s-padding-right-18x {
		padding-right: 180px
	}

	.s-margin-19x {
		margin: 190px
	}

	.s-margin-top-19x {
		margin-top: 190px
	}

	.s-margin-bottom-19x {
		margin-bottom: 190px
	}

	.s-margin-left-19x {
		margin-left: 190px
	}

	.s-margin-right-19x {
		margin-right: 190px
	}

	.s-padding-19x {
		padding: 190px
	}

	.s-padding-top-19x {
		padding-top: 190px
	}

	.s-padding-bottom-19x {
		padding-bottom: 190px
	}

	.s-padding-left-19x {
		padding-left: 190px
	}

	.s-padding-right-19x {
		padding-right: 190px
	}

	.s-margin-20x {
		margin: 200px
	}

	.s-margin-top-20x {
		margin-top: 200px
	}

	.s-margin-bottom-20x {
		margin-bottom: 200px
	}

	.s-margin-left-20x {
		margin-left: 200px
	}

	.s-margin-right-20x {
		margin-right: 200px
	}

	.s-padding-20x {
		padding: 200px
	}

	.s-padding-top-20x {
		padding-top: 200px
	}

	.s-padding-bottom-20x {
		padding-bottom: 200px
	}

	.s-padding-left-20x {
		padding-left: 200px
	}

	.s-padding-right-20x {
		padding-right: 200px
	}
}

.shopify-challenge__container {
	text-align: center;
	padding: 50px 25px
}

.shopify-challenge__container .shopify-challenge__message {
	font-size: 1.125rem
}

.shopify-challenge__container form {
	display: block
}
/*# sourceMappingURL=/s/files/1/2161/4763/t/1/assets/app.scss.css.map?v=9396987919896647340 */
