/* 	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:21870px; 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%);
}
#item52427 {
	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:206px !important;
}

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

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

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

#item52425 {
	width:447px !important;
	height:536px !important;
	left:237px !important;
	top:204px !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:99px !important;
	top:243px !important;
	min-height:198px !important;
}

#item17624 {
	width:242px !important;
	left:471px !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;
}

#item52738 {
	width:752px !important;
	height:722px !important;
	left:29px !important;
	top:307px !important;
}

#item52906 {
	width:745px !important;
	height:724px !important;
	left:25px !important;
	top:302px !important;
}

#item53069 {
	width:140px !important;
	height:55px !important;
	left:274px !important;
	top:1068px !important;
}

#item53074 {
	width:140px !important;
	height:55px !important;
	left:274px !important;
	top:1068px !important;
}

#item53080 {
	width:55px !important;
	height:55px !important;
	left:479px !important;
	top:1068px !important;
}

#item53089 {
	width:55px !important;
	height:55px !important;
	left:479px !important;
	top:1068px !important;
}

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

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

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

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

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

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

#item53417 {
	width:705px !important;
	height:490px !important;
	left:50px !important;
	top:212px !important;
}

#item53538 {
	width:715px !important;
	height:488px !important;
	left:48px !important;
	top:230px !important;
}

#item53656 {
	width:140px !important;
	height:55px !important;
	left:178px !important;
	top:940px !important;
}

#item53661 {
	width:140px !important;
	height:55px !important;
	left:178px !important;
	top:940px !important;
}

#item53666 {
	width:55px !important;
	height:55px !important;
	left:375px !important;
	top:940px !important;
}

#item53675 {
	width:55px !important;
	height:55px !important;
	left:375px !important;
	top:940px !important;
}

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

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

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

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

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

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

#item53793 {
	width:279px !important;
	left:237px !important;
	top:707px !important;
	min-height:425px !important;
}

#item53816 {
	width:20px !important;
	height:438px !important;
	left:217px !important;
	top:707px !important;
}

#item53924 {
	width:442px !important;
	left:236px !important;
	top:168px !important;
	min-height:426px !important;
}

#item53947 {
	width:20px !important;
	height:322px !important;
	left:216px !important;
	top:168px !important;
}

#item53835 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:716px !important;
}

#item53844 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:833px !important;
}

#item53853 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:950px !important;
}

#item53863 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:1067px !important;
}

#item53973 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:178px !important;
}

#item53983 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:295px !important;
}

#item53993 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:413px !important;
}

#item54002 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:529px !important;
}

#item53872 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:833px !important;
}

#item53883 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:950px !important;
}

#item53895 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:1067px !important;
}

#item53907 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:716px !important;
}

#item54010 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:295px !important;
}

#item54021 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:413px !important;
}

#item54034 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:529px !important;
}

#item54045 {
	width:55px !important;
	height:55px !important;
	left:160px !important;
	top:178px !important;
}

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

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

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

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

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

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

#item54173 {
	width:283px !important;
	left:305px !important;
	top:172px !important;
	min-height:425px !important;
}

#item54196 {
	width:20px !important;
	height:411px !important;
	left:285px !important;
	top:177px !important;
}

#item54216 {
	width:55px !important;
	height:55px !important;
	left:230px !important;
	top:181px !important;
}

#item54225 {
	width:55px !important;
	height:55px !important;
	left:230px !important;
	top:298px !important;
}

#item54234 {
	width:55px !important;
	height:55px !important;
	left:230px !important;
	top:415px !important;
}

#item54244 {
	width:55px !important;
	height:55px !important;
	left:230px !important;
	top:532px !important;
}

#item54253 {
	width:55px !important;
	height:55px !important;
	left:230px !important;
	top:298px !important;
}

#item54265 {
	width:55px !important;
	height:55px !important;
	left:230px !important;
	top:415px !important;
}

#item54276 {
	width:55px !important;
	height:55px !important;
	left:230px !important;
	top:532px !important;
}

#item54288 {
	width:55px !important;
	height:55px !important;
	left:230px !important;
	top:181px !important;
}

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

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

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

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

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

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

#item54344 {
	width:415px !important;
	height:268px !important;
	left:137px !important;
	top:298px !important;
}

#item54421 {
	width:404px !important;
	height:302px !important;
	left:138px !important;
	top:278px !important;
}

#item54493 {
	width:140px !important;
	height:55px !important;
	left:470px !important;
	top:1062px !important;
}

#item54498 {
	width:140px !important;
	height:55px !important;
	left:470px !important;
	top:1062px !important;
}

#item54503 {
	width:55px !important;
	height:55px !important;
	left:662px !important;
	top:1062px !important;
}

#item54513 {
	width:55px !important;
	height:55px !important;
	left:662px !important;
	top:1062px !important;
}

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

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

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

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

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

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

#item54968 {
	width:302px !important;
	left:282px !important;
	top:164px !important;
	min-height:425px !important;
}

#item54991 {
	width:20px !important;
	height:301px !important;
	left:262px !important;
	top:164px !important;
}

#item55251 {
	width:310px !important;
	left:283px !important;
	top:720px !important;
	min-height:425px !important;
}

#item55274 {
	width:20px !important;
	height:301px !important;
	left:262px !important;
	top:720px !important;
}

#item55011 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:172px !important;
}

#item55020 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:289px !important;
}

#item55029 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:407px !important;
}

#item55039 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:524px !important;
}

#item55297 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:729px !important;
}

#item55307 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:845px !important;
}

#item55318 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:962px !important;
}

#item55327 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:1079px !important;
}

#item55048 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:289px !important;
}

#item55059 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:407px !important;
}

#item55070 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:524px !important;
}

#item55082 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:172px !important;
}

#item55336 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:845px !important;
}

#item55347 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:962px !important;
}

#item55358 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:1079px !important;
}

#item55370 {
	width:55px !important;
	height:55px !important;
	left:208px !important;
	top:729px !important;
}

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

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

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

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

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

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

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

#item56463 {
	width:280px !important;
	left:299px !important;
	top:752px !important;
	min-height:425px !important;
}

#item56486 {
	width:20px !important;
	height:301px !important;
	left:279px !important;
	top:754px !important;
}

#item70151 {
	width:680px !important;
	height:334px !important;
	left:45px !important;
	top:264px !important;
}

#item70103 {
	width:631px !important;
	height:321px !important;
	left:80px !important;
	top:263px !important;
}

#item56368 {
	width:140px !important;
	height:55px !important;
	left:303px !important;
	top:658px !important;
}

#item56373 {
	width:140px !important;
	height:55px !important;
	left:303px !important;
	top:658px !important;
}

#item70210 {
	width:55px !important;
	height:55px !important;
	left:496px !important;
	top:658px !important;
}

#item56506 {
	width:55px !important;
	height:55px !important;
	left:224px !important;
	top:764px !important;
}

#item56515 {
	width:55px !important;
	height:55px !important;
	left:224px !important;
	top:879px !important;
}

#item56524 {
	width:55px !important;
	height:55px !important;
	left:224px !important;
	top:995px !important;
}

#item56535 {
	width:55px !important;
	height:55px !important;
	left:224px !important;
	top:1113px !important;
}

#item70218 {
	width:55px !important;
	height:55px !important;
	left:496px !important;
	top:658px !important;
}

#item56544 {
	width:55px !important;
	height:55px !important;
	left:224px !important;
	top:879px !important;
}

#item56555 {
	width:55px !important;
	height:55px !important;
	left:224px !important;
	top:995px !important;
}

#item56566 {
	width:55px !important;
	height:55px !important;
	left:224px !important;
	top:1113px !important;
}

#item56578 {
	width:55px !important;
	height:55px !important;
	left:224px !important;
	top:764px !important;
}

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

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

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

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

#item56596 {
	width:289px !important;
	left:303px !important;
	top:753px !important;
	min-height:425px !important;
}

#item56619 {
	width:20px !important;
	height:301px !important;
	left:283px !important;
	top:759px !important;
}

#item70672 {
	width:677px !important;
	height:189px !important;
	left:69px !important;
	top:112px !important;
}

#item70599 {
	width:629px !important;
	height:189px !important;
	left:90px !important;
	top:108px !important;
}

#item70806 {
	width:140px !important;
	height:55px !important;
	left:248px !important;
	top:630px !important;
}

#item70811 {
	width:140px !important;
	height:55px !important;
	left:248px !important;
	top:630px !important;
}

#item56645 {
	width:55px !important;
	height:55px !important;
	left:228px !important;
	top:762px !important;
}

#item56654 {
	width:55px !important;
	height:55px !important;
	left:228px !important;
	top:879px !important;
}

#item56664 {
	width:55px !important;
	height:55px !important;
	left:228px !important;
	top:997px !important;
}

#item56673 {
	width:55px !important;
	height:55px !important;
	left:228px !important;
	top:1113px !important;
}

#item70753 {
	width:55px !important;
	height:55px !important;
	left:445px !important;
	top:630px !important;
}

#item56682 {
	width:55px !important;
	height:55px !important;
	left:228px !important;
	top:879px !important;
}

#item56693 {
	width:55px !important;
	height:55px !important;
	left:228px !important;
	top:997px !important;
}

#item56704 {
	width:55px !important;
	height:55px !important;
	left:228px !important;
	top:1113px !important;
}

#item56716 {
	width:55px !important;
	height:55px !important;
	left:228px !important;
	top:762px !important;
}

#item70762 {
	width:55px !important;
	height:55px !important;
	left:445px !important;
	top:630px !important;
}

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

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

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

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

#item57081 {
	width:345px !important;
	left:260px !important;
	top:721px !important;
	min-height:425px !important;
}

#item57104 {
	width:20px !important;
	height:351px !important;
	left:240px !important;
	top:721px !important;
}

#item57122 {
	width:55px !important;
	height:55px !important;
	left:185px !important;
	top:729px !important;
}

#item57131 {
	width:55px !important;
	height:55px !important;
	left:185px !important;
	top:846px !important;
}

#item57142 {
	width:55px !important;
	height:55px !important;
	left:185px !important;
	top:965px !important;
}

#item57152 {
	width:55px !important;
	height:55px !important;
	left:185px !important;
	top:1080px !important;
}

#item57161 {
	width:55px !important;
	height:55px !important;
	left:185px !important;
	top:846px !important;
}

#item57172 {
	width:55px !important;
	height:55px !important;
	left:185px !important;
	top:965px !important;
}

#item57186 {
	width:55px !important;
	height:55px !important;
	left:185px !important;
	top:1080px !important;
}

#item57197 {
	width:55px !important;
	height:55px !important;
	left:185px !important;
	top:729px !important;
}

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

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

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

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

#item57253 {
	width:243px !important;
	left:290px !important;
	top:205px !important;
	min-height:425px !important;
}

#item57276 {
	width:20px !important;
	height:301px !important;
	left:270px !important;
	top:205px !important;
}

#item57386 {
	width:294px !important;
	left:290px !important;
	top:796px !important;
	min-height:313px !important;
}

#item57409 {
	width:20px !important;
	height:216px !important;
	left:270px !important;
	top:796px !important;
}

#item57295 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:213px !important;
}

#item57304 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:330px !important;
}

#item57314 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:447px !important;
}

#item57323 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:564px !important;
}

#item57430 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:805px !important;
}

#item57439 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:922px !important;
}

#item57450 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:1039px !important;
}

#item57332 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:330px !important;
}

#item57343 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:447px !important;
}

#item57356 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:564px !important;
}

#item57367 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:213px !important;
}

#item57460 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:922px !important;
}

#item57471 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:1039px !important;
}

#item57482 {
	width:55px !important;
	height:55px !important;
	left:215px !important;
	top:805px !important;
}

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

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

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

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

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

#item57578 {
	width:574px !important;
	left:135px !important;
	top:540px !important;
	min-height:110px !important;
}

#item57601 {
	width:589px !important;
	left:135px !important;
	top:878px !important;
	min-height:110px !important;
}

#item57624 {
	width:215px !important;
	left:106px !important;
	top:202px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:265px !important;
	padding:15px;
}

#item57777 {
	width:215px !important;
	left:480px !important;
	top:202px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:265px !important;
	padding:15px;
}

#item57671 {
	width:347px !important;
	left:135px !important;
	top:720px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:98px !important;
	padding:15px;
}

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

#item57707 {
	width:55px !important;
	height:55px !important;
	left:125px !important;
	top:224px !important;
}

#item57716 {
	width:55px !important;
	height:55px !important;
	left:502px !important;
	top:224px !important;
}

#item57726 {
	width:55px !important;
	height:55px !important;
	left:154px !important;
	top:740px !important;
}

#item57736 {
	width:55px !important;
	height:55px !important;
	left:125px !important;
	top:224px !important;
}

#item57747 {
	width:55px !important;
	height:55px !important;
	left:502px !important;
	top:224px !important;
}

#item57758 {
	width:55px !important;
	height:55px !important;
	left:154px !important;
	top:740px !important;
}

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

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

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

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

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

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

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

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

#item58679 {
	width:719px !important;
	height:801px !important;
	left:33px !important;
	top:100px !important;
}

#item58870 {
	width:729px !important;
	height:804px !important;
	left:27px !important;
	top:98px !important;
}

#item59058 {
	width:140px !important;
	height:55px !important;
	left:249px !important;
	top:1135px !important;
}

#item59063 {
	width:140px !important;
	height:55px !important;
	left:249px !important;
	top:1135px !important;
}

#item59068 {
	width:55px !important;
	height:55px !important;
	left:445px !important;
	top:1135px !important;
}

#item59077 {
	width:55px !important;
	height:55px !important;
	left:445px !important;
	top:1135px !important;
}

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

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

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

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

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

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

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

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

#item59796 {
	width:396px !important;
	left:202px !important;
	top:198px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item59922 {
	width:396px !important;
	left:202px !important;
	top:720px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item59839 {
	width:396px !important;
	left:202px !important;
	top:329px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item59947 {
	width:396px !important;
	left:202px !important;
	top:851px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item59881 {
	width:396px !important;
	left:202px !important;
	top:459px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item59970 {
	width:396px !important;
	left:202px !important;
	top:982px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item59819 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:218px !important;
}

#item59993 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:740px !important;
}

#item59862 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:349px !important;
}

#item60001 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:871px !important;
}

#item59904 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:480px !important;
}

#item60009 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:1002px !important;
}

#item59828 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:218px !important;
}

#item60017 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:740px !important;
}

#item59870 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:349px !important;
}

#item60030 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:871px !important;
}

#item59912 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:480px !important;
}

#item60040 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:1002px !important;
}

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

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

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

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

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

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

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

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

#item62312 {
	width:55px !important;
	height:55px !important;
	left:452px !important;
	top:980px !important;
}

#item62321 {
	width:55px !important;
	height:55px !important;
	left:452px !important;
	top:980px !important;
}

#item62061 {
	width:656px !important;
	height:661px !important;
	left:77px !important;
	top:165px !important;
}

#item62185 {
	width:664px !important;
	height:650px !important;
	left:60px !important;
	top:183px !important;
}

#item62302 {
	width:140px !important;
	height:55px !important;
	left:265px !important;
	top:980px !important;
}

#item62307 {
	width:140px !important;
	height:55px !important;
	left:265px !important;
	top:980px !important;
}

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

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

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

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

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

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

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

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

#item60136 {
	width:219px !important;
	left:295px !important;
	top:236px !important;
	min-height:329px !important;
}

#item60160 {
	width:20px !important;
	height:216px !important;
	left:275px !important;
	top:236px !important;
}

#item60113 {
	width:285px !important;
	left:295px !important;
	top:729px !important;
	min-height:311px !important;
}

#item60159 {
	width:20px !important;
	height:216px !important;
	left:275px !important;
	top:729px !important;
}

#item60199 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:246px !important;
}

#item60217 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:373px !important;
}

#item60236 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:500px !important;
}

#item60189 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:739px !important;
}

#item60208 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:856px !important;
}

#item60226 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:973px !important;
}

#item60257 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:373px !important;
}

#item60281 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:500px !important;
}

#item60304 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:246px !important;
}

#item60246 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:856px !important;
}

#item60268 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:973px !important;
}

#item60292 {
	width:55px !important;
	height:55px !important;
	left:220px !important;
	top:739px !important;
}

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

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

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

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

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

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

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

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

#item60380 {
	width:315px !important;
	left:280px !important;
	top:90px !important;
	min-height:1094px !important;
}

#item60403 {
	width:20px !important;
	height:132px !important;
	left:260px !important;
	top:101px !important;
}

#item60461 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:101px !important;
}

#item60470 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:201px !important;
}

#item60480 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:304px !important;
}

#item60489 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:406px !important;
}

#item60498 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:507px !important;
}

#item60507 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:608px !important;
}

#item60516 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:710px !important;
}

#item60528 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:815px !important;
}

#item60537 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:915px !important;
}

#item60546 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:1017px !important;
}

#item60555 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:1120px !important;
}

#item60564 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:101px !important;
}

#item60577 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:201px !important;
}

#item60589 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:304px !important;
}

#item60600 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:406px !important;
}

#item60612 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:507px !important;
}

#item60623 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:608px !important;
}

#item60634 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:710px !important;
}

#item60645 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:815px !important;
}

#item60658 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:915px !important;
}

#item60669 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:1017px !important;
}

#item60680 {
	width:55px !important;
	height:55px !important;
	left:205px !important;
	top:1120px !important;
}

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

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

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

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

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

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

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

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

#item61010 {
	width:692px !important;
	height:630px !important;
	left:48px !important;
	top:225px !important;
}

#item61155 {
	width:664px !important;
	height:621px !important;
	left:58px !important;
	top:222px !important;
}

#item61295 {
	width:140px !important;
	height:55px !important;
	left:271px !important;
	top:1004px !important;
}

#item61300 {
	width:140px !important;
	height:55px !important;
	left:271px !important;
	top:1004px !important;
}

#item61305 {
	width:55px !important;
	height:55px !important;
	left:484px !important;
	top:1004px !important;
}

#item61314 {
	width:55px !important;
	height:55px !important;
	left:484px !important;
	top:1004px !important;
}

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

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

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

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

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

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

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

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

#item61352 {
	width:621px !important;
	left:114px !important;
	top:715px !important;
	min-height:70px !important;
}

#item61375 {
	width:296px !important;
	left:297px !important;
	top:284px !important;
	min-height:74px !important;
}

#item61398 {
	width:314px !important;
	left:297px !important;
	top:580px !important;
	min-height:74px !important;
}

#item61422 {
	width:20px !important;
	height:49px !important;
	left:277px !important;
	top:235px !important;
}

#item62444 {
	width:20px !important;
	height:135px !important;
	left:277px !important;
	top:531px !important;
}

#item62398 {
	width:396px !important;
	left:202px !important;
	top:140px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item62445 {
	width:396px !important;
	left:202px !important;
	top:436px !important;
	border-radius:9px;
	background:#eadde3;
	min-height:95px !important;
	padding:15px;
}

#item62496 {
	width:588px !important;
	height:108px !important;
	left:108px !important;
	top:916px !important;
}

#item61464 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:292px !important;
}

#item61473 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:588px !important;
}

#item62421 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:160px !important;
}

#item62468 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:456px !important;
}

#item61482 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:292px !important;
}

#item61493 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:588px !important;
}

#item62431 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:160px !important;
}

#item62477 {
	width:55px !important;
	height:55px !important;
	left:222px !important;
	top:456px !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;
}

#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;
}

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

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

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

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

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

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

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

#item68985 {
	width:20px !important;
	height:20px !important;
	left:450px !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;
}

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

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

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

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

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

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

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

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

#item64522 {
	width:711px !important;
	height:1076px !important;
	left:45px !important;
	top:85px !important;
}

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

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

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

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

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

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

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

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

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

#item68914 {
	width:20px !important;
	height:20px !important;
	left:450px !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;
}

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

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

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

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

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

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

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

#item68881 {
	width:20px !important;
	height:20px !important;
	left:450px !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#item50627 {
	width:55px !important;
	height:55px !important;
	left:570px !important;
	top:1119px !important;
}

#item50635 {
	width:55px !important;
	height:55px !important;
	left:570px !important;
	top:1119px !important;
}

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

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

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

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

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

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

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

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

#item67325 {
	width:335px !important;
	left:232px !important;
	top:160px !important;
	min-height:422px !important;
}

#item67348 {
	width:453px !important;
	left:232px !important;
	top:678px !important;
	min-height:422px !important;
}

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

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

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

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

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

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

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

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

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