/* 	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; 
}
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:1.5ex;padding-left:1.5ex; }
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:#000; }
:-webkit-full-screen { background:#000; }
#loadIndicator span:after { padding-left:1ex; content:'Carregando'; }
.page-scale-wrap { width:652px; height:850px; background: #fff !important; }
.paper-vertical { width:652px; height:100%; }
.paper-horizontal { width:83408px; height:862px; }
nav#page-nav { display:none; }
html.nav-transition nav#page-nav { opacity:.3; pointer-events:none; }
nav#page-nav > button {
	display:block; position:fixed;
	left:0;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /*.5 height*/
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.svg) no-repeat;
	opacity:.7;
	will-change:transform;
}	
nav#page-nav > button:hover { opacity:1; }
nav#page-nav > #backBtn { left:0; }
html[data-dir="rtl"] nav#page-nav > #backBtn, html:not([data-dir="rtl"]) nav#page-nav > #nextBtn { 
	left:auto;
	right:0; 
	-ms-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}
/* ColorBox Core Style:The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling:touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
/* Colorbox User Style: */
#colorbox{
	border-radius:12px;
    box-shadow:0 0 10px 10px #CCCCCC;
}
    #colorbox, #cboxOverlay, #cboxContent, .cboxIframe, #cboxLoadedContent, #cboxLoadingOverlay { background:#fff; }
    #cboxContent{ overflow:hidden;}
    #cboxMiddleLeft, #cboxMiddleRight { width:8px; }
    #cboxTopCenter{ height:24px; } 
    #cboxBottomCenter { height:8px; }
	#cboxError{padding:50px;}
	#cboxLoadedContent{margin-top:28px;}
	#cboxTitle, #cboxCurrent { position:absolute; top:4px; left:0; color:#949494; }
	#cboxTitle{ text-align:center; width:100%; }
	#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
	#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-32px; width:33px; height:65px; text-indent:-9999px;}
	#cboxPrevious{left:0px; background:url(../images/lb_controls.png) no-repeat top left; }
	#cboxNext{right:0px; background:url(../images/lb_controls.png) no-repeat top right; }
	#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
	#cboxClose{position:absolute; top:2px; right:0px; display:block; background:url(../images/lb_controls.png) no-repeat top center; width:26px; height:24px; text-indent:-9999px;}
@media all and (max-height:850px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:652px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
#share-wrap {
    left:0;
    position:fixed;
    top: 25%;
    background-color: rgba(0,0,0,.65);
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.4);
    z-index:9999;
    -webkit-animation:share-fadein 1s ease 2s;
    animation:share-fadein 1s ease 2s;
}
#share-wrap.align-right { right:0; left:auto; }
#share-wrap.align-bottom {left:auto; right:20px; bottom:0; top:auto; padding-bottom:12px; }
#share-wrap.align-top {left:auto; right:40px; top:0; padding-top:8px; }
#share-wrap > a > span { display: none; }
#share-wrap > a {
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
	background:url(../images/sharebtns.png) no-repeat;
	background-size: 392px 30px;
	-webkit-background-size: 392px 30px;
	-moz-background-size: 392px 30px;
	margin:12px;
	padding:3px;
}
#share-wrap.align-top > a, #share-wrap.align-bottom > a { display:inline-block; }
#share-wrap > a#sb-fb { background-color:#3b5998; background-position:-27px 50%; }
#share-wrap > a#sb-tw { background-color:#00aced; background-position: -265px 50%; }
#share-wrap > a#sb-li { background-color:#007fb1; background-position: -116px 50%; }
#share-wrap > a:hover { box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.5); }
@keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#viewer-options-wrap {
	position:fixed;bottom:0;left:0;width:100%;padding:4px;
	font-family:'Gill Sans','Arial Narrow',Helvetica,Arial,sans-serif;
	transform:translateZ(0);
	transition:transform .5s;
}
#viewer-options-bar{
	position:absolute;bottom:0;left:0;width:100%;
	background-color:#000; color:#fff; fill:#fff;
	height:40px; display:table;
}
#viewer-options-bar.light { color:#000; fill:#000; }
#viewer-options-wrap.no-options #viewer-options-bar {display:none;}
#viewer-options-bar > span { display:table-cell; vertical-align:middle; cursor:default;}
#viewer-logo { display:inline-block; margin-right:14px;}
#viewer-logo img, #viewer-logo object {
	height:36px;
    vertical-align:middle;
    padding:2px 4px;
}
#viewer-title{ padding-left:6px; white-space:nowrap; }
#viewer-pagecount{ text-align:center; width:100%; }
#viewer-options { text-align:right; min-width:340px; }
.viewer-option-btn { cursor:pointer;display:inline-block;margin-right:24px;width:24px;padding:0;}
.viewer-option-btn > svg { position:relative; }
::-webkit-scrollbar #viewer-thumb-wrap {
    width:0px;  background:transparent;
}
#viewer-thumb-wrap {
    position:fixed; bottom:-50px; padding-bottom:46px;
    left:0; right:0; margin:auto;
    overflow-y:hidden; overflow-x:auto;
    background-color:rgba(255,255,255,.7);
    -webkit-overflow-scrolling:touch;
    scroll-behavior: smooth;
}
#viewer-options-thumb-images { margin-bottom:30px; padding-left:24px}
.viewer-page-thumb {
    display:table-cell;
    cursor:pointer;
    padding:24px 0;
	pointer-events:auto;
	-ms-transform:scale(.9); -webkit-transform:scale(.9); transform:scale(.9);
	-webkit-transition:transform .4s; transition:transform .4s;
}
.viewer-page-thumb:hover {
	-ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1);
}
.viewer-page-thumb > img { box-shadow:0 0 24px rgba(0,0,0,.5); }
.viewer-page-thumb.active > img { outline:2px solid #ff9900; }
.dragging, .dragging * { cursor:move !important; }
.dragging, .dragging * { cursor:move !important; }
#viewer_progress_bar {width:0;left:0;height:6px;position:fixed;bottom:40px;background:#ff9900;}
#viewer-options-wrap.no-options #viewer_progress_bar {bottom:0;}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .viewer-option-btn{height:40px} /*IE10/11 fix*/
}
#viewer-options-bar #view-toggle {
    position:absolute;
    right:8px;
    bottom:120px;
    display:block;
    width:70px;
    height:50px;
    border-radius:12px 12px 0 0;
    cursor:pointer;
    display:none;
}
#viewer-options-bar #view-toggle svg {
    position:absolute;
    left:0;right:0;top:0;bottom:0;
    margin:auto;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .viewer-option-btn{height:40px} /*IE10/11 fix*/
}

