/* 	Begin Modified Meyer Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body { line-height:1; letter-spacing:-0.25px; overscroll-behavior:contain; }
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type:none; }
.page ol { list-style-position:outside; margin-left:1em; }
/*.page ol > li, .page  ul > li { text-indent:-1em; padding-left:1em; }*/
.page .singleline li, .page .singleline li { text-indent:inherit; padding:0; }
.page ol > li > *, .page ul > li > * { text-indent:initial; padding-left:initial; }
button { background:transparent;border:none; }
/*General styles*/
html, body, #container-wrap, #container { height:100%; }
#container-wrap { position:absolute; top:0; left:0; }
#container-wrap, #container { min-height:100%; width:100%; background-color:transparent; z-index:0;}
b { font-weight:bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
input,select,textarea { font-size:inherit; }
p:first-child { margin-top:inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[data-onclick],[onclick],[onrollover],[data-fixed-action],[aria-details],button,.flipwrap{ cursor:pointer; pointer-events:auto; }

body[class^='scaled-none'],body[class*=' scaled-none']{ overflow:auto; }
body[class^='scaled-width'],body[class*=' scaled-width']{ overflow-x:hidden; }
body[class^='scaled-height'],body[class*=' scaled-height']{ overflow-y:hidden; }
body[class^='scaled-best'],body[class*=' scaled-best']{ overflow:hidden; }
body[class^='scaled-best'][data-page-mode^='c'],body[class*=' scaled-best'][data-page-mode^='c']{ overflow:auto; }
body[class^='scaled-width'][data-page-mode^='csh'],body[class*=' scaled-width'][data-page-mode^='csh']{ overflow-x:auto; }
body[class^='scaled-height'][data-page-mode^='csv'],body[class*=' scaled-height'][data-page-mode^='csv']{ overflow-y:auto; }
body[data-scaled-to='w'] #container{ height:auto; min-height:auto; }
body[data-scaled-to='w'][data-page-mode^='cs'] #container{ position:absolute; }
body[data-scaled-to='w'][data-page-mode^='csv'] .pages { padding:0;}
body.zoomed:not([class*='scaled-']) #container { position:absolute; }
body[class*='scaled-'] .pages.paper-vertical{ margin:0; }
body[class^='zoomed'],body[class*=' zoomed']{ overflow-x:auto;overflow-y:auto; }
body[data-scaled-to] .anythingSlider-in5, body[data-scaled-to] #container > .page {padding:0;margin:0;}
body[data-scaled-to] #in5footer { position:fixed; bottom:0;}
/*body[data-scaled-to] * { -webkit-backface-visibility: hidden; }*/ /*fix blurry imgs*/
html.ios body[class*='scaled-'] #container { position:absolute; top:0; left:0; }
body.tall-page {overflow-y:auto;}
.liquid .page.tall-page {height:auto;}

.paper-vertical:after {
    position:relative;
    content:' ';
    display:block;
    height:50px;
    clear:both;
}
body[data-scaled-to="h"] .paper-vertical:after { display:none; }
body[data-scaled-to='h'] .paper-horizontal { margin:0; }
body[data-scaled-to='h'] .paper-horizontal .page { margin-top:0; }

#in5footer,#demoNote,#loadIndicator{
	min-width:100%;
	color:#fff;
	background:#666;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

#loadIndicator{
	width:100%; padding:6px; position:fixed;
	top:0; left:0; margin:auto;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
    transition:all 1s ease-in .5s;
    opacity:1; z-index:99;
}
body.loaded #loadIndicator {
	opacity:0;
	transform:translateY(-36px);
	-webkit-transform:translateY(-36px);
	display:none\9;/*old IE*/
}
#loadIndicator img {
	vertical-align:text-bottom; width:18px;
}
html.local #loadIndicator, html.dps #loadIndicator, html.baker #loadIndicator { display:none; }

#in5footer{
	height:26px; line-height:26px; clear:both; position:relative; margin-top:-26px;
}

#demoNote {
    right:0; bottom:0; margin:auto;
    height:96px !important;
    padding:36px 10px;
}

#in5footer a, #demoNote a {
	text-decoration:none; color:#99ccff;
}
svg-img{display:block;position:absolute;}
.win-safari svg-img{width:100%;}
svg-img{width:100%\9;}
.spread-shift { position:absolute; }
.pageItem, svg { position:absolute; top:0; left:0; }
svg { overflow:visible; }
.pageItem {
	display:block;
	width:auto !important; height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem.hd/*, .pageItem img.hd*/  {
	-ms-transform:scale(.5);
    -ms-transform-origin:0 0 0;
    -webkit-transform:scale(.5);
    -webkit-transform-origin:0 0 0;
    transform:scale(.5);
    transform-origin:0 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .pageItem { image-rendering: -webkit-optimize-contrast; }
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .pageItem { image-rendering: optimizeSpeed; }
}}
@-moz-document url-prefix() {
  .pageItem { image-rendering: optimizeQuality; }
}
.svg-wrap { width:inherit !important; height:inherit !important; }
.pageItem p img { vertical-align:text-top; }
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden, .details {visibility:hidden; }
.pageItem.group[data-ani] { will-change: transform; }
#colorbox .details { visibility:visible; }
.details {max-width:550px;font-size:18px;font-family:sans-serif;padding:0 24px;line-height:150%;left:0;right:0;margin:auto;}
.details p {margin-top:.5em;}
.details h1,.details h2,.details h3,.details h4,.details h5, .details strong {font-weight:bold;margin:.7em 0;}
.details em { font-style:italic; }
.details h1{font-size:150%;} .details h2{font-size:140%;} .details h3{font-size:130%;}
.details a {color:#0099ff;text-decoration:underline}
.details a:hover {text-decoration:none;}
@media (max-device-width:812px){ .details { font-size:32px; } }
html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }
iframe[scrolling="auto"] { overflow:auto; }
iframe[scrolling="yes"] { overflow:scroll; }
iframe[scrolling="no"] { overflow:hidden; }
.page-scale-wrap { transform:translateZ(0); }
.page, .page-scale-wrap {
	position:relative; float:left; overflow:hidden;
}
.pages {
	list-style:none outside none;
	padding:0; margin:0 auto ;
}	
#container > .page { /*center single page baker*/
    position:absolute; bottom:0;
    left:0; right:0; top:0; margin:0 auto;
}
body:not(.zoomed,.responsive) #container/*, .page-scale-wrap*/ {/*desktop scaling transitions*/
	-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
}
html.multifile body #container { opacity:0; }
html.multifile body.loaded #container {/*do show scaling of multi-page*/
	opacity:1;
	-ms-transition:opacity .1s step-start .1s !important;
	-webkit-transition:opacity .1s step-start .1s !important;
	transition:opacity .1s step-start .1s !important;
}
html.multifile.fade body.loaded #container {
	-ms-transition:opacity .6s !important;
	-webkit-transition:opacity .6s !important;
	transition:opacity .6s !important;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;width:100%;/*fix webkit display issue*/ }
p.col-break-before::before {
	content:'';
    height:0px; width:100%;
    display:block; margin-bottom:100%;
}
.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }/*was broken in iOS, turn off if scroll not working*/
.scroll { overflow:auto; }
.scroll-vert { overflow-y:auto; overflow-x:hidden; }
.scroll-horiz { overflow-x:auto; overflow-y:hidden; }
.scroll-vert::-webkit-scrollbar { -webkit-appearance:none; width:7px; } /*add back scrollbar for webkit*/
.scroll-vert::-webkit-scrollbar-thumb { border-radius:4px; background-color:rgba(0,0,0,.5); }
.hidescroll::-webkit-scrollbar { display:none; }
.hidescroll { -ms-overflow-style:none; overflow:-moz-scrollbars-none;/*old FF*/ }
.pulltab-left, .pulltab-left > * {
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.pulltab-top, .pulltab-top > * {
	-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}
object, embed, img, a { outline:0; }
.liquid svg, .liquid .page-scale-wrap { height:100%; width:100%; }
.noPlugin {
	width:100%; height:100%; padding:6px;
	background:#ccc; border:1px solid #666;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.flip { 
	overflow:hidden; 
	-webkit-transition:transform 0.3s ease-in-out;
	-ms-transition:transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}
.turn-page-wrapper{
	will-change:transform;
}
.turn-page {
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.7);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.7);
    box-shadow:0px 0px 20px rgba(0,0,0,.7);
}
.turn-page:not(.activePage) .pageItem[data-ani] { /*fix 2x animation*/
  	opacity:0;
  	animation:none !important;
}
.paper-horizontal {
	position:absolute; overflow-y:visible; overflow-x:hidden;
	margin-top:auto; margin-bottom:auto;
    top:0; bottom:0;
}

.paper-vertical .page, .paper-horizontal .page {
	border:1px solid #bbb;	
	margin:4px 4px 4px 0;
	-moz-box-shadow:0px 0px 0px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}

html[data-dir="rtl"] .paper-horizontal .page { float:right; }

