/* 	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; }
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type:disc; }
.page ol, .page ul { list-style-position:inside; }
.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 { height:100%; }
button { border:none;}
#container { height:100%; min-height:100%;}
b { font-weight:bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
p:first-child { margin-top:inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[onclick], [onrollover], button { cursor:pointer; pointer-events:auto; }

#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%;
	top:0; left:0; margin:auto;
	padding:6px;
    position:fixed;
    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;
}
#loadIndicator span:after { content:' Loading Content...'; }
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;}
@media all and (-ms-high-contrast:none){ *::-ms-backdrop,.svg-img{width:100%;} }
.pageItem, svg { position:absolute; }
svg { overflow:visible; }
.pageItem, .pageItemIFrame {
	display:block;
	top:0;
	left:0;
	width:auto !important;
	height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden {visibility:hidden; }

html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }

.page {
	position:relative;
	float:left;
	height:100%;
	width:100%;
	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;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;/*fix webkit display issue*/ }

/*.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }*//*currently broken in iOS*/
.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);
}	

@media only screen and (max-device-width:1024px) {
	.anythingSlider {padding:0;}
}

object, embed, img, a { outline:0; }

.liquid svg {
    height:100%;
    width:100%;
}

.noPlugin {
	width:100%;
	height:100%;
	background:#ccc;
	border:1px solid #666;
	padding:6px;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.paper-horizontal {
	position:absolute;
	top:50%;
	overflow:visible;
}

.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;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";/*IE8*/
}

/*video skins*/
.mejs-none .mejs-controls {display:none !important;}

.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%; }

.page.ls { bottom:auto !important; }

#container > nav { display:none; }
#container > nav > button {
	display:block;
	position:absolute;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /* half height of image */
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.png) no-repeat;
}	
#container > nav > button:hover { opacity:.7; }
#container > nav > #backBtn { left:0; background-position:left bottom; }
#container > nav > #nextBtn { right:0; background-position:right bottom; }

/* 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;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See:http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

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

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

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

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

/*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*/