@media all and (max-width:780px) {
	#viewer-thumb-wrap { bottom:-20px; }
	#viewer-options-wrap.collapsed {
		-ms-transform:translateY(120px);
		-webkit-transform:translateY(120px) translateZ(0);
		transform:translateY(120px) translateZ(0);
		transition:transform .5s;
	}
	#viewer-options-wrap.collapsed #view-toggle svg {
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	#viewer-options-wrap.collapsed #viewer-options-thumb-images { display:none; }
	#viewer-options-bar #view-toggle { display:block; }
	#viewer_progress_bar {bottom:120px;}
	#viewer-options-bar{height:120px;display:block;}
	#viewer-pagecount{right:24px;width:auto;}
	#viewer-options-bar > span{display:inline-block;position:absolute;padding-top:14px}
	#viewer-options{display:table;table-layout:fixed;width:98%;bottom:12px;}
	.viewer-option-btn{display:table-cell;height:auto;min-width:44px;max-width:50px;padding:12px;width:2%;position:relative;}
	.viewer-option-btn > svg {max-width:50px;position:absolute;left:0;right:0;bottom:10px;margin:auto;}
	.viewer-option-btn:first-child{padding-left:6px;}
	.viewer-option-btn:last-child{padding-right:18px;}
	#viewer-options-thumb-images{margin-bottom:90px;}
	body:not(.responsive) .viewer-page-thumb > img {max-width:175px;}
}
/*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%);
}
#item44924 {
	width:558px !important;
	left:36px !important;
	top:283px !important;
	min-height:122px !important;
}

#item32539 {
	width:473px !important;
	left:101px !important;
	top:68px !important;
	min-height:702px !important;
}

#item32029 {
	width:417px !important;
	left:95px !important;
	top:407px !important;
	min-height:333px !important;
}

#item32883 {
	width:515px !important;
	left:101px !important;
	top:68px !important;
	min-height:721px !important;
}

#item12296 {
	width:227px !important;
	left:36px !important;
	top:118px !important;
	min-height:44px !important;
}

#item40816 {
	width:570px !important;
	left:36px !important;
	top:231px !important;
	min-height:578px !important;
}

#item43091 {
	width:76px !important;
	left:39px !important;
	min-height:47px !important;
}

#item42370 {
	width:570px !important;
	height:28px !important;
}

#item42441 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:764px !important;
}

#item42372 {
	width:570px !important;
	height:28px !important;
}

#item42438 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:736px !important;
}

#item42373 {
	width:570px !important;
	height:28px !important;
}

#item42435 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:710px !important;
}

#item42378 {
	width:570px !important;
	height:28px !important;
}

#item42432 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:682px !important;
}

#item42379 {
	width:570px !important;
	height:26px !important;
}

#item42429 {
	width:570px !important;
	height:26px !important;
	left:36px !important;
	top:656px !important;
}

#item42380 {
	width:570px !important;
	height:26px !important;
}

#item42425 {
	width:570px !important;
	height:26px !important;
	left:36px !important;
	top:631px !important;
}

#item42381 {
	width:570px !important;
	height:28px !important;
}

#item42422 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:602px !important;
}

#item42382 {
	width:570px !important;
	height:28px !important;
}

#item42419 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:574px !important;
}

#item42383 {
	width:570px !important;
	height:28px !important;
}

#item42416 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:546px !important;
}

#item42384 {
	width:570px !important;
	height:23px !important;
}

#item42413 {
	width:570px !important;
	height:23px !important;
	left:36px !important;
	top:523px !important;
}

#item42386 {
	width:570px !important;
	height:31px !important;
}

#item42408 {
	width:570px !important;
	height:31px !important;
	left:36px !important;
	top:492px !important;
}

#item42350 {
	width:570px !important;
	height:28px !important;
}

#item42387 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:221px !important;
}

#item42351 {
	width:570px !important;
	height:28px !important;
}

#item42390 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:282px !important;
}

#item42352 {
	width:570px !important;
	height:28px !important;
}

#item42393 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:310px !important;
}

#item42353 {
	width:570px !important;
	height:28px !important;
}

#item42396 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:338px !important;
}

#item42354 {
	width:570px !important;
	height:28px !important;
}

#item42399 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:367px !important;
}

#item42355 {
	width:570px !important;
	height:28px !important;
}

#item42402 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:395px !important;
}

#item42356 {
	width:570px !important;
	height:28px !important;
}

#item42405 {
	width:570px !important;
	height:28px !important;
	left:36px !important;
	top:432px !important;
}

#item3228 {
	width:907px !important;
	height:264px !important;
	left:-10px !important;
	top:147px !important;
	background:#f07d00;
	padding:0px 0px 0px 91px;
}

#item16154 {
	width:227px !important;
	height:624px !important;
	left:36px !important;
	top:147px !important;
}

#item16161 {
	width:227px !important;
	height:624px !important;
	left:277px !important;
	top:147px !important;
}

#item42545 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item42539 {
	width:79px !important;
	height:19px !important;
	left:36px !important;
	top:40px !important;
}

#item3203 {
	width:469px !important;
	left:36px !important;
	top:269px !important;
	min-height:459px !important;
}

#item47381 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item16144 {
	width:227px !important;
	height:623px !important;
	left:147px !important;
	top:147px !important;
}

#item16149 {
	width:227px !important;
	height:624px !important;
	left:389px !important;
	top:147px !important;
}

#item3232 {
	width:469px !important;
	left:147px !important;
	top:147px !important;
	min-height:588px !important;
}

#item47358 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item47334 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item5666 {
	width:469px !important;
	left:36px !important;
	top:147px !important;
	min-height:629px !important;
}

#item5903 {
	width:1327px !important;
	height:405px !important;
	left:-11px !important;
	top:179px !important;
	background:#f07d00;
}

#item12392 {
	width:192px !important;
	height:257px !important;
	left:334px !important;
	top:264px !important;
}

#item33928 {
	width:232px !important;
	left:212px !important;
	top:598px !important;
	min-height:13px !important;
}

#item5756 {
	width:205px !important;
	left:36px !important;
	top:238px !important;
	min-height:244px !important;
}

#item5780 {
	width:255px !important;
	left:263px !important;
	top:243px !important;
	min-height:303px !important;
}

#item47311 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6206 {
	width:241px !important;
	left:147px !important;
	top:149px !important;
	min-height:78px !important;
}

#item6249 {
	width:227px !important;
	left:147px !important;
	top:263px !important;
	min-height:528px !important;
}

#item6255 {
	width:227px !important;
	left:389px !important;
	top:485px !important;
	min-height:294px !important;
}

#item12511 {
	width:167px !important;
	left:389px !important;
	top:445px !important;
	min-height:36px !important;
}

#item47288 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item47265 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10550 {
	width:386px !important;
	height:873px !important;
	left:277px !important;
	top:-11px !important;
	background:#f07d00;
}

#item6261 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:632px !important;
}

#item8749 {
	width:268px !important;
	left:313px !important;
	top:321px !important;
	min-height:469px !important;
}

#item15187 {
	width:237px !important;
	height:64px !important;
	left:313px !important;
	top:230px !important;
}

#item17148 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6291 {
	width:227px !important;
	left:147px !important;
	top:442px !important;
	min-height:337px !important;
}

#item6296 {
	width:227px !important;
	left:389px !important;
	top:442px !important;
	min-height:336px !important;
}

#item47242 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item15226 {
	width:116px !important;
	left:469px !important;
	top:147px !important;
	min-height:77px !important;
}

#item47219 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6301 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:631px !important;
}

#item10622 {
	width:227px !important;
	left:277px !important;
	top:580px !important;
	min-height:199px !important;
}

#item12607 {
	width:227px !important;
	min-height:23px !important;
}

#item10551 {
	width:663px !important;
	height:598px !important;
	left:-11px !important;
	top:264px !important;
	background:#f07d00;
}

#item8773 {
	width:420px !important;
	left:147px !important;
	top:452px !important;
	min-height:293px !important;
}

#item47196 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item17120 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item47173 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item20730 {
	width:227px !important;
	left:278px !important;
	top:530px !important;
	min-height:249px !important;
}

#item6320 {
	width:227px !important;
	left:36px !important;
	top:264px !important;
	min-height:515px !important;
}

#item13258 {
	width:239px !important;
	left:277px !important;
	top:470px !important;
	min-height:41px !important;
}

#item6455 {
	width:469px !important;
	left:147px !important;
	top:150px !important;
	min-height:79px !important;
}

#item6506 {
	width:227px !important;
	left:147px !important;
	top:263px !important;
	min-height:287px !important;
}

#item6557 {
	width:227px !important;
	left:389px !important;
	top:263px !important;
	min-height:516px !important;
}

#item47150 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item33953 {
	width:68px !important;
	height:141px !important;
	left:64px !important;
	top:405px !important;
}

#item47127 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10553 {
	width:386px !important;
	height:873px !important;
	left:277px !important;
	top:-11px !important;
	background:#f07d00;
}

#item6563 {
	width:227px !important;
	left:36px !important;
	top:263px !important;
	min-height:516px !important;
}

#item8801 {
	width:275px !important;
	left:313px !important;
	top:333px !important;
	min-height:342px !important;
}

#item15260 {
	width:273px !important;
	left:315px !important;
	top:236px !important;
	min-height:65px !important;
}

#item17090 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item43907 {
	width:227px !important;
	height:623px !important;
	left:147px !important;
	top:147px !important;
}

#item43931 {
	width:227px !important;
	height:624px !important;
	left:389px !important;
	top:147px !important;
}

#item43884 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item43935 {
	width:227px !important;
	height:624px !important;
	left:36px !important;
	top:147px !important;
}

#item43939 {
	width:227px !important;
	height:624px !important;
	left:277px !important;
	top:147px !important;
}

#item15324 {
	width:167px !important;
	left:335px !important;
	top:549px !important;
	min-height:119px !important;
}

#item6573 {
	width:227px !important;
	left:147px !important;
	top:147px !important;
	min-height:631px !important;
}

#item6579 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:631px !important;
}

#item47104 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6584 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:631px !important;
}

#item13633 {
	width:227px !important;
	left:277px !important;
	top:736px !important;
	min-height:42px !important;
}

#item15350 {
	width:227px !important;
	left:277px !important;
	top:147px !important;
	min-height:303px !important;
}

#item47081 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6605 {
	width:227px !important;
	left:147px !important;
	top:147px !important;
	min-height:631px !important;
}

#item10627 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:631px !important;
}

#item47057 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10631 {
	width:227px !important;
	left:36px !important;
	top:401px !important;
	min-height:378px !important;
}

#item13786 {
	width:227px !important;
	left:277px !important;
	top:401px !important;
	min-height:378px !important;
}

#item47034 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6615 {
	width:227px !important;
	left:389px !important;
	top:320px !important;
	min-height:458px !important;
}

#item10558 {
	width:386px !important;
	height:714px !important;
	left:-11px !important;
	top:147px !important;
	background:#f07d00;
}

#item8826 {
	width:269px !important;
	left:58px !important;
	top:211px !important;
	min-height:569px !important;
}

#item17065 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item13863 {
	width:155px !important;
	left:235px !important;
	top:68px !important;
	min-height:53px !important;
}

#item47011 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6620 {
	width:227px !important;
	left:277px !important;
	top:595px !important;
	min-height:184px !important;
}

#item13791 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:631px !important;
}

#item46988 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10559 {
	width:663px !important;
	height:873px !important;
	left:-11px !important;
	top:-11px !important;
	background:#f07d00;
}

#item8853 {
	width:227px !important;
	left:147px !important;
	top:99px !important;
	min-height:683px !important;
}

#item17042 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item46965 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item38361 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:632px !important;
}

#item46941 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6642 {
	width:227px !important;
	left:36px !important;
	top:317px !important;
	min-height:461px !important;
}

#item10564 {
	width:227px !important;
	left:277px !important;
	top:317px !important;
	min-height:461px !important;
}

#item13896 {
	width:145px !important;
	left:354px !important;
	top:147px !important;
	min-height:101px !important;
}

#item6658 {
	width:227px !important;
	left:147px !important;
	top:147px !important;
	min-height:271px !important;
}

#item6663 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:283px !important;
}

#item13979 {
	width:469px !important;
	height:23px !important;
	left:147px !important;
	top:753px !important;
}

#item46918 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item46895 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item16686 {
	width:665px !important;
	height:873px !important;
	top:-11px !important;
	background:#f07d00;
}

#item16687 {
	width:227px !important;
	left:36px !important;
	top:146px !important;
	min-height:606px !important;
}

#item16757 {
	width:252px !important;
	height:26px !important;
	left:36px !important;
	top:99px !important;
}

#item32401 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item38368 {
	width:227px !important;
	left:277px !important;
	top:194px !important;
	min-height:582px !important;
}

#item38392 {
	width:307px !important;
	left:36px !important;
	top:147px !important;
	min-height:43px !important;
}

#item42613 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item42607 {
	width:79px !important;
	height:19px !important;
	left:36px !important;
	top:49px !important;
}

#item6704 {
	width:198px !important;
	left:147px !important;
	top:147px !important;
	min-height:77px !important;
}

#item6727 {
	width:227px !important;
	left:147px !important;
	top:264px !important;
	min-height:527px !important;
}

#item6767 {
	width:227px !important;
	left:389px !important;
	top:264px !important;
	min-height:515px !important;
}

#item46872 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item46849 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item16763 {
	width:227px !important;
	left:36px !important;
	top:444px !important;
	min-height:335px !important;
}

#item16767 {
	width:227px !important;
	left:277px !important;
	top:444px !important;
	min-height:335px !important;
}

#item21693 {
	width:90px !important;
	left:505px !important;
	top:427px !important;
	min-height:66px !important;
}

#item42812 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item42806 {
	width:79px !important;
	height:19px !important;
	left:36px !important;
	top:42px !important;
}

#item46826 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6773 {
	width:227px !important;
	left:147px !important;
	top:147px !important;
	min-height:632px !important;
}

#item6777 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:632px !important;
}

#item46803 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item19169 {
	opacity:0.40;
	width:228px !important;
	height:304px !important;
	left:277px !important;
	top:87px !important;
	background:#fcdab9;
	border:solid 1px #c6c6c6;
}

#item6782 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:632px !important;
}

#item6788 {
	width:227px !important;
	left:277px !important;
	top:437px !important;
	min-height:342px !important;
}

#item32255 {
	width:80px !important;
	left:514px !important;
	top:147px !important;
	min-height:96px !important;
}

#item6793 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:631px !important;
}

#item10568 {
	width:386px !important;
	height:590px !important;
	left:-11px !important;
	top:272px !important;
	background:#f07d00;
}

#item8906 {
	width:272px !important;
	left:57px !important;
	top:373px !important;
	min-height:411px !important;
}

#item46780 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item17892 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item46757 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item17311 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:632px !important;
}

#item17315 {
	width:227px !important;
	left:277px !important;
	top:147px !important;
	min-height:632px !important;
}

#item6814 {
	width:227px !important;
	left:147px !important;
	top:147px !important;
	min-height:632px !important;
}

#item10635 {
	width:227px !important;
	left:389px !important;
	top:408px !important;
	min-height:371px !important;
}

#item46734 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item21265 {
	width:181px !important;
	left:389px !important;
	top:361px !important;
	min-height:28px !important;
}

#item46711 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6825 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:631px !important;
}

#item6830 {
	width:227px !important;
	left:277px !important;
	top:147px !important;
	min-height:324px !important;
}

#item44055 {
	width:227px !important;
	height:623px !important;
	left:147px !important;
	top:147px !important;
}

#item44078 {
	width:227px !important;
	height:624px !important;
	left:389px !important;
	top:147px !important;
}

#item44082 {
	width:227px !important;
	height:624px !important;
	left:36px !important;
	top:147px !important;
}

#item44086 {
	width:227px !important;
	height:624px !important;
	left:277px !important;
	top:147px !important;
}

#item21193 {
	width:241px !important;
	left:263px !important;
	top:68px !important;
	min-height:91px !important;
}

#item6840 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:631px !important;
}

#item10570 {
	width:386px !important;
	height:873px !important;
	left:-11px !important;
	top:-11px !important;
	background:#f07d00;
}

#item8934 {
	width:232px !important;
	left:58px !important;
	top:147px !important;
	min-height:419px !important;
}

#item17915 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item46688 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item35236 {
	width:213px !important;
	height:114px !important;
	left:29px !important;
	top:683px !important;
}

#item6851 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:534px !important;
}

#item17448 {
	width:227px !important;
	left:277px !important;
	top:147px !important;
	min-height:632px !important;
}

#item46665 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6856 {
	width:227px !important;
	left:147px !important;
	top:340px !important;
	min-height:439px !important;
}

#item17521 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:632px !important;
}

#item46642 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item17525 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:632px !important;
}

#item17585 {
	width:386px !important;
	height:878px !important;
	left:277px !important;
	top:-11px !important;
	background:#f07d00;
}

#item17586 {
	width:261px !important;
	left:314px !important;
	top:303px !important;
	min-height:448px !important;
}

#item17846 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item46619 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6883 {
	width:227px !important;
	left:147px !important;
	top:147px !important;
	min-height:632px !important;
}

#item17666 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:632px !important;
}

#item46596 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item6899 {
	width:227px !important;
	left:36px !important;
	top:465px !important;
	min-height:314px !important;
}

#item17686 {
	width:227px !important;
	left:277px !important;
	top:465px !important;
	min-height:314px !important;
}

#item21380 {
	width:558px !important;
	left:36px !important;
	top:418px !important;
	min-height:26px !important;
}

#item46572 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10640 {
	width:227px !important;
	left:147px !important;
	top:417px !important;
	min-height:362px !important;
}

#item46548 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item21431 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:632px !important;
}

#item46525 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10592 {
	width:665px !important;
	height:873px !important;
	top:-11px !important;
	background:#f07d00;
}

#item8986 {
	width:227px !important;
	left:37px !important;
	top:196px !important;
	min-height:410px !important;
}

#item17805 {
	width:469px !important;
	left:36px !important;
	top:147px !important;
	min-height:46px !important;
}

#item25873 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item38399 {
	width:227px !important;
	left:277px !important;
	top:196px !important;
	min-height:410px !important;
}

#item42976 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item42970 {
	width:79px !important;
	height:19px !important;
	left:36px !important;
	top:40px !important;
}

#item6953 {
	width:227px !important;
	left:147px !important;
	top:147px !important;
	min-height:83px !important;
}

#item6996 {
	width:227px !important;
	left:147px !important;
	top:264px !important;
	min-height:527px !important;
}

#item17946 {
	width:227px !important;
	left:389px !important;
	top:448px !important;
	min-height:331px !important;
}

#item25958 {
	width:228px !important;
	left:389px !important;
	top:398px !important;
	min-height:25px !important;
}

#item46501 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7063 {
	width:227px !important;
	left:277px !important;
	top:147px !important;
	min-height:393px !important;
}

#item17950 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:632px !important;
}

#item18244 {
	width:90px !important;
	height:173px !important;
	left:505px !important;
	top:604px !important;
}

#item46478 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7074 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:632px !important;
}

#item10593 {
	width:386px !important;
	height:879px !important;
	left:-11px !important;
	top:-17px !important;
	background:#f07d00;
}

#item9020 {
	width:276px !important;
	left:58px !important;
	top:461px !important;
	min-height:278px !important;
}

#item18324 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item34138 {
	width:276px !important;
	left:58px !important;
	top:393px !important;
	min-height:54px !important;
}

#item46454 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7084 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:632px !important;
}

#item18286 {
	width:227px !important;
	left:277px !important;
	top:312px !important;
	min-height:467px !important;
}

#item21813 {
	width:90px !important;
	left:505px !important;
	top:297px !important;
	min-height:139px !important;
}

#item46431 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7090 {
	width:227px !important;
	left:147px !important;
	top:147px !important;
	min-height:342px !important;
}

#item10648 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:632px !important;
}

#item18473 {
	width:227px !important;
	left:147px !important;
	top:711px !important;
	min-height:70px !important;
}

#item46408 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7112 {
	width:469px !important;
	left:36px !important;
	top:327px !important;
	min-height:451px !important;
}

#item18496 {
	width:108px !important;
	left:391px !important;
	top:147px !important;
	min-height:151px !important;
}

#item46385 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7124 {
	width:227px !important;
	left:147px !important;
	top:147px !important;
	min-height:631px !important;
}

#item7129 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:631px !important;
}

#item46362 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10610 {
	width:386px !important;
	height:879px !important;
	left:277px !important;
	top:-17px !important;
	background:#f07d00;
}

#item7152 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:632px !important;
}

#item9047 {
	width:281px !important;
	left:313px !important;
	top:351px !important;
	min-height:444px !important;
}

#item18760 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item46339 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7158 {
	width:227px !important;
	left:147px !important;
	top:330px !important;
	min-height:445px !important;
}

#item10652 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:631px !important;
}

#item46316 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7181 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:631px !important;
}

#item7186 {
	width:227px !important;
	left:277px !important;
	top:300px !important;
	min-height:479px !important;
}

#item26071 {
	width:88px !important;
	left:512px !important;
	top:196px !important;
	min-height:83px !important;
}

#item46293 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10656 {
	width:227px !important;
	left:147px !important;
	top:147px !important;
	min-height:632px !important;
}

#item10660 {
	width:227px !important;
	left:389px !important;
	top:344px !important;
	min-height:435px !important;
}

#item46270 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10618 {
	width:663px !important;
	height:873px !important;
	top:-11px !important;
	background:#f07d00;
}

#item9075 {
	width:468px !important;
	left:37px !important;
	top:225px !important;
	min-height:554px !important;
}

#item18726 {
	width:226px !important;
	left:37px !important;
	top:147px !important;
	min-height:62px !important;
}

#item18783 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item46247 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item43034 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item43028 {
	width:79px !important;
	height:19px !important;
	left:36px !important;
	top:40px !important;
}

#item7227 {
	width:227px !important;
	left:147px !important;
	top:264px !important;
	min-height:515px !important;
}

#item7232 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:632px !important;
}

#item34617 {
	width:71px !important;
	left:57px !important;
	top:256px !important;
	min-height:157px !important;
}

#item46224 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item35070 {
	width:227px !important;
	left:277px !important;
	top:147px !important;
	min-height:632px !important;
}

#item7261 {
	width:227px !important;
	left:36px !important;
	top:257px !important;
	min-height:522px !important;
}

#item34663 {
	width:188px !important;
	left:277px !important;
	top:68px !important;
	min-height:41px !important;
}

#item46201 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10664 {
	width:227px !important;
	left:147px !important;
	top:274px !important;
	min-height:506px !important;
}

#item10668 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:632px !important;
}

#item46178 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7295 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:632px !important;
}

#item7300 {
	width:227px !important;
	left:277px !important;
	top:147px !important;
	min-height:439px !important;
}

#item21925 {
	width:98px !important;
	height:193px !important;
	left:505px !important;
	top:404px !important;
}

#item46154 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item18942 {
	width:89px !important;
	left:83px !important;
	top:147px !important;
	min-height:153px !important;
}

#item10676 {
	width:227px !important;
	left:147px !important;
	top:334px !important;
	min-height:445px !important;
}

#item7318 {
	width:227px !important;
	left:389px !important;
	top:147px !important;
	min-height:632px !important;
}

#item46131 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10619 {
	width:663px !important;
	height:714px !important;
	top:147px !important;
	background:#f07d00;
}

#item9103 {
	width:468px !important;
	left:36px !important;
	top:312px !important;
	min-height:435px !important;
}

#item18974 {
	width:194px !important;
	left:36px !important;
	top:203px !important;
	min-height:92px !important;
}

#item18984 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item46108 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item44112 {
	width:663px !important;
	height:873px !important;
	left:-11px !important;
	top:-11px !important;
	background:#98cdae;
}

#item44240 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item44113 {
	width:663px !important;
	height:873px !important;
	top:-11px !important;
	background:#98cdae;
}

#item44263 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item44292 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item44286 {
	width:79px !important;
	height:19px !important;
	left:36px !important;
	top:40px !important;
}

#item44394 {
	width:663px !important;
	height:873px !important;
	left:-11px !important;
	top:-11px !important;
	background:#98cdae;
}

#item44444 {
	width:268px !important;
	height:624px !important;
	left:58px !important;
	top:147px !important;
}

#item44518 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item44395 {
	width:663px !important;
	height:873px !important;
	top:-11px !important;
	background:#98cdae;
}

#item44541 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item44570 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item44564 {
	width:79px !important;
	height:19px !important;
	left:36px !important;
	top:40px !important;
}

#item16185 {
	width:227px !important;
	height:624px !important;
	left:147px !important;
	top:147px !important;
}

#item16205 {
	width:227px !important;
	height:624px !important;
	left:389px !important;
	top:147px !important;
}

#item7529 {
	width:1327px !important;
	height:405px !important;
	left:-11px !important;
	top:179px !important;
	background:#954b8e;
}

#item46085 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item31084 {
	width:60px !important;
	height:33px !important;
	left:45px !important;
	top:796px !important;
	background:#fff;
}

#item16209 {
	width:227px !important;
	height:624px !important;
	left:36px !important;
	top:147px !important;
}

#item16213 {
	width:227px !important;
	height:624px !important;
	left:277px !important;
	top:147px !important;
}

#item42844 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item42838 {
	width:79px !important;
	height:19px !important;
	left:36px !important;
	top:40px !important;
}

#item7530 {
	width:193px !important;
	left:48px !important;
	top:238px !important;
	min-height:277px !important;
}

#item7553 {
	width:241px !important;
	left:277px !important;
	top:238px !important;
	min-height:359px !important;
}

#item46062 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7596 {
	width:193px !important;
	left:58px !important;
	top:68px !important;
	min-height:120px !important;
}

#item7623 {
	width:238px !important;
	left:58px !important;
	top:265px !important;
	min-height:524px !important;
}

#item19404 {
	width:281px !important;
	left:317px !important;
	top:478px !important;
	min-height:111px !important;
}

#item46039 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item28696 {
	width:198px !important;
	left:36px !important;
	top:365px !important;
	min-height:175px !important;
}

#item28720 {
	width:272px !important;
	left:277px !important;
	top:362px !important;
	min-height:175px !important;
}

#item28746 {
	width:196px !important;
	left:355px !important;
	top:564px !important;
	min-height:223px !important;
}

#item46016 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item28773 {
	width:212px !important;
	height:180px !important;
	left:57px !important;
	top:99px !important;
}

#item28802 {
	width:360px !important;
	left:57px !important;
	top:354px !important;
	min-height:185px !important;
}

#item45993 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item28827 {
	width:160px !important;
	top:256px !important;
	min-height:57px !important;
}

#item45970 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item34334 {
	width:260px !important;
	left:326px !important;
	top:99px !important;
	min-height:225px !important;
}

#item35500 {
	width:241px !important;
	left:36px !important;
	top:407px !important;
	min-height:375px !important;
}

#item28901 {
	width:485px !important;
	left:58px !important;
	top:331px !important;
	min-height:194px !important;
}

#item28924 {
	width:140px !important;
	left:190px !important;
	top:573px !important;
	min-height:180px !important;
}

#item45947 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item45924 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item28950 {
	width:142px !important;
	height:94px !important;
	left:401px !important;
	top:218px !important;
}

#item28973 {
	width:186px !important;
	left:101px !important;
	top:685px !important;
	min-height:90px !important;
}

#item29026 {
	width:224px !important;
	left:340px !important;
	top:596px !important;
	min-height:180px !important;
}

#item29100 {
	width:215px !important;
	left:366px !important;
	top:522px !important;
	min-height:178px !important;
}

#item29077 {
	width:422px !important;
	left:104px !important;
	top:392px !important;
	min-height:60px !important;
}

#item45900 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item45877 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item29128 {
	width:281px !important;
	left:36px !important;
	top:278px !important;
	min-height:171px !important;
}

#item29151 {
	width:317px !important;
	left:199px !important;
	top:522px !important;
	min-height:255px !important;
}

#item35555 {
	width:238px !important;
	left:352px !important;
	top:278px !important;
	min-height:171px !important;
}

#item1888 {
	width:663px !important;
	height:873px !important;
	left:-11px !important;
	top:-11px !important;
	background:#98cdae;
}

#item5702 {
	width:557px !important;
	height:701px !important;
	left:58px !important;
	top:69px !important;
}

#item16236 {
	width:268px !important;
	height:624px !important;
	left:58px !important;
	top:147px !important;
}

#item39945 {
	width:513px !important;
	left:58px !important;
	top:147px !important;
	min-height:627px !important;
}

#item39974 {
	width:546px !important;
	left:59px !important;
	top:68px !important;
	min-height:29px !important;
}

#item39997 {
	width:77px !important;
	height:22px !important;
	left:58px !important;
	top:140px !important;
	background:#253386;
}

#item40043 {
	width:77px !important;
	height:22px !important;
	left:318px !important;
	top:140px !important;
	background:#253386;
}

#item40089 {
	width:77px !important;
	height:22px !important;
	left:58px !important;
	top:215px !important;
	background:#253386;
}

#item40135 {
	width:77px !important;
	height:22px !important;
	left:318px !important;
	top:215px !important;
	background:#253386;
}

#item40181 {
	width:77px !important;
	height:22px !important;
	left:58px !important;
	top:290px !important;
	background:#253386;
}

#item40228 {
	width:77px !important;
	height:22px !important;
	left:318px !important;
	top:290px !important;
	background:#253386;
}

#item40274 {
	width:77px !important;
	height:22px !important;
	left:58px !important;
	top:366px !important;
	background:#253386;
}

#item40320 {
	width:77px !important;
	height:22px !important;
	left:318px !important;
	top:366px !important;
	background:#253386;
}

#item40366 {
	width:77px !important;
	height:22px !important;
	left:58px !important;
	top:441px !important;
	background:#253386;
}

#item40412 {
	width:77px !important;
	height:22px !important;
	left:318px !important;
	top:441px !important;
	background:#253386;
}

#item40458 {
	width:77px !important;
	height:22px !important;
	left:58px !important;
	top:516px !important;
	background:#253386;
}

#item40504 {
	width:77px !important;
	height:22px !important;
	left:318px !important;
	top:516px !important;
	background:#253386;
}

#item40551 {
	width:77px !important;
	height:22px !important;
	left:58px !important;
	top:592px !important;
	background:#253386;
}

#item40598 {
	width:77px !important;
	height:22px !important;
	left:318px !important;
	top:592px !important;
	background:#253386;
}

#item40644 {
	width:77px !important;
	height:22px !important;
	left:58px !important;
	top:667px !important;
	background:#253386;
}

#item45854 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item40667 {
	width:77px !important;
	height:22px !important;
	left:318px !important;
	top:667px !important;
	background:#253386;
}

#item1889 {
	width:663px !important;
	height:873px !important;
	top:-11px !important;
	background:#98cdae;
}

#item5701 {
	width:557px !important;
	height:701px !important;
	left:36px !important;
	top:69px !important;
}

#item42885 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item42879 {
	width:79px !important;
	height:19px !important;
	left:36px !important;
	top:40px !important;
}

#item39969 {
	width:528px !important;
	left:57px !important;
	top:147px !important;
	min-height:629px !important;
}

#item40020 {
	width:88px !important;
	height:22px !important;
	left:58px !important;
	top:140px !important;
	background:#253386;
}

#item40066 {
	width:88px !important;
	height:22px !important;
	left:326px !important;
	top:140px !important;
	background:#253386;
}

#item40112 {
	width:88px !important;
	height:22px !important;
	left:58px !important;
	top:215px !important;
	background:#253386;
}

#item40158 {
	width:88px !important;
	height:22px !important;
	left:326px !important;
	top:215px !important;
	background:#253386;
}

#item40205 {
	width:88px !important;
	height:22px !important;
	left:58px !important;
	top:290px !important;
	background:#253386;
}

#item40251 {
	width:88px !important;
	height:22px !important;
	left:326px !important;
	top:290px !important;
	background:#253386;
}

#item40297 {
	width:88px !important;
	height:22px !important;
	left:58px !important;
	top:366px !important;
	background:#253386;
}

#item40343 {
	width:88px !important;
	height:22px !important;
	left:326px !important;
	top:366px !important;
	background:#253386;
}

#item40389 {
	width:88px !important;
	height:22px !important;
	left:58px !important;
	top:441px !important;
	background:#253386;
}

#item40435 {
	width:88px !important;
	height:22px !important;
	left:326px !important;
	top:441px !important;
	background:#253386;
}

#item40481 {
	width:88px !important;
	height:22px !important;
	left:58px !important;
	top:516px !important;
	background:#253386;
}

#item40528 {
	width:88px !important;
	height:22px !important;
	left:326px !important;
	top:516px !important;
	background:#253386;
}

#item40574 {
	width:88px !important;
	height:22px !important;
	left:58px !important;
	top:592px !important;
	background:#253386;
}

#item40621 {
	width:88px !important;
	height:22px !important;
	left:326px !important;
	top:592px !important;
	background:#253386;
}

#item45831 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item7738 {
	width:235px !important;
	left:58px !important;
	top:266px !important;
	min-height:525px !important;
}

#item9153 {
	width:227px !important;
	left:58px !important;
	top:68px !important;
	min-height:79px !important;
}

#item45808 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item34718 {
	width:227px !important;
	left:320px !important;
	top:670px !important;
	min-height:109px !important;
}

#item45784 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item9174 {
	width:227px !important;
	left:76px !important;
	top:473px !important;
	min-height:306px !important;
}

#item35593 {
	width:227px !important;
	left:317px !important;
	top:652px !important;
	min-height:127px !important;
}

#item9184 {
	width:227px !important;
	left:58px !important;
	top:147px !important;
	min-height:632px !important;
}

#item9188 {
	width:227px !important;
	left:299px !important;
	top:147px !important;
	min-height:632px !important;
}

#item45760 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item31473 {
	width:227px !important;
	left:36px !important;
	top:412px !important;
	min-height:362px !important;
}

#item31391 {
	width:264px !important;
	left:37px !important;
	top:357px !important;
	min-height:35px !important;
}

#item45737 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item9244 {
	width:207px !important;
	left:58px !important;
	top:265px !important;
	min-height:522px !important;
}

#item9270 {
	width:198px !important;
	left:58px !important;
	top:68px !important;
	min-height:89px !important;
}

#item29315 {
	width:312px !important;
	left:292px !important;
	top:541px !important;
	min-height:198px !important;
}

#item45714 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item29388 {
	width:198px !important;
	height:150px !important;
	left:296px !important;
	top:628px !important;
}

#item29355 {
	width:290px !important;
	left:36px !important;
	top:265px !important;
	min-height:165px !important;
}

#item45691 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item29525 {
	width:185px !important;
	left:94px !important;
	top:147px !important;
	min-height:106px !important;
}

#item45668 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item29564 {
	width:289px !important;
	left:283px !important;
	top:147px !important;
	min-height:208px !important;
}

#item29619 {
	width:172px !important;
	height:135px !important;
	left:117px !important;
	top:474px !important;
}

#item45645 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item29659 {
	width:133px !important;
	height:184px !important;
	left:475px !important;
	top:147px !important;
}

#item45622 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item45599 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item19812 {
	width:473px !important;
	left:36px !important;
	top:204px !important;
	min-height:576px !important;
}

#item36044 {
	width:187px !important;
	left:36px !important;
	top:147px !important;
	min-height:40px !important;
}

#item7826 {
	width:227px !important;
	left:58px !important;
	top:265px !important;
	min-height:526px !important;
}

#item9332 {
	width:229px !important;
	left:58px !important;
	top:68px !important;
	min-height:89px !important;
}

#item9336 {
	width:227px !important;
	left:299px !important;
	top:265px !important;
	min-height:231px !important;
}

#item45576 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item9340 {
	width:227px !important;
	left:36px !important;
	top:265px !important;
	min-height:455px !important;
}

#item45553 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item9858 {
	width:230px !important;
	left:58px !important;
	top:264px !important;
	min-height:527px !important;
}

#item10105 {
	width:227px !important;
	left:58px !important;
	top:69px !important;
	min-height:59px !important;
}

#item45530 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item32338 {
	width:238px !important;
	left:299px !important;
	top:264px !important;
	min-height:515px !important;
}

#item42915 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item42909 {
	width:79px !important;
	height:19px !important;
	left:36px !important;
	top:40px !important;
}

#item45507 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item29903 {
	width:469px !important;
	left:36px !important;
	top:371px !important;
	min-height:405px !important;
}

#item30025 {
	width:391px !important;
	height:122px !important;
	left:58px !important;
	top:427px !important;
}

#item45484 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item29970 {
	width:309px !important;
	left:284px !important;
	top:264px !important;
	min-height:105px !important;
}

#item45461 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item30074 {
	width:213px !important;
	left:36px !important;
	top:312px !important;
	min-height:405px !important;
}

#item30120 {
	width:298px !important;
	left:277px !important;
	top:298px !important;
	min-height:201px !important;
}

#item36088 {
	width:149px !important;
	left:277px !important;
	top:546px !important;
	min-height:230px !important;
}

#item30170 {
	width:355px !important;
	left:120px !important;
	top:420px !important;
	min-height:275px !important;
}

#item45438 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item30210 {
	width:252px !important;
	height:118px !important;
	left:239px !important;
	top:217px !important;
}

#item30245 {
	width:469px !important;
	left:36px !important;
	top:551px !important;
	min-height:210px !important;
}

#item45415 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item30326 {
	width:234px !important;
	left:150px !important;
	top:469px !important;
	min-height:180px !important;
}

#item45391 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item30290 {
	width:227px !important;
	left:387px !important;
	top:147px !important;
	min-height:245px !important;
}

#item45368 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item30366 {
	width:548px !important;
	left:35px !important;
	top:292px !important;
	min-height:165px !important;
}

#item30401 {
	width:242px !important;
	left:313px !important;
	top:619px !important;
	min-height:90px !important;
}

#item10155 {
	width:227px !important;
	left:58px !important;
	top:264px !important;
	min-height:527px !important;
}

#item10178 {
	width:349px !important;
	left:58px !important;
	top:68px !important;
	min-height:107px !important;
}

#item10185 {
	width:227px !important;
	left:299px !important;
	top:264px !important;
	min-height:515px !important;
}

#item45345 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10190 {
	width:227px !important;
	left:36px !important;
	top:264px !important;
	min-height:515px !important;
}

#item45322 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10195 {
	width:227px !important;
	left:277px !important;
	top:264px !important;
	min-height:515px !important;
}

#item10202 {
	width:227px !important;
	left:58px !important;
	top:147px !important;
	min-height:632px !important;
}

#item10211 {
	width:227px !important;
	left:299px !important;
	top:147px !important;
	min-height:632px !important;
}

#item45299 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item24133 {
	width:227px !important;
	left:36px !important;
	top:147px !important;
	min-height:632px !important;
}

#item45276 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item24137 {
	width:227px !important;
	left:277px !important;
	top:147px !important;
	min-height:629px !important;
}

#item45253 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10294 {
	width:305px !important;
	left:58px !important;
	top:68px !important;
	min-height:44px !important;
}

#item25183 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item25490 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item25465 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item25208 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item45230 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item25233 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item25258 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24286 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24354 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item45207 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item24405 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24329 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24379 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24455 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24430 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24480 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24531 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24556 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item45184 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item45161 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item24581 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24631 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24657 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24606 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24682 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24708 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24733 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24758 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item45138 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item45115 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item24833 {
	width:227px !important;
	height:41px !important;
	top:257px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item24859 {
	width:227px !important;
	height:41px !important;
	left:327px !important;
	top:405px !important;
	background:#e7c899;
	border:solid 1px #bd8100;
}

#item45092 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10130 {
	width:227px !important;
	left:36px !important;
	top:68px !important;
	min-height:77px !important;
}

#item10755 {
	width:462px !important;
	left:37px !important;
	top:198px !important;
	min-height:99px !important;
}

#item36408 {
	width:469px !important;
	left:36px !important;
	top:303px !important;
	background:#fbcda2;
	border:solid 2px #000;
	min-height:469px !important;
	padding:11px;
}

#item31955 {
	width:241px !important;
	left:332px !important;
	top:482px !important;
	min-height:235px !important;
}

#item10335 {
	width:469px !important;
	left:36px !important;
	top:264px !important;
	min-height:512px !important;
}

#item10464 {
	width:347px !important;
	left:131px !important;
	top:149px !important;
	min-height:122px !important;
}

#item45069 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10473 {
	width:473px !important;
	left:105px !important;
	top:147px !important;
	min-height:590px !important;
}

#item45046 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item45023 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item10477 {
	width:469px !important;
	left:36px !important;
	top:147px !important;
	min-height:628px !important;
}

#item3158 {
	width:499px !important;
	left:58px !important;
	top:271px !important;
	min-height:505px !important;
}

#item44999 {
	width:68px !important;
	left:58px !important;
	top:809px !important;
	min-height:18px !important;
}

#item32753 {
	width:184px !important;
	left:58px !important;
	top:147px !important;
	min-height:41px !important;
}

#item43326 {
	width:570px !important;
	height:50px !important;
}

#item43323 {
	width:570px !important;
	height:50px !important;
	left:46px !important;
	top:264px !important;
}

#item43331 {
	width:570px !important;
	height:28px !important;
}

#item43328 {
	width:570px !important;
	height:28px !important;
	left:46px !important;
	top:332px !important;
}

#item43335 {
	width:570px !important;
	height:66px !important;
}

#item43332 {
	width:570px !important;
	height:66px !important;
	left:46px !important;
	top:365px !important;
}

#item43339 {
	width:570px !important;
	height:85px !important;
}

#item43336 {
	width:570px !important;
	height:85px !important;
	left:46px !important;
	top:436px !important;
}

#item43343 {
	width:570px !important;
	height:107px !important;
}

#item43340 {
	width:570px !important;
	height:107px !important;
	left:46px !important;
	top:525px !important;
}

#item43347 {
	width:570px !important;
	height:132px !important;
}

#item43344 {
	width:570px !important;
	height:132px !important;
	left:46px !important;
	top:635px !important;
}

#item27024 {
	width:567px !important;
	left:36px !important;
	top:271px !important;
	min-height:506px !important;
}

#item44976 {
	width:68px !important;
	left:527px !important;
	top:809px !important;
	min-height:18px !important;
}

#item43285 {
	width:570px !important;
	height:24px !important;
}

#item43282 {
	width:570px !important;
	height:24px !important;
	left:30px !important;
	top:521px !important;
}

#item43289 {
	width:570px !important;
	height:24px !important;
}

#item43286 {
	width:570px !important;
	height:24px !important;
	left:30px !important;
	top:497px !important;
}

#item43293 {
	width:570px !important;
	height:24px !important;
}

#item43290 {
	width:570px !important;
	height:24px !important;
	left:30px !important;
	top:473px !important;
}

#item43298 {
	width:570px !important;
	height:19px !important;
}

#item43295 {
	width:570px !important;
	height:19px !important;
	left:30px !important;
	top:454px !important;
}

#item43302 {
	width:570px !important;
	height:23px !important;
}

#item43299 {
	width:570px !important;
	height:23px !important;
	left:30px !important;
	top:431px !important;
}

#item43306 {
	width:570px !important;
	height:24px !important;
}

#item43303 {
	width:570px !important;
	height:24px !important;
	left:30px !important;
	top:407px !important;
}

#item43310 {
	width:570px !important;
	height:19px !important;
}

#item43307 {
	width:570px !important;
	height:19px !important;
	left:30px !important;
	top:388px !important;
}

#item43314 {
	width:570px !important;
	height:23px !important;
}

#item43311 {
	width:570px !important;
	height:23px !important;
	left:30px !important;
	top:365px !important;
}

#item43318 {
	width:570px !important;
	height:23px !important;
}

#item43315 {
	width:570px !important;
	height:23px !important;
	left:30px !important;
	top:343px !important;
}

#item43322 {
	width:570px !important;
	height:31px !important;
}

#item43319 {
	width:570px !important;
	height:31px !important;
	left:30px !important;
	top:311px !important;
}

#item43351 {
	width:570px !important;
	height:28px !important;
}

#item43348 {
	width:570px !important;
	height:28px !important;
	left:30px !important;
	top:263px !important;
}

#item32597 {
	width:473px !important;
	left:94px !important;
	top:108px !important;
	min-height:354px !important;
}

#item36170 {
	width:580px !important;
	left:36px !important;
	top:71px !important;
	min-height:24px !important;
}

#item36196 {
	width:465px !important;
	left:94px !important;
	top:479px !important;
	min-height:58px !important;
}

#item43067 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item43060 {
	width:79px !important;
	height:19px !important;
	left:94px !important;
	top:40px !important;
}

#item43813 {
	width:55px !important;
	left:24px !important;
	top:4px !important;
	min-height:26px !important;
}

#item43807 {
	width:79px !important;
	height:19px !important;
	left:286px !important;
	top:36px !important;
}
#in5footer,  #prefooter {display:none;}