.one-page-scroll .page {
	border:none;
	margin:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.mejs-mediaelement { overflow:hidden; }
.mejs-container{position:relative;background:none;}
.mejs-none .mejs-overlay-loading, .mejs-none .mejs-overlay-button, .mejs-none .mejs-controls, .mejs-bigplay .mejs-controls {display:none !important;}
.mejs-uncon video { object-fit:fill; }
.mejs-coverfit video { object-fit:cover; }
.mejs-ccsize-large .mejs-captions-layer {font-size:20px;}
.mejs-ccsize-xlarge .mejs-captions-layer {font-size:26px;}
.mejs-video .mejs-controls { transform:translateZ(0); }

.mejs-audio.mejs-no-controls { display:none; }
.vid-scaled .mejs-layers, .vid-scaled .mejs-controls {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}

.liquid .page, .page.liquid {
	position:absolute; width:100%; height:100%;
	overflow:hidden; display:none;
}

.page.liquid { /*for multi-file*/
    display:block;
}
.liquid .page.activePage {display:block; }
.liquid video {width:100%; height:100%; }

.hidden { display:none !important; }
.mso, .group, .mso > .state { pointer-events:none; }
.mso > .state * { pointer-events: inherit; }
.mso > .state.active * { pointer-events:auto; }
[data-tapstart="1"], [data-useswipe="1"], .group > * { pointer-events:auto; }
.mso > .state { display:block; opacity:0; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso > .state { height:100% !important; }
.liquid label > .state {
    width:100% !important;
    height:100% !important;
}
.mso > .state.active, .mso > .state.transition { display:block; opacity:1; z-index:0; }
.mso.slideshow.seq, .panzoom, .fauxgroup { overflow:hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }
.panzoom > .content {
	-ms-transform:none;
    -ms-transform-origin:auto;
    -webkit-transform:none;
    -webkit-transform-origin:auto;
    transform:none;
    transform-origin:auto;
}
.panzoom:not(.dragging) > .content {
	transition:all .3s;
}

button .state {width:100% !important; height:100% !important;}
button .state.btn-on, button .state.btn-down { display:none; }
html:not(.ios) button.has-on:hover .state.btn-on { display:block; }
html:not(.ios) button.has-on:hover .state.btn-off, html:not(.ios) button.has-on:hover .state.btn-down { display:none; }
html:not(.zz) button.has-down .state { pointer-events:none; }
html:not(.zz) button.has-down:active .state.btn-down { display:block; }
html:not(.zz) button.has-down:active .state.btn-off, html:not(.zz) button.has-down:active .state.btn-on { display:none; }

.align-vert { display:table; }
[class^="valign"] {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	columns:inherit;
}
.valign-bottom { vertical-align:bottom; }
[class^="valign"] > p { position:relative; }

.flex-image, .fill-image { background-repeat:no-repeat; }
.flex-image { background-size:contain; background-position:center; }
.fill-image { background-size:cover; }

/*tabs*/
p.tabs, p.tabs > a { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
}
p.tabs > a {
	width:100%;
	width:-moz-available;
	width:-webkit-fill-available;
}
p.tabs span.tabbed-right { 
	-ms-flex-grow:1; 
	-webkit-flex-grow:1; 
	flex-grow:1; 
	text-align:right; 
}
p.tabs span.tabbed-center { 
	-ms-flex-grow:50; 
	-webkit-flex-grow:50; 
	flex-grow:50; 
	text-align:center; 
}
span.tabbed-standard { text-indent:2ex;padding-left:2ex; }
p.no-start-indent { text-indent:0px !important; }

/*anchor object styles*/
.ao-noTextWrap { position:absolute; }
.ao-alignLeft, .ao-leftFullWidth { float:left; position:relative; }
.ao-alignRight, .ao-rightFullWidth { float:right; transform-origin:90% 50%; -webkit-transform:90% 50%; /*fix for anchored animation*/ }
.ao-alignCenter {display:block; margin-left:auto; margin-right:auto;}
.ao-inlineTable { display:block; }
.ao-leftFullWidth { padding-right:100%; }
.ao-rightFullWidth { padding-left:100%; }
.anchorGroup { position:relative; };
div.ao-alignLeft:before, div.ao-leftFullWidth:before { content:''; float:left; display:none; }
div.ao-alignRight:before, div.ao-leftFullRight:before { content:''; float:right; display:none; }
.anchorGroup > .mso, .anchorGroup > .group { position:relative; }

ul.thumbs {
	padding:20px; white-space:nowrap; width:1px;
}

ul.thumbs li { /*Baker index thumbnails*/
    display:inline; list-style-type:none;
    margin:0 4px; outline:none;
    vertical-align:top;
}
ul.thumbs > li img { box-shadow:0 0 4px rgba(0, 0, 0, 0.5); }
.baker audio[controls] {min-width:400px;} /*fix progress bar*/

@media print { 
	#container,.page-scale-wrap{transform:none !important;}
	[class*=" btn-form-"]{display:none;}
}

:-ms-fullscreen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-moz-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-webkit-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }

:-ms-fullscreen .paper-vertical .page { display:none; }
:-moz-full-screen .paper-vertical .page { display:none; }
:-webkit-full-screen .paper-vertical .page { display:none; }

:-ms-fullscreen .paper-horizontal .page { display:none; }
:-moz-full-screen .paper-horizontal .page { display:none; }
:-webkit-full-screen .paper-horizontal .page { display:none; }

:-ms-fullscreen .page.activePage { display:block; }
:-moz-full-screen .page.activePage { display:block; }
:-webkit-full-screen .page.activePage { display:block; }

:-webkit-full-screen .hideFS { display:none; }
:-ms-fullscreen .hideFS { display:none; }
:-moz-full-screen .hideFS { display:none; }

/*CSS Generated from InDesign Styles*/

body, #container-wrap { background:#fff; }
:-webkit-full-screen { background:#fff; }
#loadIndicator span:after { padding-left:1ex; content:'loading content...'; }
#slider { width:940px; height:800px; }
.page-scale-wrap { width:940px; height:800px; background: #fff !important; }
.paper-vertical { width:940px; height:100%; }
.paper-horizontal { width:19950px; height:812px; }
@media all and (max-height:800px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:940px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
/*start:fixedpos*/
.pageItem.fixed-pos-elem { position:fixed !important; }
.fixed-center-x {
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fixed-center-y {
	top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-center-y.fixed-center-x {
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#item41764 {
	width:12px !important;
	height:20px !important;
	left:248px !important;
	top:45px !important;
}

#item51593 {
	width:940px !important;
	height:714px !important;
	top:41px !important;
}

#item51214 {
	width:755px !important;
	height:457px !important;
	left:135px !important;
	top:79px !important;
}

#item51470 {
	width:45px !important;
	height:45px !important;
	left:75px !important;
	top:84px !important;
}

#item51476 {
	width:45px !important;
	height:45px !important;
	left:504px !important;
	top:84px !important;
}

#item51483 {
	width:45px !important;
	height:45px !important;
	left:75px !important;
	top:327px !important;
}

#item51489 {
	width:45px !important;
	height:45px !important;
	left:504px !important;
	top:327px !important;
}

#item51495 {
	width:45px !important;
	height:45px !important;
	left:75px !important;
	top:165px !important;
}

#item51501 {
	width:45px !important;
	height:45px !important;
	left:504px !important;
	top:165px !important;
}

#item51507 {
	width:45px !important;
	height:45px !important;
	left:75px !important;
	top:409px !important;
}

#item51515 {
	width:45px !important;
	height:45px !important;
	left:504px !important;
	top:409px !important;
}

#item51521 {
	width:45px !important;
	height:45px !important;
	left:504px !important;
	top:490px !important;
}

#item51527 {
	width:45px !important;
	height:45px !important;
	left:75px !important;
	top:247px !important;
}

#item51534 {
	width:45px !important;
	height:45px !important;
	left:504px !important;
	top:247px !important;
}

#item51540 {
	width:15px !important;
	height:279px !important;
	left:120px !important;
	top:93px !important;
}

#item51541 {
	width:15px !important;
	height:442px !important;
	left:549px !important;
	top:93px !important;
}

#item41678 {
	width:940px !important;
	height:45px !important;
	top:755px !important;
	background:#eadde3;
}

#item41679 {
	width:940px !important;
	height:45px !important;
	background:#eadde3;
}

#item41680 {
	width:29px !important;
	height:29px !important;
	left:899px !important;
	top:763px !important;
}

#item41690 {
	width:111px !important;
	height:24px !important;
	left:15px !important;
	top:11px !important;
}

#item41720 {
	width:111px !important;
	height:24px !important;
	left:15px !important;
	top:11px !important;
}

#item41751 {
	width:26px !important;
	height:26px !important;
	left:904px !important;
	top:10px !important;
}

#item51180 {
	width:33px !important;
	height:20px !important;
	left:315px !important;
	top:45px !important;
}

#item41531 {
	mix-blend-mode:multiply;
	width:940px !important;
	height:720px !important;
	top:40px !important;
	background:#eadde3;
}

#item51816 {
	width:41px !important;
	height:45px !important;
	top:755px !important;
	background:#be9cad;
}

#item41685 {
	width:29px !important;
	height:29px !important;
	left:12px !important;
	top:763px !important;
}

#item41786 {
	width:152px !important;
	left:495px !important;
	top:178px !important;
	border-radius:9px;
	border:solid 2px #875a76;
	min-height:61px !important;
	padding:10px;
}

#item7874 {
	width:734px !important;
	left:50px !important;
	top:75px !important;
	min-height:28px !important;
}

#item8085 {
	width:140px !important;
	left:269px !important;
	top:171px !important;
	min-height:38px !important;
}

#item8109 {
	width:140px !important;
	left:462px !important;
	top:365px !important;
	min-height:35px !important;
}

#item8183 {
	width:78px !important;
	left:499px !important;
	top:446px !important;
	min-height:118px !important;
}

#item8228 {
	width:345px !important;
	left:119px !important;
	top:667px !important;
	min-height:60px !important;
}

#item8249 {
	width:283px !important;
	left:565px !important;
	top:667px !important;
	min-height:60px !important;
}

#item41863 {
	width:15px !important;
	height:45px !important;
	left:104px !important;
	top:670px !important;
}

#item41870 {
	width:15px !important;
	height:45px !important;
	left:550px !important;
	top:670px !important;
}

#item41823 {
	width:32px !important;
	height:32px !important;
	left:72px !important;
	top:670px !important;
}

#item41871 {
	width:32px !important;
	height:32px !important;
	left:518px !important;
	top:670px !important;
}

#item41899 {
	width:32px !important;
	height:32px !important;
	left:267px !important;
	top:228px !important;
}

#item41908 {
	width:32px !important;
	height:32px !important;
	left:427px !important;
	top:430px !important;
}

#item41831 {
	width:32px !important;
	height:32px !important;
	left:72px !important;
	top:670px !important;
}

#item41880 {
	width:32px !important;
	height:32px !important;
	left:518px !important;
	top:670px !important;
}