/*CSS Generated from InDesign Styles*/
body { background:#ededed; }#slider { width:1280.00px; height:800.00px; }.page { width:1280.00px; height:800.00px; background: #fff !important; }.paper-vertical { width:1280.00px; height:100%; }.paper-horizontal { width:12900.00px; height:800.00px; margin-top:-400.00px; }@media all and (max-height:800.00px) {	.paper-horizontal { margin:0;top:0;}	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/	.anythingSlider-in5 .arrow a { margin: -68px 0 0 0; }}@media all and (max-width:1280.00px) {	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;margin:0;top:0;border:0; }	.paper-vertical, .paper-horizontal { padding:0; }}@keyframes grow-44379 {	0% {		transform:scaleX(1) scaleY(1);		opacity:0;	}	100% {		transform:scaleX(3) scaleY(3);		opacity:1;	}}@-webkit-keyframes grow-44379 {	0% {		-webkit-transform:scaleX(1) scaleY(1);		opacity:0;	}	100% {		-webkit-transform:scaleX(3) scaleY(3);		opacity:1;	}}@keyframes flyinfrombottom-1526 {	0% {transform:translate(-1px,611.15px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinfrombottom-1526 {	0% {-webkit-transform:translate(-1px,611.15px);}	100% {-webkit-transform:translate(0px,0px);}}@keyframes flyinfrombottom-33192 {	0% {		transform:translate(-1px,420.35px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes flyinfrombottom-33192 {	0% {		-webkit-transform:translate(-1px,420.35px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes fadein-1525 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-1525 {	0% {opacity:0;}	100% {opacity:1;}}#item43812 {	width:1280px !important;	height:705px !important;	top:465px !important;}@keyframes fadein-2900 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-2900 {	0% {opacity:0;}	100% {opacity:1;}}#item2901 {	width:639px !important;	height:352px !important;}@keyframes fadein-2879 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-2879 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes fadein-2871 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-2871 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes fadein-2890 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-2890 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes fadein-44492 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44492 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes fadein-44500 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44500 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes fadein-44507 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44507 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes fadein-44515 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44515 {	0% {opacity:0;}	100% {opacity:1;}}#item1847 {	background:#9ccb3b;	width:1281px !important;	height:236px !important;	left:-1px !important;	top:1164px !important;}#item33242 {	width:70px !important;	height:70px !important;	left:36px !important;	top:1305px !important;	background:url('../images/item33242.png') no-repeat 0 50%;}#item33250 {	width:71px !important;	height:71px !important;	left:107px !important;	top:1304px !important;	background:url('../images/item33250.png') no-repeat 0 50%;}#item45893 {	width:518px !important;	left:381px !important;	top:1296px !important;	min-height:104px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.5px;	-webkit-column-gap:17.5px;	column-gap:17.5px;}#item32503 {	width:642px !important;	height:356px !important;	left:-2px !important;	top:463px !important;	background:url('../images/item32503.png') no-repeat 0 50%;}#item32510 {	width:645px !important;	height:356px !important;	left:636px !important;	top:463px !important;	background:url('../images/item32510.png') no-repeat 0px 50%;}#item32513 {	width:646px !important;	height:350px !important;	left:636px !important;	top:815px !important;	background:url('../images/item32513.png') no-repeat 0 50%;}#item33237 {	width:643px !important;	height:352px !important;	left:-2px !important;	top:814px !important;	background:url('../images/item33237.png') no-repeat 0 50%;}#item38961 {	background:#9ccb3b;	width:1282px !important;	height:227px !important;	top:1793px !important;}@keyframes flyinfrombottom-38695 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-38695 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item38696 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-38698 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-38698 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item38699 {	border-radius:15px 12px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-38703 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-38703 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item38704 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinblurfromleft-38712 {	0% {		transform:translate(-750.44px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes flyinblurfromleft-38712 {	0% {		-webkit-transform:translate(-750.44px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes flyinblurfromleft-38715 {	0% {		transform:translate(-655.8px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes flyinblurfromleft-38715 {	0% {		-webkit-transform:translate(-655.8px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item39009 {	width:70px !important;	height:70px !important;	left:24px !important;	top:1925px !important;	background:url('../images/item39009.png') no-repeat 0 50%;}#item39017 {	width:71px !important;	height:71px !important;	left:96px !important;	top:1923px !important;	background:url('../images/item39017.png') no-repeat 0 50%;}@keyframes flyinfrombottom-39035 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-39035 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item39036 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes fadein-39074 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-39074 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes fadein-39097 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-39097 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes fadein-39120 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-39120 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes zoomin2d-39121 {	0% {		transform:scaleX(0.05) scaleY(0.05);		opacity:0;	}	88% {		transform:scaleX(1) scaleY(1);	}	21% {opacity:0.99;}	71% {opacity:1;}}@-webkit-keyframes zoomin2d-39121 {	0% {		-webkit-transform:scaleX(0.05) scaleY(0.05);		opacity:0;	}	88% {		-webkit-transform:scaleX(1) scaleY(1);	}	21% {opacity:0.99;}	71% {opacity:1;}}@keyframes flyinblurfromleft-39129 {	0% {transform:translate(-691.99px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-39129 {	0% {-webkit-transform:translate(-691.99px,0px);}	100% {-webkit-transform:translate(0px,0px);}}#item39187 {	background:#fff;	width:733px !important;	height:24px !important;	left:456px !important;	top:873px !important;}@keyframes moveright-39187 {	0% {transform:translate(0px,0px);}	100% {transform:translate(1199.05px,0px);}}@-webkit-keyframes moveright-39187 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(1199.05px,0px);}}@keyframes fadein-39188 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-39188 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes grow-43299 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43299 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43307 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43307 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43316 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43316 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43324 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43324 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43333 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43333 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}#item43344 {	width:256px !important;	height:200px !important;	left:512px !important;	top:994px !important;}@keyframes grow-43344 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43344 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43366 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43366 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43380 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43380 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43388 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43388 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43397 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43397 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43404 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43404 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43412 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43412 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43421 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43421 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43432 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43432 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43441 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43441 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43454 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43454 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}#item45924 {	width:518px !important;	left:381px !important;	top:1916px !important;	min-height:104px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.5px;	-webkit-column-gap:17.5px;	column-gap:17.5px;}#item39189 {	width:137px !important;	height:84px !important;	left:556px !important;	top:9px !important;	background:url('../images/item39189.png') no-repeat 0 50%;}#item39194 {	width:138px !important;	height:82px !important;	left:688px !important;	top:9px !important;	background:url('../images/item39194.png') no-repeat 0 50%;}#item39219 {	width:135px !important;	height:82px !important;	left:823px !important;	top:9px !important;	background:url('../images/item39219.png') no-repeat 0 50%;}#item39225 {	width:137px !important;	height:82px !important;	left:953px !important;	top:9px !important;	background:url('../images/item39225.png') no-repeat 0 50%;}#item39230:active {	background:url('../images/item39230.png') no-repeat -146.18px 50%;}#item39230 {	width:138px !important;	height:83px !important;	left:1085px !important;	top:9px !important;	background:url('../images/item39230.png') no-repeat 0px 50%;}#item43663 {	width:261px !important;	height:205px !important;	left:1022px !important;	top:991px !important;	background:url('../images/item43663.png') no-repeat 0 50%;}#item43664 {	width:261px !important;	height:405px !important;	left:-2px !important;	top:1192px !important;	background:url('../images/item43664.png') no-repeat 0 50%;}#item43665 {	width:261px !important;	height:205px !important;	left:766px !important;	top:991px !important;	background:url('../images/item43665.png') no-repeat 0 50%;}#item43666 {	width:261px !important;	height:405px !important;	left:1022px !important;	top:1191px !important;	background:url('../images/item43666.png') no-repeat 0 50%;}#item43667 {	width:261px !important;	height:205px !important;	left:-2px !important;	top:991px !important;	background:url('../images/item43667.png') no-repeat 0 50%;}#item43668 {	width:261px !important;	height:205px !important;	left:510px !important;	top:991px !important;	background:url('../images/item43668.png') no-repeat 0 50%;}#item43669 {	width:261px !important;	height:204px !important;	left:254px !important;	top:1391px !important;	background:url('../images/item43669.png') no-repeat 0 50%;}#item43670 {	width:261px !important;	height:204px !important;	left:254px !important;	top:1591px !important;	background:url('../images/item43670.png') no-repeat 0 50%;}#item43671 {	width:261px !important;	height:205px !important;	left:-2px !important;	top:1590px !important;	background:url('../images/item43671.png') no-repeat 0 50%;}#item43672 {	width:262px !important;	height:404px !important;	left:510px !important;	top:1391px !important;	background:url('../images/item43672.png') no-repeat 0 50%;}#item43673 {	width:261px !important;	height:406px !important;	left:253px !important;	top:991px !important;	background:url('../images/item43673.png') no-repeat 0 50%;}#item43674 {	width:262px !important;	height:205px !important;	left:510px !important;	top:1191px !important;	background:url('../images/item43674.png') no-repeat 0 50%;}#item43702 {	width:261px !important;	height:205px !important;	left:766px !important;	top:1391px !important;	background:url('../images/item43702.png') no-repeat 0 50%;}#item43710 {	width:261px !important;	height:205px !important;	left:766px !important;	top:1590px !important;	background:url('../images/item43710.png') no-repeat 0 50%;}#item43718 {	width:261px !important;	height:205px !important;	left:1022px !important;	top:1590px !important;	background:url('../images/item43718.png') no-repeat 0 50%;}#item43739 {	width:261px !important;	height:205px !important;	left:766px !important;	top:1191px !important;	background:url('../images/item43739.png') no-repeat 0 50%;}#item34468 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;	left:691px !important;	top:85px !important;}@keyframes flyinfrombottom-34468 {	0% {transform:translate(0px,0px);}	100% {transform:translate(1px,-70.3px);}}@-webkit-keyframes flyinfrombottom-34468 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(1px,-70.3px);}}#item33999 {	background:#9ccb3b;	width:1280px !important;	height:220px !important;	top:980px !important;}#item34046 {	width:70px !important;	height:70px !important;	left:23px !important;	top:1111px !important;	background:url('../images/item34046.png') no-repeat 0 50%;}#item34055 {	width:71px !important;	height:71px !important;	left:94px !important;	top:1110px !important;	background:url('../images/item34055.png') no-repeat 0 50%;}@keyframes flyinfrombottom-33775 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-33775 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item33776 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-33784 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-33784 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item33785 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-33814 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-33814 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item33815 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}#item11152 {	background:#fff;	width:1280px !important;	height:661px !important;	top:95px !important;}#item11271 {	width:1280px !important;	top:807px !important;	min-height:160px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:13px;	-webkit-column-gap:13px;	column-gap:13px;}@keyframes fadein-11271 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-11271 {	0% {opacity:0;}	100% {opacity:1;}}#item11298 {	width:315px !important;	left:501px !important;	top:342px !important;	min-height:62px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:11.4px;	-webkit-column-gap:11.4px;	column-gap:11.4px;}#item11321 {	width:315px !important;	left:681px !important;	top:616px !important;	min-height:62px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:11.4px;	-webkit-column-gap:11.4px;	column-gap:11.4px;}#item11344 {	width:275px !important;	left:879px !important;	top:342px !important;	min-height:62px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:11.4px;	-webkit-column-gap:11.4px;	column-gap:11.4px;}#item11390 {	width:338px !important;	left:128px !important;	top:342px !important;	min-height:62px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:11.4px;	-webkit-column-gap:11.4px;	column-gap:11.4px;}#item11413 {	width:338px !important;	left:312px !important;	top:616px !important;	min-height:62px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:11.4px;	-webkit-column-gap:11.4px;	column-gap:11.4px;}#item11665 {	width:131px !important;	height:131px !important;	left:231px !important;	top:182px !important;}#item11722 {	width:131px !important;	height:131px !important;	left:416px !important;	top:457px !important;}#item11689 {	width:131px !important;	height:131px !important;	left:593px !important;	top:182px !important;}#item11732 {	width:131px !important;	height:131px !important;	left:773px !important;	top:457px !important;}#item11706 {	width:131px !important;	height:131px !important;	left:951px !important;	top:182px !important;}#item11687 {	background:#fff;	width:9px !important;	height:5px !important;	left:293px !important;	top:262px !important;}@keyframes fadein-44575 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44575 {	0% {opacity:0;}	100% {opacity:1;}}#item44576 {	background:#fff;	width:534px !important;	height:21px !important;	left:633px !important;	top:849px !important;}@keyframes moveright-44576 {	0% {transform:translate(0px,0px);}	100% {transform:translate(693.25px,0px);}}@-webkit-keyframes moveright-44576 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(693.25px,0px);}}#item44577 {	background:#fff;	width:535px !important;	height:21px !important;	left:99px !important;	top:849px !important;}@keyframes moveleft-44577 {	0% {transform:translate(0px,0px);}	100% {transform:translate(-580.55px,0px);}}@-webkit-keyframes moveleft-44577 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(-580.55px,0px);}}@keyframes fadein-44578 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44578 {	0% {opacity:0;}	100% {opacity:1;}}#item45953 {	width:518px !important;	left:381px !important;	top:1096px !important;	min-height:104px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.5px;	-webkit-column-gap:17.5px;	column-gap:17.5px;}#item33942 {	width:137px !important;	height:84px !important;	left:556px !important;	top:9px !important;	background:url('../images/item33942.png') no-repeat 0 50%;}#item33946 {	width:138px !important;	height:82px !important;	left:688px !important;	top:9px !important;	background:url('../images/item33946.png') no-repeat 0 50%;}#item33971 {	width:135px !important;	height:82px !important;	left:823px !important;	top:9px !important;	background:url('../images/item33971.png') no-repeat 0 50%;}#item33975 {	width:137px !important;	height:82px !important;	left:953px !important;	top:9px !important;	background:url('../images/item33975.png') no-repeat 0 50%;}#item33979:active {	background:url('../images/item33979.png') no-repeat -146.18px 50%;}#item33979 {	width:138px !important;	height:83px !important;	left:1085px !important;	top:9px !important;	background:url('../images/item33979.png') no-repeat 0px 50%;}#item41001 {	width:136px !important;	height:136px !important;	left:229px !important;	top:179px !important;	background:url('../images/item41001.png') no-repeat 0 50%;}#item41007:hover {	background:url('../images/item41007.png') no-repeat 50% 50%;}#item41007:active {	background:url('../images/item41007.png') no-repeat -288.37px 50%;}#item41007 {	width:136px !important;	height:136px !important;	left:590px !important;	top:179px !important;	background:url('../images/item41007.png') no-repeat 0px 50%;}#item41015 {	width:136px !important;	height:136px !important;	left:949px !important;	top:179px !important;	background:url('../images/item41015.png') no-repeat 0 50%;}#item41022 {	width:136px !important;	height:136px !important;	left:413px !important;	top:456px !important;	background:url('../images/item41022.png') no-repeat 0 50%;}#item41026 {	width:136px !important;	height:136px !important;	left:770px !important;	top:454px !important;	background:url('../images/item41026.png') no-repeat 0 50%;}#item34895 {	background:#9ccb3b;	width:1280px !important;	min-height:220px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:12px;	-webkit-column-gap:12px;	column-gap:12px;}#item34902 {	width:70px !important;	height:70px !important;	left:23px !important;	top:131px !important;	background:url('../images/item34902.png') no-repeat 0 50%;}#item34911 {	width:71px !important;	height:71px !important;	left:94px !important;	top:130px !important;	background:url('../images/item34911.png') no-repeat 0 50%;}#item34929 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;	left:691px !important;	top:85px !important;}@keyframes flyinfrombottom-34929 {	0% {transform:translate(0px,0px);}	100% {transform:translate(1px,-70.3px);}}@-webkit-keyframes flyinfrombottom-34929 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(1px,-70.3px);}}@keyframes flyinfrombottom-34933 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-34933 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item34934 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-34941 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-34941 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item34942 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-34946 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-34946 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item34947 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}#item35038 {	width:217px !important;	left:17px !important;	top:71px !important;	min-height:9px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.6px;	-webkit-column-gap:17.6px;	column-gap:17.6px;}@keyframes flyinblurfromleft-35062 {	0% {transform:translate(-413px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-35062 {	0% {-webkit-transform:translate(-413px,0px);}	100% {-webkit-transform:translate(0px,0px);}}@keyframes flyinblurfromleft-40995 {	0% {transform:translate(-622.6px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-40995 {	0% {-webkit-transform:translate(-622.6px,0px);}	100% {-webkit-transform:translate(0px,0px);}}#item35065 {	width:1280px !important;	top:936px !important;	min-height:160px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:18px;	-webkit-column-gap:18px;	column-gap:18px;}@keyframes fadein-35065 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-35065 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes fadein-41065 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-41065 {	0% {opacity:0;}	100% {opacity:1;}}#item41071 {	background:#fff;	width:534px !important;	height:21px !important;	left:633px !important;	top:986px !important;}@keyframes moveright-41071 {	0% {transform:translate(0px,0px);}	100% {transform:translate(693.25px,0px);}}@-webkit-keyframes moveright-41071 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(693.25px,0px);}}#item41072 {	background:#fff;	width:535px !important;	height:21px !important;	left:99px !important;	top:986px !important;}@keyframes moveleft-41072 {	0% {transform:translate(0px,0px);}	100% {transform:translate(-580.55px,0px);}}@-webkit-keyframes moveleft-41072 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(-580.55px,0px);}}@keyframes fadein-44567 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44567 {	0% {opacity:0;}	100% {opacity:1;}}#item45983 {	width:518px !important;	left:381px !important;	top:1196px !important;	min-height:104px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.5px;	-webkit-column-gap:17.5px;	column-gap:17.5px;}#item35175 {	width:137px !important;	height:84px !important;	left:556px !important;	top:9px !important;	background:url('../images/item35175.png') no-repeat 0 50%;}#item35180 {	width:138px !important;	height:82px !important;	left:688px !important;	top:9px !important;	background:url('../images/item35180.png') no-repeat 0 50%;}#item35206 {	width:138px !important;	height:82px !important;	left:823px !important;	top:9px !important;	background:url('../images/item35206.png') no-repeat 0 50%;}#item35210 {	width:133px !important;	height:82px !important;	left:956px !important;	top:9px !important;	background:url('../images/item35210.png') no-repeat 0 50%;}#item35215:active {	background:url('../images/item35215.png') no-repeat -146.18px 50%;}#item35215 {	width:138px !important;	height:83px !important;	left:1085px !important;	top:9px !important;	background:url('../images/item35215.png') no-repeat 0px 50%;}#item34721 {	background:#9ccb3b;	width:1280px !important;	height:220px !important;	top:1080px !important;}#item34768 {	width:70px !important;	height:70px !important;	left:23px !important;	top:1211px !important;	background:url('../images/item34768.png') no-repeat 0 50%;}#item34777 {	width:71px !important;	height:71px !important;	left:94px !important;	top:1210px !important;	background:url('../images/item34777.png') no-repeat 0 50%;}#item34525 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;	left:691px !important;	top:85px !important;}@keyframes flyinfrombottom-34525 {	0% {transform:translate(0px,0px);}	100% {transform:translate(1px,-70.3px);}}@-webkit-keyframes flyinfrombottom-34525 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(1px,-70.3px);}}@keyframes flyinfrombottom-34529 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-34529 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item34530 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-34538 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-34538 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item34539 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-34543 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-34543 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item34544 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}#item27903 {	width:1244px !important;	height:162px !important;	left:36px !important;	top:750px !important;}@keyframes moveleft-46666 {	0% {transform:translate(0px,0px);}	100% {transform:translate(-2560px,0px);}}@-webkit-keyframes moveleft-46666 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(-2560px,0px);}}#item35305 {	width:44px !important;	height:40px !important;	left:138px !important;	top:816px !important;	background:url('../images/item35305.png') no-repeat 0 50%;}@keyframes flyinblurfromleft-35324 {	0% {transform:translate(-550.79px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-35324 {	0% {-webkit-transform:translate(-550.79px,0px);}	100% {-webkit-transform:translate(0px,0px);}}@keyframes flyinblurfromleft-35325 {	0% {transform:translate(-413px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-35325 {	0% {-webkit-transform:translate(-413px,0px);}	100% {-webkit-transform:translate(0px,0px);}}#item35378 {	width:1280px !important;	top:936px !important;	min-height:160px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:18px;	-webkit-column-gap:18px;	column-gap:18px;}@keyframes fadein-35378 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-35378 {	0% {opacity:0;}	100% {opacity:1;}}#item43932 {	width:210px !important;	left:17px !important;	top:69px !important;	min-height:9px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.1px;	-webkit-column-gap:17.1px;	column-gap:17.1px;}@keyframes fadein-44582 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44582 {	0% {opacity:0;}	100% {opacity:1;}}#item44583 {	background:#fff;	width:534px !important;	height:21px !important;	left:633px !important;	top:987px !important;}@keyframes moveright-44583 {	0% {transform:translate(0px,0px);}	100% {transform:translate(693.25px,0px);}}@-webkit-keyframes moveright-44583 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(693.25px,0px);}}#item44584 {	background:#fff;	width:535px !important;	height:21px !important;	left:99px !important;	top:987px !important;}@keyframes moveleft-44584 {	0% {transform:translate(0px,0px);}	100% {transform:translate(-580.55px,0px);}}@-webkit-keyframes moveleft-44584 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(-580.55px,0px);}}@keyframes fadein-44585 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44585 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes flyinblurfromleft-45644 {	0% {transform:translate(-586.48px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-45644 {	0% {-webkit-transform:translate(-586.48px,0px);}	100% {-webkit-transform:translate(0px,0px);}}#item46012 {	width:518px !important;	left:381px !important;	top:1196px !important;	min-height:104px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.5px;	-webkit-column-gap:17.5px;	column-gap:17.5px;}#item34667 {	width:137px !important;	height:84px !important;	left:556px !important;	top:9px !important;	background:url('../images/item34667.png') no-repeat 0 50%;}#item34671 {	width:138px !important;	height:82px !important;	left:688px !important;	top:9px !important;	background:url('../images/item34671.png') no-repeat 0 50%;}#item34696 {	width:138px !important;	height:82px !important;	left:823px !important;	top:9px !important;	background:url('../images/item34696.png') no-repeat 0 50%;}#item34700 {	width:133px !important;	height:82px !important;	left:956px !important;	top:9px !important;	background:url('../images/item34700.png') no-repeat 0 50%;}#item34704:active {	background:url('../images/item34704.png') no-repeat -146.18px 50%;}#item34704 {	width:138px !important;	height:83px !important;	left:1085px !important;	top:9px !important;	background:url('../images/item34704.png') no-repeat 0px 50%;}#item36354 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;	left:691px !important;	top:85px !important;}@keyframes flyinfrombottom-36354 {	0% {transform:translate(0px,0px);}	100% {transform:translate(1px,-70.3px);}}@-webkit-keyframes flyinfrombottom-36354 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(1px,-70.3px);}}@keyframes flyinfrombottom-36358 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-36358 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item36359 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-36367 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-36367 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item36368 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-36372 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-36372 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item36373 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}#item36383 {	background:#9ccb3b;	width:1280px !important;	height:220px !important;}#item36389 {	width:70px !important;	height:70px !important;	left:23px !important;	top:131px !important;	background:url('../images/item36389.png') no-repeat 0 50%;}#item36397 {	width:71px !important;	height:71px !important;	left:94px !important;	top:130px !important;	background:url('../images/item36397.png') no-repeat 0 50%;}#item36468 {	width:44px !important;	height:40px !important;	left:138px !important;	top:816px !important;	background:url('../images/item36468.png') no-repeat 0 50%;}#item36526 {	width:209px !important;	left:16px !important;	top:69px !important;	min-height:8px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:16.9px;	-webkit-column-gap:16.9px;	column-gap:16.9px;}@keyframes flyinblurfromleft-44403 {	0% {transform:translate(-548.63px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-44403 {	0% {-webkit-transform:translate(-548.63px,0px);}	100% {-webkit-transform:translate(0px,0px);}}#item36619 {	width:281px !important;	left:49px !important;	top:390px !important;	min-height:339px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:25.7px;	-webkit-column-gap:25.7px;	column-gap:25.7px;}#item36655_container {	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);	-webkit-box-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);	width:350px !important;	height:243px !important;	left:462px !important;	top:572px !important;}#item36660_container {	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);	-webkit-box-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);	width:350px !important;	height:243px !important;	left:856px !important;	top:572px !important;}#item36665 {	width:350px !important;	height:242px !important;	left:462px !important;	top:206px !important;}#item36748 {	width:350px !important;	left:462px !important;	top:462px !important;	min-height:55px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:13.3px;	-webkit-column-gap:13.3px;	column-gap:13.3px;}#item36771 {	width:350px !important;	left:856px !important;	top:462px !important;	min-height:55px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:13.3px;	-webkit-column-gap:13.3px;	column-gap:13.3px;}#item36794 {	width:350px !important;	left:462px !important;	top:828px !important;	min-height:55px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:13.3px;	-webkit-column-gap:13.3px;	column-gap:13.3px;}#item36817 {	width:350px !important;	left:856px !important;	top:828px !important;	min-height:55px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:13.3px;	-webkit-column-gap:13.3px;	column-gap:13.3px;}#item36840_container {	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);	-webkit-box-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);	width:350px !important;	height:243px !important;	left:856px !important;	top:206px !important;}#item45691 {	width:518px !important;	left:381px !important;	top:1096px !important;	min-height:104px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.5px;	-webkit-column-gap:17.5px;	column-gap:17.5px;}#item36847 {	width:137px !important;	height:84px !important;	left:556px !important;	top:10px !important;	background:url('../images/item36847.png') no-repeat 0 50%;}#item36852 {	width:138px !important;	height:82px !important;	left:688px !important;	top:10px !important;	background:url('../images/item36852.png') no-repeat 0 50%;}#item36879 {	width:138px !important;	height:82px !important;	left:823px !important;	top:10px !important;	background:url('../images/item36879.png') no-repeat 0 50%;}#item36883 {	width:133px !important;	height:82px !important;	left:956px !important;	top:10px !important;	background:url('../images/item36883.png') no-repeat 0 50%;}#item36889:active {	background:url('../images/item36889.png') no-repeat -146.18px 50%;}#item36889 {	width:138px !important;	height:83px !important;	left:1085px !important;	top:10px !important;	background:url('../images/item36889.png') no-repeat 0px 50%;}#item37026 {	width:1148px !important;	height:186px !important;	left:132px !important;	top:790px !important;}@keyframes moveleft-47325 {	0% {transform:translate(0px,0px);}	100% {transform:translate(-2560px,0px);}}@-webkit-keyframes moveleft-47325 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(-2560px,0px);}}#item35565 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;	left:691px !important;	top:85px !important;}@keyframes flyinfrombottom-35565 {	0% {transform:translate(0px,0px);}	100% {transform:translate(1px,-70.3px);}}@-webkit-keyframes flyinfrombottom-35565 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(1px,-70.3px);}}@keyframes flyinfrombottom-35569 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-35569 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item35570 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-35577 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-35577 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item35578 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-35582 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-35582 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item35583 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}#item35531 {	background:#9ccb3b;	width:1280px !important;	height:224px !important;}#item35538 {	width:70px !important;	height:70px !important;	left:23px !important;	top:135px !important;	background:url('../images/item35538.png') no-repeat 0 50%;}#item35546 {	width:71px !important;	height:71px !important;	left:94px !important;	top:134px !important;	background:url('../images/item35546.png') no-repeat 0 50%;}#item35682 {	width:44px !important;	height:40px !important;	left:138px !important;	top:816px !important;	background:url('../images/item35682.png') no-repeat 0 50%;}#item35770 {	width:209px !important;	left:16px !important;	top:69px !important;	min-height:8px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:16.9px;	-webkit-column-gap:16.9px;	column-gap:16.9px;}@keyframes flyinblurfromleft-37004 {	0% {transform:translate(-497.8px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-37004 {	0% {-webkit-transform:translate(-497.8px,0px);}	100% {-webkit-transform:translate(0px,0px);}}@keyframes flyinblurfromleft-37007 {	0% {transform:translate(-448.7px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-37007 {	0% {-webkit-transform:translate(-448.7px,0px);}	100% {-webkit-transform:translate(0px,0px);}}#item45365 {	width:92px !important;	left:26px !important;	min-height:19px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:29.1px;	-webkit-column-gap:29.1px;	column-gap:29.1px;}#item45717 {	width:518px !important;	left:381px !important;	top:1096px !important;	min-height:104px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.5px;	-webkit-column-gap:17.5px;	column-gap:17.5px;}#item35816 {	width:137px !important;	height:84px !important;	left:556px !important;	top:9px !important;	background:url('../images/item35816.png') no-repeat 0 50%;}#item35821 {	width:138px !important;	height:82px !important;	left:688px !important;	top:9px !important;	background:url('../images/item35821.png') no-repeat 0 50%;}#item35847 {	width:138px !important;	height:82px !important;	left:823px !important;	top:9px !important;	background:url('../images/item35847.png') no-repeat 0 50%;}#item35851 {	width:133px !important;	height:82px !important;	left:956px !important;	top:9px !important;	background:url('../images/item35851.png') no-repeat 0 50%;}#item35856:active {	background:url('../images/item35856.png') no-repeat -146.18px 50%;}#item35856 {	width:138px !important;	height:83px !important;	left:1085px !important;	top:9px !important;	background:url('../images/item35856.png') no-repeat 0px 50%;}#item37094 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;	left:691px !important;	top:85px !important;}@keyframes flyinfrombottom-37094 {	0% {transform:translate(0px,0px);}	100% {transform:translate(1px,-70.3px);}}@-webkit-keyframes flyinfrombottom-37094 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(1px,-70.3px);}}@keyframes flyinfrombottom-37098 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-37098 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item37099 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-37106 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-37106 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item37107 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-37111 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-37111 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item37112 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}#item37127 {	background:#9ccb3b;	width:1280px !important;	height:224px !important;}#item37133 {	width:70px !important;	height:70px !important;	left:23px !important;	top:135px !important;	background:url('../images/item37133.png') no-repeat 0 50%;}#item37141 {	width:71px !important;	height:71px !important;	left:94px !important;	top:134px !important;	background:url('../images/item37141.png') no-repeat 0 50%;}#item37211 {	width:44px !important;	height:40px !important;	left:138px !important;	top:816px !important;	background:url('../images/item37211.png') no-repeat 0 50%;}#item37276 {	width:216px !important;	left:17px !important;	top:71px !important;	min-height:9px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.6px;	-webkit-column-gap:17.6px;	column-gap:17.6px;}@keyframes flyinblurfromleft-37611 {	0% {transform:translate(-551.35px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-37611 {	0% {-webkit-transform:translate(-551.35px,0px);}	100% {-webkit-transform:translate(0px,0px);}}#item37468 {	width:352px !important;	left:50px !important;	top:271px !important;	min-height:679px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:30.8px;	-webkit-column-gap:30.8px;	column-gap:30.8px;}@keyframes flyinblurfromleft-37612 {	0% {transform:translate(-413px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-37612 {	0% {-webkit-transform:translate(-413px,0px);}	100% {-webkit-transform:translate(0px,0px);}}@keyframes fadein-37582 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-37582 {	0% {opacity:0;}	100% {opacity:1;}}#item45744 {	width:518px !important;	left:381px !important;	top:1096px !important;	min-height:104px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.5px;	-webkit-column-gap:17.5px;	column-gap:17.5px;}#item37344 {	width:137px !important;	height:84px !important;	left:556px !important;	top:10px !important;	background:url('../images/item37344.png') no-repeat 0 50%;}#item37349 {	width:138px !important;	height:82px !important;	left:688px !important;	top:10px !important;	background:url('../images/item37349.png') no-repeat 0 50%;}#item37375 {	width:138px !important;	height:82px !important;	left:823px !important;	top:10px !important;	background:url('../images/item37375.png') no-repeat 0 50%;}#item37379 {	width:133px !important;	height:82px !important;	left:956px !important;	top:10px !important;	background:url('../images/item37379.png') no-repeat 0 50%;}#item37384:active {	background:url('../images/item37384.png') no-repeat -146.18px 50%;}#item37384 {	width:138px !important;	height:83px !important;	left:1085px !important;	top:10px !important;	background:url('../images/item37384.png') no-repeat 0px 50%;}#item43230 {	width:1279px !important;	left:1px !important;	top:1324px !important;	min-height:90px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:14.1px;	-webkit-column-gap:14.1px;	column-gap:14.1px;}#item39451 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;	left:692px !important;	top:85px !important;}@keyframes flyinfrombottom-39451 {	0% {transform:translate(0px,0px);}	100% {transform:translate(1px,-70.3px);}}@-webkit-keyframes flyinfrombottom-39451 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(1px,-70.3px);}}@keyframes flyinfrombottom-39456 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-39456 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item39457 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-39459 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-39459 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item39461 {	border-radius:15px 12px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-39470 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-39470 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item39471 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}#item39483 {	background:#9ccb3b;	width:1280px !important;	height:224px !important;}#item39489 {	width:70px !important;	height:70px !important;	left:23px !important;	top:135px !important;	background:url('../images/item39489.png') no-repeat 0 50%;}#item39498 {	width:71px !important;	height:71px !important;	left:94px !important;	top:134px !important;	background:url('../images/item39498.png') no-repeat 0 50%;}@keyframes flyinblurfromleft-40151 {	0% {transform:translate(-413px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-40151 {	0% {-webkit-transform:translate(-413px,0px);}	100% {-webkit-transform:translate(0px,0px);}}@keyframes flyinblurfromleft-40152 {	0% {transform:translate(-413px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes flyinblurfromleft-40152 {	0% {-webkit-transform:translate(-413px,0px);}	100% {-webkit-transform:translate(0px,0px);}}#item40399 {	width:1274px !important;	left:4px !important;	top:1033px !important;	min-height:207px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:18px;	-webkit-column-gap:18px;	column-gap:18px;}@keyframes fadein-40399 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-40399 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes grow-42532 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-42532 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43958 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43958 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-42542 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-42542 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-42552 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-42552 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-42559 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-42559 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-42574 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-42574 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-42598 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-42598 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-42604 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-42604 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}#item42526 {	width:256px !important;	height:372px !important;	left:768px !important;	top:1805px !important;}@keyframes grow-42526 {	0% {		transform:scaleX(1) scaleY(1);		opacity:0;	}	100% {		transform:scaleX(1.2) scaleY(1.2);		opacity:1;	}}@-webkit-keyframes grow-42526 {	0% {		-webkit-transform:scaleX(1) scaleY(1);		opacity:0;	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);		opacity:1;	}}@keyframes grow-42548 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-42548 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-42570 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-42570 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-42593 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-42593 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43090 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43090 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}@keyframes grow-43150 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.2) scaleY(1.2);	}}@-webkit-keyframes grow-43150 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.2) scaleY(1.2);	}}#item43972 {	width:256px !important;	height:386px !important;	left:785px !important;	top:1635px !important;}@keyframes fadein-44590 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44590 {	0% {opacity:0;}	100% {opacity:1;}}#item44591 {	background:#fff;	width:535px !important;	height:21px !important;	left:633px !important;	top:1126px !important;}@keyframes moveright-44591 {	0% {transform:translate(0px,0px);}	100% {transform:translate(693.25px,0px);}}@-webkit-keyframes moveright-44591 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(693.25px,0px);}}#item44592 {	background:#fff;	width:535px !important;	height:21px !important;	left:98px !important;	top:1126px !important;}@keyframes moveleft-44592 {	0% {transform:translate(0px,0px);}	100% {transform:translate(-580.55px,0px);}}@-webkit-keyframes moveleft-44592 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(-580.55px,0px);}}@keyframes fadein-44594 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes fadein-44594 {	0% {opacity:0;}	100% {opacity:1;}}#item45607 {	width:221px !important;	left:17px !important;	top:73px !important;	min-height:9px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:18px;	-webkit-column-gap:18px;	column-gap:18px;}#item45826 {	width:518px !important;	left:381px !important;	top:2296px !important;	min-height:104px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.5px;	-webkit-column-gap:17.5px;	column-gap:17.5px;}#item39784 {	width:137px !important;	height:84px !important;	left:557px !important;	top:9px !important;	background:url('../images/item39784.png') no-repeat 0 50%;}#item39789 {	width:138px !important;	height:82px !important;	left:689px !important;	top:9px !important;	background:url('../images/item39789.png') no-repeat 0 50%;}#item39816 {	width:138px !important;	height:82px !important;	left:824px !important;	top:9px !important;	background:url('../images/item39816.png') no-repeat 0 50%;}#item39820 {	width:143px !important;	height:82px !important;	left:947px !important;	top:9px !important;	background:url('../images/item39820.png') no-repeat 0 50%;}#item39825:active {	background:url('../images/item39825.png') no-repeat -146.18px 50%;}#item39825 {	width:138px !important;	height:83px !important;	left:1086px !important;	top:9px !important;	background:url('../images/item39825.png') no-repeat 0px 50%;}#item42868 {	width:261px !important;	height:377px !important;	left:1021px !important;	top:1430px !important;	background:url('../images/item42868.png') no-repeat 0 50%;}#item43100 {	width:261px !important;	height:378px !important;	left:765px !important;	top:1430px !important;	background:url('../images/item43100.png') no-repeat 0 50%;}#item43101 {	width:261px !important;	height:379px !important;	left:-3px !important;	top:1615px !important;	background:url('../images/item43101.png') no-repeat 0 50%;}#item43104 {	width:261px !important;	height:378px !important;	left:253px !important;	top:1429px !important;	background:url('../images/item43104.png') no-repeat 0 50%;}#item43107 {	width:517px !important;	height:191px !important;	left:253px !important;	top:1802px !important;	background:url('../images/item43107.png') no-repeat 0 50%;}#item43108 {	width:261px !important;	height:378px !important;	left:509px !important;	top:1429px !important;	background:url('../images/item43108.png') no-repeat 0 50%;}#item43091 {	width:261px !important;	height:191px !important;	left:-3px !important;	top:1429px !important;	background:url('../images/item43091.png') no-repeat 0 50%;}#item43139 {	width:261px !important;	height:192px !important;	left:767px !important;	top:1802px !important;	background:url('../images/item43139.png') no-repeat 0 50%;}#item43102 {	width:261px !important;	height:378px !important;	left:1023px !important;	top:1802px !important;	background:url('../images/item43102.png') no-repeat 0 50%;}#item43105 {	width:261px !important;	height:192px !important;	left:253px !important;	top:1988px !important;	background:url('../images/item43105.png') no-repeat 0 50%;}#item43106 {	width:261px !important;	height:192px !important;	left:-3px !important;	top:1989px !important;	background:url('../images/item43106.png') no-repeat 0 50%;}#item43109 {	width:261px !important;	height:192px !important;	left:509px !important;	top:1988px !important;	background:url('../images/item43109.png') no-repeat 0 50%;}#item43142 {	width:261px !important;	height:192px !important;	left:765px !important;	top:1989px !important;	background:url('../images/item43142.png') no-repeat 0 50%;}#item43987 {	width:261px !important;	height:378px !important;	left:1022px !important;	top:1431px !important;	background:url('../images/item43987.png') no-repeat 0 50%;}@keyframes flyinfrombottom-41450 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-41450 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item41451 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}#item41124 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;	left:692px !important;	top:85px !important;}@keyframes flyinfrombottom-41124 {	0% {transform:translate(0px,0px);}	100% {transform:translate(1px,-70.3px);}}@-webkit-keyframes flyinfrombottom-41124 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(1px,-70.3px);}}@keyframes flyinfrombottom-41133 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-41133 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item41134 {	border-radius:15px 12px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}@keyframes flyinfrombottom-41143 {	0% {transform:translate(0px,0px);}	100% {transform:translate(0px,-70.3px);}}@-webkit-keyframes flyinfrombottom-41143 {	0% {-webkit-transform:translate(0px,0px);}	100% {-webkit-transform:translate(0px,-70.3px);}}#item41144 {	border-radius:15px 15px 0 0;	background:#9ccb3b;	width:133px !important;	height:83px !important;}#item41534 {	background:#cccccc;	width:1281px !important;	height:407px !important;	top:771px !important;}#item41414 {	background:#9ccb3b;	width:1280px !important;	height:224px !important;}#item41421 {	width:70px !important;	height:70px !important;	left:23px !important;	top:135px !important;	background:url('../images/item41421.png') no-repeat 0 50%;}#item41429 {	width:71px !important;	height:71px !important;	left:94px !important;	top:134px !important;	background:url('../images/item41429.png') no-repeat 0 50%;}#item41527 {	border-radius:8px;	background:#fff;	border:solid 0.75px #000;	width:410px !important;	height:50px !important;	left:183px !important;	top:924px !important;}#item41526 {	border-radius:8px;	background:#fff;	border:solid 0.75px #000;	width:410px !important;	height:50px !important;	left:183px !important;	top:846px !important;}#item45683:active {	background:url('../images/item45683.png') no-repeat -150.39px 50%;}#item45683 {	width:142px !important;	height:55px !important;	left:1063px !important;	top:1077px !important;	background:url('../images/item45683.png') no-repeat 0px 50%;}#item41529 {	border-radius:8px;	background:#fff;	border:solid 0.75px #000;	width:404px !important;	height:207px !important;	left:730px !important;	top:846px !important;}#item41528 {	border-radius:8px;	background:#fff;	border:solid 0.75px #000;	width:410px !important;	height:50px !important;	left:183px !important;	top:1002px !important;}#item41565 {	width:226px !important;	left:528px !important;	top:160px !important;	min-height:33px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:34.1px;	-webkit-column-gap:34.1px;	column-gap:34.1px;}#item45857 {	width:518px !important;	left:381px !important;	top:1296px !important;	min-height:104px !important;	-moz-columns:auto 1;	-webkit-columns:auto 1;	columns:auto 1;	-moz-column-gap:17.5px;	-webkit-column-gap:17.5px;	column-gap:17.5px;}#item41464 {	width:137px !important;	height:84px !important;	left:556px !important;	top:9px !important;	background:url('../images/item41464.png') no-repeat 0 50%;}#item41469 {	width:138px !important;	height:82px !important;	left:689px !important;	top:9px !important;	background:url('../images/item41469.png') no-repeat 0 50%;}#item41495 {	width:138px !important;	height:82px !important;	left:824px !important;	top:9px !important;	background:url('../images/item41495.png') no-repeat 0 50%;}#item41500 {	width:143px !important;	height:82px !important;	left:947px !important;	top:9px !important;	background:url('../images/item41500.png') no-repeat 0 50%;}#item41504:active {	background:url('../images/item41504.png') no-repeat -146.18px 50%;}#item41504 {	width:138px !important;	height:83px !important;	left:1086px !important;	top:9px !important;	background:url('../images/item41504.png') no-repeat 0px 50%;}#in5footer,  #prefooter {display:none;}