/* 	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:transparent; }
:-webkit-full-screen { background:transparent; }
#loadIndicator span:after { padding-left:1ex; content:'loading content...'; }
#slider { width:800px; height:1280px; }
.page-scale-wrap { width:800px; height:1280px; background: #fff !important; }
.paper-vertical { width:800px; height:100%; }
.paper-horizontal { width:25920px; height:1292px; }
@media all and (max-height:1280px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:800px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
.presmode.fsmode:-webkit-full-screen {cursor:none;}
.presmode.fsmode:-ms-full-screen {cursor:none;}
.presmode.fsmode:-moz-full-screen {cursor:none;}
.presmode.fsmode.cursor-move {cursor:auto;}
.fs-hide-nav:-webkit-full-screen nav#page-nav > button {display:none !important;}
.fs-hide-nav:-ms-full-screen nav#page-nav > button {display:none !important;}
.fs-hide-nav:-moz-full-screen nav#page-nav > button {display:none !important;}
.fs-hide-viewdisp:-webkit-full-screen #viewer-options-wrap {display:none !important;}
.fs-hide-viewdisp:-ms-full-screen #viewer-options-wrap {display:none !important;}
.fs-hide-viewdisp:-moz-full-screen #viewer-options-wrap {display:none !important;}
/*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%);
}
#item71243 {
	width:800px !important;
	height:1163px !important;
	top:57px !important;
}

#item16866 {
	width:40px !important;
	height:20px !important;
	left:120px !important;
	top:1200px !important;
}

#item35801 {
	width:70px !important;
	height:70px !important;
	left:147px !important;
	top:140px !important;
}

#item35807 {
	width:70px !important;
	height:70px !important;
	left:147px !important;
	top:295px !important;
}

#item35813 {
	width:70px !important;
	height:70px !important;
	left:147px !important;
	top:450px !important;
}

#item35819 {
	width:70px !important;
	height:70px !important;
	left:147px !important;
	top:606px !important;
}

#item84072 {
	width:70px !important;
	height:70px !important;
	left:147px !important;
	top:763px !important;
}

#item84105 {
	width:447px !important;
	height:693px !important;
	left:237px !important;
	top:138px !important;
}

#item17076 {
	width:800px !important;
	height:60px !important;
	background:#eadde3;
}

#item17077 {
	width:800px !important;
	height:60px !important;
	top:1220px !important;
	background:#eadde3;
}

#item16785 {
	width:40px !important;
	height:20px !important;
	left:120px !important;
	top:1200px !important;
}

#item16789 {
	width:39px !important;
	height:40px !important;
	left:741px !important;
	top:1230px !important;
}

#item16827 {
	width:30px !important;
	height:30px !important;
	left:750px !important;
	top:23px !important;
}

#item17182 {
	width:136px !important;
	height:30px !important;
	left:20px !important;
	top:18px !important;
}

#item17212 {
	width:136px !important;
	height:30px !important;
	left:20px !important;
	top:18px !important;
}

#item17529 {
	mix-blend-mode:multiply;
	width:800px !important;
	height:1230px !important;
	background:#eadde3;
}

#item17530 {
	width:215px !important;
	left:143px !important;
	top:156px !important;
	min-height:43px !important;
}

#item17553 {
	width:330px !important;
	left:30px !important;
	top:88px !important;
	min-height:44px !important;
}

#item17601 {
	width:283px !important;
	left:431px !important;
	top:243px !important;
	min-height:198px !important;
}

#item17624 {
	width:242px !important;
	left:99px !important;
	top:243px !important;
	min-height:78px !important;
}

#item18834 {
	width:60px !important;
	height:60px !important;
	top:1220px !important;
	background:#be9cad;
}

#item16793 {
	width:39px !important;
	height:40px !important;
	left:20px !important;
	top:1230px !important;
}

#item732 {
	width:734px !important;
	left:30px !important;
	top:90px !important;
	min-height:102px !important;
}

#item71300 {
	width:686px !important;
	height:552px !important;
	left:58px !important;
	top:228px !important;
}

#item71399 {
	width:264px !important;
	left:310px !important;
	top:841px !important;
	min-height:311px !important;
}

#item71422 {
	width:19px !important;
	height:224px !important;
	left:291px !important;
	top:841px !important;
}

#item71436 {
	width:55px !important;
	height:55px !important;
	left:237px !important;
	top:851px !important;
}

#item71445 {
	width:55px !important;
	height:55px !important;
	left:237px !important;
	top:968px !important;
}

#item71454 {
	width:55px !important;
	height:55px !important;
	left:237px !important;
	top:1086px !important;
}

#item71464 {
	width:55px !important;
	height:55px !important;
	left:237px !important;
	top:968px !important;
}

#item71475 {
	width:55px !important;
	height:55px !important;
	left:237px !important;
	top:1086px !important;
}

#item71486 {
	width:55px !important;
	height:55px !important;
	left:237px !important;
	top:851px !important;
}

#item36425 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item36429 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item69305 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item69310 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item71725 {
	width:558px !important;
	left:158px !important;
	top:841px !important;
	min-height:311px !important;
}

#item71836 {
	width:19px !important;
	height:224px !important;
	left:139px !important;
	top:841px !important;
}

#item71712 {
	width:628px !important;
	height:124px !important;
	left:87px !important;
	top:170px !important;
}

#item71714 {
	width:630px !important;
	height:174px !important;
	left:87px !important;
	top:138px !important;
}

#item53656 {
	width:140px !important;
	height:55px !important;
	left:330px !important;
	top:729px !important;
}

#item53661 {
	width:140px !important;
	height:55px !important;
	left:330px !important;
	top:729px !important;
}

#item71762 {
	width:55px !important;
	height:55px !important;
	left:84px !important;
	top:851px !important;
}

#item71771 {
	width:55px !important;
	height:55px !important;
	left:84px !important;
	top:968px !important;
}

#item71780 {
	width:55px !important;
	height:55px !important;
	left:84px !important;
	top:1086px !important;
}

#item71791 {
	width:55px !important;
	height:55px !important;
	left:84px !important;
	top:968px !important;
}

#item71802 {
	width:55px !important;
	height:55px !important;
	left:84px !important;
	top:851px !important;
}

#item71813 {
	width:55px !important;
	height:55px !important;
	left:84px !important;
	top:1086px !important;
}

#item69323 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item69327 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item69331 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item69335 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item72085 {
	width:464px !important;
	left:226px !important;
	top:806px !important;
	min-height:191px !important;
}

#item72307 {
	width:593px !important;
	left:120px !important;
	top:1092px !important;
	min-height:76px !important;
}

#item72110 {
	width:55px !important;
	height:55px !important;
	left:151px !important;
	top:815px !important;
}

#item72119 {
	width:55px !important;
	height:55px !important;
	left:151px !important;
	top:932px !important;
}

#item72148 {
	width:55px !important;
	height:55px !important;
	left:151px !important;
	top:932px !important;
}

#item72182 {
	width:55px !important;
	height:55px !important;
	left:151px !important;
	top:815px !important;
}

#item69348 {
	width:20px !important;
	height:20px !important;
	left:331px !important;
	top:1240px !important;
}

#item69352 {
	width:20px !important;
	height:20px !important;
	left:371px !important;
	top:1240px !important;
}

#item69356 {
	width:20px !important;
	height:20px !important;
	left:411px !important;
	top:1240px !important;
}

#item69360 {
	width:20px !important;
	height:20px !important;
	left:451px !important;
	top:1240px !important;
}

#item72284 {
	width:593px !important;
	left:120px !important;
	top:899px !important;
	min-height:110px !important;
}

#item72365 {
	width:464px !important;
	left:226px !important;
	top:626px !important;
	min-height:191px !important;
}

#item72254 {
	width:588px !important;
	height:108px !important;
	left:108px !important;
	top:1050px !important;
}

#item72388 {
	width:55px !important;
	height:55px !important;
	left:151px !important;
	top:632px !important;
}

#item72398 {
	width:55px !important;
	height:55px !important;
	left:151px !important;
	top:749px !important;
}

#item72408 {
	width:55px !important;
	height:55px !important;
	left:151px !important;
	top:632px !important;
}

#item72419 {
	width:55px !important;
	height:55px !important;
	left:151px !important;
	top:749px !important;
}

#item69376 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item69380 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item69384 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item69388 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item72976 {
	width:740px !important;
	left:30px !important;
	top:90px !important;
	min-height:57px !important;
}

#item73871 {
	width:259px !important;
	left:367px !important;
	top:749px !important;
	min-height:428px !important;
}

#item73894 {
	width:19px !important;
	height:224px !important;
	left:348px !important;
	top:749px !important;
}

#item73895 {
	width:55px !important;
	height:55px !important;
	left:293px !important;
	top:759px !important;
}

#item73904 {
	width:55px !important;
	height:55px !important;
	left:293px !important;
	top:876px !important;
}

#item73913 {
	width:55px !important;
	height:55px !important;
	left:293px !important;
	top:993px !important;
}

#item74068 {
	width:55px !important;
	height:55px !important;
	left:293px !important;
	top:1111px !important;
}

#item73922 {
	width:55px !important;
	height:55px !important;
	left:293px !important;
	top:876px !important;
}

#item73934 {
	width:55px !important;
	height:55px !important;
	left:293px !important;
	top:759px !important;
}

#item73945 {
	width:55px !important;
	height:55px !important;
	left:293px !important;
	top:993px !important;
}

#item74078 {
	width:55px !important;
	height:55px !important;
	left:293px !important;
	top:1111px !important;
}

#item83205 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83209 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83213 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83218 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item73975 {
	width:398px !important;
	left:306px !important;
	top:127px !important;
	min-height:191px !important;
}

#item73998 {
	width:19px !important;
	height:224px !important;
	left:287px !important;
	top:127px !important;
}

#item74116 {
	width:397px !important;
	left:307px !important;
	top:361px !important;
	min-height:425px !important;
}

#item74139 {
	width:20px !important;
	height:329px !important;
	left:287px !important;
	top:361px !important;
}

#item74442 {
	width:52px !important;
	height:62px !important;
	left:233px !important;
	top:310px !important;
}

#item73999 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:136px !important;
}

#item74007 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:253px !important;
}

#item74163 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:372px !important;
}

#item74171 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:488px !important;
}

#item74179 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:603px !important;
}

#item74187 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:721px !important;
}

#item74025 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:253px !important;
}

#item74036 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:136px !important;
}

#item74195 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:488px !important;
}

#item74206 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:603px !important;
}

#item74216 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:721px !important;
}

#item74227 {
	width:55px !important;
	height:55px !important;
	left:232px !important;
	top:372px !important;
}

#item83228 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83232 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83236 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83240 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item74447 {
	width:181px !important;
	left:169px !important;
	top:168px !important;
	min-height:427px !important;
}

#item74470 {
	width:20px !important;
	height:322px !important;
	left:149px !important;
	top:168px !important;
}

#item74573 {
	width:255px !important;
	left:169px !important;
	top:695px !important;
	min-height:425px !important;
}

#item74596 {
	width:20px !important;
	height:322px !important;
	left:149px !important;
	top:699px !important;
}

#item74491 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:176px !important;
}

#item74499 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:295px !important;
}

#item74508 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:411px !important;
}

#item74516 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:528px !important;
}

#item74619 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:705px !important;
}

#item74628 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:821px !important;
}

#item74636 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:940px !important;
}

#item74645 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:1058px !important;
}

#item74525 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:295px !important;
}

#item74535 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:411px !important;
}

#item74545 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:528px !important;
}

#item74556 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:176px !important;
}

#item74654 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:821px !important;
}

#item74664 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:940px !important;
}

#item74675 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:1058px !important;
}

#item74685 {
	width:55px !important;
	height:55px !important;
	left:94px !important;
	top:705px !important;
}

#item83244 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83248 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83252 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83257 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item75507 {
	width:488px !important;
	height:635px !important;
	left:260px !important;
	top:172px !important;
}

#item75509 {
	width:488px !important;
	height:647px !important;
	left:260px !important;
	top:161px !important;
}

#item70806 {
	width:140px !important;
	height:55px !important;
	left:269px !important;
	top:1135px !important;
}

#item70811 {
	width:140px !important;
	height:55px !important;
	left:269px !important;
	top:1135px !important;
}

#item70753 {
	width:55px !important;
	height:55px !important;
	left:466px !important;
	top:1135px !important;
}

#item70762 {
	width:55px !important;
	height:55px !important;
	left:466px !important;
	top:1135px !important;
}

#item83261 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83265 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83269 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83273 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item57554 {
	width:740px !important;
	left:30px !important;
	top:90px !important;
	min-height:108px !important;
}

#item75662 {
	width:298px !important;
	left:251px !important;
	top:955px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item75685 {
	width:55px !important;
	height:55px !important;
	left:271px !important;
	top:975px !important;
}

#item75694 {
	width:55px !important;
	height:55px !important;
	left:271px !important;
	top:975px !important;
}

#item83515 {
	width:20px !important;
	height:20px !important;
	left:250px !important;
	top:1240px !important;
}

#item83519 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83523 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83527 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83531 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83535 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83539 {
	width:20px !important;
	height:20px !important;
	left:530px !important;
	top:1240px !important;
}

#item83543 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item76191 {
	width:216px !important;
	left:323px !important;
	top:138px !important;
	min-height:542px !important;
}

#item76214 {
	width:20px !important;
	height:437px !important;
	left:303px !important;
	top:148px !important;
}

#item76354 {
	width:222px !important;
	left:318px !important;
	top:720px !important;
	min-height:429px !important;
}

#item76377 {
	width:14px !important;
	height:421px !important;
	left:303px !important;
	top:725px !important;
}

#item76241 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:148px !important;
}

#item76250 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:265px !important;
}

#item76259 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:383px !important;
}

#item76269 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:617px !important;
}

#item76278 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:500px !important;
}

#item76402 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:732px !important;
}

#item76411 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:849px !important;
}

#item76420 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:966px !important;
}

#item76429 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:1082px !important;
}

#item76287 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:265px !important;
}

#item76298 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:383px !important;
}

#item76310 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:617px !important;
}

#item76321 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:500px !important;
}

#item76334 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:148px !important;
}

#item76439 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:849px !important;
}

#item76450 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:966px !important;
}

#item76461 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:1082px !important;
}

#item76472 {
	width:55px !important;
	height:55px !important;
	left:248px !important;
	top:732px !important;
}

#item83475 {
	width:20px !important;
	height:20px !important;
	left:250px !important;
	top:1240px !important;
}

#item83479 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83483 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83487 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83491 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83496 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83500 {
	width:20px !important;
	height:20px !important;
	left:530px !important;
	top:1240px !important;
}

#item83504 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item76519 {
	width:360px !important;
	left:295px !important;
	top:209px !important;
	min-height:433px !important;
}

#item76542 {
	width:20px !important;
	height:322px !important;
	left:275px !important;
	top:214px !important;
}

#item76565 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:218px !important;
}

#item76574 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:335px !important;
}

#item76584 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:453px !important;
}

#item76595 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:570px !important;
}

#item76604 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:335px !important;
}

#item76615 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:453px !important;
}

#item76626 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:570px !important;
}

#item76638 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:218px !important;
}

#item83442 {
	width:20px !important;
	height:20px !important;
	left:250px !important;
	top:1240px !important;
}

#item83446 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83451 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83455 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83459 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83463 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83467 {
	width:20px !important;
	height:20px !important;
	left:530px !important;
	top:1240px !important;
}

#item83471 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item76854 {
	width:405px !important;
	left:197px !important;
	top:851px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item77102 {
	width:668px !important;
	left:72px !important;
	top:1036px !important;
	min-height:116px !important;
}

#item76877 {
	width:55px !important;
	height:55px !important;
	left:217px !important;
	top:871px !important;
}

#item76885 {
	width:55px !important;
	height:55px !important;
	left:217px !important;
	top:871px !important;
}

#item83393 {
	width:20px !important;
	height:20px !important;
	left:250px !important;
	top:1240px !important;
}

#item83397 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83402 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83406 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83410 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83414 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83418 {
	width:20px !important;
	height:20px !important;
	left:530px !important;
	top:1240px !important;
}

#item83422 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item77151 {
	width:177px !important;
	left:349px !important;
	top:158px !important;
	min-height:438px !important;
}

#item77175 {
	width:177px !important;
	left:349px !important;
	top:714px !important;
	min-height:425px !important;
}

#item77198 {
	width:20px !important;
	height:417px !important;
	left:329px !important;
	top:158px !important;
}

#item77420 {
	width:20px !important;
	height:417px !important;
	left:329px !important;
	top:714px !important;
}

#item77239 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:169px !important;
}

#item77248 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:724px !important;
}

#item77257 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:286px !important;
}

#item77267 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:841px !important;
}

#item77276 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:403px !important;
}

#item77285 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:959px !important;
}

#item77294 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:520px !important;
}

#item77304 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:1076px !important;
}

#item77314 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:286px !important;
}

#item77337 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:403px !important;
}

#item77360 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:520px !important;
}

#item77382 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:169px !important;
}

#item77325 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:841px !important;
}

#item77348 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:959px !important;
}

#item77371 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:1076px !important;
}

#item77394 {
	width:55px !important;
	height:55px !important;
	left:274px !important;
	top:724px !important;
}

#item83351 {
	width:20px !important;
	height:20px !important;
	left:250px !important;
	top:1240px !important;
}

#item83355 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83359 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83363 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83367 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83371 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83375 {
	width:20px !important;
	height:20px !important;
	left:530px !important;
	top:1240px !important;
}

#item83379 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item77457 {
	width:163px !important;
	left:351px !important;
	top:147px !important;
	min-height:425px !important;
}

#item77480 {
	width:20px !important;
	height:330px !important;
	left:331px !important;
	top:151px !important;
}

#item77504 {
	width:55px !important;
	height:55px !important;
	left:276px !important;
	top:159px !important;
}

#item77515 {
	width:55px !important;
	height:55px !important;
	left:276px !important;
	top:275px !important;
}

#item77525 {
	width:55px !important;
	height:55px !important;
	left:276px !important;
	top:393px !important;
}

#item77534 {
	width:55px !important;
	height:55px !important;
	left:276px !important;
	top:510px !important;
}

#item77543 {
	width:55px !important;
	height:55px !important;
	left:276px !important;
	top:275px !important;
}

#item77554 {
	width:55px !important;
	height:55px !important;
	left:276px !important;
	top:393px !important;
}

#item77567 {
	width:55px !important;
	height:55px !important;
	left:276px !important;
	top:510px !important;
}

#item77578 {
	width:55px !important;
	height:55px !important;
	left:276px !important;
	top:159px !important;
}

#item83315 {
	width:20px !important;
	height:20px !important;
	left:250px !important;
	top:1240px !important;
}

#item83319 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83323 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83327 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83331 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83336 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83340 {
	width:20px !important;
	height:20px !important;
	left:530px !important;
	top:1240px !important;
}

#item83344 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item77866 {
	width:443px !important;
	left:179px !important;
	top:920px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item77889 {
	width:55px !important;
	height:55px !important;
	left:199px !important;
	top:940px !important;
}

#item77898 {
	width:55px !important;
	height:55px !important;
	left:199px !important;
	top:940px !important;
}

#item83280 {
	width:20px !important;
	height:20px !important;
	left:250px !important;
	top:1240px !important;
}

#item83284 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83288 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83292 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83296 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83300 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83305 {
	width:20px !important;
	height:20px !important;
	left:530px !important;
	top:1240px !important;
}

#item83309 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item78025 {
	width:527px !important;
	left:136px !important;
	top:863px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item78070 {
	width:527px !important;
	left:136px !important;
	top:1014px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item78049 {
	width:55px !important;
	height:55px !important;
	left:156px !important;
	top:884px !important;
}

#item78093 {
	width:55px !important;
	height:55px !important;
	left:156px !important;
	top:1035px !important;
}

#item78058 {
	width:55px !important;
	height:55px !important;
	left:156px !important;
	top:884px !important;
}

#item78101 {
	width:55px !important;
	height:55px !important;
	left:156px !important;
	top:1035px !important;
}

#item69267 {
	width:20px !important;
	height:20px !important;
	left:250px !important;
	top:1240px !important;
}

#item69271 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item69275 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item69279 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item69285 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item69289 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item69293 {
	width:20px !important;
	height:20px !important;
	left:530px !important;
	top:1240px !important;
}

#item69297 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item78155 {
	width:740px !important;
	left:30px !important;
	top:90px !important;
	min-height:108px !important;
}

#item78286 {
	width:279px !important;
	left:156px !important;
	top:741px !important;
	min-height:74px !important;
}

#item78309 {
	width:210px !important;
	left:156px !important;
	top:883px !important;
	min-height:218px !important;
}

#item78332 {
	width:216px !important;
	left:440px !important;
	top:883px !important;
	min-height:218px !important;
}

#item78360 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item78369 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item83558 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83563 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83567 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83571 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83575 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83583 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item78601 {
	width:279px !important;
	left:156px !important;
	top:741px !important;
	min-height:74px !important;
}

#item78624 {
	width:210px !important;
	left:156px !important;
	top:883px !important;
	min-height:218px !important;
}

#item78647 {
	width:216px !important;
	left:440px !important;
	top:883px !important;
	min-height:218px !important;
}

#item78770 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item78780 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item83594 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83598 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83602 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83606 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83610 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83614 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item79033 {
	width:279px !important;
	left:156px !important;
	top:741px !important;
	min-height:74px !important;
}

#item79056 {
	width:249px !important;
	left:156px !important;
	top:883px !important;
	min-height:218px !important;
}

#item79080 {
	width:216px !important;
	left:440px !important;
	top:883px !important;
	min-height:218px !important;
}

#item79103 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item79111 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item83622 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83626 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83630 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83634 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83638 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83642 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item79243 {
	width:279px !important;
	left:156px !important;
	top:741px !important;
	min-height:74px !important;
}

#item79266 {
	width:249px !important;
	left:156px !important;
	top:883px !important;
	min-height:218px !important;
}

#item79290 {
	width:216px !important;
	left:440px !important;
	top:883px !important;
	min-height:218px !important;
}

#item79313 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item79322 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item83646 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83650 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83655 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83659 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83663 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83667 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item79467 {
	width:279px !important;
	left:156px !important;
	top:741px !important;
	min-height:74px !important;
}

#item79490 {
	width:249px !important;
	left:156px !important;
	top:883px !important;
	min-height:218px !important;
}

#item79513 {
	width:216px !important;
	left:440px !important;
	top:883px !important;
	min-height:218px !important;
}

#item79536 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item79544 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item83671 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83675 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83679 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83683 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83687 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83691 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item79718 {
	width:279px !important;
	left:156px !important;
	top:741px !important;
	min-height:74px !important;
}

#item79741 {
	width:249px !important;
	left:156px !important;
	top:883px !important;
	min-height:218px !important;
}

#item79764 {
	width:216px !important;
	left:440px !important;
	top:883px !important;
	min-height:218px !important;
}

#item79787 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item79795 {
	width:55px !important;
	height:55px !important;
	left:578px !important;
	top:751px !important;
}

#item83695 {
	width:20px !important;
	height:20px !important;
	left:290px !important;
	top:1240px !important;
}

#item83699 {
	width:20px !important;
	height:20px !important;
	left:330px !important;
	top:1240px !important;
}

#item83703 {
	width:20px !important;
	height:20px !important;
	left:370px !important;
	top:1240px !important;
}

#item83708 {
	width:20px !important;
	height:20px !important;
	left:490px !important;
	top:1240px !important;
}

#item83712 {
	width:20px !important;
	height:20px !important;
	left:410px !important;
	top:1240px !important;
}

#item83716 {
	width:20px !important;
	height:20px !important;
	left:450px !important;
	top:1240px !important;
}

#item5286 {
	width:740px !important;
	left:30px !important;
	top:100px !important;
	min-height:67px !important;
}

#item33187 {
	width:55px !important;
	height:55px !important;
	left:685px !important;
	top:1125px !important;
}

#item33195 {
	width:55px !important;
	height:55px !important;
	left:685px !important;
	top:1125px !important;
}

#item83723 {
	width:20px !important;
	height:20px !important;
	left:230px !important;
	top:1240px !important;
}

#item83727 {
	width:20px !important;
	height:20px !important;
	left:270px !important;
	top:1240px !important;
}

#item83731 {
	width:20px !important;
	height:20px !important;
	left:310px !important;
	top:1240px !important;
}

#item83735 {
	width:20px !important;
	height:20px !important;
	left:430px !important;
	top:1240px !important;
}

#item83747 {
	width:20px !important;
	height:20px !important;
	left:550px !important;
	top:1240px !important;
}

#item83739 {
	width:20px !important;
	height:20px !important;
	left:350px !important;
	top:1240px !important;
}

#item83751 {
	width:20px !important;
	height:20px !important;
	left:470px !important;
	top:1240px !important;
}

#item83743 {
	width:20px !important;
	height:20px !important;
	left:390px !important;
	top:1240px !important;
}

#item83755 {
	width:20px !important;
	height:20px !important;
	left:510px !important;
	top:1240px !important;
}

#item33167 {
	width:55px !important;
	height:55px !important;
	left:668px !important;
	top:1117px !important;
}

#item33175 {
	width:55px !important;
	height:55px !important;
	left:668px !important;
	top:1117px !important;
}

#item83762 {
	width:20px !important;
	height:20px !important;
	left:230px !important;
	top:1240px !important;
}

#item83766 {
	width:20px !important;
	height:20px !important;
	left:270px !important;
	top:1240px !important;
}

#item83770 {
	width:20px !important;
	height:20px !important;
	left:310px !important;
	top:1240px !important;
}

#item83774 {
	width:20px !important;
	height:20px !important;
	left:430px !important;
	top:1240px !important;
}

#item83778 {
	width:20px !important;
	height:20px !important;
	left:550px !important;
	top:1240px !important;
}

#item83782 {
	width:20px !important;
	height:20px !important;
	left:350px !important;
	top:1240px !important;
}

#item83787 {
	width:20px !important;
	height:20px !important;
	left:470px !important;
	top:1240px !important;
}

#item83792 {
	width:20px !important;
	height:20px !important;
	left:390px !important;
	top:1240px !important;
}

#item83796 {
	width:20px !important;
	height:20px !important;
	left:510px !important;
	top:1240px !important;
}

#item64490 {
	width:55px !important;
	height:55px !important;
	left:685px !important;
	top:1098px !important;
}

#item64499 {
	width:55px !important;
	height:55px !important;
	left:685px !important;
	top:1098px !important;
}

#item83800 {
	width:20px !important;
	height:20px !important;
	left:230px !important;
	top:1240px !important;
}

#item83804 {
	width:20px !important;
	height:20px !important;
	left:270px !important;
	top:1240px !important;
}

#item83808 {
	width:20px !important;
	height:20px !important;
	left:310px !important;
	top:1240px !important;
}

#item83812 {
	width:20px !important;
	height:20px !important;
	left:430px !important;
	top:1240px !important;
}

#item83816 {
	width:20px !important;
	height:20px !important;
	left:550px !important;
	top:1240px !important;
}

#item83820 {
	width:20px !important;
	height:20px !important;
	left:350px !important;
	top:1240px !important;
}

#item83824 {
	width:20px !important;
	height:20px !important;
	left:470px !important;
	top:1240px !important;
}

#item83828 {
	width:20px !important;
	height:20px !important;
	left:390px !important;
	top:1240px !important;
}

#item83832 {
	width:20px !important;
	height:20px !important;
	left:510px !important;
	top:1240px !important;
}

#item65067 {
	width:55px !important;
	height:55px !important;
	left:655px !important;
	top:1108px !important;
}

#item65077 {
	width:55px !important;
	height:55px !important;
	left:655px !important;
	top:1108px !important;
}

#item83838 {
	width:20px !important;
	height:20px !important;
	left:230px !important;
	top:1240px !important;
}

#item83842 {
	width:20px !important;
	height:20px !important;
	left:270px !important;
	top:1240px !important;
}

#item83846 {
	width:20px !important;
	height:20px !important;
	left:310px !important;
	top:1240px !important;
}

#item83850 {
	width:20px !important;
	height:20px !important;
	left:430px !important;
	top:1240px !important;
}

#item83854 {
	width:20px !important;
	height:20px !important;
	left:550px !important;
	top:1240px !important;
}

#item83858 {
	width:20px !important;
	height:20px !important;
	left:350px !important;
	top:1240px !important;
}

#item83862 {
	width:20px !important;
	height:20px !important;
	left:470px !important;
	top:1240px !important;
}

#item83866 {
	width:20px !important;
	height:20px !important;
	left:390px !important;
	top:1240px !important;
}

#item83870 {
	width:20px !important;
	height:20px !important;
	left:510px !important;
	top:1240px !important;
}

#item33096 {
	width:55px !important;
	height:55px !important;
	left:662px !important;
	top:1147px !important;
}

#item33106 {
	width:55px !important;
	height:55px !important;
	left:662px !important;
	top:1147px !important;
}

#item83874 {
	width:20px !important;
	height:20px !important;
	left:230px !important;
	top:1240px !important;
}

#item83878 {
	width:20px !important;
	height:20px !important;
	left:270px !important;
	top:1240px !important;
}

#item83882 {
	width:20px !important;
	height:20px !important;
	left:310px !important;
	top:1240px !important;
}

#item83887 {
	width:20px !important;
	height:20px !important;
	left:430px !important;
	top:1240px !important;
}

#item83891 {
	width:20px !important;
	height:20px !important;
	left:550px !important;
	top:1240px !important;
}

#item83895 {
	width:20px !important;
	height:20px !important;
	left:350px !important;
	top:1240px !important;
}

#item83899 {
	width:20px !important;
	height:20px !important;
	left:470px !important;
	top:1240px !important;
}

#item83904 {
	width:20px !important;
	height:20px !important;
	left:390px !important;
	top:1240px !important;
}

#item83908 {
	width:20px !important;
	height:20px !important;
	left:510px !important;
	top:1240px !important;
}

#item82124 {
	width:678px !important;
	height:1061px !important;
	left:61px !important;
	top:102px !important;
}

#item49965 {
	width:55px !important;
	height:55px !important;
	left:655px !important;
	top:1145px !important;
}

#item49973 {
	width:55px !important;
	height:55px !important;
	left:655px !important;
	top:1145px !important;
}

#item83916 {
	width:20px !important;
	height:20px !important;
	left:230px !important;
	top:1240px !important;
}

#item83920 {
	width:20px !important;
	height:20px !important;
	left:270px !important;
	top:1240px !important;
}

#item83924 {
	width:20px !important;
	height:20px !important;
	left:310px !important;
	top:1240px !important;
}

#item83928 {
	width:20px !important;
	height:20px !important;
	left:430px !important;
	top:1240px !important;
}

#item83932 {
	width:20px !important;
	height:20px !important;
	left:550px !important;
	top:1240px !important;
}

#item83936 {
	width:20px !important;
	height:20px !important;
	left:350px !important;
	top:1240px !important;
}

#item83940 {
	width:20px !important;
	height:20px !important;
	left:470px !important;
	top:1240px !important;
}

#item83944 {
	width:20px !important;
	height:20px !important;
	left:390px !important;
	top:1240px !important;
}

#item83948 {
	width:20px !important;
	height:20px !important;
	left:510px !important;
	top:1240px !important;
}

#item50627 {
	width:55px !important;
	height:55px !important;
	left:615px !important;
	top:1073px !important;
}

#item50635 {
	width:55px !important;
	height:55px !important;
	left:615px !important;
	top:1073px !important;
}

#item83952 {
	width:20px !important;
	height:20px !important;
	left:230px !important;
	top:1240px !important;
}

#item83956 {
	width:20px !important;
	height:20px !important;
	left:270px !important;
	top:1240px !important;
}

#item83961 {
	width:20px !important;
	height:20px !important;
	left:310px !important;
	top:1240px !important;
}

#item83965 {
	width:20px !important;
	height:20px !important;
	left:430px !important;
	top:1240px !important;
}

#item83969 {
	width:20px !important;
	height:20px !important;
	left:550px !important;
	top:1240px !important;
}

#item83973 {
	width:20px !important;
	height:20px !important;
	left:350px !important;
	top:1240px !important;
}

#item83977 {
	width:20px !important;
	height:20px !important;
	left:470px !important;
	top:1240px !important;
}

#item83981 {
	width:20px !important;
	height:20px !important;
	left:390px !important;
	top:1240px !important;
}

#item83985 {
	width:20px !important;
	height:20px !important;
	left:510px !important;
	top:1240px !important;
}

#item82572 {
	width:218px !important;
	left:200px !important;
	top:391px !important;
	min-height:161px !important;
}

#item82595 {
	width:294px !important;
	left:200px !important;
	top:927px !important;
	min-height:161px !important;
}

#item82618 {
	width:474px !important;
	left:163px !important;
	top:594px !important;
	min-height:146px !important;
}

#item82641 {
	width:452px !important;
	left:163px !important;
	top:245px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:100px !important;
	padding:15px;
}

#item82664 {
	width:242px !important;
	left:163px !important;
	top:100px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:100px !important;
	padding:15px;
}

#item82687 {
	width:150px !important;
	left:465px !important;
	top:100px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:100px !important;
	padding:15px;
}

#item82710 {
	width:452px !important;
	left:163px !important;
	top:781px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:100px !important;
	padding:15px;
}

#item82743 {
	width:525px !important;
	left:163px !important;
	top:1130px !important;
	min-height:69px !important;
}

#item83989 {
	width:20px !important;
	height:20px !important;
	left:230px !important;
	top:1240px !important;
}

#item83993 {
	width:20px !important;
	height:20px !important;
	left:270px !important;
	top:1240px !important;
}

#item83998 {
	width:20px !important;
	height:20px !important;
	left:310px !important;
	top:1240px !important;
}

#item84002 {
	width:20px !important;
	height:20px !important;
	left:430px !important;
	top:1240px !important;
}

#item84007 {
	width:20px !important;
	height:20px !important;
	left:550px !important;
	top:1240px !important;
}

#item84011 {
	width:20px !important;
	height:20px !important;
	left:350px !important;
	top:1240px !important;
}

#item84016 {
	width:20px !important;
	height:20px !important;
	left:470px !important;
	top:1240px !important;
}

#item84020 {
	width:20px !important;
	height:20px !important;
	left:390px !important;
	top:1240px !important;
}

#item84024 {
	width:20px !important;
	height:20px !important;
	left:510px !important;
	top:1240px !important;
}

#item83133 {
	width:415px !important;
	left:211px !important;
	top:129px !important;
	min-height:252px !important;
}

#item83156 {
	width:452px !important;
	left:174px !important;
	top:912px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:250px !important;
	padding:15px;
}

#item18850 {
	width:60px !important;
	height:60px !important;
	left:740px !important;
	top:1220px !important;
	background:#be9cad;
}

#item84034 {
	width:20px !important;
	height:20px !important;
	left:230px !important;
	top:1240px !important;
}

#item84038 {
	width:20px !important;
	height:20px !important;
	left:270px !important;
	top:1240px !important;
}

#item84042 {
	width:20px !important;
	height:20px !important;
	left:310px !important;
	top:1240px !important;
}

#item84046 {
	width:20px !important;
	height:20px !important;
	left:430px !important;
	top:1240px !important;
}

#item84050 {
	width:20px !important;
	height:20px !important;
	left:550px !important;
	top:1240px !important;
}

#item84055 {
	width:20px !important;
	height:20px !important;
	left:350px !important;
	top:1240px !important;
}

#item84060 {
	width:20px !important;
	height:20px !important;
	left:470px !important;
	top:1240px !important;
}

#item84064 {
	width:20px !important;
	height:20px !important;
	left:390px !important;
	top:1240px !important;
}

#item84068 {
	width:20px !important;
	height:20px !important;
	left:510px !important;
	top:1240px !important;
}
#in5footer,  #prefooter {display:none;}