#item41916 {
	width:32px !important;
	height:32px !important;
	left:267px !important;
	top:228px !important;
}

#item41926 {
	width:32px !important;
	height:32px !important;
	left:427px !important;
	top:430px !important;
}

#item8296 {
	width:734px !important;
	left:50px !important;
	top:50px !important;
	min-height:28px !important;
}

#item10894 {
	width:158px !important;
	height:326px !important;
	left:357px !important;
	top:191px !important;
}

#item8509 {
	width:104px !important;
	left:727px !important;
	top:114px !important;
	min-height:502px !important;
}

#item8636 {
	width:368px !important;
	left:492px !important;
	top:645px !important;
	min-height:92px !important;
}

#item34091 {
	width:368px !important;
	left:68px !important;
	top:645px !important;
	min-height:92px !important;
}

#item42157 {
	width:78px !important;
	height:32px !important;
	left:199px !important;
	top:511px !important;
}

#item42162 {
	width:78px !important;
	height:32px !important;
	left:199px !important;
	top:511px !important;
}

#item41950 {
	width:32px !important;
	height:32px !important;
	left:300px !important;
	top:511px !important;
}

#item42169 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:119px !important;
}

#item42191 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:177px !important;
}

#item42212 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:235px !important;
}

#item42231 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:293px !important;
}

#item42250 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:352px !important;
}

#item42269 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:410px !important;
}

#item42287 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:469px !important;
}

#item42306 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:527px !important;
}

#item42324 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:585px !important;
}

#item41958 {
	width:32px !important;
	height:32px !important;
	left:300px !important;
	top:511px !important;
}

#item42177 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:119px !important;
}

#item42199 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:177px !important;
}

#item42221 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:235px !important;
}

#item42240 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:293px !important;
}

#item42259 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:352px !important;
}

#item42277 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:410px !important;
}

#item42296 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:469px !important;
}

#item42314 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:527px !important;
}

#item42333 {
	width:32px !important;
	height:32px !important;
	left:680px !important;
	top:585px !important;
}

#item42190 {
	width:15px !important;
	height:49px !important;
	left:712px !important;
	top:114px !important;
}

#item10895 {
	width:147px !important;
	height:331px !important;
	left:356px !important;
	top:185px !important;
}

#item8741 {
	width:734px !important;
	left:50px !important;
	top:65px !important;
	min-height:28px !important;
}

#item9180 {
	width:128px !important;
	left:129px !important;
	top:150px !important;
	min-height:564px !important;
}

#item9286 {
	width:152px !important;
	left:441px !important;
	top:561px !important;
	min-height:154px !important;
}

#item42372 {
	width:102px !important;
	left:753px !important;
	top:561px !important;
	min-height:152px !important;
}

#item42396 {
	width:15px !important;
	height:78px !important;
	left:114px !important;
	top:151px !important;
}

#item42397 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:154px !important;
}

#item42405 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:212px !important;
}

#item42413 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:270px !important;
}

#item42421 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:329px !important;
}

#item42430 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:387px !important;
}

#item42439 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:446px !important;
}

#item42448 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:504px !important;
}

#item42456 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:563px !important;
}

#item42464 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:621px !important;
}

#item42472 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:679px !important;
}

#item42659 {
	width:32px !important;
	height:32px !important;
	left:394px !important;
	top:680px !important;
}

#item42667 {
	width:32px !important;
	height:32px !important;
	left:706px !important;
	top:680px !important;
}

#item42675 {
	width:32px !important;
	height:32px !important;
	left:394px !important;
	top:622px !important;
}

#item42684 {
	width:32px !important;
	height:32px !important;
	left:706px !important;
	top:622px !important;
}

#item42693 {
	width:32px !important;
	height:32px !important;
	left:394px !important;
	top:564px !important;
}

#item42701 {
	width:32px !important;
	height:32px !important;
	left:706px !important;
	top:564px !important;
}

#item42709 {
	width:15px !important;
	height:43px !important;
	left:426px !important;
	top:669px !important;
}

#item42710 {
	width:15px !important;
	height:140px !important;
	left:738px !important;
	top:572px !important;
}

#item42481 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:154px !important;
}

#item42491 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:212px !important;
}

#item42502 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:270px !important;
}

#item42512 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:329px !important;
}

#item42523 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:387px !important;
}

#item42533 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:446px !important;
}

#item42543 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:504px !important;
}

#item42553 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:563px !important;
}

#item42565 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:621px !important;
}

#item42575 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:679px !important;
}

#item42711 {
	width:32px !important;
	height:32px !important;
	left:394px !important;
	top:680px !important;
}

#item42721 {
	width:32px !important;
	height:32px !important;
	left:706px !important;
	top:680px !important;
}

#item42732 {
	width:32px !important;
	height:32px !important;
	left:394px !important;
	top:622px !important;
}

#item42742 {
	width:32px !important;
	height:32px !important;
	left:706px !important;
	top:622px !important;
}

#item42752 {
	width:32px !important;
	height:32px !important;
	left:394px !important;
	top:564px !important;
}

#item42762 {
	width:32px !important;
	height:32px !important;
	left:706px !important;
	top:564px !important;
}

#item44398 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item44402 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item9752 {
	width:94px !important;
	left:129px !important;
	top:428px !important;
	min-height:322px !important;
}

#item10028 {
	width:161px !important;
	left:442px !important;
	top:428px !important;
	min-height:322px !important;
}

#item24408 {
	width:120px !important;
	left:755px !important;
	top:428px !important;
	min-height:322px !important;
}

#item43156 {
	width:15px !important;
	height:78px !important;
	left:114px !important;
	top:428px !important;
}

#item43157 {
	width:15px !important;
	height:78px !important;
	left:740px !important;
	top:428px !important;
}

#item43158 {
	width:15px !important;
	height:78px !important;
	left:427px !important;
	top:428px !important;
}

#item43159 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:432px !important;
}

#item43168 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:432px !important;
}

#item43176 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:432px !important;
}

#item43184 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:486px !important;
}

#item43193 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:486px !important;
}

#item43201 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:486px !important;
}

#item43210 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:539px !important;
}

#item43218 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:539px !important;
}

#item43227 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:539px !important;
}

#item43235 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:593px !important;
}

#item43244 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:593px !important;
}

#item43253 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:593px !important;
}

#item43261 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:647px !important;
}

#item43269 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:647px !important;
}

#item43277 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:647px !important;
}

#item43285 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:699px !important;
}

#item43293 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:699px !important;
}

#item43302 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:699px !important;
}

#item43310 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:432px !important;
}

#item43321 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:432px !important;
}

#item43332 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:432px !important;
}

#item43343 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:486px !important;
}

#item43354 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:486px !important;
}

#item43364 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:486px !important;
}

#item43374 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:539px !important;
}

#item43385 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:539px !important;
}

#item43395 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:539px !important;
}

#item43405 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:593px !important;
}

#item43415 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:593px !important;
}

#item43426 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:593px !important;
}

#item43436 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:647px !important;
}

#item43446 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:647px !important;
}

#item43456 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:647px !important;
}

#item43469 {
	width:32px !important;
	height:32px !important;
	left:82px !important;
	top:699px !important;
}

#item43479 {
	width:32px !important;
	height:32px !important;
	left:708px !important;
	top:699px !important;
}

#item43489 {
	width:32px !important;
	height:32px !important;
	left:395px !important;
	top:699px !important;
}

#item44390 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item44394 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item10170 {
	width:734px !important;
	left:50px !important;
	top:65px !important;
	min-height:28px !important;
}

#item43592 {
	width:549px !important;
	height:509px !important;
	left:88px !important;
	top:127px !important;
}

#item43597 {
	width:114px !important;
	left:186px !important;
	top:677px !important;
	min-height:40px !important;
}

#item43622 {
	width:114px !important;
	left:466px !important;
	top:677px !important;
	min-height:40px !important;
}

#item43645 {
	width:114px !important;
	left:746px !important;
	top:677px !important;
	min-height:40px !important;
}

#item43668 {
	width:134px !important;
	left:746px !important;
	top:127px !important;
	min-height:503px !important;
}

#item43691 {
	width:15px !important;
	height:78px !important;
	left:731px !important;
	top:127px !important;
}

#item43692 {
	width:15px !important;
	height:40px !important;
	left:451px !important;
	top:677px !important;
}

#item43693 {
	width:15px !important;
	height:40px !important;
	left:171px !important;
	top:677px !important;
}

#item43694 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:131px !important;
}

#item43702 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:189px !important;
}

#item43710 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:247px !important;
}

#item43718 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:305px !important;
}

#item43726 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:363px !important;
}

#item43735 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:422px !important;
}

#item43743 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:480px !important;
}

#item43751 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:539px !important;
}

#item43759 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:597px !important;
}

#item43768 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:681px !important;
}

#item43777 {
	width:32px !important;
	height:32px !important;
	left:419px !important;
	top:681px !important;
}

#item43785 {
	width:32px !important;
	height:32px !important;
	left:139px !important;
	top:681px !important;
}

#item43795 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:131px !important;
}

#item43805 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:189px !important;
}

#item43815 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:247px !important;
}

#item43826 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:305px !important;
}

#item43836 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:363px !important;
}

#item43846 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:422px !important;
}

#item43856 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:480px !important;
}

#item43867 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:539px !important;
}

#item43877 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:597px !important;
}

#item43889 {
	width:32px !important;
	height:32px !important;
	left:699px !important;
	top:681px !important;
}

#item43899 {
	width:32px !important;
	height:32px !important;
	left:419px !important;
	top:681px !important;
}

#item43910 {
	width:32px !important;
	height:32px !important;
	left:139px !important;
	top:681px !important;
}

#item44381 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item44386 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item26661 {
	width:113px !important;
	left:299px !important;
	top:116px !important;
	background:#875a76;
	min-height:102px !important;
	padding:10px;
}

#item26688 {
	width:110px !important;
	left:560px !important;
	top:65px !important;
	background:#875a76;
	min-height:102px !important;
	padding:10px;
}

