/* 	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 #container { opacity:0; }
html.multifile.fade body.loaded #container {
	-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:not(.safari a>button).has-down:active .state.btn-down { display:block; }
html:not(.zz) button:not(.safari a>button).has-down:active .state.btn-off, html:not(.zz) button:not(.safari a>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...'; }.page { width:612px; height:792px; background: #fff !important; }.paper-vertical { width:612px; height:100%; }.paper-horizontal { width:3732px; height:792px; margin-top:-396.00px; }@media all and (max-height:792px) {	.paper-horizontal { margin:0;top:0;}	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/}@media all and (max-width:612px) {	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;margin:0;top:0;border:0; }	.paper-vertical, .paper-horizontal { padding:0; }}.presmode.fsmode:-webkit-full-screen {cursor:none;}.presmode.fsmode:-ms-full-screen {cursor:none;}.presmode.fsmode:-moz-full-screen {cursor:none;}.presmode.fsmode.cursor-move {cursor:auto;}.fs-hide-nav:-webkit-full-screen nav#page-nav > button {display:none !important;}.fs-hide-nav:-ms-full-screen nav#page-nav > button {display:none !important;}.fs-hide-nav:-moz-full-screen nav#page-nav > button {display:none !important;}.fs-hide-viewdisp:-webkit-full-screen #viewer-options-wrap {display:none !important;}.fs-hide-viewdisp:-ms-full-screen #viewer-options-wrap {display:none !important;}.fs-hide-viewdisp:-moz-full-screen #viewer-options-wrap {display:none !important;}@font-face {	font-family:FF-OpenSans-Light;	src:url("../fonts/OpenSans-Light.ttf");}@font-face {	font-family:FF-Roboto-BoldItalic;	src:url("../fonts/Roboto-BoldItalic.ttf");	font-weight:bold;	font-style:italic;}@font-face {	font-family:FF-Roboto-Bold;	src:url("../fonts/Roboto-Bold.ttf");	font-weight:bold;}@font-face {	font-family:FF-Roboto-Italic;	src:url("../fonts/Roboto-RegularItalic.ttf");	font-style:italic;}@font-face {	font-family:FF-OpenSans-Bold;	src:url("../fonts/OpenSans-Bold.ttf");	font-weight:bold;}@font-face {	font-family:FF-Roboto-Light;	src:url("../fonts/Roboto-Light.ttf");}@font-face {	font-family:FF-OpenSans-ExtraBold;	src:url("../fonts/OpenSans-ExtraBold.ttf");	font-weight:bold;}@font-face {	font-family:FF-Verdana-Bold;	src:url("../fonts/Verdana Bold.ttf");	font-weight:bold;}@font-face {	font-family:FF-OpenSans-Regular;	src:url("../fonts/OpenSans-Regular.ttf");}@font-face {	font-family:FF-Roboto-Black;	src:url("../fonts/Roboto-Black.ttf");}@font-face {	font-family:FF-MinionPro-Regular;	src:url("../fonts/MinionPro-Regular.otf");}@font-face {	font-family:FF-Roboto-Regular;	src:url("../fonts/Roboto-Regular.ttf");}@font-face {	font-family:FF-Verdana;	src:url("../fonts/Verdana.ttf");}#item3604 {	width:612px !important;	left:3px !important;	top:3px !important;	background:#3f5058;	min-height:48px !important;}#item3602 {	width:617px !important;	height:53px !important;	left:-2px !important;	top:70px !important;}#item3627 {	width:612px !important;	top:136px !important;	background:#3f5058;	min-height:539px !important;	padding:6px;}#item3773 {	width:260px !important;	left:6px !important;	top:3px !important;	min-height:65px !important;}#item3749 {	width:260px !important;	left:6px !important;	top:3px !important;	background:#3f5058;	min-height:61px !important;}#item3723 {	width:260px !important;	left:6px !important;	top:3px !important;	background:#3f5058;	min-height:61px !important;}#item3721 {	width:275px !important;	height:77px !important;	left:310px !important;	top:688px !important;}#item954 {	width:287px !important;	height:94px !important;	left:269px !important;	top:123px !important;}#item1058 {	width:288px !important;	height:130px !important;	left:264px !important;	top:313px !important;}#item1024 {	width:180px !important;	height:81px !important;	left:279px !important;	top:227px !important;}#item1207 {	width:70px !important;	height:25px !important;	left:374px !important;	top:458px !important;}#item1062 {	width:169px !important;	height:352px !important;	left:91px !important;	top:273px !important;}#item2866 {	width:41px !important;	height:29px !important;	left:519px !important;	top:720px !important;}#item2857 {	width:288px !important;	height:153px !important;	left:262px !important;	top:480px !important;}#item2861 {	width:289px !important;	height:42px !important;	left:264px !important;	top:676px !important;}#item866 {	width:27px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	min-height:58px !important;}#item765 {	width:27px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	min-height:58px !important;}#item863 {	width:42px !important;	height:74px !important;	left:272px !important;	top:65px !important;}#item517 {	width:130px !important;	height:183px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#ffae0f;}#item515 {	width:145px !important;	height:199px !important;	left:435px !important;	top:226px !important;}#item809 {	width:234px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#3f5058;	min-height:195px !important;}#item896 {	width:249px !important;	height:211px !important;	left:11px !important;	top:73px !important;}#item929 {	width:28px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#3f5058;	min-height:34px !important;}#item900 {	width:28px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#3f5058;	min-height:34px !important;}#item924 {	width:43px !important;	height:50px !important;	left:220px !important;	top:47px !important;}#item998 {	width:151px !important;	height:114px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#ffae0f;}#item996 {	width:166px !important;	height:130px !important;	left:265px !important;	top:313px !important;}#item1102 {	width:210px !important;	height:125px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#ffae0f;}#item1100 {	width:225px !important;	height:141px !important;	left:131px !important;	top:438px !important;}#item1128 {	width:210px !important;	height:52px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#ffae0f;}#item1126 {	width:225px !important;	height:68px !important;	left:131px !important;	top:573px !important;}#item1183 {	width:207px !important;	height:107px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#ffae0f;}#item1181 {	width:222px !important;	height:122px !important;	left:347px !important;	top:481px !important;}#item1608 {	width:91px !important;	left:3px !important;	top:3px !important;	border-radius:12px;	background:#3f5058;	min-height:52px !important;}#item1631 {	width:96px !important;	height:57px !important;	left:303px !important;	top:61px !important;}#item2935 {	width:226px !important;	height:59px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#ffae0f;}#item2933 {	width:242px !important;	height:74px !important;	left:265px !important;	top:707px !important;}#item2878 {	width:199px !important;	height:121px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#51b5ff;}#item2875 {	width:214px !important;	height:137px !important;	left:49px !important;	top:522px !important;}#item2904 {	width:236px !important;	height:117px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#51b5ff;}#item2902 {	width:251px !important;	height:133px !important;	left:18px !important;	top:649px !important;}#item1279 {	width:245px !important;	height:80px !important;	left:83px !important;	top:60px !important;}#item1312 {	width:103px !important;	height:23px !important;	left:88px !important;	top:342px !important;}#item1577 {	width:233px !important;	height:19px !important;	left:333px !important;	top:474px !important;}#item1346 {	width:121px !important;	height:32px !important;	left:146px !important;	top:306px !important;}#item2045 {	width:238px !important;	height:52px !important;	left:330px !important;	top:113px !important;}#item1497 {	width:27px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	min-height:58px !important;}#item1521 {	width:27px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	min-height:58px !important;}#item1495 {	width:42px !important;	height:74px !important;	left:31px !important;	top:489px !important;}#item1665 {	width:239px !important;	height:68px !important;	left:84px !important;	top:230px !important;}#item1672 {	width:86px !important;	height:90px !important;	left:240px !important;	top:139px !important;}#item1846 {	width:43px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	min-height:27px !important;}#item1870 {	width:43px !important;	left:5px !important;	top:2px !important;	border-radius:12px;	min-height:27px !important;}#item1844 {	width:58px !important;	height:43px !important;	left:526px !important;	top:726px !important;}#item2078 {	width:239px !important;	height:128px !important;	left:329px !important;	top:333px !important;}#item1252 {	width:236px !important;	height:125px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#51b5ff;}#item1250 {	width:251px !important;	height:141px !important;	left:320px !important;	top:59px !important;}#item1287 {	width:296px !important;	height:101px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#51b5ff;}#item1285 {	width:311px !important;	height:117px !important;	left:182px !important;	top:360px !important;}#item1321 {	width:242px !important;	height:137px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#ffae0f;}#item1319 {	width:257px !important;	height:152px !important;	left:258px !important;	top:220px !important;}#item1405 {	width:311px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#3f5058;	min-height:162px !important;}#item1403 {	width:326px !important;	height:178px !important;	left:59px !important;	top:505px !important;}#item1455 {	width:28px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#3f5058;	min-height:34px !important;}#item1431 {	width:28px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#3f5058;	min-height:34px !important;}#item1428 {	width:43px !important;	height:50px !important;	left:301px !important;	top:488px !important;}#item1554 {	width:202px !important;	height:137px !important;	left:6px !important;	top:2px !important;	box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	-webkit-box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	border-radius:12px;	background:#ffae0f;}#item1552 {	width:217px !important;	height:152px !important;	left:379px !important;	top:488px !important;}#item1639 {	width:211px !important;	height:155px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#9fc153;}#item1637 {	width:226px !important;	height:171px !important;	left:30px !important;	top:75px !important;}#item1951 {	width:495px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#3f5058;	min-height:58px !important;}#item1949 {	width:510px !important;	height:73px !important;	left:30px !important;	top:696px !important;}#item2005 {	width:25px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#3f5058;	min-height:18px !important;}#item1981 {	width:25px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#3f5058;	min-height:18px !important;}#item1978 {	width:40px !important;	height:34px !important;	left:30px !important;	top:684px !important;}#item2051 {	width:242px !important;	height:122px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#ffae0f;}#item2049 {	width:257px !important;	height:137px !important;	left:322px !important;	top:160px !important;}#item2085 {	width:211px !important;	height:192px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#9fc153;}#item2083 {	width:226px !important;	height:208px !important;	left:114px !important;	top:305px !important;}#item2139 {	width:138px !important;	height:29px !important;	left:89px !important;	top:79px !important;}#item2250 {	width:86px !important;	height:23px !important;	left:95px !important;	top:334px !important;}#item2260 {	width:454px !important;	height:42px !important;	left:89px !important;	top:466px !important;}#item2264 {	width:59px !important;	height:54px !important;	left:102px !important;	top:579px !important;}#item2254 {	width:255px !important;	height:26px !important;	left:89px !important;	top:441px !important;}#item2173 {	width:346px !important;	height:14px !important;	left:98px !important;	top:118px !important;}#item2177 {	width:467px !important;	height:26px !important;	left:95px !important;	top:313px !important;}#item2175 {	width:255px !important;	height:44px !important;	left:307px !important;	top:225px !important;}#item2184 {	width:432px !important;	height:27px !important;	left:95px !important;	top:264px !important;}#item2217 {	width:463px !important;	height:22px !important;	left:99px !important;	top:127px !important;}#item2852 {	width:47px !important;	height:19px !important;	left:230px !important;	top:575px !important;}#item2115 {	width:278px !important;	height:94px !important;	left:6px !important;	top:3px !important;	box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	-webkit-box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	border-radius:12px;	background:#ffae0f;}#item2113 {	width:293px !important;	height:109px !important;	left:218px !important;	top:14px !important;}#item2148 {	width:296px !important;	height:135px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#51b5ff;}#item2146 {	width:311px !important;	height:151px !important;	left:10px !important;	top:156px !important;}#item2544 {	width:242px !important;	height:61px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#ffae0f;}#item2542 {	width:257px !important;	height:77px !important;	left:37px !important;	top:351px !important;}#item2597 {	width:330px !important;	height:140px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#9fc153;}#item2595 {	width:345px !important;	height:156px !important;	left:269px !important;	top:513px !important;}#item2191 {	width:263px !important;	height:200px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#9fc153;}#item2189 {	width:278px !important;	height:216px !important;	left:290px !important;	top:286px !important;}#item2647 {	width:282px !important;	height:155px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#51b5ff;}#item2645 {	width:297px !important;	height:170px !important;	left:8px !important;	top:465px !important;}#item2269 {	width:153px !important;	height:31px !important;	left:335px !important;	top:78px !important;}#item2281 {	width:241px !important;	height:18px !important;	left:41px !important;	top:236px !important;}#item2273 {	width:21px !important;	height:282px !important;	left:287px !important;	top:109px !important;}#item2277 {	width:245px !important;	height:62px !important;	left:41px !important;	top:162px !important;}#item2298 {	width:126px !important;	height:23px !important;	left:254px !important;	top:475px !important;}#item2293 {	width:241px !important;	height:60px !important;	left:38px !important;	top:278px !important;}#item2675 {	width:242px !important;	height:101px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#ffae0f;}#item2673 {	width:257px !important;	height:117px !important;	left:305px !important;	top:115px !important;}#item2700 {	width:242px !important;	height:41px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#ffae0f;}#item2698 {	width:257px !important;	height:57px !important;	left:305px !important;	top:228px !important;}#item2775 {	width:242px !important;	height:62px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#ffae0f;}#item2773 {	width:257px !important;	height:77px !important;	left:57px !important;	top:493px !important;}#item2725 {	width:180px !important;	height:132px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#51b5ff;}#item2723 {	width:195px !important;	height:148px !important;	left:-5px !important;	top:104px !important;}#item2750 {	width:228px !important;	height:156px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#9fc153;}#item2748 {	width:243px !important;	height:172px !important;	left:277px !important;	top:165px !important;}#item2822 {	width:303px !important;	height:55px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#51b5ff;}#item2820 {	width:318px !important;	height:71px !important;	left:37px !important;	top:334px !important;}#item2302 {	width:249px !important;	height:62px !important;	left:83px !important;	top:95px !important;}#item2306 {	width:249px !important;	height:220px !important;	left:83px !important;	top:160px !important;}#item2310 {	width:142px !important;	height:20px !important;	left:141px !important;	top:383px !important;}#item2312 {	width:153px !important;	height:36px !important;	left:83px !important;	top:402px !important;}#item2314 {	width:245px !important;	height:43px !important;	left:87px !important;	top:438px !important;}#item2318 {	width:245px !important;	height:83px !important;	left:87px !important;	top:482px !important;}#item2379 {	width:575px !important;	left:2px !important;	top:3px !important;	background:#3f5058;	min-height:133px !important;}#item2377 {	width:580px !important;	height:138px !important;	left:-2px !important;	top:621px !important;}#item2458 {	width:427px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#3f5058;	min-height:446px !important;}#item2456 {	width:441px !important;	height:462px !important;	left:151px !important;	top:138px !important;}#item2508 {	width:28px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#3f5058;	min-height:36px !important;}#item2484 {	width:28px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#3f5058;	min-height:36px !important;}#item2481 {	width:43px !important;	height:52px !important;	left:539px !important;	top:105px !important;}#item3033 {	width:187px !important;	left:6px !important;	top:3px !important;	text-shadow:1px 6px 5px rgba(0,0,0,0.6);	border-radius:12px;	min-height:20px !important;}#item2979 {	width:187px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	min-height:20px !important;}#item2977 {	width:202px !important;	height:36px !important;	left:32px !important;	top:593px !important;}#item3097 {	width:539px !important;	left:6px !important;	top:2px !important;	border-radius:12px;	background:#3f5058;	min-height:89px !important;}#item3095 {	width:554px !important;	height:105px !important;	left:38px !important;	top:614px !important;}#item3155 {	width:25px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#3f5058;	min-height:18px !important;}#item3131 {	width:25px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#3f5058;	min-height:18px !important;}#item3128 {	width:40px !important;	height:34px !important;	left:553px !important;	top:603px !important;}#item3388 {	width:73px !important;	left:6px !important;	top:3px !important;	box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	-webkit-box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	border-radius:12px;	background:#3f5058;	border:solid 1px #fff;	min-height:32px !important;}#item3305 {	width:73px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#3f5058;	border:solid 1px #fff;	min-height:32px !important;}#item3214 {	width:72px !important;	left:7px !important;	top:3px !important;	box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	-webkit-box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	border-radius:12px;	background:#3f5058;	min-height:31px !important;}#item3220 {	width:88px !important;	height:48px !important;	left:271px !important;	top:688px !important;}#item3412 {	width:73px !important;	left:6px !important;	top:3px !important;	box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	-webkit-box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	border-radius:12px;	background:#3f5058;	border:solid 1px #fff;	min-height:32px !important;}#item3331 {	width:73px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#3f5058;	border:solid 1px #fff;	min-height:32px !important;}#item3251 {	width:72px !important;	left:7px !important;	top:3px !important;	box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	-webkit-box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	border-radius:12px;	background:#3f5058;	min-height:31px !important;}#item3247 {	width:88px !important;	height:48px !important;	left:354px !important;	top:688px !important;}#item3437 {	width:121px !important;	left:6px !important;	top:3px !important;	box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	-webkit-box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	border-radius:12px;	background:#3f5058;	border:solid 1px #fff;	min-height:32px !important;}#item3355 {	width:121px !important;	left:6px !important;	top:3px !important;	border-radius:12px;	background:#3f5058;	border:solid 1px #fff;	min-height:32px !important;}#item3277 {	width:120px !important;	left:7px !important;	top:3px !important;	box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	-webkit-box-shadow:1px 6px 5px 0px rgba(0,0,0,0.6);	border-radius:12px;	background:#3f5058;	min-height:31px !important;}#item3274 {	width:136px !important;	height:48px !important;	left:437px !important;	top:688px !important;}p.autoParaStyle42 {	font-family:FF-Verdana,Verdana,sans-serif;	font-size:12px;	line-height:14.4px;	color:#fff;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle41 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:10px;	line-height:12px;	color:#fff;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle40 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:10px;	line-height:12px;	color:#51b5ff;	padding-left:15px;	padding-right:15px;	text-align:left;}p.autoParaStyle39 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:11px;	line-height:13.2px;	color:#ff0000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle38 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:11px;	line-height:13.2px;	color:#940000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle37 {	font-family:FF-Verdana,Verdana,sans-serif;	font-size:30px;	line-height:36px;	color:#940000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle36 {	font-family:FF-Verdana,Verdana,sans-serif;	font-size:30px;	line-height:36px;	color:#ff0000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle35 {	font-family:FF-Verdana,Verdana,sans-serif;	font-size:12px;	line-height:14.4px;	color:#fff;	padding-left:8px;	padding-right:8px;	text-align:left;}ul.autoParaStyle34 > li {	font-family:FF-Verdana,Verdana,sans-serif;	font-size:12px;	line-height:14.4px;	color:#fff;	padding-left:29px;	padding-right:8px;	text-align:left;}ul.autoParaStyle34 > li:before {	content:'\2022';	position:relative;	display:inline-block;	left:-18px;	width:0;}ul.autoParaStyle33 > li {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:12px;	line-height:14.4px;	color:#fff;	padding-left:29px;	padding-right:8px;	text-align:left;}ul.autoParaStyle33 > li:before {	content:'\2022';	position:relative;	display:inline-block;	left:-18px;	width:0;}ul.autoParaStyle32 > li {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:12px;	line-height:14.4px;	color:#fff;	padding-left:29px;	padding-right:8px;	-moz-text-align-last:left;	text-align-last:left;	text-align:justify;}ul.autoParaStyle32 > li:before {	content:'\2022';	position:relative;	display:inline-block;	left:-18px;	width:0;}ul.autoParaStyle31 > li {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:11px;	line-height:13.2px;	color:#fff;	padding-left:45px;	padding-right:8px;	-moz-text-align-last:left;	text-align-last:left;	text-align:justify;}ul.autoParaStyle31 > li:before {	content:'\2022';	position:relative;	display:inline-block;	left:-18px;	width:0;}p.autoParaStyle30 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:12px;	line-height:14.4px;	color:#fff;	padding-left:52px;	padding-right:8px;	text-align:left;}p.autoParaStyle29 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:10px;	line-height:12px;	color:#fff;	text-indent:-16px;	padding-left:52px;	padding-right:8px;	text-align:left;}p.autoParaStyle28 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:10px;	line-height:12px;	color:#fff;	text-indent:-15px;	padding-left:52px;	padding-right:8px;	text-align:left;}p.autoParaStyle27 {	font-family:FF-Verdana,Verdana,sans-serif;	font-size:14px;	line-height:16.8px;	color:#940000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle26 {	font-family:FF-Verdana,Verdana,sans-serif;	font-size:14px;	line-height:16.8px;	color:#ff0000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle25 {	font-family:FF-Verdana,Verdana,sans-serif;	font-size:10px;	line-height:12px;	color:#fff;	padding-left:8px;	padding-right:8px;	-moz-text-align-last:left;	text-align-last:left;	text-align:justify;}p.autoParaStyle24 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:10.1px;	line-height:12.2px;	color:#fff;	padding-left:7px;	padding-right:7px;	text-align:left;}p.autoParaStyle23 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:30px;	line-height:36px;	color:#940000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle22 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:12px;	line-height:14.4px;	color:#fff;	padding-left:8px;	padding-right:8px;	-moz-text-align-last:left;	text-align-last:left;	text-align:justify;}ul.autoParaStyle21 > li {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:12px;	line-height:14.4px;	color:#fff;	padding-left:29px;	padding-right:30px;	-moz-text-align-last:left;	text-align-last:left;	text-align:justify;}ul.autoParaStyle21 > li:before {	content:'\2022';	position:relative;	display:inline-block;	left:0px;	width:0;}p.autoParaStyle20 {	font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;	font-size:14px;	line-height:16.8px;	color:#ff0000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle19 {	font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;	font-size:14px;	line-height:16.8px;	color:#940000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle18 {	font-weight:900;	font-family:FF-Roboto-Black,Roboto,serif;	font-size:36px;	line-height:43.2px;	color:#ff0000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle17 {	font-weight:900;	font-family:FF-Roboto-Black,Roboto,serif;	font-size:34px;	line-height:40.8px;	color:#940000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle16 {	font-family:FF-OpenSans-Regular,"Open Sans",sans-serif;	font-size:10px;	line-height:12px;	color:#fff;	text-align:center;}p.autoParaStyle15 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:11px;	line-height:13.2px;	color:#fff;	text-align:center;}p.autoParaStyle14 {	font-weight:900;	font-family:FF-Roboto-Black,Roboto,serif;	font-size:30px;	line-height:36px;	color:#940000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle13 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:30px;	line-height:36px;	color:#ff0000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:center;}p.autoParaStyle12 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:11px;	line-height:13.2px;	color:#ffaa3d;	text-indent:-4px;	padding-left:31px;	padding-right:30px;	text-align:left;}ul.autoParaStyle11 > li {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:11px;	line-height:13.2px;	color:#fff;	padding-left:31px;	padding-right:30px;	text-align:left;}ul.autoParaStyle11 > li:before {	content:'\2022';	position:relative;	display:inline-block;	left:-4px;	width:0;}p.autoParaStyle10 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:10.1px;	line-height:12.2px;	color:#000;	padding-left:7px;	padding-right:7px;	text-align:left;}p.autoParaStyle9 {	font-weight:900;	font-family:FF-Roboto-Black,Roboto,serif;	font-size:48px;	line-height:57.6px;	color:#ff0000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle8 {	font-weight:900;	font-family:FF-Roboto-Black,Roboto,serif;	font-size:46px;	line-height:55.2px;	color:#940000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle7 {	font-weight:bold;	font-family:FF-Verdana-Bold,Verdana,"Arial Black", Gadget, sans-serif;	font-size:24px;	line-height:28.8px;	color:#fff;	padding-left:8px;	padding-right:8px;	text-align:center;}p.autoParaStyle6 {	font-weight:bold;	font-family:FF-OpenSans-ExtraBold,"Open Sans",Impact, Charcoal, sans-serif;	font-size:24px;	line-height:28.8px;	color:#3f5058;	padding-left:8px;	padding-right:8px;	text-align:center;}p.autoParaStyle5 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:18px;	line-height:21.6px;	color:#fff;	padding-left:30px;	padding-right:30px;	-moz-text-align-last:left;	text-align-last:left;	text-align:justify;}p.autoParaStyle4 {	font-weight:bold;	font-family:FF-OpenSans-Bold,"Open Sans",Impact, Charcoal, sans-serif;	font-size:18px;	line-height:21.6px;	color:#fff;	padding-left:30px;	padding-right:30px;	-moz-text-align-last:left;	text-align-last:left;	text-align:justify;}ul.autoParaStyle3 > li {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:18px;	line-height:21.6px;	color:#fff;	padding-left:31px;	padding-right:30px;	text-align:left;}ul.autoParaStyle3 > li:before {	content:'\2022';	position:relative;	display:inline-block;	left:-4px;	width:0;}p.autoParaStyle2 {	font-family:FF-Verdana,Verdana,sans-serif;	font-size:12px;	line-height:14.4px;	color:#fff;	padding-left:8px;	padding-right:8px;	-moz-text-align-last:left;	text-align-last:left;	text-align:justify;}p.autoParaStyle1 {	font-weight:900;	font-family:FF-Roboto-Black,Roboto,serif;	font-size:24px;	line-height:28.8px;	color:#fff;	padding-left:8px;	padding-right:8px;	text-align:center;}p.Párrafo-básico {	font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;	font-size:12px;	line-height:14.4px;	color:#000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.Ningún-estilo-de-párrafo {	font-family:"Minion Pro","Times New Roman", Times, serif;	font-size:12px;	line-height:14.4px;	color:#000;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}span.autoCharStyle31 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:10px;	color:#ffae0f;}span.autoCharStyle30 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:10px;	color:#9fc153;}span.autoCharStyle29 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:10px;	color:#fff;}span.autoCharStyle28 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:12px;	color:#ffaa3d;}span.autoCharStyle27 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:12px;	color:#fff;}span.autoCharStyle26 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:12px;	color:#0092e9;}span.autoCharStyle25 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:12px;	color:#00aa00;}span.autoCharStyle24 {	font-style:italic;	font-weight:normal;	font-family:FF-Roboto-Italic,Roboto,serif;	font-size:10px;	color:#fff;}span.autoCharStyle23 {	font-weight:bold;	font-family:FF-Roboto-Bold,Roboto,serif;	font-size:10px;	color:#fff;}span.autoCharStyle22 {	font-weight:bold;	font-family:FF-Roboto-Bold,Roboto,serif;	font-size:12px;	color:#fff;}span.autoCharStyle21 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:12px;	color:#ffaa3d;}span.autoCharStyle20 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:12px;	color:#0092e9;}span.autoCharStyle19 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:12px;	color:#00aa00;}span.autoCharStyle18 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:12px;	color:#fff;}span.autoCharStyle17 {	font-weight:bold;	font-style:italic;	font-family:FF-Roboto-BoldItalic,Roboto,serif;	font-size:12px;	color:#fff;}span.autoCharStyle16 {	font-style:italic;	font-weight:normal;	font-family:FF-Roboto-Italic,Roboto,serif;	font-size:12px;	color:#fff;}span.autoCharStyle15 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:11px;	color:#ffaa3d;}span.autoCharStyle14 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:11px;	color:#0092e9;}span.autoCharStyle13 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:11px;	color:#00aa00;}span.autoCharStyle12 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:11px;	color:#fff;}span.autoCharStyle11 {	font-weight:bold;	font-style:italic;	font-family:FF-Roboto-BoldItalic,Roboto,serif;	font-size:11px;	color:#fff;}span.autoCharStyle10 {	font-style:italic;	font-weight:normal;	font-family:FF-Roboto-Italic,Roboto,serif;	font-size:11px;	color:#fff;}span.autoCharStyle9 {	font-weight:300;	font-family:Verdana;	font-size:18px;	color:#fff;}span.autoCharStyle8 {	font-weight:bold;	font-family:FF-Roboto-Bold,Roboto,serif;	font-size:18px;	color:#fff;}span.autoCharStyle7 {	font-weight:300;	font-family:FF-OpenSans-Light,"Open Sans",sans-serif;	font-size:18px;	color:#fff;}span.autoCharStyle6 {	font-family:FF-Roboto-Regular,Roboto,serif;	font-size:18px;	color:#ffaa3d;}span.autoCharStyle5 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:18px;	color:#0092e9;}span.autoCharStyle4 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:18px;	color:#00aa00;}span.autoCharStyle3 {	font-weight:300;	font-family:FF-Roboto-Light,Roboto,serif;	font-size:18px;	color:#fff;}span.autoCharStyle2 {	font-weight:bold;	font-style:italic;	font-family:FF-Roboto-BoldItalic,Roboto,serif;	font-size:18px;	color:#fff;}span.autoCharStyle1 {	font-style:italic;	font-weight:normal;	font-family:FF-Roboto-Italic,Roboto,serif;	font-size:18px;	color:#fff;}span.Ninguno {}#in5footer,  #prefooter {display:none;}#loadIndicator{display:none;}