/* 	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:#ededed; }
:-webkit-full-screen { background:#ededed; }
#loadIndicator span:after { padding-left:1ex; content:'loading content...'; }
#slider { width:1134px; height:850px; }
.page-scale-wrap { width:1134px; height:850px; background: #fff !important; }
.paper-vertical { width:1134px; height:100%; }
.paper-horizontal { width:99131px; 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:1134px) {
	.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%);
}
#item31930 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#dff6ed;
}

#item31931 {
	width:252px !important;
	left:680px !important;
	top:190px !important;
	min-height:490px !important;
}

#item31958 {
	width:255px !important;
	min-height:72px !important;
}

#item32006 {
	width:255px !important;
	min-height:72px !important;
}

#item31982 {
	width:255px !important;
	min-height:72px !important;
}

#item31955 {
	width:255px !important;
	height:72px !important;
	left:680px !important;
	top:691px !important;
}

#item19619 {
	width:350px !important;
	height:23px !important;
}

#item19616 {
	width:350px !important;
	height:23px !important;
	left:299px !important;
	top:71px !important;
}

#item32054 {
	width:103px !important;
	height:57px !important;
}

#item32055 {
	width:103px !important;
	height:57px !important;
	left:135px !important;
	top:643px !important;
}

#item32061 {
	width:103px !important;
	height:57px !important;
}

#item32058 {
	width:103px !important;
	height:57px !important;
	left:135px !important;
	top:713px !important;
}

#item32067 {
	width:197px !important;
	height:34px !important;
}

#item32064 {
	width:197px !important;
	height:34px !important;
	left:130px !important;
	top:780px !important;
}

#item32083 {
	width:105px !important;
	height:103px !important;
}

#item32080 {
	width:105px !important;
	height:103px !important;
	left:519px !important;
	top:709px !important;
}

#item30077 {
	width:1134px !important;
	height:57px !important;
	background:#fff;
}

#item4872 {
	width:128px !important;
	height:42px !important;
}

#item4885 {
	width:128px !important;
	height:42px !important;
}

#item4878 {
	width:128px !important;
	height:42px !important;
}

#item4869 {
	width:128px !important;
	height:42px !important;
	left:981px !important;
	top:12px !important;
}

#item4892 {
	width:111px !important;
	height:41px !important;
}

#item4903 {
	width:111px !important;
	height:41px !important;
}

#item4898 {
	width:111px !important;
	height:41px !important;
}

#item4889 {
	width:111px !important;
	height:41px !important;
	left:862px !important;
	top:11px !important;
}

#item4910 {
	width:138px !important;
	height:41px !important;
}

#item4926 {
	width:138px !important;
	height:41px !important;
}

#item4918 {
	width:138px !important;
	height:41px !important;
}

#item4907 {
	width:138px !important;
	height:41px !important;
	left:712px !important;
	top:11px !important;
}

#item4935 {
	width:159px !important;
	height:38px !important;
}

#item4947 {
	width:159px !important;
	height:38px !important;
}

#item4942 {
	width:159px !important;
	height:38px !important;
}

#item4932 {
	width:159px !important;
	height:38px !important;
	left:544px !important;
	top:12px !important;
}

#item4954 {
	width:147px !important;
	height:38px !important;
}

#item4975 {
	width:147px !important;
	height:38px !important;
}

#item4964 {
	width:147px !important;
	height:38px !important;
}

#item4951 {
	width:147px !important;
	height:38px !important;
	left:378px !important;
	top:12px !important;
}

#item4985 {
	width:143px !important;
	height:38px !important;
}

#item5001 {
	width:143px !important;
	height:38px !important;
}

#item4994 {
	width:143px !important;
	height:38px !important;
}

#item4982 {
	width:143px !important;
	height:38px !important;
	left:223px !important;
	top:11px !important;
}

#item30081.fixed-pos-elem {
	width:1134px !important;
	height:57px !important;
	left:50% !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item33295 {
	width:281px !important;
	height:474px !important;
	left:10px !important;
	top:10px !important;
	background:#fff;
}

#item33310 {
	width:223px !important;
	height:95px !important;
}

#item33308 {
	width:223px !important;
	height:95px !important;
}

#item33330 {
	width:243px !important;
	height:26px !important;
	left:37px !important;
}

#item33323 {
	width:280px !important;
	height:26px !important;
	background:#ffecc1;
}

#item33315 {
	width:244px !important;
	height:26px !important;
	left:37px !important;
}

#item33312 {
	width:280px !important;
	height:26px !important;
}

#item33337 {
	width:92px !important;
	height:13px !important;
	left:102px !important;
	top:322px !important;
}

#item33361 {
	width:280px !important;
	height:26px !important;
}

#item33354 {
	width:280px !important;
	height:26px !important;
	background:#ffecc1;
}

#item33345 {
	width:280px !important;
	height:26px !important;
}

#item33341 {
	width:280px !important;
	height:26px !important;
	top:38px !important;
}

#item33386 {
	width:260px !important;
	height:26px !important;
}

#item33379 {
	width:260px !important;
	height:26px !important;
	background:#ffecc1;
}

#item33371 {
	width:260px !important;
	height:26px !important;
}

#item33368 {
	width:260px !important;
	height:26px !important;
	left:21px !important;
	top:76px !important;
}

#item33412 {
	width:280px !important;
	height:26px !important;
}

#item33403 {
	width:280px !important;
	height:26px !important;
	background:#ffecc1;
}

#item33395 {
	width:280px !important;
	height:26px !important;
}

#item33392 {
	width:280px !important;
	height:26px !important;
	top:114px !important;
}

#item33437 {
	width:280px !important;
	height:26px !important;
}

#item33430 {
	width:280px !important;
	height:26px !important;
	background:#ffecc1;
}

#item33422 {
	width:280px !important;
	height:26px !important;
}

#item33419 {
	width:280px !important;
	height:26px !important;
	top:152px !important;
}

#item33463 {
	width:249px !important;
	height:26px !important;
}

#item33454 {
	width:249px !important;
	height:26px !important;
	background:#ffecc1;
}

#item33446 {
	width:249px !important;
	height:26px !important;
}

#item33443 {
	width:249px !important;
	height:26px !important;
	left:31px !important;
	top:190px !important;
}

#item33472 {
	width:202px !important;
	height:26px !important;
}

#item33488 {
	width:202px !important;
	height:26px !important;
	background:#ffecc1;
}

#item33481 {
	width:202px !important;
	height:26px !important;
}

#item33469 {
	width:202px !important;
	height:26px !important;
	left:78px !important;
	top:229px !important;
}

#item33513 {
	width:239px !important;
	height:26px !important;
}

#item33505 {
	width:239px !important;
	height:26px !important;
	background:#ffecc1;
}

#item33497 {
	width:239px !important;
	height:26px !important;
}

#item33494 {
	width:239px !important;
	height:26px !important;
	left:41px !important;
	top:269px !important;
}

#item33522 {
	width:128px !important;
	height:46px !important;
}

#item33519 {
	width:128px !important;
	height:46px !important;
	left:89px !important;
	top:308px !important;
}

#item33293 {
	width:190px !important;
	height:76px !important;
	left:3px !important;
	top:3px !important;
}

#item33290 {
	width:195px !important;
	height:81px !important;
	left:92px !important;
	top:23px !important;
}

#item33276.fixed-pos-elem {
	width:291px !important;
	height:484px !important;
	left:auto !important;
	top:50% !important;
	right:0px !important;
	-webkit-transform-origin:100% 50% 0;
	transform-origin:100% 50% 0;
}

#item18937 {
	width:595px !important;
	height:104px !important;
	background:#fff;
}

#item18956 {
	width:378px !important;
	height:605px !important;
	left:10px !important;
	top:10px !important;
	background:#fff;
}

#item18971 {
	width:300px !important;
	height:122px !important;
}

#item18969 {
	width:300px !important;
	height:122px !important;
}

#item18991 {
	width:328px !important;
	height:34px !important;
	left:50px !important;
}

#item18984 {
	width:378px !important;
	height:34px !important;
	background:#ffecc1;
}

#item18976 {
	width:329px !important;
	height:34px !important;
	left:49px !important;
}

#item18973 {
	width:378px !important;
	height:34px !important;
}

#item18998 {
	width:124px !important;
	height:16px !important;
	left:138px !important;
	top:410px !important;
}

#item19022 {
	width:378px !important;
	height:34px !important;
}

#item19014 {
	width:378px !important;
	height:34px !important;
	background:#ffecc1;
}

#item19006 {
	width:378px !important;
	height:34px !important;
}

#item19002 {
	width:378px !important;
	height:34px !important;
	top:48px !important;
}

#item19047 {
	width:350px !important;
	height:34px !important;
}

#item19040 {
	width:350px !important;
	height:34px !important;
	background:#ffecc1;
}

#item19032 {
	width:350px !important;
	height:34px !important;
}

#item19029 {
	width:350px !important;
	height:34px !important;
	left:28px !important;
	top:97px !important;
}

#item19073 {
	width:378px !important;
	height:34px !important;
}

#item19064 {
	width:378px !important;
	height:34px !important;
	background:#ffecc1;
}

#item19056 {
	width:378px !important;
	height:34px !important;
}

#item19053 {
	width:378px !important;
	height:34px !important;
	top:146px !important;
}

#item19097 {
	width:378px !important;
	height:34px !important;
}

#item19090 {
	width:378px !important;
	height:34px !important;
	background:#ffecc1;
}

#item19082 {
	width:378px !important;
	height:34px !important;
}

#item19079 {
	width:378px !important;
	height:34px !important;
	top:194px !important;
}

#item19123 {
	width:336px !important;
	height:34px !important;
}

#item19114 {
	width:336px !important;
	height:34px !important;
	background:#ffecc1;
}

#item19106 {
	width:336px !important;
	height:34px !important;
}

#item19103 {
	width:336px !important;
	height:34px !important;
	left:42px !important;
	top:243px !important;
}

#item19132 {
	width:272px !important;
	height:34px !important;
}

#item19148 {
	width:272px !important;
	height:34px !important;
	background:#ffecc1;
}

#item19141 {
	width:272px !important;
	height:34px !important;
}

#item19129 {
	width:272px !important;
	height:34px !important;
	left:106px !important;
	top:292px !important;
}

#item19173 {
	width:322px !important;
	height:34px !important;
}

#item19166 {
	width:322px !important;
	height:34px !important;
	background:#ffecc1;
}

#item19157 {
	width:322px !important;
	height:34px !important;
}

#item19154 {
	width:322px !important;
	height:34px !important;
	left:56px !important;
	top:343px !important;
}

#item19181 {
	width:172px !important;
	height:59px !important;
}

#item19179 {
	width:172px !important;
	height:59px !important;
	left:120px !important;
	top:393px !important;
}

#item18954 {
	width:190px !important;
	height:76px !important;
	left:3px !important;
	top:3px !important;
}

#item18952 {
	width:195px !important;
	height:81px !important;
	left:190px !important;
	top:16px !important;
}

#item18938 {
	width:388px !important;
	height:615px !important;
	left:193px !important;
	top:2px !important;
}

#item33534.fixed-pos-elem {
	width:595px !important;
	height:618px !important;
	left:50% !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item19194 {
	width:595px !important;
	height:116px !important;
	background:#fff;
}

#item19214 {
	width:193px !important;
	height:47px !important;
}

#item19205 {
	width:193px !important;
	height:47px !important;
}

#item19203 {
	width:193px !important;
	height:47px !important;
}

#item19196 {
	width:193px !important;
	height:47px !important;
	left:209px !important;
	top:53px !important;
}

#item19228 {
	width:193px !important;
	height:47px !important;
}

#item19223 {
	width:193px !important;
	height:47px !important;
}

#item19218 {
	width:193px !important;
	height:47px !important;
}

#item19215 {
	width:193px !important;
	height:47px !important;
	left:209px !important;
}

#item19254 {
	width:193px !important;
	height:47px !important;
}

#item19245 {
	width:193px !important;
	height:47px !important;
}

#item19235 {
	width:193px !important;
	height:47px !important;
}

#item19232 {
	width:193px !important;
	height:47px !important;
	top:53px !important;
}

#item19279 {
	width:193px !important;
	height:47px !important;
}

#item19272 {
	width:193px !important;
	height:47px !important;
}

#item19264 {
	width:193px !important;
	height:47px !important;
}

#item19261 {
	width:193px !important;
	height:47px !important;
}

#item33533.fixed-pos-elem {
	top:auto !important;
	bottom:0px !important;
	height:116px !important;
	width:595px !important;
	-webkit-transform-origin:0 100% 0;
	transform-origin:0 100% 0;
}

#item19653 {
	width:354px !important;
	height:18px !important;
}

#item19649 {
	width:354px !important;
	height:18px !important;
	left:221px !important;
	top:118px !important;
}

#item19908 {
	width:105px !important;
	height:103px !important;
}

#item19909 {
	width:105px !important;
	height:103px !important;
	left:451px !important;
	top:760px !important;
}

#item32071 {
	width:103px !important;
	height:57px !important;
}

#item32068 {
	width:103px !important;
	height:57px !important;
	left:67px !important;
	top:699px !important;
}

#item32075 {
	width:103px !important;
	height:57px !important;
}

#item32072 {
	width:103px !important;
	height:57px !important;
	left:67px !important;
	top:768px !important;
}

#item32079 {
	width:197px !important;
	height:34px !important;
}

#item32076 {
	width:197px !important;
	height:34px !important;
	left:62px !important;
	top:835px !important;
}

#item25227 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item25250 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item25273 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item5777 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item5605 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5615 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item5610 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5602 {
	width:70px !important;
	height:21px !important;
	left:308px !important;
	top:335px !important;
}

#item5660 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5669 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item5664 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5657 {
	width:70px !important;
	height:21px !important;
	left:443px !important;
	top:383px !important;
}

#item5713 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5721 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item5717 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5710 {
	width:70px !important;
	height:21px !important;
	left:582px !important;
	top:306px !important;
}

#item5763 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5772 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item5767 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5760 {
	width:70px !important;
	height:21px !important;
	left:715px !important;
	top:314px !important;
}

#item19688 {
	width:227px !important;
	height:31px !important;
}

#item19685 {
	width:227px !important;
	height:31px !important;
	left:292px !important;
	top:791px !important;
}

#item11857 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#f2f2f4;
}

#item12326 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item12334 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item12330 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item12323 {
	width:70px !important;
	height:21px !important;
	left:39px !important;
	top:384px !important;
}

#item12375 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item12384 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item12380 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item12372 {
	width:70px !important;
	height:21px !important;
	left:174px !important;
	top:431px !important;
}

#item12422 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item12431 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item12426 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item12419 {
	width:70px !important;
	height:21px !important;
	left:313px !important;
	top:354px !important;
}

#item12470 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item12479 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item12475 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item12467 {
	width:70px !important;
	height:21px !important;
	left:445px !important;
	top:362px !important;
}

#item19778 {
	width:227px !important;
	height:31px !important;
}

#item19775 {
	width:227px !important;
	height:31px !important;
	left:20px !important;
	top:836px !important;
}

#item25309 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item25332 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item25355 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item6289 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#f2f2f4;
}

#item5794 {
	width:426px !important;
	height:36px !important;
	left:408px !important;
	top:814px !important;
	border-radius:54px 0 0 0;
	background:#3c3c3b;
}

#item5847 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5850 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item5902 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item5905 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item5874 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5877 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item5844 {
	width:70px !important;
	height:21px !important;
	left:312px !important;
	top:400px !important;
}

#item5966 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5969 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item6020 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item6024 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item5993 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item5996 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item5963 {
	width:70px !important;
	height:21px !important;
	left:448px !important;
	top:480px !important;
}

#item6088 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item6091 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item6142 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item6145 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item6115 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item6118 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item6085 {
	width:70px !important;
	height:21px !important;
	left:583px !important;
	top:361px !important;
}

#item6194 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item6197 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item6249 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item6253 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item6221 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item6224 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item6191 {
	width:70px !important;
	height:21px !important;
	left:718px !important;
	top:406px !important;
}

#item19750 {
	width:302px !important;
	height:31px !important;
}

#item19747 {
	width:302px !important;
	height:31px !important;
	left:527px !important;
	top:819px !important;
}

#item12492 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#f2f2f4;
}

#item12850 {
	width:426px !important;
	height:36px !important;
	left:139px !important;
	top:863px !important;
	border-radius:54px 0 0 0;
	background:#3c3c3b;
}

#item12897 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item12900 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item12951 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item12954 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item12924 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item12927 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item12894 {
	width:70px !important;
	height:21px !important;
	left:43px !important;
	top:448px !important;
}

#item13010 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item13014 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item13065 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item13068 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item13038 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item13041 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item13007 {
	width:70px !important;
	height:21px !important;
	left:179px !important;
	top:528px !important;
}

#item13128 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item13132 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item13183 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item13186 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item13156 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item13159 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item13125 {
	width:70px !important;
	height:21px !important;
	left:314px !important;
	top:409px !important;
}

#item13236 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item13239 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item13290 {
	width:70px !important;
	height:21px !important;
	background:#a8e6cf;
}

#item13293 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item13263 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item13266 {
	width:43px !important;
	left:6px !important;
	top:7px !important;
	min-height:7px !important;
}

#item13233 {
	width:70px !important;
	height:21px !important;
	left:449px !important;
	top:454px !important;
}

#item19803 {
	width:415px !important;
	height:31px !important;
}

#item19800 {
	width:415px !important;
	height:31px !important;
	left:147px !important;
	top:862px !important;
}

#item25391 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item25414 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item25437 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item6329 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#a8e6cf;
}

#item19841 {
	width:85px !important;
	height:36px !important;
	left:823px !important;
	top:774px !important;
}

#item19857 {
	width:227px !important;
	height:31px !important;
}

#item19854 {
	width:227px !important;
	height:31px !important;
	left:557px !important;
	top:774px !important;
}

#item19865 {
	width:136px !important;
	height:31px !important;
}

#item19862 {
	width:136px !important;
	height:31px !important;
	left:351px !important;
	top:772px !important;
}

#item19871 {
	width:111px !important;
	height:43px !important;
	left:360px !important;
	top:118px !important;
}

#item19889 {
	width:261px !important;
	height:31px !important;
}

#item19886 {
	width:261px !important;
	height:31px !important;
	left:252px !important;
	top:819px !important;
}

#item19897 {
	width:154px !important;
	height:31px !important;
}

#item19894 {
	width:154px !important;
	height:31px !important;
	left:81px !important;
	top:822px !important;
}

#item25473 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item25496 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item25519 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item11367 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#009fe3;
}

#item1617 {
	width:138px !important;
	height:43px !important;
	left:814px !important;
	top:756px !important;
}

#item13375 {
	width:115px !important;
	height:34px !important;
	left:102px !important;
	top:843px !important;
}

#item11366 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item1665 {
	width:85px !important;
	height:26px !important;
	left:801px !important;
	top:98px !important;
}

#item1699 {
	width:85px !important;
	height:26px !important;
	left:251px !important;
	top:155px !important;
}

#item1715 {
	width:85px !important;
	height:26px !important;
	left:798px !important;
	top:467px !important;
}

#item1726 {
	width:85px !important;
	height:26px !important;
	left:249px !important;
	top:648px !important;
}

#item1737 {
	width:85px !important;
	height:26px !important;
	left:249px !important;
	top:420px !important;
}

#item32114 {
	width:141px !important;
	height:175px !important;
	border-radius:0 25px 21px 0;
	background:#4a4949;
}

#item32139 {
	width:64px !important;
	left:69px !important;
	top:20px !important;
	min-height:51px !important;
}

#item32163 {
	width:72px !important;
	left:69px !important;
	top:105px !important;
	min-height:51px !important;
}

#item32186 {
	width:53px !important;
	height:17px !important;
	left:9px !important;
	top:122px !important;
}

#item32199 {
	width:142px !important;
	height:50px !important;
	top:177px !important;
}

#item33206 {
	width:85px !important;
	height:26px !important;
	left:805px !important;
	top:302px !important;
}

#item13412 {
	width:85px !important;
	height:26px !important;
	left:484px !important;
	top:141px !important;
}

#item13437 {
	width:85px !important;
	height:26px !important;
	left:201px !important;
	top:197px !important;
}

#item13448 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:515px !important;
}

#item13460 {
	width:85px !important;
	height:26px !important;
	left:198px !important;
	top:695px !important;
}

#item13471 {
	width:85px !important;
	height:26px !important;
	left:203px !important;
	top:429px !important;
}

#item13484 {
	width:85px !important;
	height:26px !important;
	left:481px !important;
	top:330px !important;
}

#item30117 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#293130;
}

#item30126 {
	width:595px !important;
	height:242px !important;
	left:271px !important;
	top:607px !important;
	background:#293130;
}

#item30133 {
	opacity:0.33;
	width:208px !important;
	height:551px !important;
	left:658px !important;
	top:69px !important;
	background:#293130;
}

#item30135 {
	width:387px !important;
	height:135px !important;
	left:271px !important;
	top:118px !important;
	background:#ed6d83;
}

#item30137 {
	width:153px !important;
	left:542px !important;
	top:200px !important;
	min-height:20px !important;
}

#item30160 {
	width:296px !important;
	left:308px !important;
	top:258px !important;
	min-height:59px !important;
}

#item30183 {
	width:330px !important;
	left:308px !important;
	top:668px !important;
	min-height:186px !important;
}

#item30206 {
	width:306px !important;
	left:307px !important;
	top:327px !important;
	min-height:57px !important;
}

#item30229 {
	width:387px !important;
	height:62px !important;
	left:271px !important;
	top:69px !important;
	border-radius:undefined;
	background:#ed6c82;
}

#item30231 {
	width:182px !important;
	left:670px !important;
	top:106px !important;
	min-height:353px !important;
}

#item30258 {
	width:124px !important;
	height:37px !important;
}

#item30254 {
	width:124px !important;
	height:37px !important;
	left:512px !important;
	top:796px !important;
}

#item30266 {
	width:321px !important;
	height:70px !important;
	left:306px !important;
	top:93px !important;
	border-radius:16px;
	background:#e9e9e8;
}

#item30267 {
	width:145px !important;
	height:35px !important;
	left:292px !important;
	top:79px !important;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	border-radius:113px;
	background:#99e6ca;
}

#item30316 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item30323 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30282 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item30291 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30279 {
	width:176px !important;
	height:130px !important;
	left:666px !important;
	top:704px !important;
}

#item31053 {
	width:595px !important;
	height:242px !important;
	top:642px !important;
	background:#293130;
}

#item31061 {
	opacity:0.33;
	width:208px !important;
	height:551px !important;
	left:387px !important;
	top:105px !important;
	background:#293130;
}

#item31063 {
	width:387px !important;
	height:135px !important;
	top:154px !important;
	background:#ed6d83;
}

#item31065 {
	width:153px !important;
	left:271px !important;
	top:236px !important;
	min-height:20px !important;
}

#item31088 {
	width:296px !important;
	left:37px !important;
	top:294px !important;
	min-height:59px !important;
}

#item31111 {
	width:330px !important;
	left:37px !important;
	top:703px !important;
	min-height:186px !important;
}

#item31134 {
	width:306px !important;
	left:36px !important;
	top:362px !important;
	min-height:57px !important;
}

#item31157 {
	width:387px !important;
	height:62px !important;
	top:105px !important;
	border-radius:undefined;
	background:#ed6c82;
}

#item31159 {
	width:182px !important;
	left:400px !important;
	top:142px !important;
	min-height:353px !important;
}

#item31185 {
	width:124px !important;
	height:37px !important;
}

#item31182 {
	width:124px !important;
	height:37px !important;
	left:241px !important;
	top:832px !important;
}

#item31193 {
	width:321px !important;
	height:70px !important;
	left:35px !important;
	top:129px !important;
	border-radius:16px;
	background:#e9e9e8;
}

#item31194 {
	width:145px !important;
	height:35px !important;
	left:21px !important;
	top:115px !important;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	border-radius:113px;
	background:#99e6ca;
}

#item31244 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item31251 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31210 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item31219 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31206 {
	width:176px !important;
	height:130px !important;
	left:395px !important;
	top:740px !important;
}

#item30374 {
	opacity:0.55;
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#b9bbbb;
}

#item30375 {
	width:599px !important;
	height:154px !important;
	left:282px !important;
	top:71px !important;
	background:#2d3432;
}

#item30377 {
	width:595px !important;
	height:322px !important;
	left:284px !important;
	top:529px !important;
	background:#aed8c6;
}

#item30393 {
	width:45px !important;
	height:16px !important;
	left:282px !important;
	top:226px !important;
	background:#ed6c82;
}

#item30394 {
	width:94px !important;
	height:16px !important;
	left:789px !important;
	top:521px !important;
	background:#ed6c82;
}

#item30408 {
	opacity:0.53;
	width:269px !important;
	height:47px !important;
	left:351px !important;
	top:534px !important;
	border-radius:23px;
	background:#2d3432;
	border:solid 1px #fff;
}

#item30420 {
	width:183px !important;
	height:35px !important;
	left:326px !important;
	top:309px !important;
	background:#fff;
}

#item30422 {
	width:477px !important;
	left:367px !important;
	top:397px !important;
	min-height:302px !important;
}

#item30448 {
	width:154px !important;
	height:35px !important;
}

#item30445 {
	width:154px !important;
	height:35px !important;
	left:361px !important;
	top:477px !important;
}

#item30485 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item30492 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30452 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item30460 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30449 {
	width:176px !important;
	height:130px !important;
	left:699px !important;
	top:82px !important;
}

#item30550 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item30557 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30518 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item30526 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30515 {
	width:176px !important;
	height:130px !important;
	left:299px !important;
	top:706px !important;
}

#item31289 {
	opacity:0.55;
	width:595px !important;
	height:794px !important;
	left:1px !important;
	top:105px !important;
	background:#b9bbbb;
}

#item31290 {
	width:599px !important;
	height:154px !important;
	left:-1px !important;
	top:119px !important;
	background:#2d3432;
}

#item31292 {
	width:595px !important;
	height:322px !important;
	left:2px !important;
	top:577px !important;
	background:#aed8c6;
}

#item31307 {
	width:45px !important;
	height:16px !important;
	left:-1px !important;
	top:274px !important;
	background:#ed6c82;
}

#item31308 {
	width:94px !important;
	height:16px !important;
	left:507px !important;
	top:569px !important;
	background:#ed6c82;
}

#item31321 {
	opacity:0.53;
	width:269px !important;
	height:47px !important;
	left:68px !important;
	top:583px !important;
	border-radius:23px;
	background:#2d3432;
	border:solid 1px #fff;
}

#item31332 {
	width:183px !important;
	height:35px !important;
	left:43px !important;
	top:358px !important;
	background:#fff;
}

#item31334 {
	width:477px !important;
	left:84px !important;
	top:445px !important;
	min-height:302px !important;
}

#item31361 {
	width:154px !important;
	height:35px !important;
}

#item31358 {
	width:154px !important;
	height:35px !important;
	left:79px !important;
	top:525px !important;
}

#item31398 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item31405 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31365 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item31373 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31362 {
	width:176px !important;
	height:130px !important;
	left:416px !important;
	top:130px !important;
}

#item31463 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item31470 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31432 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item31439 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31429 {
	width:176px !important;
	height:130px !important;
	left:17px !important;
	top:755px !important;
}

#item30613 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#b2afa8;
}

#item30630 {
	width:307px !important;
	left:364px !important;
	top:158px !important;
	min-height:148px !important;
}

#item30653 {
	width:161px !important;
	left:679px !important;
	top:226px !important;
	min-height:216px !important;
}

#item30679 {
	width:106px !important;
	height:42px !important;
}

#item30676 {
	width:106px !important;
	height:42px !important;
	left:390px !important;
	top:183px !important;
}

#item30716 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item30723 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30683 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item30691 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30680 {
	width:176px !important;
	height:130px !important;
	left:671px !important;
	top:87px !important;
}

#item31515 {
	width:595px !important;
	height:794px !important;
	left:1px !important;
	top:105px !important;
	background:#b2afa8;
}

#item31532 {
	width:307px !important;
	left:95px !important;
	top:207px !important;
	min-height:148px !important;
}

#item31555 {
	width:161px !important;
	left:409px !important;
	top:274px !important;
	min-height:216px !important;
}

#item31581 {
	width:106px !important;
	height:42px !important;
}

#item31578 {
	width:106px !important;
	height:42px !important;
	left:120px !important;
	top:232px !important;
}

#item31619 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item31626 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31585 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item31593 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31582 {
	width:176px !important;
	height:130px !important;
	left:402px !important;
	top:136px !important;
}

#item30787 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#293130;
}

#item30789 {
	width:210px !important;
	height:593px !important;
	left:656px !important;
	top:71px !important;
	background:#c1c2c2;
}

#item30798 {
	width:595px !important;
	height:210px !important;
	left:271px !important;
	top:641px !important;
	background:#293130;
}

#item30799 {
	opacity:0.53;
	width:595px !important;
	height:245px !important;
	left:271px !important;
	top:58px !important;
	background:#293130;
}

#item30806 {
	width:251px !important;
	height:103px !important;
	left:615px !important;
	top:594px !important;
	background:#fff;
}

#item30808 {
	width:376px !important;
	left:307px !important;
	top:707px !important;
	min-height:134px !important;
}

#item30833 {
	width:356px !important;
	left:328px !important;
	top:160px !important;
	min-height:232px !important;
}

#item30856 {
	width:304px !important;
	left:328px !important;
	top:261px !important;
	min-height:51px !important;
}

#item30882 {
	width:148px !important;
	height:44px !important;
}

#item30879 {
	width:148px !important;
	height:44px !important;
	left:401px !important;
	top:707px !important;
}

#item30886 {
	width:123px !important;
	height:42px !important;
}

#item30883 {
	width:123px !important;
	height:42px !important;
	left:518px !important;
	top:746px !important;
}

#item30890 {
	width:185px !important;
	height:41px !important;
}

#item30887 {
	width:185px !important;
	height:41px !important;
	left:418px !important;
	top:220px !important;
}

#item30929 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item30935 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30894 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item30904 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30891 {
	width:176px !important;
	height:130px !important;
	left:679px !important;
	top:89px !important;
}

#item30992 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item30998 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30961 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item30968 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item30958 {
	width:176px !important;
	height:130px !important;
	left:681px !important;
	top:712px !important;
}

#item31677 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#293130;
}

#item31679 {
	width:210px !important;
	height:593px !important;
	left:385px !important;
	top:119px !important;
	background:#c1c2c2;
}

#item31687 {
	width:595px !important;
	height:210px !important;
	top:689px !important;
	background:#293130;
}

#item31688 {
	opacity:0.53;
	width:595px !important;
	height:245px !important;
	top:106px !important;
	background:#293130;
}

#item31697 {
	width:251px !important;
	height:103px !important;
	left:344px !important;
	top:642px !important;
	background:#fff;
}

#item31699 {
	width:376px !important;
	left:37px !important;
	top:755px !important;
	min-height:134px !important;
}

#item31723 {
	width:356px !important;
	left:57px !important;
	top:208px !important;
	min-height:232px !important;
}

#item31746 {
	width:304px !important;
	left:57px !important;
	top:309px !important;
	min-height:51px !important;
}

#item31772 {
	width:148px !important;
	height:44px !important;
}

#item31769 {
	width:148px !important;
	height:44px !important;
	left:130px !important;
	top:755px !important;
}

#item31776 {
	width:123px !important;
	height:42px !important;
}

#item31773 {
	width:123px !important;
	height:42px !important;
	left:248px !important;
	top:794px !important;
}

#item31781 {
	width:185px !important;
	height:41px !important;
}

#item31778 {
	width:185px !important;
	height:41px !important;
	left:147px !important;
	top:268px !important;
}

#item31819 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item31826 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31785 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item31794 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31782 {
	width:176px !important;
	height:130px !important;
	left:408px !important;
	top:137px !important;
}

#item31883 {
	opacity:0.58;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#fff;
}

#item31889 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31852 {
	opacity:0.70;
	width:161px !important;
	height:125px !important;
	left:7px !important;
	background:#000;
}

#item31859 {
	width:176px !important;
	top:65px !important;
	min-height:65px !important;
}

#item31849 {
	width:176px !important;
	height:130px !important;
	left:410px !important;
	top:760px !important;
}

#item11365 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item1840 {
	width:85px !important;
	height:26px !important;
	left:794px !important;
	top:196px !important;
}

#item1851 {
	width:85px !important;
	height:26px !important;
	left:797px !important;
	top:592px !important;
}

#item1867 {
	width:85px !important;
	height:26px !important;
	left:249px !important;
	top:674px !important;
}

#item1878 {
	width:85px !important;
	height:26px !important;
	left:249px !important;
	top:362px !important;
}

#item1889 {
	width:85px !important;
	height:26px !important;
	left:792px !important;
	top:520px !important;
}

#item32215 {
	width:141px !important;
	height:175px !important;
	border-radius:0 25px 21px 0;
	background:#4a4949;
}

#item32240 {
	width:64px !important;
	left:69px !important;
	top:20px !important;
	min-height:51px !important;
}

#item32264 {
	width:72px !important;
	left:69px !important;
	top:105px !important;
	min-height:51px !important;
}

#item32288 {
	width:53px !important;
	height:17px !important;
	left:9px !important;
	top:122px !important;
}

#item32301 {
	width:142px !important;
	height:50px !important;
	top:177px !important;
}

#item14322 {
	width:85px !important;
	height:26px !important;
	left:427px !important;
	top:315px !important;
}

#item14333 {
	width:85px !important;
	height:26px !important;
	left:479px !important;
	top:647px !important;
}

#item14346 {
	width:85px !important;
	height:26px !important;
	left:206px !important;
	top:740px !important;
}

#item14358 {
	width:85px !important;
	height:26px !important;
	left:198px !important;
	top:427px !important;
}

#item14369 {
	width:85px !important;
	height:26px !important;
	left:483px !important;
	top:574px !important;
}

#item11364 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item1947 {
	width:85px !important;
	height:26px !important;
	left:249px !important;
	top:404px !important;
}

#item1958 {
	width:85px !important;
	height:26px !important;
	left:247px !important;
	top:154px !important;
}

#item1969 {
	width:85px !important;
	height:26px !important;
	left:247px !important;
	top:781px !important;
}

#item1980 {
	width:85px !important;
	height:26px !important;
	left:801px !important;
	top:704px !important;
}

#item32321 {
	width:141px !important;
	height:175px !important;
	border-radius:0 25px 21px 0;
	background:#4a4949;
}

#item32344 {
	width:64px !important;
	left:69px !important;
	top:20px !important;
	min-height:51px !important;
}

#item32368 {
	width:72px !important;
	left:69px !important;
	top:105px !important;
	min-height:51px !important;
}

#item32391 {
	width:53px !important;
	height:17px !important;
	left:9px !important;
	top:122px !important;
}

#item32405 {
	width:142px !important;
	height:50px !important;
	top:177px !important;
}

#item14412 {
	width:85px !important;
	height:26px !important;
	left:202px !important;
	top:454px !important;
}

#item14424 {
	width:85px !important;
	height:26px !important;
	left:197px !important;
	top:197px !important;
}

#item14435 {
	width:85px !important;
	height:26px !important;
	left:205px !important;
	top:767px !important;
}

#item14446 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:758px !important;
}

#item26131 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item26154 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item26177 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item7245 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#edfaf5;
}

#item7246 {
	width:559px !important;
	height:600px !important;
	left:307px !important;
	top:250px !important;
	background:#ffaaa5;
}

#item7259 {
	width:500px !important;
	left:330px !important;
	top:718px !important;
	min-height:56px !important;
}

#item7286 {
	width:253px !important;
	left:334px !important;
	top:88px !important;
	min-height:56px !important;
}

#item7309 {
	width:500px !important;
	left:337px !important;
	top:255px !important;
	min-height:118px !important;
}

#item14465 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#edfaf5;
}

#item14466 {
	width:559px !important;
	height:600px !important;
	left:37px !important;
	top:298px !important;
	background:#ffaaa5;
}

#item14473 {
	width:500px !important;
	left:61px !important;
	top:766px !important;
	min-height:56px !important;
}

#item14498 {
	width:253px !important;
	left:65px !important;
	top:136px !important;
	min-height:56px !important;
}

#item14521 {
	width:500px !important;
	left:68px !important;
	top:303px !important;
	min-height:118px !important;
}

#item26212 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item26235 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item26258 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item7342 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#edfaf5;
}

#item7343 {
	width:264px !important;
	height:722px !important;
	left:284px !important;
	top:100px !important;
	background:#ffaaa5;
}

#item7356 {
	width:221px !important;
	left:307px !important;
	top:120px !important;
	min-height:633px !important;
}

#item14551 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#edfaf5;
}

#item14552 {
	width:264px !important;
	height:722px !important;
	left:16px !important;
	top:148px !important;
	background:#ffaaa5;
}

#item14559 {
	width:221px !important;
	left:38px !important;
	top:168px !important;
	min-height:633px !important;
}

#item26294 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item26317 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item26340 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item7383 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#edfaf5;
}

#item7384 {
	width:523px !important;
	height:417px !important;
	left:311px !important;
	top:57px !important;
	background:#ffaaa5;
}

#item7401 {
	width:221px !important;
	left:334px !important;
	top:188px !important;
	min-height:196px !important;
}

#item7426 {
	width:183px !important;
	left:542px !important;
	top:120px !important;
	min-height:43px !important;
}

#item7449 {
	width:221px !important;
	left:596px !important;
	top:188px !important;
	min-height:176px !important;
}

#item7453 {
	width:389px !important;
	left:360px !important;
	top:418px !important;
	min-height:18px !important;
}

#item14589 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#edfaf5;
}

#item14590 {
	width:523px !important;
	height:417px !important;
	left:37px !important;
	top:105px !important;
	background:#ffaaa5;
}

#item14600 {
	width:221px !important;
	left:60px !important;
	top:237px !important;
	min-height:196px !important;
}

#item14623 {
	width:183px !important;
	left:269px !important;
	top:168px !important;
	min-height:43px !important;
}

#item14646 {
	width:221px !important;
	left:323px !important;
	top:237px !important;
	min-height:176px !important;
}

#item14650 {
	width:389px !important;
	left:87px !important;
	top:467px !important;
	min-height:18px !important;
}

#item26377 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item26401 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item26424 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item7491 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#edfaf5;
}

#item7492 {
	width:523px !important;
	height:537px !important;
	left:307px !important;
	top:312px !important;
	background:#ffaaa5;
}

#item7506 {
	width:221px !important;
	left:330px !important;
	top:437px !important;
	min-height:370px !important;
}

#item7532 {
	width:250px !important;
	left:551px !important;
	top:369px !important;
	min-height:38px !important;
}

#item7555 {
	width:221px !important;
	left:592px !important;
	top:437px !important;
	min-height:336px !important;
}

#item14682 {
	width:595px !important;
	height:794px !important;
	left:-1px !important;
	top:105px !important;
	background:#edfaf5;
}

#item14683 {
	width:523px !important;
	height:537px !important;
	left:36px !important;
	top:360px !important;
	background:#ffaaa5;
}

#item14692 {
	width:221px !important;
	left:59px !important;
	top:485px !important;
	min-height:370px !important;
}

#item14716 {
	width:250px !important;
	left:281px !important;
	top:417px !important;
	min-height:38px !important;
}

#item14740 {
	width:221px !important;
	left:322px !important;
	top:485px !important;
	min-height:336px !important;
}

#item26459 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item26483 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item26506 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item7563 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#edfaf5;
}

#item7564 {
	width:264px !important;
	height:757px !important;
	left:602px !important;
	top:83px !important;
	background:#ffaaa5;
}

#item7578 {
	width:221px !important;
	left:624px !important;
	top:303px !important;
	min-height:476px !important;
}

#item7604 {
	width:221px !important;
	left:608px !important;
	top:178px !important;
	min-height:84px !important;
}

#item14750 {
	width:595px !important;
	height:794px !important;
	top:139px !important;
	background:#edfaf5;
}

#item14751 {
	width:264px !important;
	height:757px !important;
	left:333px !important;
	top:165px !important;
	background:#ffaaa5;
}

#item14759 {
	width:221px !important;
	left:354px !important;
	top:385px !important;
	min-height:476px !important;
}

#item14783 {
	width:221px !important;
	left:339px !important;
	top:260px !important;
	min-height:84px !important;
}

#item26542 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item26565 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item26588 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item7637 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#edfaf5;
}

#item7638 {
	width:560px !important;
	height:595px !important;
	left:306px !important;
	top:254px !important;
	background:#ffaaa5;
}

#item7641 {
	width:293px !important;
	height:315px !important;
	left:272px !important;
	top:255px !important;
	background:#a8e6cf;
}

#item7651 {
	width:495px !important;
	left:334px !important;
	top:89px !important;
	min-height:146px !important;
}

#item7675 {
	width:284px !important;
	height:47px !important;
	left:582px !important;
	top:230px !important;
	background:#a8e6cf;
}

#item7678 {
	width:239px !important;
	left:319px !important;
	top:583px !important;
	min-height:193px !important;
}

#item7701 {
	width:270px !important;
	left:565px !important;
	top:287px !important;
	min-height:565px !important;
}

#item7763 {
	width:385px !important;
	height:65px !important;
	background:#ffd3b6;
}

#item7764 {
	width:315px !important;
	left:36px !important;
	top:11px !important;
	min-height:52px !important;
}

#item7736 {
	width:385px !important;
	height:65px !important;
	background:#fff;
}

#item7737 {
	width:315px !important;
	left:36px !important;
	top:11px !important;
	min-height:52px !important;
}

#item7708 {
	width:385px !important;
	height:65px !important;
	background:#ffd3b6;
}

#item7710 {
	width:315px !important;
	left:36px !important;
	top:11px !important;
	min-height:52px !important;
}

#item7705 {
	width:385px !important;
	height:65px !important;
	left:271px !important;
	top:784px !important;
}

#item7792 {
	width:164px !important;
	height:36px !important;
}

#item7789 {
	width:164px !important;
	height:36px !important;
	left:367px !important;
	top:139px !important;
}

#item14812 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#edfaf5;
}

#item14813 {
	width:560px !important;
	height:595px !important;
	left:37px !important;
	top:302px !important;
	background:#ffaaa5;
}

#item14814 {
	width:293px !important;
	height:315px !important;
	left:2px !important;
	top:303px !important;
	background:#a8e6cf;
}

#item14821 {
	width:495px !important;
	left:65px !important;
	top:137px !important;
	min-height:146px !important;
}

#item14844 {
	width:284px !important;
	height:47px !important;
	left:313px !important;
	top:278px !important;
	background:#a8e6cf;
}

#item14846 {
	width:239px !important;
	left:49px !important;
	top:631px !important;
	min-height:193px !important;
}

#item14869 {
	width:270px !important;
	left:296px !important;
	top:335px !important;
	min-height:565px !important;
}

#item14929 {
	width:385px !important;
	height:65px !important;
	background:#ffd3b6;
}

#item14930 {
	width:315px !important;
	left:36px !important;
	top:11px !important;
	min-height:52px !important;
}

#item14902 {
	width:385px !important;
	height:65px !important;
	background:#fff;
}

#item14903 {
	width:315px !important;
	left:36px !important;
	top:11px !important;
	min-height:52px !important;
}

#item14876 {
	width:385px !important;
	height:65px !important;
	background:#ffd3b6;
}

#item14877 {
	width:315px !important;
	left:36px !important;
	top:11px !important;
	min-height:52px !important;
}

#item14873 {
	width:385px !important;
	height:65px !important;
	left:1px !important;
	top:832px !important;
}

#item14958 {
	width:164px !important;
	height:36px !important;
}

#item14955 {
	width:164px !important;
	height:36px !important;
	left:98px !important;
	top:187px !important;
}

#item11363 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item2095 {
	width:85px !important;
	height:26px !important;
	left:249px !important;
	top:257px !important;
}

#item2106 {
	width:85px !important;
	height:26px !important;
	left:799px !important;
	top:386px !important;
}

#item2117 {
	width:85px !important;
	height:26px !important;
	left:801px !important;
	top:697px !important;
}

#item32438 {
	width:141px !important;
	height:175px !important;
	border-radius:0 25px 21px 0;
	background:#4a4949;
}

#item32462 {
	width:64px !important;
	left:69px !important;
	top:20px !important;
	min-height:51px !important;
}

#item32486 {
	width:72px !important;
	left:69px !important;
	top:105px !important;
	min-height:51px !important;
}

#item32509 {
	width:53px !important;
	height:17px !important;
	left:9px !important;
	top:122px !important;
}

#item32523 {
	width:142px !important;
	height:50px !important;
	top:177px !important;
}

#item14987 {
	width:85px !important;
	height:26px !important;
	left:204px !important;
	top:309px !important;
}

#item14999 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:194px !important;
}

#item15011 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:739px !important;
}

#item19902 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item2205 {
	width:85px !important;
	height:26px !important;
	left:245px !important;
	top:217px !important;
}

#item2216 {
	width:85px !important;
	height:26px !important;
	left:801px !important;
	top:217px !important;
}

#item2227 {
	width:85px !important;
	height:26px !important;
	left:799px !important;
	top:293px !important;
}

#item2238 {
	width:85px !important;
	height:26px !important;
	left:244px !important;
	top:681px !important;
}

#item32545 {
	width:141px !important;
	height:175px !important;
	border-radius:0 25px 21px 0;
	background:#4a4949;
}

#item32568 {
	width:64px !important;
	left:69px !important;
	top:20px !important;
	min-height:51px !important;
}

#item32593 {
	width:72px !important;
	left:69px !important;
	top:105px !important;
	min-height:51px !important;
}

#item32616 {
	width:53px !important;
	height:17px !important;
	left:9px !important;
	top:122px !important;
}

#item32630 {
	width:142px !important;
	height:50px !important;
	top:177px !important;
}

#item15054 {
	width:85px !important;
	height:26px !important;
	left:200px !important;
	top:274px !important;
}

#item15065 {
	width:85px !important;
	height:26px !important;
	left:482px !important;
	top:273px !important;
}

#item15078 {
	width:85px !important;
	height:26px !important;
	left:486px !important;
	top:332px !important;
}

#item15089 {
	width:85px !important;
	height:26px !important;
	left:484px !important;
	top:718px !important;
}

#item11362 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item2249 {
	width:85px !important;
	height:26px !important;
	left:802px !important;
	top:409px !important;
}

#item2260 {
	width:85px !important;
	height:26px !important;
	left:794px !important;
	top:152px !important;
}

#item2271 {
	width:85px !important;
	height:26px !important;
	left:249px !important;
	top:425px !important;
}

#item2282 {
	width:85px !important;
	height:26px !important;
	left:249px !important;
	top:718px !important;
}

#item32642 {
	width:141px !important;
	height:175px !important;
	border-radius:0 25px 21px 0;
	background:#4a4949;
}

#item32667 {
	width:64px !important;
	left:69px !important;
	top:20px !important;
	min-height:51px !important;
}

#item32691 {
	width:72px !important;
	left:69px !important;
	top:105px !important;
	min-height:51px !important;
}

#item32714 {
	width:53px !important;
	height:17px !important;
	left:9px !important;
	top:122px !important;
}

#item32728 {
	width:142px !important;
	height:50px !important;
	top:177px !important;
}

#item15133 {
	width:85px !important;
	height:26px !important;
	left:489px !important;
	top:464px !important;
}

#item15144 {
	width:85px !important;
	height:26px !important;
	left:484px !important;
	top:205px !important;
}

#item15156 {
	width:85px !important;
	height:26px !important;
	left:203px !important;
	top:499px !important;
}

#item15168 {
	width:85px !important;
	height:26px !important;
	left:334px !important;
	top:774px !important;
}

#item26873 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item26896 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item26919 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item7810 {
	width:1134px !important;
	height:794px !important;
	left:-1px !important;
	top:55px !important;
	background:#1a1d3c;
}

#item7822 {
	width:88px !important;
	height:154px !important;
	left:204px !important;
	top:53px !important;
	background:#99e6ca;
}

#item7824 {
	width:112px !important;
	left:356px !important;
	top:101px !important;
	text-shadow:5px 5px 4px rgba(0,0,0,0);
	min-height:89px !important;
}

#item7848 {
	width:249px !important;
	left:310px !important;
	top:207px !important;
	min-height:641px !important;
}

#item7871 {
	width:249px !important;
	left:579px !important;
	top:406px !important;
	min-height:442px !important;
}

#item7897 {
	width:249px !important;
	left:579px !important;
	top:271px !important;
	min-height:60px !important;
}

#item7920 {
	width:156px !important;
	left:554px !important;
	top:156px !important;
	min-height:50px !important;
}

#item15193 {
	width:22px !important;
	height:156px !important;
	top:105px !important;
	background:#99e6ca;
}

#item15194 {
	width:112px !important;
	left:86px !important;
	top:154px !important;
	text-shadow:5px 5px 4px rgba(0,0,0,0);
	min-height:89px !important;
}

#item15217 {
	width:249px !important;
	left:40px !important;
	top:261px !important;
	min-height:641px !important;
}

#item15241 {
	width:249px !important;
	left:309px !important;
	top:460px !important;
	min-height:442px !important;
}

#item15267 {
	width:249px !important;
	left:309px !important;
	top:325px !important;
	min-height:60px !important;
}

#item15290 {
	width:156px !important;
	left:284px !important;
	top:210px !important;
	min-height:50px !important;
}

#item26954 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item26978 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27001 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item7948 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#edfaf5;
}

#item7966 {
	width:264px !important;
	height:171px !important;
	left:568px !important;
	top:71px !important;
	background:#99e6ca;
}

#item7967 {
	width:249px !important;
	left:592px !important;
	top:255px !important;
	min-height:306px !important;
}

#item7990 {
	width:271px !important;
	height:105px !important;
	left:595px !important;
	top:546px !important;
	background:#99e6ca;
}

#item7991 {
	width:271px !important;
	height:17px !important;
	left:595px !important;
	top:833px !important;
	background:#99e6ca;
}

#item7992 {
	width:156px !important;
	left:680px !important;
	top:682px !important;
	min-height:146px !important;
}

#item8015 {
	width:248px !important;
	left:590px !important;
	top:149px !important;
	min-height:97px !important;
}

#item8038 {
	width:249px !important;
	left:606px !important;
	top:568px !important;
	min-height:129px !important;
}

#item15322 {
	width:595px !important;
	height:794px !important;
	left:-3px !important;
	top:105px !important;
	background:#edfaf5;
}

#item15332 {
	width:264px !important;
	height:171px !important;
	left:299px !important;
	top:119px !important;
	background:#99e6ca;
}

#item15333 {
	width:249px !important;
	left:323px !important;
	top:303px !important;
	min-height:306px !important;
}

#item15356 {
	width:271px !important;
	height:105px !important;
	left:325px !important;
	top:595px !important;
	background:#99e6ca;
}

#item15357 {
	width:271px !important;
	height:17px !important;
	left:325px !important;
	top:882px !important;
	background:#99e6ca;
}

#item15358 {
	width:156px !important;
	left:411px !important;
	top:730px !important;
	min-height:146px !important;
}

#item15382 {
	width:248px !important;
	left:320px !important;
	top:198px !important;
	min-height:97px !important;
}

#item15406 {
	width:249px !important;
	left:336px !important;
	top:616px !important;
	min-height:129px !important;
}

#item27036 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27059 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27082 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item8061 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#edfaf5;
}

#item8062 {
	width:595px !important;
	height:186px !important;
	left:271px !important;
	top:664px !important;
	background:#1a1f3c;
}

#item8064 {
	width:241px !important;
	height:119px !important;
	left:271px !important;
	top:71px !important;
	background:#99e6ca;
}

#item8065 {
	width:290px !important;
	left:522px !important;
	top:99px !important;
	min-height:101px !important;
}

#item8088 {
	width:226px !important;
	left:320px !important;
	top:102px !important;
	min-height:129px !important;
}

#item8111 {
	width:508px !important;
	left:308px !important;
	top:528px !important;
	min-height:146px !important;
}

#item8134 {
	width:382px !important;
	left:307px !important;
	top:727px !important;
	min-height:119px !important;
}

#item8164 {
	width:241px !important;
	height:128px !important;
	left:271px !important;
	top:336px !important;
	background:#99e6ca;
}

#item8165 {
	width:226px !important;
	left:317px !important;
	top:347px !important;
	min-height:129px !important;
}

#item8188 {
	width:325px !important;
	left:522px !important;
	top:337px !important;
	min-height:131px !important;
}

#item8222 {
	width:178px !important;
	height:280px !important;
	left:688px !important;
	top:571px !important;
	background:#99e6ca;
}

#item8223 {
	width:138px !important;
	left:705px !important;
	top:577px !important;
	min-height:87px !important;
}

#item15435 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#edfaf5;
}

#item15436 {
	width:595px !important;
	height:186px !important;
	top:712px !important;
	background:#1a1f3c;
}

#item15437 {
	width:241px !important;
	height:119px !important;
	top:119px !important;
	background:#99e6ca;
}

#item15438 {
	width:290px !important;
	left:251px !important;
	top:148px !important;
	min-height:101px !important;
}

#item15461 {
	width:226px !important;
	left:49px !important;
	top:150px !important;
	min-height:129px !important;
}

#item15484 {
	width:508px !important;
	left:37px !important;
	top:577px !important;
	min-height:146px !important;
}

#item15507 {
	width:382px !important;
	left:36px !important;
	top:776px !important;
	min-height:119px !important;
}

#item15535 {
	width:241px !important;
	height:128px !important;
	top:384px !important;
	background:#99e6ca;
}

#item15536 {
	width:226px !important;
	left:46px !important;
	top:395px !important;
	min-height:129px !important;
}

#item15559 {
	width:325px !important;
	left:251px !important;
	top:385px !important;
	min-height:131px !important;
}

#item15589 {
	width:178px !important;
	height:280px !important;
	left:417px !important;
	top:619px !important;
	background:#99e6ca;
}

#item15590 {
	width:138px !important;
	left:434px !important;
	top:626px !important;
	min-height:87px !important;
}

#item27120 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27143 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27166 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item8283 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#1a1d3c;
}

#item8297 {
	width:766px !important;
	height:66px !important;
	left:490px !important;
	top:303px !important;
	border-radius:23px;
	background:#000;
	border:solid 1.5px #fff;
	-ms-transform:scale(.5);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-ms-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	transform-origin:0 0 0;
}

#item8298 {
	width:332px !important;
	left:502px !important;
	top:166px !important;
	min-height:131px !important;
}

#item8321 {
	width:332px !important;
	left:502px !important;
	top:349px !important;
	min-height:131px !important;
}

#item8347 {
	width:394px !important;
	height:164px !important;
	background:#99e6ca;
}

#item8370 {
	width:226px !important;
	left:130px !important;
	top:15px !important;
	min-height:129px !important;
}

#item8450 {
	width:323px !important;
	height:164px !important;
	left:71px !important;
	background:#273582;
}

#item8473 {
	width:226px !important;
	left:130px !important;
	top:15px !important;
	min-height:129px !important;
}

#item8400 {
	width:323px !important;
	height:164px !important;
	left:71px !important;
	background:#99e6ca;
}

#item8423 {
	width:226px !important;
	left:130px !important;
	top:15px !important;
	min-height:129px !important;
}

#item8344 {
	width:394px !important;
	height:164px !important;
	left:190px !important;
	top:687px !important;
}

#item15624 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#1a1d3c;
}

#item15634 {
	width:766px !important;
	height:66px !important;
	left:227px !important;
	top:352px !important;
	border-radius:23px;
	background:#000;
	border:solid 1.5px #fff;
	-ms-transform:scale(.5);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-ms-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	transform-origin:0 0 0;
}

#item15635 {
	width:332px !important;
	left:239px !important;
	top:214px !important;
	min-height:131px !important;
}

#item15658 {
	width:332px !important;
	left:239px !important;
	top:397px !important;
	min-height:131px !important;
}

#item15684 {
	width:321px !important;
	height:164px !important;
	left:2px !important;
	background:#99e6ca;
}

#item15707 {
	width:226px !important;
	left:59px !important;
	top:15px !important;
	min-height:129px !important;
}

#item15784 {
	width:323px !important;
	height:164px !important;
	background:#273582;
}

#item15808 {
	width:226px !important;
	left:59px !important;
	top:15px !important;
	min-height:129px !important;
}

#item15734 {
	width:323px !important;
	height:164px !important;
	background:#99e6ca;
}

#item15757 {
	width:226px !important;
	left:59px !important;
	top:15px !important;
	min-height:129px !important;
}

#item15681 {
	width:323px !important;
	height:164px !important;
	left:-2px !important;
	top:735px !important;
}

#item27201 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27224 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27247 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item8526 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#a8e6cf;
}

#item8538 {
	width:245px !important;
	left:418px !important;
	top:110px !important;
	min-height:33px !important;
}

#item8565 {
	width:597px !important;
	height:208px !important;
	left:269px !important;
	top:642px !important;
	background:#a8e6cf;
}

#item8567 {
	width:523px !important;
	left:312px !important;
	top:660px !important;
	min-height:170px !important;
}

#item8591 {
	width:44px !important;
	height:137px !important;
	left:271px !important;
	top:393px !important;
}

#item8593 {
	width:125px !important;
	height:5px !important;
	left:-77px !important;
	top:12px !important;
	background:#a8e6cf;
}

#item8595 {
	width:125px !important;
	height:5px !important;
	left:-77px !important;
	top:28px !important;
	background:#a8e6cf;
}

#item8596 {
	width:125px !important;
	height:5px !important;
	left:-77px !important;
	top:44px !important;
	background:#a8e6cf;
}

#item8597 {
	width:125px !important;
	height:5px !important;
	left:-77px !important;
	top:60px !important;
	background:#a8e6cf;
}

#item8598 {
	width:125px !important;
	height:5px !important;
	left:-77px !important;
	top:76px !important;
	background:#a8e6cf;
}

#item8599 {
	width:28px !important;
	height:93px !important;
	left:838px !important;
	top:399px !important;
}

#item8601 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:6px !important;
	background:#a8e6cf;
}

#item8603 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:22px !important;
	background:#a8e6cf;
}

#item8604 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:38px !important;
	background:#a8e6cf;
}

#item8605 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:54px !important;
	background:#a8e6cf;
}

#item8606 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:70px !important;
	background:#a8e6cf;
}

#item15843 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#a8e6cf;
}

#item15849 {
	width:245px !important;
	left:148px !important;
	top:159px !important;
	min-height:33px !important;
}

#item15876 {
	width:597px !important;
	height:208px !important;
	left:-1px !important;
	top:690px !important;
	background:#a8e6cf;
}

#item15877 {
	width:523px !important;
	left:42px !important;
	top:708px !important;
	min-height:170px !important;
}

#item15900 {
	width:44px !important;
	height:137px !important;
	top:441px !important;
}

#item15902 {
	width:125px !important;
	height:5px !important;
	left:-77px !important;
	top:12px !important;
	background:#a8e6cf;
}

#item15903 {
	width:125px !important;
	height:5px !important;
	left:-77px !important;
	top:28px !important;
	background:#a8e6cf;
}

#item15904 {
	width:125px !important;
	height:5px !important;
	left:-77px !important;
	top:44px !important;
	background:#a8e6cf;
}

#item15905 {
	width:125px !important;
	height:5px !important;
	left:-77px !important;
	top:60px !important;
	background:#a8e6cf;
}

#item15906 {
	width:125px !important;
	height:5px !important;
	left:-77px !important;
	top:76px !important;
	background:#a8e6cf;
}

#item15907 {
	width:28px !important;
	height:93px !important;
	left:567px !important;
	top:447px !important;
}

#item15909 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:6px !important;
	background:#a8e6cf;
}

#item15910 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:22px !important;
	background:#a8e6cf;
}

#item15912 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:38px !important;
	background:#a8e6cf;
}

#item15913 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:54px !important;
	background:#a8e6cf;
}

#item15914 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:70px !important;
	background:#a8e6cf;
}

#item27283 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27306 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27329 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item8651 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#ffeeed;
}

#item8653 {
	width:595px !important;
	height:794px !important;
	left:271px !important;
	top:57px !important;
	background:#ffaaa5;
}

#item8658 {
	width:222px !important;
	left:307px !important;
	top:158px !important;
	min-height:666px !important;
}

#item8682 {
	width:308px !important;
	height:604px !important;
	left:558px !important;
	top:153px !important;
	background:#dcedc1;
}

#item15960 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#ffeeed;
}

#item15961 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#ffaaa5;
}

#item15964 {
	width:222px !important;
	left:36px !important;
	top:206px !important;
	min-height:666px !important;
}

#item15987 {
	width:308px !important;
	height:604px !important;
	left:288px !important;
	top:201px !important;
	background:#dcedc1;
}

#item27365 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27388 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27411 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item8720 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#ffd3b6;
}

#item8722 {
	width:595px !important;
	height:206px !important;
	left:274px !important;
	top:645px !important;
	background:#a8e6cf;
}

#item8734 {
	width:596px !important;
	height:139px !important;
	left:275px !important;
	top:378px !important;
	background:#ffd3b6;
}

#item8749 {
	width:302px !important;
	left:523px !important;
	top:454px !important;
	min-height:39px !important;
}

#item8790 {
	width:544px !important;
	left:311px !important;
	top:751px !important;
	min-height:74px !important;
}

#item8814 {
	width:36px !important;
	height:137px !important;
	left:275px !important;
	top:289px !important;
}

#item8816 {
	width:125px !important;
	height:5px !important;
	left:-85px !important;
	top:12px !important;
	background:#a8e6cf;
}

#item8818 {
	width:125px !important;
	height:5px !important;
	left:-85px !important;
	top:28px !important;
	background:#a8e6cf;
}

#item8819 {
	width:125px !important;
	height:5px !important;
	left:-85px !important;
	top:44px !important;
	background:#a8e6cf;
}

#item8821 {
	width:125px !important;
	height:5px !important;
	left:-85px !important;
	top:60px !important;
	background:#a8e6cf;
}

#item8822 {
	width:125px !important;
	height:5px !important;
	left:-85px !important;
	top:76px !important;
	background:#a8e6cf;
}

#item8823 {
	width:36px !important;
	height:93px !important;
	left:834px !important;
	top:296px !important;
}

#item8825 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:6px !important;
	background:#a8e6cf;
}

#item8827 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:22px !important;
	background:#a8e6cf;
}

#item8828 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:38px !important;
	background:#a8e6cf;
}

#item8829 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:54px !important;
	background:#a8e6cf;
}

#item8830 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:70px !important;
	background:#a8e6cf;
}

#item16023 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#ffd3b6;
}

#item16024 {
	width:595px !important;
	height:206px !important;
	left:1px !important;
	top:693px !important;
	background:#a8e6cf;
}

#item16029 {
	width:596px !important;
	height:139px !important;
	left:1px !important;
	top:426px !important;
	background:#ffd3b6;
}

#item16039 {
	width:302px !important;
	left:250px !important;
	top:503px !important;
	min-height:39px !important;
}

#item16077 {
	width:544px !important;
	left:37px !important;
	top:800px !important;
	min-height:74px !important;
}

#item16100 {
	width:36px !important;
	height:137px !important;
	left:1px !important;
	top:338px !important;
}

#item16103 {
	width:125px !important;
	height:5px !important;
	left:-85px !important;
	top:12px !important;
	background:#a8e6cf;
}

#item16104 {
	width:125px !important;
	height:5px !important;
	left:-85px !important;
	top:28px !important;
	background:#a8e6cf;
}

#item16105 {
	width:125px !important;
	height:5px !important;
	left:-85px !important;
	top:44px !important;
	background:#a8e6cf;
}

#item16106 {
	width:125px !important;
	height:5px !important;
	left:-85px !important;
	top:60px !important;
	background:#a8e6cf;
}

#item16107 {
	width:125px !important;
	height:5px !important;
	left:-85px !important;
	top:76px !important;
	background:#a8e6cf;
}

#item16109 {
	width:36px !important;
	height:93px !important;
	left:561px !important;
	top:344px !important;
}

#item16111 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:6px !important;
	background:#a8e6cf;
}

#item16112 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:22px !important;
	background:#a8e6cf;
}

#item16113 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:38px !important;
	background:#a8e6cf;
}

#item16114 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:54px !important;
	background:#a8e6cf;
}

#item16115 {
	width:125px !important;
	height:5px !important;
	left:-3px !important;
	top:70px !important;
	background:#a8e6cf;
}

#item27447 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27470 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27493 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item8836 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#a8e6cf;
}

#item8838 {
	width:595px !important;
	height:780px !important;
	left:270px !important;
	top:71px !important;
	background:#a8e6cf;
}

#item8839 {
	width:536px !important;
	left:306px !important;
	top:108px !important;
	min-height:246px !important;
}

#item16122 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#a8e6cf;
}

#item16123 {
	width:595px !important;
	height:780px !important;
	top:119px !important;
	background:#a8e6cf;
}

#item16124 {
	width:536px !important;
	left:36px !important;
	top:156px !important;
	min-height:246px !important;
}

#item27529 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27552 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27576 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item8924 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#eac6ba;
}

#item8926 {
	width:585px !important;
	height:792px !important;
	left:274px !important;
	top:57px !important;
	background:#a8e6cf;
}

#item8937 {
	width:530px !important;
	left:312px !important;
	top:542px !important;
	min-height:308px !important;
}

#item8961 {
	width:165px !important;
	left:471px !important;
	top:139px !important;
	min-height:35px !important;
}

#item8984 {
	width:196px !important;
	left:296px !important;
	top:230px !important;
	min-height:241px !important;
}

#item9025 {
	width:124px !important;
	height:54px !important;
}

#item9022 {
	width:124px !important;
	height:54px !important;
	left:410px !important;
	top:614px !important;
}

#item16204 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#eac6ba;
}

#item16205 {
	width:590px !important;
	height:792px !important;
	top:105px !important;
	background:#a8e6cf;
}

#item16212 {
	width:530px !important;
	left:43px !important;
	top:591px !important;
	min-height:308px !important;
}

#item16235 {
	width:165px !important;
	left:202px !important;
	top:187px !important;
	min-height:35px !important;
}

#item16259 {
	width:196px !important;
	left:27px !important;
	top:278px !important;
	min-height:241px !important;
}

#item16300 {
	width:124px !important;
	height:54px !important;
}

#item16297 {
	width:124px !important;
	height:54px !important;
	left:141px !important;
	top:663px !important;
}

#item27612 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27635 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27658 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item9032 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#ffeeed;
}

#item9043 {
	width:265px !important;
	left:294px !important;
	top:187px !important;
	min-height:662px !important;
}

#item9069 {
	width:123px !important;
	left:464px !important;
	top:108px !important;
	min-height:34px !important;
}

#item9150 {
	width:227px !important;
	height:49px !important;
}

#item9147 {
	width:227px !important;
	height:49px !important;
	left:278px !important;
	top:192px !important;
}

#item16307 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#ffeeed;
}

#item16312 {
	width:265px !important;
	left:27px !important;
	top:236px !important;
	min-height:662px !important;
}

#item16336 {
	width:123px !important;
	left:197px !important;
	top:157px !important;
	min-height:34px !important;
}

#item16412 {
	width:227px !important;
	height:49px !important;
}

#item16409 {
	width:227px !important;
	height:49px !important;
	left:11px !important;
	top:241px !important;
}

#item11361 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item2463 {
	width:85px !important;
	height:26px !important;
	left:799px !important;
	top:677px !important;
}

#item2474 {
	width:85px !important;
	height:26px !important;
	left:244px !important;
	top:365px !important;
}

#item2485 {
	width:85px !important;
	height:26px !important;
	left:802px !important;
	top:417px !important;
}

#item32754 {
	width:141px !important;
	height:175px !important;
	border-radius:0 25px 21px 0;
	background:#4a4949;
}

#item32779 {
	width:64px !important;
	left:69px !important;
	top:20px !important;
	min-height:51px !important;
}

#item32803 {
	width:72px !important;
	left:69px !important;
	top:105px !important;
	min-height:51px !important;
}

#item32826 {
	width:53px !important;
	height:17px !important;
	left:9px !important;
	top:122px !important;
}

#item32840 {
	width:142px !important;
	height:50px !important;
	top:177px !important;
}

#item16452 {
	width:85px !important;
	height:26px !important;
	left:205px !important;
	top:343px !important;
}

#item16463 {
	width:85px !important;
	height:26px !important;
	left:486px !important;
	top:437px !important;
}

#item33222 {
	width:85px !important;
	height:26px !important;
	left:346px !important;
	top:802px !important;
}

#item27776 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27799 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27822 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item9161 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#edfaf5;
}

#item9172 {
	width:272px !important;
	left:319px !important;
	top:216px !important;
	text-shadow:5px 5px 4px rgba(0,0,0,0.55);
	min-height:152px !important;
}

#item9196 {
	width:469px !important;
	left:334px !important;
	top:333px !important;
	text-shadow:5px 5px 4px rgba(0,0,0,0.55);
	min-height:194px !important;
}

#item9219 {
	width:321px !important;
	height:70px !important;
	left:410px !important;
	top:745px !important;
	border-radius:16px;
	background:#e9e9e8;
}

#item9222 {
	width:145px !important;
	height:35px !important;
	left:396px !important;
	top:731px !important;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	border-radius:113px;
	background:#99e6ca;
}

#item16488 {
	width:272px !important;
	left:50px !important;
	top:264px !important;
	text-shadow:5px 5px 4px rgba(0,0,0,0.55);
	min-height:152px !important;
}

#item16513 {
	width:469px !important;
	left:64px !important;
	top:381px !important;
	text-shadow:5px 5px 4px rgba(0,0,0,0.55);
	min-height:194px !important;
}

#item16536 {
	width:321px !important;
	height:70px !important;
	left:141px !important;
	top:793px !important;
	border-radius:16px;
	background:#e9e9e8;
}

#item16537 {
	width:145px !important;
	height:35px !important;
	left:127px !important;
	top:779px !important;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	border-radius:113px;
	background:#99e6ca;
}

#item27859 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27882 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27905 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item9248 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#edfaf5;
}

#item9249 {
	width:344px !important;
	height:452px !important;
	left:521px !important;
	top:73px !important;
}

#item9262 {
	width:249px !important;
	left:307px !important;
	top:519px !important;
	min-height:314px !important;
}

#item9285 {
	width:207px !important;
	left:631px !important;
	top:259px !important;
	min-height:148px !important;
}

#item9356 {
	width:255px !important;
	left:578px !important;
	top:721px !important;
	min-height:102px !important;
}

#item9379 {
	width:435px !important;
	height:435px !important;
	left:270px !important;
	top:73px !important;
}

#item16553 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#edfaf5;
}

#item16554 {
	width:344px !important;
	height:452px !important;
	left:251px !important;
	top:105px !important;
}

#item16562 {
	width:249px !important;
	left:37px !important;
	top:551px !important;
	min-height:314px !important;
}

#item16585 {
	width:207px !important;
	left:362px !important;
	top:292px !important;
	min-height:148px !important;
}

#item16642 {
	width:255px !important;
	left:308px !important;
	top:753px !important;
	min-height:102px !important;
}

#item16665 {
	width:435px !important;
	height:435px !important;
	top:105px !important;
}

#item27942 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item27965 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item27988 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item9399 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#edfaf5;
}

#item9400 {
	width:594px !important;
	height:792px !important;
	left:272px !important;
	top:58px !important;
}

#item9407 {
	width:233px !important;
	left:596px !important;
	top:549px !important;
	min-height:94px !important;
}

#item9430 {
	width:258px !important;
	left:596px !important;
	top:190px !important;
	min-height:306px !important;
}

#item9453 {
	width:272px !important;
	height:46px !important;
	left:589px !important;
	top:460px !important;
}

#item9483 {
	width:383px !important;
	height:435px !important;
	left:271px !important;
	top:415px !important;
}

#item9493 {
	width:233px !important;
	left:596px !important;
	top:630px !important;
	min-height:209px !important;
}

#item9517 {
	width:274px !important;
	left:297px !important;
	top:108px !important;
	min-height:422px !important;
}

#item16678 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#edfaf5;
}

#item16679 {
	width:594px !important;
	height:792px !important;
	left:3px !important;
	top:107px !important;
}

#item16684 {
	width:233px !important;
	left:327px !important;
	top:598px !important;
	min-height:94px !important;
}

#item16708 {
	width:258px !important;
	left:327px !important;
	top:238px !important;
	min-height:306px !important;
}

#item16732 {
	width:272px !important;
	height:46px !important;
	left:320px !important;
	top:508px !important;
}

#item16760 {
	width:383px !important;
	height:435px !important;
	left:2px !important;
	top:463px !important;
}

#item16767 {
	width:233px !important;
	left:327px !important;
	top:679px !important;
	min-height:209px !important;
}

#item16790 {
	width:274px !important;
	left:28px !important;
	top:157px !important;
	min-height:422px !important;
}

#item28024 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28047 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28070 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item9553 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#edfaf5;
}

#item9554 {
	width:359px !important;
	height:158px !important;
	left:492px !important;
	top:495px !important;
	background:#f4a4a0;
}

#item9607 {
	width:323px !important;
	left:504px !important;
	top:107px !important;
	min-height:401px !important;
}

#item9633 {
	width:261px !important;
	left:575px !important;
	top:557px !important;
	min-height:105px !important;
}

#item9657 {
	width:261px !important;
	left:575px !important;
	top:673px !important;
	min-height:176px !important;
}

#item16824 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#edfaf5;
}

#item16825 {
	width:359px !important;
	height:158px !important;
	left:223px !important;
	top:543px !important;
	background:#f4a4a0;
}

#item16861 {
	width:323px !important;
	left:235px !important;
	top:156px !important;
	min-height:401px !important;
}

#item16888 {
	width:261px !important;
	left:305px !important;
	top:605px !important;
	min-height:105px !important;
}

#item16911 {
	width:261px !important;
	left:305px !important;
	top:722px !important;
	min-height:176px !important;
}

#item28107 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28130 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28154 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item11359 {
	width:1135px !important;
	height:795px !important;
	top:56px !important;
	background:#b0cfda;
	border:solid 1px #f2f2f4;
}

#item2548 {
	width:101px !important;
	height:32px !important;
	left:836px !important;
	top:785px !important;
}

#item16950 {
	width:85px !important;
	height:26px !important;
	left:371px !important;
	top:845px !important;
}

#item28190 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28213 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28236 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item9696 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#a8e6cf;
}

#item9697 {
	width:594px !important;
	height:780px !important;
	left:273px !important;
	top:71px !important;
	background:#a8e6cf;
}

#item9698 {
	width:189px !important;
	left:308px !important;
	top:310px !important;
	min-height:377px !important;
}

#item9729 {
	width:107px !important;
	left:737px !important;
	top:792px !important;
	min-height:16px !important;
}

#item9752 {
	width:189px !important;
	height:153px !important;
	left:272px !important;
	top:698px !important;
}

#item9804 {
	width:440px !important;
	height:61px !important;
	left:427px !important;
	top:235px !important;
	background:#f8506a;
}

#item9808 {
	width:256px !important;
	height:33px !important;
	left:433px !important;
	top:249px !important;
}

#item9827 {
	width:321px !important;
	height:70px !important;
	left:541px !important;
	top:318px !important;
	border-radius:16px;
	background:#e9e9e8;
}

#item9828 {
	width:145px !important;
	height:35px !important;
	left:527px !important;
	top:304px !important;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	border-radius:113px;
	background:#d9d33f;
}

#item16967 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#a8e6cf;
}

#item16968 {
	width:594px !important;
	height:780px !important;
	left:1px !important;
	top:119px !important;
	background:#a8e6cf;
}

#item16969 {
	width:189px !important;
	left:36px !important;
	top:359px !important;
	min-height:377px !important;
}

#item16996 {
	width:107px !important;
	left:465px !important;
	top:840px !important;
	min-height:16px !important;
}

#item17019 {
	width:189px !important;
	height:153px !important;
	top:746px !important;
}

#item17072 {
	width:440px !important;
	height:61px !important;
	left:155px !important;
	top:284px !important;
	background:#f8506a;
}

#item17074 {
	width:256px !important;
	height:33px !important;
	left:161px !important;
	top:297px !important;
}

#item17090 {
	width:321px !important;
	height:70px !important;
	left:269px !important;
	top:366px !important;
	border-radius:16px;
	background:#e9e9e8;
}

#item17091 {
	width:145px !important;
	height:35px !important;
	left:255px !important;
	top:352px !important;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	border-radius:113px;
	background:#d9d33f;
}

#item28271 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28294 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28317 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item9847 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#a8e6cf;
}

#item9848 {
	width:596px !important;
	height:780px !important;
	left:270px !important;
	top:71px !important;
	background:#a8e6cf;
}

#item9850 {
	width:311px !important;
	height:591px !important;
	left:554px !important;
	top:71px !important;
	background:#ff8b94;
}

#item9858 {
	width:261px !important;
	left:585px !important;
	top:187px !important;
	min-height:453px !important;
}

#item9893 {
	width:129px !important;
	left:423px !important;
	top:632px !important;
	min-height:16px !important;
}

#item9917 {
	width:66px !important;
	left:780px !important;
	top:668px !important;
	min-height:16px !important;
}

#item9941 {
	width:166px !important;
	height:159px !important;
	left:270px !important;
	top:71px !important;
}

#item17108 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#a8e6cf;
}

#item17110 {
	width:596px !important;
	height:780px !important;
	left:-1px !important;
	top:119px !important;
	background:#a8e6cf;
}

#item17111 {
	width:311px !important;
	height:591px !important;
	left:284px !important;
	top:119px !important;
	background:#ff8b94;
}

#item17115 {
	width:261px !important;
	left:315px !important;
	top:235px !important;
	min-height:453px !important;
}

#item17145 {
	width:129px !important;
	left:152px !important;
	top:680px !important;
	min-height:16px !important;
}

#item17168 {
	width:66px !important;
	left:509px !important;
	top:716px !important;
	min-height:16px !important;
}

#item17191 {
	width:166px !important;
	height:159px !important;
	left:-1px !important;
	top:119px !important;
}

#item28354 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28377 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28400 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item10000 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#a8e6cf;
}

#item10001 {
	width:596px !important;
	height:780px !important;
	left:270px !important;
	top:71px !important;
	background:#a8e6cd;
}

#item10003 {
	width:595px !important;
	height:174px !important;
	left:271px !important;
	top:677px !important;
	background:#ff8b94;
}

#item10014 {
	width:278px !important;
	left:569px !important;
	top:180px !important;
	min-height:482px !important;
}

#item10047 {
	width:540px !important;
	left:307px !important;
	top:766px !important;
	min-height:35px !important;
}

#item10071 {
	width:145px !important;
	left:372px !important;
	top:346px !important;
	min-height:16px !important;
}

#item10094 {
	width:108px !important;
	left:409px !important;
	top:635px !important;
	min-height:16px !important;
}

#item10117 {
	width:137px !important;
	height:180px !important;
	left:271px !important;
	top:597px !important;
}

#item17249 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#a8e6cf;
}

#item17250 {
	width:596px !important;
	height:780px !important;
	left:1px !important;
	top:119px !important;
	background:#a8e6cd;
}

#item17251 {
	width:595px !important;
	height:174px !important;
	left:2px !important;
	top:725px !important;
	background:#ff8b94;
}

#item17258 {
	width:278px !important;
	left:300px !important;
	top:228px !important;
	min-height:482px !important;
}

#item17288 {
	width:540px !important;
	left:38px !important;
	top:814px !important;
	min-height:35px !important;
}

#item17311 {
	width:145px !important;
	left:102px !important;
	top:394px !important;
	min-height:16px !important;
}

#item17335 {
	width:108px !important;
	left:139px !important;
	top:684px !important;
	min-height:16px !important;
}

#item17358 {
	width:137px !important;
	height:180px !important;
	left:2px !important;
	top:645px !important;
}

#item28436 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28459 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28482 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item10188 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#dcedc1;
}

#item10190 {
	width:594px !important;
	height:780px !important;
	left:274px !important;
	top:71px !important;
	background:#a8e6cd;
}

#item10192 {
	width:594px !important;
	height:243px !important;
	left:274px !important;
	top:71px !important;
	background:#ff8b94;
}

#item10201 {
	width:302px !important;
	height:537px !important;
	left:274px !important;
	top:314px !important;
	background:#dcedc1;
}

#item10203 {
	width:250px !important;
	left:310px !important;
	top:416px !important;
	min-height:434px !important;
}

#item10228 {
	width:539px !important;
	left:310px !important;
	top:101px !important;
	min-height:192px !important;
}

#item10254 {
	width:106px !important;
	left:742px !important;
	top:328px !important;
	min-height:16px !important;
}

#item17417 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#dcedc1;
}

#item17418 {
	width:594px !important;
	height:780px !important;
	left:2px !important;
	top:119px !important;
	background:#a8e6cd;
}

#item17419 {
	width:594px !important;
	height:243px !important;
	left:2px !important;
	top:119px !important;
	background:#ff8b94;
}

#item17423 {
	width:302px !important;
	height:537px !important;
	left:2px !important;
	top:362px !important;
	background:#dcedc1;
}

#item17424 {
	width:250px !important;
	left:38px !important;
	top:464px !important;
	min-height:434px !important;
}

#item17447 {
	width:539px !important;
	left:38px !important;
	top:150px !important;
	min-height:192px !important;
}

#item17472 {
	width:106px !important;
	left:470px !important;
	top:376px !important;
	min-height:16px !important;
}

#item28518 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28541 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28564 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item11358 {
	width:272px !important;
	height:794px !important;
	top:57px !important;
	background:#007289;
}

#item19905 {
	width:272px !important;
	height:794px !important;
	left:862px !important;
	top:57px !important;
	background:#007289;
}

#item2664 {
	width:97px !important;
	height:29px !important;
	left:181px !important;
	top:785px !important;
}

#item17516 {
	width:85px !important;
	height:26px !important;
	left:483px !important;
	top:254px !important;
}

#item11357 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item2647 {
	width:85px !important;
	height:26px !important;
	left:800px !important;
	top:195px !important;
}

#item2675 {
	width:85px !important;
	height:26px !important;
	left:247px !important;
	top:312px !important;
}

#item2686 {
	width:85px !important;
	height:26px !important;
	left:801px !important;
	top:733px !important;
}

#item32868 {
	width:141px !important;
	height:175px !important;
	border-radius:0 25px 21px 0;
	background:#4a4949;
}

#item32892 {
	width:64px !important;
	left:69px !important;
	top:20px !important;
	min-height:51px !important;
}

#item32916 {
	width:72px !important;
	left:69px !important;
	top:105px !important;
	min-height:51px !important;
}

#item32939 {
	width:53px !important;
	height:17px !important;
	left:9px !important;
	top:122px !important;
}

#item32952 {
	width:142px !important;
	height:50px !important;
	top:177px !important;
}

#item17542 {
	width:85px !important;
	height:26px !important;
	left:484px !important;
	top:235px !important;
}

#item17558 {
	width:85px !important;
	height:26px !important;
	left:203px !important;
	top:351px !important;
}

#item17570 {
	width:85px !important;
	height:26px !important;
	left:487px !important;
	top:778px !important;
}

#item28681 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28704 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28727 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item10289 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#dcedc1;
}

#item10316 {
	width:596px !important;
	height:192px !important;
	left:270px !important;
	top:657px !important;
	background:#dcedc1;
}

#item10319 {
	width:523px !important;
	left:308px !important;
	top:691px !important;
	min-height:112px !important;
}

#item17587 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#dcedc1;
}

#item17603 {
	width:596px !important;
	height:192px !important;
	left:-1px !important;
	top:705px !important;
	background:#dcedc1;
}

#item17604 {
	width:523px !important;
	left:38px !important;
	top:739px !important;
	min-height:112px !important;
}

#item28763 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28787 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28810 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item10350 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#ffd3b6;
}

#item10352 {
	width:305px !important;
	height:780px !important;
	left:563px !important;
	top:70px !important;
	background:#ffd3b6;
}

#item10353 {
	width:178px !important;
	left:624px !important;
	top:278px !important;
	min-height:362px !important;
}

#item17635 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#ffd3b6;
}

#item17636 {
	width:305px !important;
	height:780px !important;
	left:293px !important;
	top:118px !important;
	background:#ffd3b6;
}

#item17638 {
	width:178px !important;
	left:354px !important;
	top:326px !important;
	min-height:362px !important;
}

#item28847 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28870 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28893 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item10396 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#ff8b94;
}

#item10398 {
	width:421px !important;
	height:756px !important;
	left:445px !important;
	top:94px !important;
	background:#ff8b94;
}

#item10409 {
	width:247px !important;
	left:583px !important;
	top:307px !important;
	min-height:285px !important;
}

#item10434 {
	width:267px !important;
	left:583px !important;
	top:257px !important;
	min-height:34px !important;
}

#item10457 {
	width:424px !important;
	height:202px !important;
	left:271px !important;
	top:619px !important;
	background:#dcedc1;
}

#item10466 {
	width:213px !important;
	left:341px !important;
	top:725px !important;
	min-height:93px !important;
}

#item10490 {
	width:116px !important;
	left:421px !important;
	top:675px !important;
	min-height:34px !important;
}

#item17677 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#ff8b94;
}

#item17678 {
	width:421px !important;
	height:756px !important;
	left:173px !important;
	top:143px !important;
	background:#ff8b94;
}

#item17683 {
	width:247px !important;
	left:311px !important;
	top:355px !important;
	min-height:285px !important;
}

#item17707 {
	width:267px !important;
	left:311px !important;
	top:306px !important;
	min-height:34px !important;
}

#item17731 {
	width:424px !important;
	height:202px !important;
	left:-1px !important;
	top:667px !important;
	background:#dcedc1;
}

#item17737 {
	width:213px !important;
	left:68px !important;
	top:774px !important;
	min-height:93px !important;
}

#item17761 {
	width:116px !important;
	left:149px !important;
	top:723px !important;
	min-height:34px !important;
}

#item28928 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item28951 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item28974 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item10529 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#dcedc1;
}

#item10531 {
	width:404px !important;
	height:370px !important;
	left:451px !important;
	top:102px !important;
	background:#ff8b94;
}

#item10542 {
	width:197px !important;
	left:589px !important;
	top:280px !important;
	min-height:164px !important;
}

#item10567 {
	width:209px !important;
	left:626px !important;
	top:209px !important;
	min-height:34px !important;
}

#item10592 {
	width:404px !important;
	height:319px !important;
	left:297px !important;
	top:503px !important;
	background:#dcedc1;
}

#item10600 {
	width:205px !important;
	left:346px !important;
	top:640px !important;
	min-height:154px !important;
}

#item10624 {
	width:234px !important;
	left:378px !important;
	top:587px !important;
	min-height:34px !important;
}

#item17792 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#dcedc1;
}

#item17793 {
	width:404px !important;
	height:370px !important;
	left:182px !important;
	top:150px !important;
	background:#ff8b94;
}

#item17801 {
	width:197px !important;
	left:319px !important;
	top:328px !important;
	min-height:164px !important;
}

#item17825 {
	width:209px !important;
	left:356px !important;
	top:257px !important;
	min-height:34px !important;
}

#item17850 {
	width:404px !important;
	height:319px !important;
	left:28px !important;
	top:551px !important;
	background:#dcedc1;
}

#item17855 {
	width:205px !important;
	left:77px !important;
	top:688px !important;
	min-height:154px !important;
}

#item17879 {
	width:234px !important;
	left:109px !important;
	top:636px !important;
	min-height:34px !important;
}

#item29010 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item29033 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item29056 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item10657 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#ffd3b6;
}

#item10668 {
	width:594px !important;
	height:411px !important;
	left:271px !important;
	top:438px !important;
	background:#ffd3b6;
}

#item10669 {
	width:236px !important;
	left:307px !important;
	top:556px !important;
	min-height:233px !important;
}

#item10693 {
	width:309px !important;
	height:131px !important;
	left:557px !important;
	top:410px !important;
	background:#f8506a;
}

#item17908 {
	width:575px !important;
	height:794px !important;
	left:20px !important;
	top:105px !important;
	background:#ffd3b6;
}

#item17915 {
	width:594px !important;
	height:411px !important;
	left:1px !important;
	top:486px !important;
	background:#ffd3b6;
}

#item17916 {
	width:236px !important;
	left:37px !important;
	top:604px !important;
	min-height:233px !important;
}

#item17939 {
	width:309px !important;
	height:131px !important;
	left:288px !important;
	top:458px !important;
	background:#f8506a;
}

#item29092 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item29115 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item29138 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item10705 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#dcedc1;
}

#item10707 {
	width:594px !important;
	height:519px !important;
	left:271px !important;
	top:332px !important;
	background:#ff8b94;
}

#item10715 {
	width:594px !important;
	height:261px !important;
	left:271px !important;
	top:71px !important;
	background:#dcedc1;
}

#item10717 {
	width:197px !important;
	left:399px !important;
	top:182px !important;
	min-height:34px !important;
}

#item10740 {
	width:238px !important;
	height:162px !important;
	left:627px !important;
	top:71px !important;
	background:#71d8dd;
}

#item10742 {
	width:523px !important;
	left:306px !important;
	top:239px !important;
	min-height:81px !important;
}

#item10780 {
	width:496px !important;
	height:471px !important;
	left:294px !important;
	top:344px !important;
}

#item10783 {
	width:468px !important;
	left:12px !important;
	top:9px !important;
	min-height:982px !important;
}

#item17952 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#dcedc1;
}

#item17953 {
	width:594px !important;
	height:519px !important;
	top:380px !important;
	background:#ff8b94;
}

#item17957 {
	width:594px !important;
	height:261px !important;
	top:119px !important;
	background:#dcedc1;
}

#item17959 {
	width:197px !important;
	left:128px !important;
	top:230px !important;
	min-height:34px !important;
}

#item17982 {
	width:238px !important;
	height:162px !important;
	left:357px !important;
	top:119px !important;
	background:#71d8dd;
}

#item17983 {
	width:523px !important;
	left:35px !important;
	top:287px !important;
	min-height:81px !important;
}

#item18014 {
	width:496px !important;
	height:471px !important;
	left:23px !important;
	top:392px !important;
}

#item18015 {
	width:468px !important;
	left:12px !important;
	top:9px !important;
	min-height:982px !important;
}

#item11356 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item2819 {
	width:85px !important;
	height:36px !important;
	left:808px !important;
	top:720px !important;
}

#item2830 {
	width:85px !important;
	height:36px !important;
	left:252px !important;
	top:284px !important;
}

#item2841 {
	width:85px !important;
	height:36px !important;
	left:794px !important;
	top:233px !important;
}

#item2852 {
	width:85px !important;
	height:36px !important;
	left:800px !important;
	top:409px !important;
}

#item32977 {
	width:141px !important;
	height:175px !important;
	border-radius:0 25px 21px 0;
	background:#4a4949;
}

#item33000 {
	width:64px !important;
	left:69px !important;
	top:20px !important;
	min-height:51px !important;
}

#item33025 {
	width:72px !important;
	left:69px !important;
	top:105px !important;
	min-height:51px !important;
}

#item33048 {
	width:53px !important;
	height:17px !important;
	left:9px !important;
	top:122px !important;
}

#item33061 {
	width:142px !important;
	height:50px !important;
	top:177px !important;
}

#item18069 {
	width:85px !important;
	height:36px !important;
	left:485px !important;
	top:770px !important;
}

#item18080 {
	width:85px !important;
	height:36px !important;
	left:203px !important;
	top:479px !important;
}

#item18094 {
	width:85px !important;
	height:36px !important;
	left:486px !important;
	top:281px !important;
}

#item18106 {
	width:85px !important;
	height:36px !important;
	left:311px !important;
	top:452px !important;
}

#item29257 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item29280 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item29303 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item10894 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#dcf5eb;
}

#item10915 {
	width:522px !important;
	left:309px !important;
	top:213px !important;
	min-height:43px !important;
}

#item10940 {
	width:522px !important;
	left:309px !important;
	top:326px !important;
	min-height:181px !important;
}

#item18141 {
	width:522px !important;
	left:37px !important;
	top:261px !important;
	min-height:43px !important;
}

#item18165 {
	width:522px !important;
	left:37px !important;
	top:375px !important;
	min-height:181px !important;
}

#item29339 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item29363 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item29387 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item10974 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#96d0c9;
}

#item10985 {
	width:595px !important;
	height:143px !important;
	left:271px !important;
	top:708px !important;
	background:#96d0c9;
}

#item10989 {
	width:528px !important;
	left:307px !important;
	top:738px !important;
	min-height:81px !important;
}

#item11016 {
	width:526px !important;
	left:308px !important;
	top:166px !important;
	min-height:243px !important;
	-moz-columns:auto 2;
	-webkit-columns:auto 2;
	columns:auto 2;
	-moz-column-gap:12px;
	-webkit-column-gap:12px;
	column-gap:12px;
}

#item18194 {
	width:595px !important;
	height:794px !important;
	top:106px !important;
	background:#96d0c9;
}

#item18202 {
	width:595px !important;
	height:143px !important;
	top:757px !important;
	background:#96d0c9;
}

#item18205 {
	width:528px !important;
	left:37px !important;
	top:787px !important;
	min-height:81px !important;
}

#item18232 {
	width:526px !important;
	left:38px !important;
	top:214px !important;
	min-height:243px !important;
	-moz-columns:auto 2;
	-webkit-columns:auto 2;
	columns:auto 2;
	-moz-column-gap:12px;
	-webkit-column-gap:12px;
	column-gap:12px;
}

#item29422 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item29445 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item29468 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item11063 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#96d0c9;
}

#item11080 {
	opacity:0.85;
	width:548px !important;
	height:256px !important;
	left:296px !important;
	top:94px !important;
	background:#fff;
}

#item11081 {
	width:595px !important;
	height:143px !important;
	left:271px !important;
	top:707px !important;
	background:#96d0c9;
}

#item11082 {
	width:524px !important;
	left:306px !important;
	top:730px !important;
	min-height:95px !important;
}

#item11110 {
	width:522px !important;
	left:308px !important;
	top:146px !important;
	min-height:324px !important;
}

#item18268 {
	width:595px !important;
	height:794px !important;
	top:106px !important;
	background:#96d0c9;
}

#item18279 {
	opacity:0.85;
	width:548px !important;
	height:256px !important;
	left:26px !important;
	top:143px !important;
	background:#fff;
}

#item18280 {
	width:595px !important;
	height:143px !important;
	top:756px !important;
	background:#96d0c9;
}

#item18281 {
	width:524px !important;
	left:35px !important;
	top:779px !important;
	min-height:95px !important;
}

#item18307 {
	width:522px !important;
	left:37px !important;
	top:195px !important;
	min-height:324px !important;
}

#item29503 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item29526 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item29550 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item19408 {
	width:1134px !important;
	height:794px !important;
	top:56px !important;
	background:#a8b9cd;
}

#item19412 {
	width:518px !important;
	left:32px !important;
	top:357px !important;
	min-height:119px !important;
}

#item19444 {
	width:279px !important;
	left:581px !important;
	top:88px !important;
	min-height:525px !important;
}

#item19467 {
	width:264px !important;
	left:307px !important;
	top:209px !important;
	min-height:416px !important;
}

#item19492 {
	width:193px !important;
	left:420px !important;
	top:672px !important;
	min-height:45px !important;
}

#item19520 {
	width:190px !important;
	height:14px !important;
	left:307px !important;
	top:751px !important;
}

#item19528 {
	width:266px !important;
	height:13px !important;
	left:504px !important;
	top:752px !important;
}

#item19537 {
	width:178px !important;
	height:11px !important;
	left:307px !important;
	top:773px !important;
}

#item18340 {
	width:595px !important;
	height:794px !important;
	top:105px !important;
	background:#a8b9cd;
}

#item18342 {
	width:518px !important;
	left:32px !important;
	top:357px !important;
	min-height:119px !important;
}

#item18372 {
	width:279px !important;
	left:309px !important;
	top:137px !important;
	min-height:525px !important;
}

#item18396 {
	width:264px !important;
	left:37px !important;
	top:257px !important;
	min-height:416px !important;
}

#item18421 {
	width:193px !important;
	left:151px !important;
	top:721px !important;
	min-height:45px !important;
}

#item18449 {
	width:190px !important;
	height:14px !important;
	left:37px !important;
	top:799px !important;
}

#item18457 {
	width:266px !important;
	height:13px !important;
	left:235px !important;
	top:800px !important;
}

#item18465 {
	width:178px !important;
	height:11px !important;
	left:37px !important;
	top:821px !important;
}

#item11355 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item2930 {
	width:85px !important;
	height:26px !important;
	left:248px !important;
	top:212px !important;
}

#item2941 {
	width:85px !important;
	height:36px !important;
	left:247px !important;
	top:350px !important;
}

#item19557 {
	width:227px !important;
	height:31px !important;
}

#item19558 {
	width:227px !important;
	height:31px !important;
	left:298px !important;
	top:799px !important;
}

#item19561 {
	width:181px !important;
	height:30px !important;
}

#item19562 {
	width:181px !important;
	height:30px !important;
	left:561px !important;
	top:801px !important;
}

#item19565 {
	width:96px !important;
	height:31px !important;
}

#item19566 {
	width:96px !important;
	height:31px !important;
	left:750px !important;
	top:799px !important;
}

#item33085 {
	width:141px !important;
	height:175px !important;
	border-radius:0 25px 21px 0;
	background:#4a4949;
}

#item33111 {
	width:64px !important;
	left:69px !important;
	top:20px !important;
	min-height:51px !important;
}

#item33135 {
	width:72px !important;
	left:69px !important;
	top:105px !important;
	min-height:51px !important;
}

#item33158 {
	width:53px !important;
	height:17px !important;
	left:9px !important;
	top:122px !important;
}

#item33172 {
	width:142px !important;
	height:50px !important;
	top:177px !important;
}

#item18497 {
	width:85px !important;
	height:26px !important;
	left:484px !important;
	top:145px !important;
}

#item19576 {
	width:85px !important;
	height:36px !important;
	left:315px !important;
	top:678px !important;
}

#item19592 {
	width:227px !important;
	height:31px !important;
}

#item19589 {
	width:227px !important;
	height:31px !important;
	left:20px !important;
	top:839px !important;
}

#item19596 {
	width:181px !important;
	height:30px !important;
}

#item19593 {
	width:181px !important;
	height:30px !important;
	left:284px !important;
	top:840px !important;
}

#item19600 {
	width:96px !important;
	height:31px !important;
}

#item19597 {
	width:96px !important;
	height:31px !important;
	left:472px !important;
	top:839px !important;
}

#item29669 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item29692 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item29715 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item11354 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#383936;
}

#item2975 {
	width:115px !important;
	height:32px !important;
	left:853px !important;
	top:728px !important;
}

#item18530 {
	width:85px !important;
	height:26px !important;
	left:489px !important;
	top:204px !important;
}

#item29750 {
	width:154px !important;
	top:43px !important;
	min-height:64px !important;
}

#item29773 {
	width:154px !important;
	top:146px !important;
	min-height:64px !important;
}

#item29796 {
	width:69px !important;
	height:22px !important;
	left:85px !important;
	top:120px !important;
}

#item11353 {
	width:1134px !important;
	height:794px !important;
	top:57px !important;
	background:#f2f2f4;
}

#item11312 {
	width:446px !important;
	left:344px !important;
	top:90px !important;
	min-height:205px !important;
}

#item11336_container {
	width:897px !important;
	height:589px !important;
	left:119px !important;
	top:171px !important;
}

#item18550 {
	width:446px !important;
	left:75px !important;
	top:122px !important;
	min-height:64px !important;
}

#item18573_container {
	width:556px !important;
	height:707px !important;
	left:20px !important;
	top:191px !important;
}

p.autoParaStyle95 {
	font-weight:bold;
	font-family:"DIN Alternate",sans-serif;
	font-size:24px;
	line-height:28.8px;
	color:#4a4949;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle94 {
	font-weight:bold;
	font-family:bebas-neue-pro,"Bebas Neue Pro";
	font-size:37.6px;
	line-height:36px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle93 {
	font-family:mundial,Mundial;
	font-size:18px;
	line-height:21.6px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle92 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#4a4949;
	text-align:left;
}

p.autoParaStyle91 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:transparent;
	text-align:left;
}

ul.autoParaStyle90 > li {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#4a4949;
	padding-left:18px;
	text-align:left;
}
ul.autoParaStyle90 > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

p.autoParaStyle89 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19px;
	color:#4a4949;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle88 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:20px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle87 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:12px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle86 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:20px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle85 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle84 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:14px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle83 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:18px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle82 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle81 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle80 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle79 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle78 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle77 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle76 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	text-align:left;
}

p.autoParaStyle75 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	text-align:left;
}

p.autoParaStyle74 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:16px;
	line-height:19.2px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle73 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:14px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle72 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:18px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle71 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	text-align:left;
}

p.autoParaStyle70 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#000;
	text-align:left;
}

p.autoParaStyle69 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle68 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle67 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:16px;
	line-height:19.2px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle66 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle65 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#3c3c3b;
	text-align:left;
}

p.autoParaStyle64 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#3c3c3b;
	text-align:left;
}

p.autoParaStyle63 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:32.6px;
	line-height:32.6px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle62 {
	font-family:mundial,Mundial;
	font-size:14.1px;
	line-height:16.9px;
	color:#4a4949;
	text-align:left;
}

p.autoParaStyle61 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:28px;
	line-height:31.8px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:right;
}

p.autoParaStyle60 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:60.5px;
	line-height:57.5px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle59 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:86.5px;
	line-height:57.5px;
	color:#ed6c82;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle58 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle57 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#000;
	text-align:left;
}

p.autoParaStyle56 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle55 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle54 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle53 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#000;
	text-align:left;
}

p.autoParaStyle52 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle51 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:27.6px;
	line-height:37.6px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle50 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle49 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:22.5px;
	line-height:23px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle48 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:19px;
	color:#1d3456;
	text-align:left;
}

p.autoParaStyle47 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:19px;
	color:#4a4949;
	text-align:left;
}

p.autoParaStyle46 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:27.6px;
	line-height:37.6px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle45 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle44 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:27.6px;
	line-height:27.6px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle43 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#aed8c6;
	text-align:left;
}

p.autoParaStyle42 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#4a4949;
	text-align:left;
}

p.autoParaStyle41 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:37.6px;
	line-height:37.6px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle40 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

ul.autoParaStyle39 > li {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	padding-left:18px;
	text-align:left;
}
ul.autoParaStyle39 > li::before {
	content:'\2022';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

p.autoParaStyle38 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:50.5px;
	line-height:57.5px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle37 {
	font-family:mundial,Mundial;
	font-size:14px;
	line-height:18px;
	color:#474746;
	text-align:left;
}

p.autoParaStyle36 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:14px;
	line-height:18px;
	color:#265a9b;
	text-decoration:underline;
	text-align:left;
}

p.autoParaStyle35 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#dcedc1;
	text-align:left;
}

p.autoParaStyle34 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#dcedc1;
	text-align:right;
}

p.autoParaStyle33 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:32px;
	color:#ffaaa5;
	text-align:left;
}

p.autoParaStyle32 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:20px;
	color:#000;
	text-align:left;
}

p.autoParaStyle31 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle30 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle29 {
	font-family:mundial,Mundial;
	font-size:18px;
	line-height:20px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle28 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:41.4px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle27 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle26 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:36px;
	line-height:36px;
	color:#474746;
	text-align:left;
}

p.autoParaStyle25 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:20px;
	color:#000;
	text-align:left;
}

p.autoParaStyle24 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:41.4px;
	line-height:32px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle23 {
	font-family:bebas-kai,"Bebas Kai";
	font-size:60.6px;
	line-height:60.6px;
	color:#363636;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle22 {
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19.2px;
	color:#fff;
	text-align:right;
}

p.autoParaStyle21 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle20 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle19 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#00aeef;
	text-align:left;
}

p.autoParaStyle18 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle17 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#4a4949;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle16 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle15 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#4a4949;
	text-align:left;
}

p.autoParaStyle14 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:25.7px;
	line-height:30.8px;
	color:#293130;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle13 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle12 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle11 {
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	text-align:left;
}

p.autoParaStyle10 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:16px;
	line-height:19px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle9 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle8 {
	font-weight:100;
	font-family:mundial,Mundial;
	font-size:15px;
	line-height:18px;
	color:#00aeef;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle7 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:25.7px;
	line-height:30.8px;
	color:#293130;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle6 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:16.8px;
	line-height:20.7px;
	color:#ed6c82;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle5 {
	font-weight:bold;
	font-family:mundial,Mundial;
	font-size:20.1px;
	line-height:24.1px;
	color:#fff;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle4 {
	font-family:mundial,Mundial;
	font-size:14.4px;
	line-height:17.3px;
	color:#fff;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle3 {
	font-weight:500;
	font-family:"Avenir Next","Arial Black", Gadget, sans-serif;
	font-size:7.1px;
	line-height:8.5px;
	color:#fff;
	letter-spacing:0.020em;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle2 {
	font-family:mundial,Mundial;
	font-size:18px;
	line-height:21.6px;
	color:#4a4949;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:right;
}

p.autoParaStyle1 {
	font-family:mundial,Mundial;
	font-size:14px;
	line-height:18px;
	color:#000;
	text-align:left;
}

h3.h3 {
	font-family:mundial,Mundial;
	font-size:10px;
	line-height:12px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

h2.h2 {
	font-family:mundial,Mundial;
	font-size:10px;
	line-height:12px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

h1.h1 {
	font-family:mundial,Mundial;
	font-size:14px;
	line-height:16.8px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

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

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

span.autoCharStyle22 {
	color:#323231;
}

span.autoCharStyle21 {
	color:#323231;
}

span.autoCharStyle20 {
	font-size:15px;
}

span.autoCharStyle19 {
}

span.autoCharStyle18 {
	font-family:"Bebas Kai";
	font-size:41.4px;
	color:#363636;
}

span.autoCharStyle17 {
	font-weight:bold;
	font-family:mundial,Mundial;
	color:#f4f4f4;
}

span.autoCharStyle16 {
	font-size:14px;
}

span.autoCharStyle15 {
	font-weight:bold;
	font-family:mundial,Mundial;
	color:#3c3c3b;
}

span.autoCharStyle14 {
	color:#aed8c6;
}

span.autoCharStyle13 {
	font-weight:bold;
	font-family:mundial,Mundial;
	color:#dcedc1;
}

span.autoCharStyle12 {
	font-weight:bold;
	font-family:mundial,Mundial;
	color:#265a9b;
	text-decoration:underline;
}

span.autoCharStyle11 {
	font-family:"Bebas Kai";
	font-size:36px;
	color:#474746;
}

span.autoCharStyle10 {
	color:#a8e6cf;
}

span.autoCharStyle9 {
	color:#00aeef;
	text-decoration:underline;
}

span.autoCharStyle8 {
	color:#1412bb;
	text-decoration:underline;
}

span.autoCharStyle7 {
	font-weight:bold;
	font-family:mundial,Mundial;
	color:#fff;
}

span.autoCharStyle6 {
	color:#fff;
}

span.autoCharStyle5 {
	color:#4a4949;
}

span.autoCharStyle4 {
	text-decoration:underline;
}

span.autoCharStyle3 {
	font-size:24px;
}

span.autoCharStyle2 {
	font-weight:bold;
	font-family:mundial,Mundial;
	color:#e83f51;
}

span.autoCharStyle1 {
	font-weight:bold;
	font-family:mundial,Mundial;
}

span.Hyperlink {
	color:#265a9b;
	text-decoration:underline;
}

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

[class*=" mq-"]{ display:none; }
.mq-default { display:block; }
@media all and (max-width:725px){ [class*=" mq-"], .mq-default { display:none; } .mq-595 {display:block; } }

#loadIndicator{display:none;}