#item26714 {
	width:110px !important;
	left:431px !important;
	top:65px !important;
	background:#875a76;
	min-height:153px !important;
	padding:10px;
}

#item28758 {
	width:202px !important;
	height:102px !important;
	left:688px !important;
	top:65px !important;
	background:#875a76;
}

#item34153 {
	width:136px !important;
	left:754px !important;
	top:171px !important;
	background:#875a76;
	min-height:102px !important;
	padding:10px;
}

#item43972 {
	width:46px !important;
	left:699px !important;
	top:75px !important;
	min-height:82px !important;
}

#item43995 {
	width:17px !important;
	left:771px !important;
	top:75px !important;
	min-height:82px !important;
}

#item44020 {
	width:76px !important;
	left:807px !important;
	top:75px !important;
	min-height:82px !important;
}

#item51923 {
	width:107px !important;
	height:186px !important;
	left:150px !important;
	top:74px !important;
}

#item52073 {
	width:102px !important;
	height:51px !important;
	left:92px !important;
	top:377px !important;
}

#item52080 {
	width:97px !important;
	height:51px !important;
	left:786px !important;
	top:369px !important;
}

#item52082 {
	width:97px !important;
	height:51px !important;
	left:787px !important;
	top:624px !important;
}

#item52078 {
	width:97px !important;
	height:51px !important;
	left:297px !important;
	top:574px !important;
}

#item51837 {
	width:78px !important;
	height:32px !important;
	left:49px !important;
	top:293px !important;
}

#item51924 {
	width:78px !important;
	height:32px !important;
	left:50px !important;
	top:451px !important;
}

#item51935 {
	width:78px !important;
	height:32px !important;
	left:275px !important;
	top:653px !important;
}

#item51945 {
	width:78px !important;
	height:32px !important;
	left:764px !important;
	top:703px !important;
}

#item51957 {
	width:78px !important;
	height:32px !important;
	left:764px !important;
	top:456px !important;
}

#item51842 {
	width:78px !important;
	height:32px !important;
	left:49px !important;
	top:293px !important;
}

#item51929 {
	width:78px !important;
	height:32px !important;
	left:50px !important;
	top:451px !important;
}

#item51940 {
	width:78px !important;
	height:32px !important;
	left:275px !important;
	top:653px !important;
}

#item51951 {
	width:78px !important;
	height:32px !important;
	left:764px !important;
	top:703px !important;
}

#item51962 {
	width:78px !important;
	height:32px !important;
	left:764px !important;
	top:456px !important;
}

#item44047 {
	width:32px !important;
	height:32px !important;
	left:148px !important;
	top:293px !important;
}

#item44069 {
	width:32px !important;
	height:32px !important;
	left:148px !important;
	top:451px !important;
}

#item44088 {
	width:32px !important;
	height:32px !important;
	left:373px !important;
	top:653px !important;
}

#item44107 {
	width:32px !important;
	height:32px !important;
	left:858px !important;
	top:703px !important;
}

#item44127 {
	width:32px !important;
	height:32px !important;
	left:858px !important;
	top:456px !important;
}

#item44056 {
	width:32px !important;
	height:32px !important;
	left:148px !important;
	top:293px !important;
}

#item44077 {
	width:32px !important;
	height:32px !important;
	left:148px !important;
	top:451px !important;
}

#item44097 {
	width:32px !important;
	height:32px !important;
	left:373px !important;
	top:653px !important;
}

#item44115 {
	width:32px !important;
	height:32px !important;
	left:858px !important;
	top:703px !important;
}

#item44136 {
	width:32px !important;
	height:32px !important;
	left:858px !important;
	top:456px !important;
}

#item51922 {
	width:97px !important;
	height:180px !important;
	left:154px !important;
	top:73px !important;
}

#item52065 {
	width:97px !important;
	height:51px !important;
	left:95px !important;
	top:375px !important;
}

#item52069 {
	width:97px !important;
	height:51px !important;
	left:788px !important;
	top:368px !important;
}

#item52071 {
	width:97px !important;
	height:51px !important;
	left:788px !important;
	top:624px !important;
}

#item52067 {
	width:97px !important;
	height:51px !important;
	left:298px !important;
	top:572px !important;
}

#item44372 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item44376 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item31282 {
	width:715px !important;
	height:436px !important;
	left:119px !important;
	top:116px !important;
}

#item10906 {
	width:734px !important;
	left:50px !important;
	top:65px !important;
	min-height:28px !important;
}

#item10929 {
	width:764px !important;
	left:94px !important;
	top:686px !important;
	min-height:50px !important;
	-moz-columns:auto 10;
	-webkit-columns:auto 10;
	columns:auto 10;
	-moz-column-gap:8.3px;
	-webkit-column-gap:8.3px;
	column-gap:8.3px;
}

#item11149 {
	width:78px !important;
	left:567px !important;
	top:149px !important;
	min-height:40px !important;
}

#item31236 {
	width:115px !important;
	left:752px !important;
	top:561px !important;
	min-height:96px !important;
}

#item31259 {
	width:291px !important;
	left:354px !important;
	top:564px !important;
	min-height:91px !important;
}

#item31213 {
	width:84px !important;
	left:125px !important;
	top:467px !important;
	min-height:212px !important;
}

#item44159 {
	width:32px !important;
	height:32px !important;
	left:78px !important;
	top:694px !important;
}

#item44178 {
	width:32px !important;
	height:32px !important;
	left:307px !important;
	top:568px !important;
}

#item44300 {
	width:32px !important;
	height:32px !important;
	left:705px !important;
	top:567px !important;
}

#item44187 {
	width:32px !important;
	height:32px !important;
	left:78px !important;
	top:569px !important;
}

#item44195 {
	width:32px !important;
	height:32px !important;
	left:78px !important;
	top:520px !important;
}

#item44203 {
	width:32px !important;
	height:32px !important;
	left:78px !important;
	top:469px !important;
}

#item44212 {
	width:32px !important;
	height:32px !important;
	left:307px !important;
	top:621px !important;
}

#item44308 {
	width:32px !important;
	height:32px !important;
	left:705px !important;
	top:620px !important;
}

#item44220 {
	width:32px !important;
	height:32px !important;
	left:78px !important;
	top:621px !important;
}

#item44228 {
	width:15px !important;
	height:122px !important;
	left:339px !important;
	top:536px !important;
}

#item44316 {
	width:15px !important;
	height:122px !important;
	left:737px !important;
	top:536px !important;
}

#item44229 {
	width:15px !important;
	height:122px !important;
	left:110px !important;
	top:469px !important;
}

#item44168 {
	width:32px !important;
	height:32px !important;
	left:78px !important;
	top:694px !important;
}

#item44231 {
	width:32px !important;
	height:32px !important;
	left:307px !important;
	top:568px !important;
}

#item44317 {
	width:32px !important;
	height:32px !important;
	left:705px !important;
	top:567px !important;
}

#item44241 {
	width:32px !important;
	height:32px !important;
	left:78px !important;
	top:569px !important;
}

#item44251 {
	width:32px !important;
	height:32px !important;
	left:78px !important;
	top:520px !important;
}

#item44261 {
	width:32px !important;
	height:32px !important;
	left:78px !important;
	top:469px !important;
}

#item44273 {
	width:32px !important;
	height:32px !important;
	left:307px !important;
	top:621px !important;
}

#item44327 {
	width:32px !important;
	height:32px !important;
	left:705px !important;
	top:620px !important;
}

#item44283 {
	width:32px !important;
	height:32px !important;
	left:78px !important;
	top:621px !important;
}

#item11192 {
	width:734px !important;
	left:50px !important;
	top:65px !important;
	min-height:28px !important;
}

#item31313 {
	width:110px !important;
	left:730px !important;
	top:110px !important;
	min-height:627px !important;
}

#item44659 {
	width:209px !important;
	height:63px !important;
	left:86px !important;
	top:551px !important;
	border-radius:9px;
	background:#eadde3;
}

#item44661 {
	width:209px !important;
	height:63px !important;
	left:86px !important;
	top:647px !important;
	border-radius:9px;
	background:#eadde3;
}

#item44662 {
	width:33px !important;
	left:246px !important;
	top:658px !important;
	min-height:36px !important;
}

#item44685 {
	width:51px !important;
	left:186px !important;
	top:658px !important;
	min-height:36px !important;
}

#item44709 {
	width:26px !important;
	left:147px !important;
	top:658px !important;
	min-height:36px !important;
}

#item44732 {
	width:121px !important;
	left:147px !important;
	top:563px !important;
	min-height:38px !important;
}

#item44773 {
	width:15px !important;
	height:44px !important;
	left:132px !important;
	top:563px !important;
}

#item44774 {
	width:15px !important;
	height:44px !important;
	left:132px !important;
	top:654px !important;
}

#item44806 {
	width:68px !important;
	left:548px !important;
	top:598px !important;
	min-height:137px !important;
}

#item44830 {
	width:81px !important;
	left:439px !important;
	top:598px !important;
	min-height:137px !important;
}

#item44853 {
	width:92px !important;
	left:439px !important;
	top:531px !important;
	min-height:36px !important;
}

#item44411 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:113px !important;
}

#item44419 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:167px !important;
}

#item44428 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:220px !important;
}

#item44436 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:275px !important;
}

#item44444 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:328px !important;
}

#item44452 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:381px !important;
}

#item44462 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:434px !important;
}

#item44470 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:489px !important;
}

#item44478 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:542px !important;
}

#item44486 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:595px !important;
}

#item44494 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:649px !important;
}

#item44504 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:702px !important;
}

#item44512 {
	width:15px !important;
	height:99px !important;
	left:715px !important;
	top:110px !important;
}

#item44755 {
	width:32px !important;
	height:32px !important;
	left:100px !important;
	top:566px !important;
}

#item44763 {
	width:32px !important;
	height:32px !important;
	left:100px !important;
	top:662px !important;
}

#item44877 {
	width:32px !important;
	height:32px !important;
	left:392px !important;
	top:534px !important;
}

