/* 	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; width:100%; top:0; left:0; }
#container-wrap, #container { min-height: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],[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'][data-page-mode='csv'] #container{ position:absolute; }
body[data-scaled-to='w'][data-page-mode='csv'] .pages { padding:0;}
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.tall-page {overflow-y: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%; 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;}
@media all and (-ms-high-contrast:none){ *::-ms-backdrop,.svg-img{width:100%;} }
.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;
}
.pageItem p img { vertical-align:text-top; }
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden, .details {visibility:hidden; }
#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 {
	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;
}
body:not(.zoomed) #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 { 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 {
	-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; 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;
}

.mejs-mediaelement { overflow: hidden; }
.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-audio.mejs-no-controls { display:none; }

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

nav#page-nav { display:none; }
html.nav-transition nav#page-nav { opacity:.3; pointer-events:none; }
nav#page-nav > button {
	display:block; position:fixed;
	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;
}	
nav#page-nav > button:hover { opacity:1; }
nav#page-nav > #backBtn { left:0; }
nav#page-nav > #nextBtn { right:0; 
	-ms-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}

.hidden { display:none !important; }
.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:block; opacity:0; 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; opacity:1; z-index:0; }
.mso.slideshow.seq, .panzoom, .fauxgroup { overflow:hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }

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;
}
.valign-bottom { vertical-align:bottom; }
[class^="valign"] > p { position:relative; }

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

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

/*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:842px; height:595px; }.page { width:842px; height:595px; background: #fff !important; }.paper-vertical { width:842px; height:100%; }.paper-horizontal { width:23853px; height:595px; margin-top:-297.64px; }@media all and (max-height:595px) {	.paper-horizontal { margin:0;top:0;}	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/}@media all and (max-width:842px) {	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;margin:0;top:0;border:0; }	.paper-vertical, .paper-horizontal { padding:0; }}#viewer-options-wrap {	position:fixed;bottom:0;left:0;width:100%;padding:4px;	font-family:'Gill Sans','Arial Narrow',Helvetica,Arial,sans-serif;	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; }#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); }.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-options-wrap.collapsed {		-ms-transform:translateY(120px);		-webkit-transform:translateY(120px);		transform:translateY(120px);		transition:transform .5s;	}	#viewer-options-wrap.collapsed #view-toggle svg {		-ms-transform:rotate(180deg);		-webkit-transform:rotate(180deg);		transform:rotate(180deg);	}	#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;}	.viewer-page-thumb > img {max-width:175px;}}#item25408 {	width:34px !important;	height:34px !important;	left:760px !important;	top:513px !important;}#item290344 {	width:26px !important;	height:26px !important;	left:564px !important;	top:524px !important;}#item252028 {	width:26px !important;	height:26px !important;	left:681px !important;	top:98px !important;}#item252036 {	width:26px !important;	height:26px !important;	left:681px !important;	top:348px !important;}#item252044 {	width:26px !important;	height:26px !important;	left:681px !important;	top:474px !important;}#item252053 {	width:26px !important;	height:26px !important;	left:681px !important;	top:222px !important;}#item285112 {	width:72px !important;	height:125px !important;	left:773px !important;	top:116px !important;}#item285247 {	width:72px !important;	height:125px !important;	left:773px !important;	top:354px !important;}#item285353 {	width:72px !important;	height:125px !important;	left:773px !important;	top:-3px !important;}#item285467 {	width:72px !important;	height:125px !important;	left:773px !important;	top:235px !important;}#item286031 {	width:72px !important;	height:125px !important;	left:773px !important;	top:473px !important;}#item290663 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item290669 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item257622 {	width:72px !important;	height:125px !important;	left:773px !important;	top:116px !important;}#item257674 {	width:72px !important;	height:125px !important;	left:773px !important;	top:235px !important;}#item257726 {	width:72px !important;	height:125px !important;	left:773px !important;	top:354px !important;}#item257779 {	width:72px !important;	height:125px !important;	left:773px !important;	top:473px !important;}#item283532 {	width:72px !important;	height:125px !important;	left:773px !important;	top:-3px !important;}#item26563 {	width:34px !important;	height:34px !important;	left:57px !important;	top:303px !important;}#item269604 {	width:34px !important;	height:34px !important;	left:126px !important;	top:255px !important;}#item153980 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item153986 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item6115 {	width:776px !important;	height:397px !important;	top:142px !important;	background:#f5f5f5;}#item260383 {	width:290px !important;	height:397px !important;	top:142px !important;}#item259862 {	mix-blend-mode:multiply;	width:290px !important;	height:198px !important;	top:340px !important;	background:#6f6f6e;}#item289533 {	width:23px !important;	height:23px !important;	left:70px !important;	top:435px !important;}#item6432 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item6438 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item260589 {	width:124px !important;	height:31px !important;	left:53px !important;	top:467px !important;}#item269711 {	width:299px !important;	height:406px !important;	left:-3px !important;	top:136px !important;}#item269737 {	width:26px !important;	height:26px !important;	left:280px !important;	top:125px !important;}#item26575 {	width:776px !important;	height:417px !important;	top:121px !important;	background:#f5f5f5;}#item74482 {	width:23px !important;	height:23px !important;	left:57px !important;	top:98px !important;}#item26617 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item26623 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item27069 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item27076 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item260930 {	width:776px !important;	height:397px !important;	top:142px !important;	background:#f5f5f5;}#item260756 {	width:290px !important;	height:397px !important;	top:142px !important;}#item260707 {	mix-blend-mode:multiply;	width:290px !important;	height:179px !important;	top:360px !important;	background:#4c4c4e;}#item260767 {	width:124px !important;	height:31px !important;	left:53px !important;	top:470px !important;}#item269698 {	width:51px !important;	height:51px !important;	left:109px !important;	top:360px !important;}#item231767 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item231774 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item260650 {	width:297px !important;	height:406px !important;	left:-3px !important;	top:139px !important;}#item260676 {	width:26px !important;	height:26px !important;	left:278px !important;	top:129px !important;}#item289574 {	width:28px !important;	height:28px !important;	left:260px !important;	top:372px !important;}#item269993 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item269999 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item27766 {	width:776px !important;	height:539px !important;	background:#f5f5f5;}#item27770 {	width:11px !important;	height:11px !important;	left:666px !important;	top:561px !important;}#item27807 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item27808 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item27814 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item235301 {	width:169px !important;	height:29px !important;	left:563px !important;	top:484px !important;}#item235798 {	width:700px !important;	height:396px !important;	left:43px !important;	top:18px !important;}#item235823 {	width:26px !important;	height:26px !important;	left:704px !important;	top:18px !important;}#item260931 {	width:262px !important;	height:198px !important;	top:340px !important;	background:#052640;}#item289152 {	width:135px !important;	height:37px !important;	left:53px !important;	top:465px !important;}#item91566 {	width:205px !important;	height:151px !important;	left:290px !important;	top:344px !important;	border-radius:0 20px 0 0;	background:#fff;}#item91595 {	width:205px !important;	height:151px !important;	left:523px !important;	top:344px !important;	border-radius:0 20px 0 0;	background:#fff;}#item91533 {	width:205px !important;	height:122px !important;	left:290px !important;	top:191px !important;	border-radius:0 20px 0 0;	background:#fff;}#item253449 {	width:205px !important;	height:122px !important;	left:523px !important;	top:191px !important;	border-radius:0 20px 0 0;	background:#fff;}#item259924 {	width:438px !important;	height:82px !important;	left:290px !important;	top:74px !important;	border-radius:0 20px 0 0;	background:#fff;}#item27916 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item27917 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item27924 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item289147 {	width:689px !important;	height:190px !important;	left:53px !important;	top:320px !important;}#item289148 {	width:26px !important;	height:26px !important;	left:683px !important;	top:336px !important;}#item75393 {	width:776px !important;	height:397px !important;	top:142px !important;	background:#f5f5f5;}#item260882 {	width:387px !important;	height:123px !important;	left:341px !important;	top:212px !important;	background:#ececec;}#item260906 {	width:387px !important;	height:135px !important;	left:341px !important;	top:382px !important;	background:#ececec;}#item233250 {	width:28px !important;	height:28px !important;	left:313px !important;	top:221px !important;}#item271746 {	width:45px !important;	height:45px !important;	left:57px !important;	top:142px !important;}#item75490 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item75491 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item75497 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item44366 {	width:776px !important;	height:539px !important;	background:#f5f5f5;}#item271881 {	width:17px !important;	height:17px !important;	left:305px !important;	top:377px !important;}#item286793 {	width:134px !important;	height:36px !important;	left:54px !important;	top:483px !important;}#item71590 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item71591 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item71597 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item283815 {	width:11px !important;	height:11px !important;	left:633px !important;	top:561px !important;}#item286442 {	width:689px !important;	height:379px !important;	left:52px !important;	top:173px !important;}#item286700 {	width:26px !important;	height:26px !important;	left:683px !important;	top:194px !important;}#item27133 {	width:776px !important;	height:440px !important;	top:98px !important;	background:#f5f5f5;}#item262457 {	width:127px !important;	height:179px !important;	left:457px !important;	top:239px !important;	background:#939597;}#item232530 {	width:23px !important;	height:23px !important;	left:290px !important;	top:189px !important;}#item262446 {	width:23px !important;	height:23px !important;	left:323px !important;	top:199px !important;}#item262799 {	width:133px !important;	height:30px !important;	left:454px !important;	top:419px !important;}#item262853 {	width:133px !important;	height:30px !important;	left:598px !important;	top:419px !important;}#item27137 {	width:11px !important;	height:11px !important;	left:666px !important;	top:561px !important;}#item27173 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item27174 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item27181 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item262743 {	width:133px !important;	height:30px !important;	left:310px !important;	top:419px !important;}#item283773 {	width:11px !important;	height:11px !important;	left:633px !important;	top:561px !important;}#item263286 {	width:422px !important;	height:118px !important;	left:310px !important;	top:419px !important;}#item269462 {	width:422px !important;	height:118px !important;	left:310px !important;	top:419px !important;}#item269343 {	width:26px !important;	height:26px !important;	left:699px !important;	top:429px !important;}#item269362 {	width:26px !important;	height:26px !important;	left:699px !important;	top:429px !important;}#item269380 {	width:422px !important;	height:118px !important;	left:310px !important;	top:419px !important;}#item269406 {	width:26px !important;	height:26px !important;	left:699px !important;	top:429px !important;}#item27238 {	width:776px !important;	height:539px !important;	background:#f5f5f5;}#item278885 {	width:134px !important;	height:36px !important;	left:589px !important;	top:490px !important;}#item67122 {	width:23px !important;	height:23px !important;	left:57px !important;	top:516px !important;}#item272548 {	width:102px !important;	height:40px !important;	left:290px !important;	top:302px !important;}#item272582 {	width:102px !important;	height:40px !important;	left:427px !important;	top:302px !important;}#item272638 {	width:102px !important;	height:40px !important;	left:562px !important;	top:302px !important;}#item272520 {	width:102px !important;	height:40px !important;	left:154px !important;	top:302px !important;}#item27281 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item27282 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item27288 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item283728 {	width:11px !important;	height:11px !important;	left:633px !important;	top:561px !important;}#item273313 {	width:153px !important;	height:448px !important;	left:520px !important;	top:77px !important;}#item273363 {	width:153px !important;	height:448px !important;	left:383px !important;	top:77px !important;}#item273413 {	width:153px !important;	height:448px !important;	left:246px !important;	top:77px !important;}#item273465 {	width:153px !important;	height:448px !important;	left:110px !important;	top:77px !important;}#item273515 {	width:26px !important;	height:26px !important;	left:639px !important;	top:66px !important;}#item273524 {	width:26px !important;	height:26px !important;	left:502px !important;	top:66px !important;}#item273531 {	width:26px !important;	height:26px !important;	left:365px !important;	top:66px !important;}#item273539 {	width:26px !important;	height:26px !important;	left:229px !important;	top:66px !important;}#item278916 {	width:689px !important;	height:203px !important;	left:52px !important;	top:345px !important;}#item279250 {	width:26px !important;	height:26px !important;	left:683px !important;	top:367px !important;}#item200144 {	width:322px !important;	height:153px !important;	left:407px !important;	top:385px !important;	background:#ececec;}#item200145 {	width:321px !important;	height:153px !important;	left:57px !important;	top:385px !important;	background:#ececec;}#item173618 {	width:214px !important;	height:150px !important;	left:286px !important;	top:197px !important;	background:#ececec;}#item173619 {	width:214px !important;	height:150px !important;	left:514px !important;	top:197px !important;	background:#ececec;}#item173617 {	width:214px !important;	height:150px !important;	left:57px !important;	top:197px !important;	background:#ececec;}#item175233 {	width:22px !important;	height:22px !important;	left:423px !important;	top:399px !important;}#item175284 {	width:22px !important;	height:22px !important;	left:423px !important;	top:462px !important;}#item175335 {	width:22px !important;	height:22px !important;	left:579px !important;	top:399px !important;}#item175390 {	width:22px !important;	height:22px !important;	left:579px !important;	top:433px !important;}#item175418 {	width:22px !important;	height:22px !important;	left:423px !important;	top:431px !important;}#item175470 {	width:22px !important;	height:22px !important;	left:579px !important;	top:467px !important;}#item175497 {	width:22px !important;	height:22px !important;	left:423px !important;	top:502px !important;}#item175548 {	width:29px !important;	height:29px !important;	left:67px !important;	top:428px !important;}#item175577 {	width:29px !important;	height:29px !important;	left:67px !important;	top:499px !important;}#item175609 {	width:29px !important;	height:29px !important;	left:67px !important;	top:464px !important;}#item175621 {	width:29px !important;	height:29px !important;	left:67px !important;	top:392px !important;}#item175973 {	width:22px !important;	height:22px !important;	left:579px !important;	top:501px !important;}#item168461 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item168462 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item168468 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item230675 {	width:108px !important;	height:29px !important;	left:339px !important;	top:309px !important;}#item230748 {	width:108px !important;	height:29px !important;	left:110px !important;	top:309px !important;}#item230821 {	width:108px !important;	height:29px !important;	left:567px !important;	top:309px !important;}#item247754 {	width:11px !important;	height:11px !important;	left:666px !important;	top:561px !important;}#item247755 {	width:11px !important;	height:11px !important;	left:666px !important;	top:561px !important;}#item247756 {	width:11px !important;	height:11px !important;	left:633px !important;	top:561px !important;}#item231008 {	width:707px !important;	height:551px !important;	left:43px !important;	top:6px !important;}#item231015 {	width:26px !important;	height:26px !important;	left:697px !important;	top:24px !important;}#item230955 {	width:707px !important;	height:551px !important;	left:44px !important;	top:6px !important;}#item230957 {	width:26px !important;	height:26px !important;	left:697px !important;	top:24px !important;}#item230640 {	width:707px !important;	height:551px !important;	left:44px !important;	top:5px !important;}#item230642 {	width:26px !important;	height:26px !important;	left:697px !important;	top:24px !important;}#item258032 {	width:72px !important;	height:125px !important;	left:773px !important;	top:235px !important;}#item258085 {	width:72px !important;	height:125px !important;	left:773px !important;	top:354px !important;}#item283468 {	width:72px !important;	height:125px !important;	left:773px !important;	top:-3px !important;}#item285658 {	width:72px !important;	height:125px !important;	left:773px !important;	top:116px !important;}#item286098 {	width:72px !important;	height:125px !important;	left:773px !important;	top:473px !important;}#item28618 {	width:34px !important;	height:34px !important;	left:57px !important;	top:115px !important;}#item236257 {	width:34px !important;	height:34px !important;	left:57px !important;	top:268px !important;}#item269606 {	width:98px !important;	height:98px !important;	left:225px !important;	top:57px !important;}#item276169 {	width:23px !important;	height:23px !important;	left:194px !important;	top:196px !important;}#item154020 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item154021 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item154027 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item28778 {	width:776px !important;	height:452px !important;	top:86px !important;	background:#f5f5f5;}#item263584 {	width:776px !important;	height:53px !important;	top:486px !important;	background:#004a8d;}#item28782 {	width:11px !important;	height:11px !important;	left:666px !important;	top:561px !important;}#item28819 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item28820 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item28826 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item276191 {	width:47px !important;	height:47px !important;	left:520px !important;	top:188px !important;}#item276236 {	width:750px !important;	height:533px !important;	left:13px !important;	top:17px !important;}#item276237 {	width:26px !important;	height:26px !important;	left:696px !important;	top:54px !important;}#item28887 {	width:776px !important;	height:446px !important;	top:92px !important;	background:#f5f5f5;}#item79548 {	width:23px !important;	height:23px !important;	left:207px !important;	top:153px !important;}#item91950 {	width:23px !important;	height:23px !important;	left:57px !important;	top:516px !important;}#item249239 {	width:776px !important;	height:53px !important;	top:486px !important;	background:#004a8d;}#item28929 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item28930 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item28936 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item284258 {	width:11px !important;	height:11px !important;	left:666px !important;	top:561px !important;}#item79701 {	width:134px !important;	height:36px !important;	left:54px !important;	top:431px !important;}#item280070 {	width:134px !important;	height:36px !important;	left:54px !important;	top:297px !important;}#item133596 {	width:23px !important;	height:23px !important;	left:145px !important;	top:97px !important;}#item236608 {	width:23px !important;	height:23px !important;	left:145px !important;	top:120px !important;}#item263881 {	width:776px !important;	height:53px !important;	top:486px !important;	background:#004a8d;}#item28997 {	width:11px !important;	height:11px !important;	left:666px !important;	top:561px !important;}#item29033 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item29034 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item29041 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item286880 {	width:689px !important;	height:232px !important;	left:52px !important;	top:319px !important;}#item286957 {	width:26px !important;	height:26px !important;	left:682px !important;	top:335px !important;}#item254430 {	width:776px !important;	height:456px !important;	top:83px !important;	background:#f5f5f5;}#item263990 {	width:672px !important;	height:190px !important;	left:57px !important;	top:300px !important;	background:#ececec;}#item249948 {	width:14px !important;	height:14px !important;	left:380px !important;	top:549px !important;}#item250090 {	width:23px !important;	height:23px !important;	left:417px !important;	top:289px !important;}#item236840 {	width:23px !important;	height:23px !important;	left:439px !important;	top:76px !important;}#item236968 {	width:23px !important;	height:23px !important;	left:439px !important;	top:190px !important;}#item236970 {	width:23px !important;	height:23px !important;	left:439px !important;	top:188px !important;}#item236841 {	width:23px !important;	height:23px !important;	left:57px !important;	top:130px !important;}#item253728 {	width:134px !important;	height:36px !important;	left:54px !important;	top:497px !important;}#item289815 {	width:23px !important;	height:48px !important;	left:177px !important;	top:491px !important;}#item246512 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item246513 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item246520 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item247909 {	width:11px !important;	height:11px !important;	left:666px !important;	top:561px !important;}#item290067 {	width:689px !important;	height:345px !important;	left:52px !important;	top:206px !important;}#item290068 {	width:26px !important;	height:26px !important;	left:683px !important;	top:222px !important;}#item258411 {	width:72px !important;	height:125px !important;	left:773px !important;	top:235px !important;}#item258464 {	width:72px !important;	height:125px !important;	left:773px !important;	top:354px !important;}#item283399 {	width:72px !important;	height:125px !important;	left:773px !important;	top:-3px !important;}#item285748 {	width:72px !important;	height:125px !important;	left:773px !important;	top:116px !important;}#item286159 {	width:72px !important;	height:125px !important;	left:773px !important;	top:473px !important;}#item29296 {	width:34px !important;	height:34px !important;	left:57px !important;	top:271px !important;}#item236764 {	width:34px !important;	height:34px !important;	left:57px !important;	top:341px !important;}#item269605 {	width:98px !important;	height:98px !important;	left:225px !important;	top:57px !important;}#item154034 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item154036 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item154042 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item90468 {	width:776px !important;	height:128px !important;}#item29348 {	width:729px !important;	height:411px !important;	top:128px !important;	background:#f5f5f5;}#item74514 {	width:23px !important;	height:23px !important;	left:431px !important;	top:88px !important;}#item84302 {	width:23px !important;	height:23px !important;	left:476px !important;	top:377px !important;}#item236974 {	width:23px !important;	height:23px !important;	left:140px !important;	top:178px !important;}#item248450 {	width:23px !important;	height:23px !important;	left:140px !important;	top:264px !important;}#item84316 {	width:14px !important;	height:14px !important;	left:57px !important;	top:437px !important;}#item280880 {	width:327px !important;	height:37px !important;	left:404px !important;	top:342px !important;}#item280607 {	width:328px !important;	height:37px !important;	left:404px !important;	top:288px !important;}#item29388 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item29389 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item29396 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item284826 {	width:328px !important;	height:344px !important;	left:404px !important;	top:181px !important;}#item284821 {	width:328px !important;	height:343px !important;	left:403px !important;	top:182px !important;}#item284824 {	width:26px !important;	height:26px !important;	left:716px !important;	top:176px !important;}#item287396 {	width:26px !important;	height:26px !important;	left:716px !important;	top:176px !important;}#item29558 {	width:776px !important;	height:410px !important;	top:128px !important;	background:#f5f5f5;}#item74613 {	width:23px !important;	height:23px !important;	left:57px !important;	top:128px !important;}#item74519 {	width:23px !important;	height:23px !important;	left:417px !important;	top:106px !important;}#item90470 {	width:776px !important;	height:142px !important;}#item133701 {	width:322px !important;	height:333px !important;	left:407px !important;	top:183px !important;	border-radius:0 20px 0 0;	background:#ededed;}#item29598 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item29599 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item29606 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item258945 {	width:72px !important;	height:125px !important;	left:773px !important;	top:-3px !important;}#item259049 {	width:72px !important;	height:125px !important;	left:773px !important;	top:235px !important;}#item259101 {	width:72px !important;	height:125px !important;	left:773px !important;	top:354px !important;}#item259156 {	width:72px !important;	height:125px !important;	left:773px !important;	top:473px !important;}#item285835 {	width:72px !important;	height:125px !important;	left:773px !important;	top:116px !important;}#item29862 {	width:34px !important;	height:34px !important;	left:88px !important;	top:289px !important;}#item154048 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item154049 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item154056 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item29914 {	width:776px !important;	height:410px !important;	top:128px !important;	background:#f5f5f5;}#item264169 {	width:219px !important;	height:132px !important;	left:57px !important;	top:185px !important;	background:#ececec;}#item264304 {	width:227px !important;	height:132px !important;	left:281px !important;	top:185px !important;	background:#ececec;}#item264305 {	width:215px !important;	height:132px !important;	left:513px !important;	top:185px !important;	border-radius:0 23px 0 0;	background:#ececec;}#item90475 {	width:776px !important;	height:128px !important;}#item264314 {	width:671px !important;	height:148px !important;	left:57px !important;	top:321px !important;	background:#ececec;}#item281728 {	width:102px !important;	height:40px !important;	left:48px !important;	top:477px !important;}#item281762 {	width:776px !important;	height:128px !important;}#item281765 {	width:698px !important;	height:109px !important;	left:31px !important;	top:28px !important;	border-radius:0 26px 0 0;	border:solid 1px #fff;}#item29955 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item29956 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item29962 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item290502 {	width:687px !important;	height:73px !important;	left:48px !important;	top:461px !important;}#item290531 {	width:21px !important;	height:21px !important;	left:703px !important;	top:472px !important;}#item281924 {	width:776px !important;	height:539px !important;	background:#f5f5f5;}#item281849 {	width:776px !important;	height:128px !important;}#item281789 {	width:776px !important;	height:128px !important;}#item281791 {	width:698px !important;	height:109px !important;	left:31px !important;	top:28px !important;	border-radius:0 26px 0 0;	border:solid 1px #fff;}#item281964 {	width:102px !important;	height:40px !important;	left:73px !important;	top:419px !important;}#item282019 {	width:102px !important;	height:40px !important;	left:209px !important;	top:419px !important;}#item282074 {	width:102px !important;	height:40px !important;	left:341px !important;	top:419px !important;}#item282130 {	width:102px !important;	height:40px !important;	left:475px !important;	top:419px !important;}#item284388 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item284394 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item284809 {	width:118px !important;	height:171px !important;	left:76px !important;	top:380px !important;}#item283682 {	width:118px !important;	height:168px !important;	left:205px !important;	top:380px !important;}#item283709 {	width:118px !important;	height:168px !important;	left:337px !important;	top:380px !important;}#item282345 {	width:118px !important;	height:168px !important;	left:468px !important;	top:380px !important;}#item284811 {	width:20px !important;	height:20px !important;	left:170px !important;	top:382px !important;}#item283699 {	width:20px !important;	height:20px !important;	left:298px !important;	top:382px !important;}#item283711 {	width:20px !important;	height:20px !important;	left:430px !important;	top:382px !important;}#item282431 {	width:20px !important;	height:20px !important;	left:562px !important;	top:382px !important;}#item133882 {	width:776px !important;	height:539px !important;	background:#f5f5f5;}#item241701 {	width:14px !important;	height:14px !important;	left:57px !important;	top:158px !important;}#item241952 {	width:14px !important;	height:14px !important;	left:57px !important;	top:189px !important;}#item135242 {	width:157px !important;	height:44px !important;	left:57px !important;	top:199px !important;}#item135707 {	width:157px !important;	height:44px !important;	left:228px !important;	top:199px !important;}#item135761 {	width:15px !important;	height:17px !important;	left:419px !important;	top:462px !important;}#item241770 {	width:13px !important;	height:17px !important;	left:248px !important;	top:266px !important;}#item241771 {	width:13px !important;	height:17px !important;	left:588px !important;	top:258px !important;}#item241772 {	width:13px !important;	height:17px !important;	left:605px !important;	top:162px !important;}#item135767 {	width:157px !important;	height:44px !important;	left:400px !important;	top:199px !important;}#item135820 {	width:23px !important;	height:23px !important;	left:296px !important;	top:472px !important;}#item135831 {	width:157px !important;	height:44px !important;	left:571px !important;	top:199px !important;}#item249177 {	width:776px !important;	height:128px !important;}#item249202 {	width:698px !important;	height:104px !important;	left:31px !important;	top:28px !important;	border-radius:0 26px 0 0;	border:solid 1px #fff;}#item134619 {	width:11px !important;	height:11px !important;	left:666px !important;	top:561px !important;}#item134620 {	width:11px !important;	height:11px !important;	left:697px !important;	top:561px !important;}#item134621 {	width:26px !important;	height:26px !important;	left:706px !important;	top:554px !important;}#item134627 {	width:26px !important;	height:26px !important;	left:674px !important;	top:554px !important;}#item134675 {	width:11px !important;	height:11px !important;	left:666px !important;	top:561px !important;}#item134824 {	width:11px !important;	height:11px !important;	left:633px !important;	top:561px !important;}#item20569 {	width:26px !important;	height:26px !important;	left:768px !important;	top:521px !important;}#in5footer,  #prefooter {display:none;}