#item44885 {
	width:32px !important;
	height:32px !important;
	left:392px !important;
	top:605px !important;
}

#item44513 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:113px !important;
}

#item44523 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:167px !important;
}

#item44534 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:220px !important;
}

#item44546 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:275px !important;
}

#item44556 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:328px !important;
}

#item44566 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:381px !important;
}

#item44576 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:434px !important;
}

#item44587 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:489px !important;
}

#item44598 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:542px !important;
}

#item44608 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:595px !important;
}

#item44618 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:649px !important;
}

#item44629 {
	width:32px !important;
	height:32px !important;
	left:683px !important;
	top:702px !important;
}

#item44775 {
	width:32px !important;
	height:32px !important;
	left:100px !important;
	top:566px !important;
}

#item44786 {
	width:32px !important;
	height:32px !important;
	left:100px !important;
	top:662px !important;
}

#item44893 {
	width:32px !important;
	height:32px !important;
	left:392px !important;
	top:534px !important;
}

#item44903 {
	width:32px !important;
	height:32px !important;
	left:392px !important;
	top:605px !important;
}

#item44363 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item44367 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item12545 {
	width:86px !important;
	left:142px !important;
	top:464px !important;
	min-height:16px !important;
}

#item12596 {
	width:92px !important;
	left:286px !important;
	top:463px !important;
	min-height:16px !important;
}

#item12501 {
	width:86px !important;
	left:142px !important;
	top:426px !important;
	min-height:16px !important;
}

#item12623 {
	width:92px !important;
	left:286px !important;
	top:425px !important;
	min-height:20px !important;
}

#item12458 {
	width:86px !important;
	left:142px !important;
	top:388px !important;
	min-height:16px !important;
}

#item12646 {
	width:92px !important;
	left:286px !important;
	top:387px !important;
	min-height:18px !important;
}

#item12416 {
	width:86px !important;
	left:142px !important;
	top:350px !important;
	min-height:16px !important;
}

#item12673 {
	width:92px !important;
	left:286px !important;
	top:348px !important;
	min-height:18px !important;
}

#item12375 {
	width:86px !important;
	left:142px !important;
	top:312px !important;
	min-height:16px !important;
}

#item12697 {
	width:92px !important;
	left:286px !important;
	top:310px !important;
	min-height:20px !important;
}

#item12332 {
	width:86px !important;
	left:142px !important;
	top:273px !important;
	min-height:16px !important;
}

#item12725 {
	width:92px !important;
	left:286px !important;
	top:272px !important;
	min-height:19px !important;
}

#item12287 {
	width:86px !important;
	left:142px !important;
	top:235px !important;
	min-height:16px !important;
}

#item12748 {
	width:92px !important;
	left:286px !important;
	top:234px !important;
	min-height:21px !important;
}

#item12198 {
	width:86px !important;
	left:142px !important;
	top:197px !important;
	min-height:16px !important;
}

#item12775 {
	width:92px !important;
	left:286px !important;
	top:196px !important;
	min-height:19px !important;
}

#item12263 {
	width:86px !important;
	left:142px !important;
	top:121px !important;
	min-height:16px !important;
}

#item12806 {
	width:78px !important;
	left:286px !important;
	top:120px !important;
	min-height:16px !important;
}

#item12238 {
	width:86px !important;
	left:142px !important;
	top:159px !important;
	min-height:16px !important;
}

#item12829 {
	width:92px !important;
	left:286px !important;
	top:158px !important;
	min-height:19px !important;
}

#item44998 {
	width:110px !important;
	left:761px !important;
	top:137px !important;
	min-height:323px !important;
}

#item45026 {
	width:110px !important;
	left:555px !important;
	top:137px !important;
	min-height:313px !important;
}

#item44955 {
	width:32px !important;
	height:32px !important;
	left:50px !important;
	top:115px !important;
}

#item45110 {
	width:32px !important;
	height:32px !important;
	left:508px !important;
	top:140px !important;
}

#item45210 {
	width:32px !important;
	height:32px !important;
	left:714px !important;
	top:140px !important;
}

#item45133 {
	width:32px !important;
	height:32px !important;
	left:508px !important;
	top:209px !important;
}

#item45220 {
	width:32px !important;
	height:32px !important;
	left:714px !important;
	top:209px !important;
}

#item45151 {
	width:32px !important;
	height:32px !important;
	left:508px !important;
	top:277px !important;
}

#item45229 {
	width:32px !important;
	height:32px !important;
	left:714px !important;
	top:277px !important;
}

#item45170 {
	width:32px !important;
	height:32px !important;
	left:508px !important;
	top:346px !important;
}

#item45237 {
	width:32px !important;
	height:32px !important;
	left:714px !important;
	top:346px !important;
}

#item45191 {
	width:32px !important;
	height:32px !important;
	left:508px !important;
	top:415px !important;
}

#item45245 {
	width:32px !important;
	height:32px !important;
	left:714px !important;
	top:415px !important;
}

#item45049 {
	width:32px !important;
	height:32px !important;
	left:50px !important;
	top:664px !important;
}

#item45058 {
	width:32px !important;
	height:32px !important;
	left:351px !important;
	top:664px !important;
}

#item45066 {
	width:32px !important;
	height:32px !important;
	left:637px !important;
	top:664px !important;
}

#item45131 {
	width:15px !important;
	height:54px !important;
	left:540px !important;
	top:144px !important;
}

#item45253 {
	width:15px !important;
	height:54px !important;
	left:746px !important;
	top:144px !important;
}

#item44963 {
	width:32px !important;
	height:32px !important;
	left:50px !important;
	top:115px !important;
}

#item45118 {
	width:32px !important;
	height:32px !important;
	left:508px !important;
	top:140px !important;
}

#item45254 {
	width:32px !important;
	height:32px !important;
	left:714px !important;
	top:140px !important;
}

#item45141 {
	width:32px !important;
	height:32px !important;
	left:508px !important;
	top:209px !important;
}

#item45264 {
	width:32px !important;
	height:32px !important;
	left:714px !important;
	top:209px !important;
}

#item45160 {
	width:32px !important;
	height:32px !important;
	left:508px !important;
	top:277px !important;
}

#item45275 {
	width:32px !important;
	height:32px !important;
	left:714px !important;
	top:277px !important;
}

#item45179 {
	width:32px !important;
	height:32px !important;
	left:508px !important;
	top:346px !important;
}

#item45285 {
	width:32px !important;
	height:32px !important;
	left:714px !important;
	top:346px !important;
}

#item45199 {
	width:32px !important;
	height:32px !important;
	left:508px !important;
	top:415px !important;
}

#item45296 {
	width:32px !important;
	height:32px !important;
	left:714px !important;
	top:415px !important;
}

#item45074 {
	width:32px !important;
	height:32px !important;
	left:50px !important;
	top:664px !important;
}

#item45085 {
	width:32px !important;
	height:32px !important;
	left:351px !important;
	top:664px !important;
}

#item45096 {
	width:32px !important;
	height:32px !important;
	left:637px !important;
	top:664px !important;
}

#item51172 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item51176 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item14189 {
	width:840px !important;
	left:50px !important;
	top:65px !important;
	min-height:36px !important;
}

#item14627 {
	width:240px !important;
	left:600px !important;
	top:192px !important;
	min-height:74px !important;
}

#item29581 {
	width:290px !important;
	left:600px !important;
	top:285px !important;
	min-height:115px !important;
}

#item28142 {
	width:240px !important;
	height:248px !important;
	left:285px !important;
	top:360px !important;
}

#item36670 {
	width:213px !important;
	height:113px !important;
	left:285px !important;
	top:179px !important;
}

#item45351 {
	width:58px !important;
	left:771px !important;
	top:481px !important;
	min-height:213px !important;
}

#item45374 {
	width:158px !important;
	left:97px !important;
	top:650px !important;
	min-height:92px !important;
}

#item45594 {
	width:78px !important;
	height:32px !important;
	left:70px !important;
	top:468px !important;
}

#item45605 {
	width:78px !important;
	height:32px !important;
	left:433px !important;
	top:703px !important;
}

#item45600 {
	width:78px !important;
	height:32px !important;
	left:70px !important;
	top:468px !important;
}

#item45610 {
	width:78px !important;
	height:32px !important;
	left:433px !important;
	top:703px !important;
}

#item45397 {
	width:15px !important;
	height:53px !important;
	left:756px !important;
	top:481px !important;
}

#item45418 {
	width:32px !important;
	height:32px !important;
	left:50px !important;
	top:655px !important;
}

#item45428 {
	width:32px !important;
	height:32px !important;
	left:723px !important;
	top:485px !important;
}

#item45436 {
	width:32px !important;
	height:32px !important;
	left:723px !important;
	top:543px !important;
}

#item45444 {
	width:32px !important;
	height:32px !important;
	left:723px !important;
	top:601px !important;
}

#item45452 {
	width:32px !important;
	height:32px !important;
	left:723px !important;
	top:660px !important;
}

#item45460 {
	width:32px !important;
	height:32px !important;
	left:172px !important;
	top:468px !important;
}

#item45469 {
	width:32px !important;
	height:32px !important;
	left:536px !important;
	top:703px !important;
}

#item45477 {
	width:15px !important;
	height:49px !important;
	left:82px !important;
	top:650px !important;
}

#item45478 {
	width:32px !important;
	height:32px !important;
	left:50px !important;
	top:655px !important;
}

#item45488 {
	width:32px !important;
	height:32px !important;
	left:724px !important;
	top:485px !important;
}

#item45498 {
	width:32px !important;
	height:32px !important;
	left:724px !important;
	top:543px !important;
}

#item45509 {
	width:32px !important;
	height:32px !important;
	left:724px !important;
	top:601px !important;
}

#item45519 {
	width:32px !important;
	height:32px !important;
	left:724px !important;
	top:660px !important;
}

#item45530 {
	width:32px !important;
	height:32px !important;
	left:172px !important;
	top:468px !important;
}

#item45541 {
	width:32px !important;
	height:32px !important;
	left:536px !important;
	top:703px !important;
}

#item28144 {
	width:240px !important;
	height:248px !important;
	left:285px !important;
	top:360px !important;
}

#item52119 {
	width:218px !important;
	height:113px !important;
	left:284px !important;
	top:179px !important;
}

#item14878 {
	width:840px !important;
	left:50px !important;
	top:65px !important;
	min-height:36px !important;
}

#item45789 {
	width:139px !important;
	left:300px !important;
	top:137px !important;
	min-height:36px !important;
}

#item45812 {
	width:199px !important;
	left:300px !important;
	top:227px !important;
	min-height:37px !important;
}

#item45835 {
	width:199px !important;
	left:300px !important;
	top:318px !important;
	min-height:36px !important;
}

#item45858 {
	width:199px !important;
	left:300px !important;
	top:409px !important;
	min-height:39px !important;
}

#item45881 {
	width:199px !important;
	left:300px !important;
	top:509px !important;
	min-height:41px !important;
}

#item45904 {
	width:199px !important;
	left:300px !important;
	top:602px !important;
	min-height:39px !important;
}

#item45927 {
	width:199px !important;
	left:300px !important;
	top:692px !important;
	min-height:39px !important;
}

#item46162 {
	width:15px !important;
	height:213px !important;
	left:285px !important;
	top:137px !important;
}

#item46163 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:141px !important;
}

#item46171 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:230px !important;
}

#item46180 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:322px !important;
}

#item46188 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:413px !important;
}

#item46196 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:513px !important;
}

#item46204 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:606px !important;
}

#item46212 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:697px !important;
}

#item46221 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:141px !important;
}

#item46232 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:230px !important;
}

#item46243 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:322px !important;
}

#item46254 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:413px !important;
}

#item46266 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:513px !important;
}

#item46276 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:606px !important;
}

#item46286 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:697px !important;
}

#item51162 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item51166 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item46318 {
	width:226px !important;
	left:300px !important;
	top:106px !important;
	min-height:79px !important;
}

#item46341 {
	width:226px !important;
	left:300px !important;
	top:198px !important;
	min-height:79px !important;
}

#item46364 {
	width:226px !important;
	left:300px !important;
	top:292px !important;
	min-height:79px !important;
}

#item46387 {
	width:226px !important;
	left:300px !important;
	top:393px !important;
	min-height:34px !important;
}

#item46410 {
	width:226px !important;
	left:300px !important;
	top:480px !important;
	min-height:38px !important;
}

#item46433 {
	width:226px !important;
	left:300px !important;
	top:661px !important;
	min-height:38px !important;
}

#item46456 {
	width:226px !important;
	left:300px !important;
	top:572px !important;
	min-height:36px !important;
}

#item46805 {
	width:15px !important;
	height:213px !important;
	left:285px !important;
	top:106px !important;
}

#item46806 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:110px !important;
}

#item46815 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:203px !important;
}

#item46823 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:297px !important;
}

#item46832 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:397px !important;
}

#item46841 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:485px !important;
}

#item46849 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:577px !important;
}

#item46857 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:665px !important;
}

#item46865 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:110px !important;
}

#item46877 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:203px !important;
}

#item46887 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:297px !important;
}

#item46897 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:397px !important;
}

#item46907 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:485px !important;
}

#item46918 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:577px !important;
}

#item46928 {
	width:32px !important;
	height:32px !important;
	left:253px !important;
	top:665px !important;
}

#item51154 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item51158 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item16995 {
	width:110px !important;
	left:726px !important;
	top:589px !important;
	min-height:161px !important;
}

#item17085 {
	width:172px !important;
	left:466px !important;
	top:589px !important;
	min-height:144px !important;
}

#item17049 {
	width:167px !important;
	left:177px !important;
	top:589px !important;
	min-height:141px !important;
}

#item29048 {
	width:840px !important;
	left:50px !important;
	top:65px !important;
	min-height:36px !important;
}

#item29952 {
	width:116px !important;
	height:58px !important;
	left:576px !important;
	top:144px !important;
}

#item47127 {
	width:80px !important;
	left:328px !important;
	top:475px !important;
	min-height:37px !important;
}

#item47150 {
	width:83px !important;
	left:748px !important;
	top:321px !important;
	min-height:39px !important;
}

#item47173 {
	width:169px !important;
	left:593px !important;
	top:474px !important;
	min-height:38px !important;
}

#item47451 {
	width:76px !important;
	left:367px !important;
	top:146px !important;
	min-height:36px !important;
}

#item47474 {
	width:107px !important;
	left:128px !important;
	top:338px !important;
	min-height:38px !important;
}

#item48149 {
	width:78px !important;
	height:32px !important;
	left:656px !important;
	top:232px !important;
}

#item48154 {
	width:78px !important;
	height:32px !important;
	left:656px !important;
	top:232px !important;
}

#item47822 {
	width:15px !important;
	height:36px !important;
	left:162px !important;
	top:588px !important;
}

#item47823 {
	width:15px !important;
	height:36px !important;
	left:451px !important;
	top:588px !important;
}

#item47824 {
	width:15px !important;
	height:36px !important;
	left:711px !important;
	top:588px !important;
}

#item47825 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:191px !important;
}

#item47833 {
	width:32px !important;
	height:32px !important;
	left:749px !important;
	top:367px !important;
}

#item47842 {
	width:32px !important;
	height:32px !important;
	left:593px !important;
	top:521px !important;
}

#item47850 {
	width:32px !important;
	height:32px !important;
	left:128px !important;
	top:383px !important;
}

#item47858 {
	width:32px !important;
	height:32px !important;
	left:328px !important;
	top:521px !important;
}

#item47867 {
	width:32px !important;
	height:32px !important;
	left:130px !important;
	top:592px !important;
}

#item47875 {
	width:32px !important;
	height:32px !important;
	left:419px !important;
	top:592px !important;
}

#item47884 {
	width:32px !important;
	height:32px !important;
	left:679px !important;
	top:592px !important;
}

#item47892 {
	width:32px !important;
	height:32px !important;
	left:130px !important;
	top:646px !important;
}

#item47900 {
	width:32px !important;
	height:32px !important;
	left:419px !important;
	top:646px !important;
}

#item47908 {
	width:32px !important;
	height:32px !important;
	left:679px !important;
	top:646px !important;
}

#item47916 {
	width:32px !important;
	height:32px !important;
	left:130px !important;
	top:699px !important;
}

#item47925 {
	width:32px !important;
	height:32px !important;
	left:419px !important;
	top:699px !important;
}

#item47934 {
	width:32px !important;
	height:32px !important;
	left:679px !important;
	top:699px !important;
}

#item48129 {
	width:32px !important;
	height:32px !important;
	left:756px !important;
	top:232px !important;
}

#item47943 {
	width:32px !important;
	height:32px !important;
	left:367px !important;
	top:191px !important;
}

#item47953 {
	width:32px !important;
	height:32px !important;
	left:749px !important;
	top:367px !important;
}

#item47963 {
	width:32px !important;
	height:32px !important;
	left:593px !important;
	top:521px !important;
}

#item47974 {
	width:32px !important;
	height:32px !important;
	left:128px !important;
	top:383px !important;
}

#item47984 {
	width:32px !important;
	height:32px !important;
	left:328px !important;
	top:521px !important;
}

#item47994 {
	width:32px !important;
	height:32px !important;
	left:130px !important;
	top:592px !important;
}

#item48006 {
	width:32px !important;
	height:32px !important;
	left:419px !important;
	top:592px !important;
}

#item48027 {
	width:32px !important;
	height:32px !important;
	left:130px !important;
	top:646px !important;
}

#item48037 {
	width:32px !important;
	height:32px !important;
	left:419px !important;
	top:646px !important;
}

#item48059 {
	width:32px !important;
	height:32px !important;
	left:130px !important;
	top:699px !important;
}

#item48069 {
	width:32px !important;
	height:32px !important;
	left:419px !important;
	top:699px !important;
}

#item48017 {
	width:32px !important;
	height:32px !important;
	left:679px !important;
	top:592px !important;
}

#item48047 {
	width:32px !important;
	height:32px !important;
	left:679px !important;
	top:646px !important;
}

#item48079 {
	width:32px !important;
	height:32px !important;
	left:679px !important;
	top:699px !important;
}

#item48138 {
	width:32px !important;
	height:32px !important;
	left:756px !important;
	top:232px !important;
}

#item29950 {
	width:116px !important;
	height:58px !important;
	left:576px !important;
	top:144px !important;
}

#item51140 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item51146 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item51150 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item29955 {
	width:124px !important;
	height:58px !important;
	left:552px !important;
	top:288px !important;
}

#item48290 {
	width:64px !important;
	left:116px !important;
	top:383px !important;
	min-height:38px !important;
}

#item48313 {
	width:102px !important;
	left:278px !important;
	top:430px !important;
	min-height:242px !important;
}

#item48336 {
	width:169px !important;
	left:650px !important;
	top:498px !important;
	min-height:173px !important;
}

#item48493 {
	width:15px !important;
	height:242px !important;
	left:263px !important;
	top:430px !important;
}

#item48495 {
	width:15px !important;
	height:242px !important;
	left:635px !important;
	top:430px !important;
}

#item48692 {
	width:78px !important;
	height:32px !important;
	left:676px !important;
	top:374px !important;
}

#item48698 {
	width:78px !important;
	height:32px !important;
	left:676px !important;
	top:374px !important;
}

#item48647 {
	width:32px !important;
	height:32px !important;
	left:782px !important;
	top:374px !important;
}

#item48496 {
	width:32px !important;
	height:32px !important;
	left:116px !important;
	top:434px !important;
}

#item48515 {
	width:32px !important;
	height:32px !important;
	left:231px !important;
	top:434px !important;
}

#item48523 {
	width:32px !important;
	height:32px !important;
	left:231px !important;
	top:502px !important;
}

#item48531 {
	width:32px !important;
	height:32px !important;
	left:603px !important;
	top:502px !important;
}

#item48540 {
	width:32px !important;
	height:32px !important;
	left:231px !important;
	top:571px !important;
}

#item48548 {
	width:32px !important;
	height:32px !important;
	left:603px !important;
	top:571px !important;
}

#item48556 {
	width:32px !important;
	height:32px !important;
	left:231px !important;
	top:639px !important;
}

#item48564 {
	width:32px !important;
	height:32px !important;
	left:603px !important;
	top:639px !important;
}

#item48655 {
	width:32px !important;
	height:32px !important;
	left:782px !important;
	top:374px !important;
}

#item48505 {
	width:32px !important;
	height:32px !important;
	left:116px !important;
	top:434px !important;
}

#item48572 {
	width:32px !important;
	height:32px !important;
	left:231px !important;
	top:434px !important;
}

#item48583 {
	width:32px !important;
	height:32px !important;
	left:231px !important;
	top:502px !important;
}

#item48593 {
	width:32px !important;
	height:32px !important;
	left:603px !important;
	top:502px !important;
}

#item48604 {
	width:32px !important;
	height:32px !important;
	left:231px !important;
	top:571px !important;
}

#item48614 {
	width:32px !important;
	height:32px !important;
	left:603px !important;
	top:571px !important;
}

#item48625 {
	width:32px !important;
	height:32px !important;
	left:231px !important;
	top:639px !important;
}

#item48636 {
	width:32px !important;
	height:32px !important;
	left:603px !important;
	top:639px !important;
}

#item30007 {
	width:116px !important;
	height:58px !important;
	left:555px !important;
	top:284px !important;
}

#item51127 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item51131 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item51136 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item18155 {
	width:198px !important;
	left:272px !important;
	top:485px !important;
	min-height:267px !important;
}

#item18189 {
	width:188px !important;
	left:603px !important;
	top:485px !important;
	min-height:265px !important;
}

#item48746 {
	width:145px !important;
	left:292px !important;
	top:163px !important;
	min-height:60px !important;
}

#item48811 {
	width:158px !important;
	left:536px !important;
	top:81px !important;
	min-height:40px !important;
}

#item48888 {
	width:15px !important;
	height:36px !important;
	left:257px !important;
	top:487px !important;
}

#item48889 {
	width:15px !important;
	height:36px !important;
	left:588px !important;
	top:486px !important;
}

#item48890 {
	width:110px !important;
	left:346px !important;
	top:358px !important;
	min-height:40px !important;
}

#item48989 {
	width:32px !important;
	height:32px !important;
	left:292px !important;
	top:234px !important;
}

#item48998 {
	width:32px !important;
	height:32px !important;
	left:536px !important;
	top:131px !important;
}

#item49007 {
	width:32px !important;
	height:32px !important;
	left:225px !important;
	top:489px !important;
}

#item49015 {
	width:32px !important;
	height:32px !important;
	left:556px !important;
	top:488px !important;
}

#item49023 {
	width:32px !important;
	height:32px !important;
	left:225px !important;
	top:542px !important;
}

#item49031 {
	width:32px !important;
	height:32px !important;
	left:556px !important;
	top:541px !important;
}

#item49040 {
	width:32px !important;
	height:32px !important;
	left:225px !important;
	top:596px !important;
}

#item49048 {
	width:32px !important;
	height:32px !important;
	left:556px !important;
	top:595px !important;
}

#item49056 {
	width:32px !important;
	height:32px !important;
	left:225px !important;
	top:649px !important;
}

#item49065 {
	width:32px !important;
	height:32px !important;
	left:556px !important;
	top:648px !important;
}

#item49074 {
	width:32px !important;
	height:32px !important;
	left:225px !important;
	top:703px !important;
}

#item49082 {
	width:32px !important;
	height:32px !important;
	left:556px !important;
	top:702px !important;
}

#item49091 {
	width:32px !important;
	height:32px !important;
	left:346px !important;
	top:408px !important;
}

#item49099 {
	width:32px !important;
	height:32px !important;
	left:292px !important;
	top:234px !important;
}

#item49109 {
	width:32px !important;
	height:32px !important;
	left:536px !important;
	top:131px !important;
}

#item49119 {
	width:32px !important;
	height:32px !important;
	left:225px !important;
	top:489px !important;
}

#item49130 {
	width:32px !important;
	height:32px !important;
	left:556px !important;
	top:488px !important;
}

#item49141 {
	width:32px !important;
	height:32px !important;
	left:225px !important;
	top:542px !important;
}

#item49151 {
	width:32px !important;
	height:32px !important;
	left:556px !important;
	top:541px !important;
}

#item49161 {
	width:32px !important;
	height:32px !important;
	left:225px !important;
	top:596px !important;
}

#item49172 {
	width:32px !important;
	height:32px !important;
	left:556px !important;
	top:595px !important;
}

#item49182 {
	width:32px !important;
	height:32px !important;
	left:225px !important;
	top:649px !important;
}

#item49193 {
	width:32px !important;
	height:32px !important;
	left:556px !important;
	top:648px !important;
}

#item49203 {
	width:32px !important;
	height:32px !important;
	left:225px !important;
	top:703px !important;
}

#item49214 {
	width:32px !important;
	height:32px !important;
	left:556px !important;
	top:702px !important;
}

#item49224 {
	width:32px !important;
	height:32px !important;
	left:346px !important;
	top:408px !important;
}

#item51115 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item51119 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item51123 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item18239 {
	width:840px !important;
	left:50px !important;
	top:65px !important;
	min-height:36px !important;
}

#item18552 {
	width:76px !important;
	left:248px !important;
	top:165px !important;
	min-height:58px !important;
}

#item30144 {
	width:76px !important;
	left:222px !important;
	top:253px !important;
	min-height:58px !important;
}

#item28154 {
	width:189px !important;
	left:557px !important;
	top:590px !important;
	min-height:147px !important;
}

#item19417 {
	width:73px !important;
	left:648px !important;
	top:369px !important;
	min-height:52px !important;
}

#item30086 {
	width:73px !important;
	left:655px !important;
	top:453px !important;
	min-height:52px !important;
}

#item49300 {
	width:247px !important;
	height:181px !important;
	left:380px !important;
	top:362px !important;
	border-radius:9px;
	background:#eadde3;
}

#item49301 {
	width:173px !important;
	left:444px !important;
	top:380px !important;
	min-height:147px !important;
}

#item32335 {
	width:144px !important;
	left:235px !important;
	top:590px !important;
	min-height:156px !important;
}

#item49552 {
	width:213px !important;
	height:181px !important;
	left:414px !important;
	top:136px !important;
	border-radius:9px;
	background:#eadde3;
}

#item49553 {
	width:15px !important;
	height:42px !important;
	left:463px !important;
	top:154px !important;
}

#item49592 {
	width:136px !important;
	left:479px !important;
	top:154px !important;
	min-height:147px !important;
}

#item49740 {
	width:15px !important;
	height:29px !important;
	left:220px !important;
	top:590px !important;
}

#item49780 {
	width:15px !important;
	height:29px !important;
	left:542px !important;
	top:590px !important;
}

#item49678 {
	width:32px !important;
	height:32px !important;
	left:171px !important;
	top:296px !important;
}

#item49699 {
	width:32px !important;
	height:32px !important;
	left:746px !important;
	top:511px !important;
}

#item49719 {
	width:32px !important;
	height:32px !important;
	left:188px !important;
	top:594px !important;
}

#item49781 {
	width:32px !important;
	height:32px !important;
	left:510px !important;
	top:594px !important;
}

#item49741 {
	width:32px !important;
	height:32px !important;
	left:188px !important;
	top:647px !important;
}

#item49789 {
	width:32px !important;
	height:32px !important;
	left:510px !important;
	top:647px !important;
}

#item49760 {
	width:32px !important;
	height:32px !important;
	left:188px !important;
	top:700px !important;
}

#item49797 {
	width:32px !important;
	height:32px !important;
	left:510px !important;
	top:700px !important;
}

#item49324 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:384px !important;
}

#item49332 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:437px !important;
}

#item49340 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:491px !important;
}

#item49615 {
	width:32px !important;
	height:32px !important;
	left:431px !important;
	top:159px !important;
}

#item49623 {
	width:32px !important;
	height:32px !important;
	left:431px !important;
	top:212px !important;
}

#item49631 {
	width:32px !important;
	height:32px !important;
	left:431px !important;
	top:265px !important;
}

#item49687 {
	width:32px !important;
	height:32px !important;
	left:171px !important;
	top:296px !important;
}

#item49708 {
	width:32px !important;
	height:32px !important;
	left:746px !important;
	top:511px !important;
}

#item49727 {
	width:32px !important;
	height:32px !important;
	left:188px !important;
	top:594px !important;
}

#item49805 {
	width:32px !important;
	height:32px !important;
	left:510px !important;
	top:594px !important;
}

#item49749 {
	width:32px !important;
	height:32px !important;
	left:188px !important;
	top:647px !important;
}

#item49815 {
	width:32px !important;
	height:32px !important;
	left:510px !important;
	top:647px !important;
}

#item49768 {
	width:32px !important;
	height:32px !important;
	left:188px !important;
	top:700px !important;
}

#item49826 {
	width:32px !important;
	height:32px !important;
	left:510px !important;
	top:700px !important;
}

#item49348 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:384px !important;
}

#item49358 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:437px !important;
}

#item49370 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:491px !important;
}

#item49639 {
	width:32px !important;
	height:32px !important;
	left:431px !important;
	top:159px !important;
}

#item49650 {
	width:32px !important;
	height:32px !important;
	left:431px !important;
	top:212px !important;
}

#item49660 {
	width:32px !important;
	height:32px !important;
	left:431px !important;
	top:265px !important;
}

#item51101 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item51105 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item51109 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item19796 {
	width:73px !important;
	left:677px !important;
	top:473px !important;
	min-height:47px !important;
}

#item18922 {
	width:66px !important;
	left:675px !important;
	top:281px !important;
	min-height:47px !important;
}

#item50301 {
	width:230px !important;
	height:181px !important;
	left:383px !important;
	top:183px !important;
	border-radius:9px;
	background:#eadde3;
}

#item50302 {
	width:136px !important;
	left:448px !important;
	top:201px !important;
	min-height:147px !important;
}

#item50442 {
	width:234px !important;
	height:181px !important;
	left:379px !important;
	top:478px !important;
	border-radius:9px;
	background:#eadde3;
}

#item50576 {
	width:156px !important;
	left:444px !important;
	top:496px !important;
	min-height:147px !important;
}

#item50325 {
	width:32px !important;
	height:32px !important;
	left:401px !important;
	top:205px !important;
}

#item50333 {
	width:32px !important;
	height:32px !important;
	left:401px !important;
	top:258px !important;
}

#item50342 {
	width:32px !important;
	height:32px !important;
	left:401px !important;
	top:311px !important;
}

#item50599 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:500px !important;
}

#item50607 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:552px !important;
}

#item50615 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:605px !important;
}

#item50350 {
	width:32px !important;
	height:32px !important;
	left:401px !important;
	top:205px !important;
}

#item50361 {
	width:32px !important;
	height:32px !important;
	left:401px !important;
	top:258px !important;
}

#item50371 {
	width:32px !important;
	height:32px !important;
	left:401px !important;
	top:311px !important;
}

#item50623 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:500px !important;
}

#item50634 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:552px !important;
}

#item50645 {
	width:32px !important;
	height:32px !important;
	left:397px !important;
	top:605px !important;
}

#item51089 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item51093 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item51097 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item19214 {
	width:173px !important;
	left:259px !important;
	top:502px !important;
	min-height:154px !important;
}

#item30169 {
	width:318px !important;
	left:512px !important;
	top:565px !important;
	min-height:84px !important;
}

#item50679 {
	width:162px !important;
	height:126px !important;
	left:286px !important;
	top:252px !important;
	border-radius:9px;
	background:#eadde3;
}

#item50680 {
	width:220px !important;
	height:126px !important;
	left:474px !important;
	top:252px !important;
	border-radius:9px;
	background:#eadde3;
}

#item50681 {
	width:85px !important;
	left:350px !important;
	top:270px !important;
	min-height:90px !important;
}

#item50704 {
	width:162px !important;
	left:539px !important;
	top:270px !important;
	min-height:90px !important;
}

#item28252 {
	width:506px !important;
	height:54px !important;
	left:235px !important;
	top:174px !important;
}

#item50882 {
	width:78px !important;
	height:32px !important;
	left:179px !important;
	top:346px !important;
}

#item50887 {
	width:78px !important;
	height:32px !important;
	left:179px !important;
	top:346px !important;
}

#item50892 {
	width:32px !important;
	height:32px !important;
	left:212px !important;
	top:506px !important;
}

#item50953 {
	width:32px !important;
	height:32px !important;
	left:512px !important;
	top:518px !important;
}

#item50916 {
	width:32px !important;
	height:32px !important;
	left:212px !important;
	top:565px !important;
}

#item50935 {
	width:32px !important;
	height:32px !important;
	left:212px !important;
	top:623px !important;
}

#item50727 {
	width:32px !important;
	height:32px !important;
	left:303px !important;
	top:276px !important;
}

#item50735 {
	width:32px !important;
	height:32px !important;
	left:491px !important;
	top:276px !important;
}

#item50903 {
	width:32px !important;
	height:32px !important;
	left:212px !important;
	top:506px !important;
}

#item50961 {
	width:32px !important;
	height:32px !important;
	left:512px !important;
	top:518px !important;
}

#item50925 {
	width:32px !important;
	height:32px !important;
	left:212px !important;
	top:565px !important;
}

#item50943 {
	width:32px !important;
	height:32px !important;
	left:212px !important;
	top:623px !important;
}

#item50743 {
	width:32px !important;
	height:32px !important;
	left:303px !important;
	top:276px !important;
}

#item50754 {
	width:32px !important;
	height:32px !important;
	left:491px !important;
	top:276px !important;
}

#item28254 {
	width:504px !important;
	height:65px !important;
	left:233px !important;
	top:163px !important;
}

#item51077 {
	width:15px !important;
	height:15px !important;
	left:463px !important;
	top:770px !important;
}

#item51081 {
	width:15px !important;
	height:15px !important;
	left:493px !important;
	top:770px !important;
}

#item51085 {
	width:15px !important;
	height:15px !important;
	left:433px !important;
	top:770px !important;
}

#item20429 {
	width:840px !important;
	left:50px !important;
	top:65px !important;
	min-height:36px !important;
}

#item50998 {
	width:32px !important;
	height:32px !important;
	left:842px !important;
	top:678px !important;
}

#item51006 {
	width:32px !important;
	height:32px !important;
	left:842px !important;
	top:678px !important;
}

#item51067 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item51073 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

#item51021 {
	width:32px !important;
	height:32px !important;
	left:842px !important;
	top:703px !important;
}

#item51030 {
	width:32px !important;
	height:32px !important;
	left:842px !important;
	top:703px !important;
}

#item51057 {
	width:41px !important;
	height:45px !important;
	left:899px !important;
	top:755px !important;
	background:#be9cad;
}

#item51058 {
	width:15px !important;
	height:15px !important;
	left:478px !important;
	top:770px !important;
}

#item51062 {
	width:15px !important;
	height:15px !important;
	left:448px !important;
	top:770px !important;
}

p.autoParaStyle38 {
	font-weight:300;
	font-family:Rubik;
	font-size:28px;
	line-height:33.6px;
	color:#875a76;
	letter-spacing:-0.010em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle37 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	letter-spacing:-0.010em;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:15px;
	text-align:left;
}

p.autoParaStyle36 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle35 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	letter-spacing:-0.030em;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:20px;
	text-align:left;
}

p.autoParaStyle34 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	letter-spacing:-0.020em;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:15px;
	text-align:left;
}

p.autoParaStyle33 {
	font-family:Rubik;
	font-size:14px;
	line-height:16.8px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle32 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:5px;
	text-align:left;
}

p.autoParaStyle31 {
	font-weight:bold;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:20px;
	text-align:left;
}

p.autoParaStyle30 {
	font-weight:300;
	font-family:Rubik;
	font-size:28px;
	line-height:33.6px;
	color:#424242;
	letter-spacing:-0.010em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle29 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:30px;
	text-align:left;
}

p.autoParaStyle28 {
	font-weight:bold;
	font-family:Rubik;
	font-size:14px;
	line-height:16.8px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle27 {
	font-weight:300;
	font-family:Rubik;
	font-size:14px;
	line-height:16.8px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle26 {
	font-weight:bold;
	font-family:Rubik;
	font-size:16px;
	line-height:20px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle25 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:20px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle24 {
	font-weight:bold;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle23 {
	font-weight:300;
	font-family:Rubik;
	font-size:15px;
	line-height:18px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:15px;
	text-align:left;
}

p.autoParaStyle22 {
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle21 {
	font-weight:500;
	font-family:Rubik;
	font-size:20.6px;
	line-height:27px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:right;
}

p.autoParaStyle20 {
	font-weight:300;
	font-family:Rubik;
	font-size:17.6px;
	line-height:27px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:right;
}

p.autoParaStyle19 {
	font-weight:300;
	font-family:Rubik;
	font-size:28px;
	line-height:33.6px;
	color:#424242;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle18 {
	font-weight:bold;
	font-family:Cambria,"Times New Roman", Times, serif;
	font-size:14px;
	line-height:16.8px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle17 {
	font-weight:300;
	font-family:Rubik;
	font-size:14px;
	line-height:16.8px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:15px;
	text-align:left;
}

p.autoParaStyle16 {
	font-weight:bold;
	font-family:Rubik;
	font-size:14px;
	line-height:16.8px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle15 {
	font-weight:500;
	font-family:Rubik;
	font-size:14px;
	line-height:16.8px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle14 {
	font-weight:300;
	font-family:Rubik;
	font-size:14px;
	line-height:16.8px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle13 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:20px;
	text-align:left;
}

p.autoParaStyle12 {
	font-weight:bold;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle11 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:15px;
	text-align:left;
}

p.autoParaStyle10 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:20px;
	text-align:left;
}

p.autoParaStyle9 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	letter-spacing:-0.030em;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle8 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-bottom:20px;
	text-align:left;
}

p.autoParaStyle7 {
	font-weight:bold;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle6 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle5 {
	font-weight:300;
	font-family:Rubik;
	font-size:14px;
	line-height:17px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle4 {
	font-weight:bold;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle3 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle2 {
	font-weight:300;
	font-family:Rubik;
	font-size:28px;
	line-height:33.6px;
	color:#424242;
	letter-spacing:-0.010em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle1 {
	font-weight:300;
	font-family:Rubik;
	font-size:16px;
	line-height:19.2px;
	color:#875a76;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.Basic-Paragraph {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.No-Paragraph-Style {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

span.autoCharStyle11 {
	font-weight:900;
	font-family:Rubik;
}

span.autoCharStyle10 {
	font-weight:bold;
	font-family:Rubik;
	letter-spacing:-0.030em;
}

span.autoCharStyle9 {
	font-weight:300;
	font-family:Rubik;
}

span.autoCharStyle8 {
	font-family:Rubik;
	color:#875a76;
}

span.autoCharStyle7 {
	font-weight:300;
	font-family:Rubik;
	font-size:17.6px;
}

span.autoCharStyle6 {
	font-weight:bold;
	font-family:Cambria;
}

span.autoCharStyle5 {
	font-weight:bold;
	font-family:Rubik;
	color:#875a76;
	letter-spacing:-0.030em;
}

span.autoCharStyle4 {
	letter-spacing:-0.030em;
}

span.autoCharStyle3 {
	font-weight:bold;
	font-family:Rubik;
	color:#88526c;
}

span.autoCharStyle2 {
	font-weight:bold;
	font-family:Rubik;
	color:#875a76;
}

span.autoCharStyle1 {
	font-weight:bold;
	font-family:Rubik;
}

span.None {
}
#in5footer,  #prefooter {display:none;}
