/* 	Begin Modified Meyer Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body { line-height:1; letter-spacing:-0.25px; }
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type: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[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;
    opacity:0;
}
body.loaded #container > .page { opacity:1; }/*do show scaling of multi-page*/
body:not(.zoomed) #container/*, .page-scale-wrap*/ {/*desktop scaling transitions*/
	-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
}
.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;
}

/*video skins*/
.mejs-none .mejs-overlay-loading, .mejs-none .mejs-overlay-button, .mejs-none .mejs-controls, .mejs-bigplay .mejs-controls {display:none !important;}
.mejs-uncon video { object-fit: fill; }
.mejs-coverfit video { object-fit: cover; }
.mejs-ccsize-large .mejs-captions-layer {font-size:20px;}
.mejs-ccsize-xlarge .mejs-captions-layer {font-size:26px;}
.mejs-video {overflow:hidden;}

.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:'Cargando contenido...'; }.page { width:595px; height:842px; background: #fff !important; }.paper-vertical { width:595px; height:100%; }.paper-horizontal { width:36317px; height:842px; margin-top:-420.94px; }@media all and (max-height:842px) {	.paper-horizontal { margin:0;top:0;}	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/	.anythingSlider-in5 .arrow a { margin: -68px 0 0 0; }}@media all and (max-width:595px) {	.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:#000;}#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;}}#item25498 {	width:286px !important;	height:400px !important;	left:587px !important;	top:-9px !important;	background:#e3e3e3;}#item3262 {	width:286px !important;	height:400px !important;	left:-9px !important;	top:-9px !important;	background:#e3e3e3;}#item3282 {	width:265px !important;	left:13px !important;	top:51px !important;	min-height:330px !important;}#item3304 {	width:210px !important;	left:56px !important;	top:406px !important;	min-height:414px !important;	padding:1px;}#item3338 {	width:68px !important;	min-height:15px !important;}#item3352 {	width:4px !important;	height:16px !important;	left:73px !important;	background:#be1621;}#item3356 {	width:4px !important;	height:16px !important;	left:130px !important;	background:#be1621;}#item3368 {	width:4px !important;	height:16px !important;	left:73px !important;	background:#be1621;}#item3372 {	width:4px !important;	height:16px !important;	left:130px !important;	background:#be1621;}#item26840 {	width:260px !important;	height:26px !important;	top:133px !important;	background:#1d70b7;}#item3393 {	width:261px !important;	left:293px !important;	top:107px !important;	min-height:702px !important;}#item14795 {	width:595px !important;	height:857px !important;	background:#dadad9;}#item3433 {	width:478px !important;	left:75px !important;	top:175px !important;	min-height:608px !important;}#item3455 {	width:510px !important;	left:43px !important;	top:122px !important;	min-height:48px !important;}#item3468 {	width:4px !important;	height:16px !important;	left:73px !important;	background:#be1621;}#item3472 {	width:4px !important;	height:16px !important;	left:130px !important;	background:#be1621;}#item715 {	width:2px !important;	height:6px !important;	left:29px !important;	background:#be1621;}#item719 {	width:2px !important;	height:6px !important;	left:52px !important;	background:#be1621;}#item24519 {	width:510px !important;	left:35px !important;	top:60px !important;	min-height:770px !important;}#item26401 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25415 {	width:18px !important;	height:14px !important;}#item765 {	width:2px !important;	height:6px !important;	left:29px !important;	background:#be1621;}#item769 {	width:2px !important;	height:6px !important;	left:52px !important;	background:#be1621;}#item812 {	width:510px !important;	height:658px !important;	left:43px !important;	top:99px !important;}#item24479 {	width:459px !important;	height:855px !important;	left:136px !important;	background:#fff;}#item24481 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item24580 {	width:510px !important;	left:35px !important;	top:60px !important;	min-height:776px !important;}#item25416 {	width:18px !important;	height:14px !important;}#item24360 {	width:378px !important;	left:116px !important;	top:524px !important;	min-height:106px !important;}#item24383 {	width:167px !important;	left:21px !important;	top:741px !important;	min-height:21px !important;}#item24431 {	width:211px !important;	left:212px !important;	top:770px !important;	background:#fff;	min-height:50px !important;}#item25491 {	width:459px !important;	height:855px !important;	left:-459px !important;	background:#fff;}#item3019 {	width:271px !important;	height:33px !important;	left:226px !important;	top:23px !important;	background:#be1621;}#item3076 {	width:2px !important;	height:6px !important;	left:29px !important;	background:#be1621;}#item3080 {	width:2px !important;	height:6px !important;	left:52px !important;	background:#be1621;}#item18912 {	width:454px !important;	left:71px !important;	top:85px !important;	min-height:51px !important;}#item18935 {	width:454px !important;	height:41px !important;	left:71px !important;	top:137px !important;	background:#1d70b7;}#item18937 {	width:454px !important;	left:71px !important;	top:249px !important;	min-height:79px !important;}#item18960 {	width:454px !important;	left:71px !important;	top:411px !important;	min-height:106px !important;}#item18983 {	width:454px !important;	left:71px !important;	top:202px !important;	min-height:30px !important;}#item19006 {	width:454px !important;	left:71px !important;	top:366px !important;	min-height:30px !important;}#item19032 {	width:454px !important;	left:71px !important;	top:530px !important;	min-height:38px !important;}#item19055 {	width:454px !important;	left:71px !important;	top:569px !important;	min-height:38px !important;}#item26378 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25417 {	width:18px !important;	height:14px !important;}#item19078 {	width:454px !important;	left:71px !important;	top:85px !important;	min-height:48px !important;}#item26355 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item19101 {	width:602px !important;	left:71px !important;	top:153px !important;	min-height:663px !important;}#item19134 {	width:218px !important;	left:71px !important;	top:85px !important;	min-height:713px !important;}#item19138 {	width:218px !important;	left:306px !important;	top:85px !important;	min-height:731px !important;}#item26332 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25418 {	width:18px !important;	height:14px !important;}#item19142 {	width:218px !important;	left:71px !important;	top:85px !important;	min-height:731px !important;}#item26309 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item19146 {	width:218px !important;	left:306px !important;	top:85px !important;	min-height:713px !important;}#item19159 {	width:218px !important;	left:71px !important;	top:85px !important;	min-height:714px !important;}#item19163 {	width:218px !important;	left:306px !important;	top:85px !important;	min-height:731px !important;}#item26286 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25419 {	width:18px !important;	height:14px !important;}#item19167 {	width:218px !important;	left:71px !important;	top:85px !important;	min-height:701px !important;}#item26263 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item19172 {	width:218px !important;	left:306px !important;	top:85px !important;	min-height:714px !important;}#item19185 {	width:218px !important;	left:71px !important;	top:85px !important;	min-height:714px !important;}#item19190 {	width:218px !important;	left:306px !important;	top:85px !important;	min-height:714px !important;}#item26240 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25420 {	width:18px !important;	height:14px !important;}#item19194 {	width:218px !important;	left:71px !important;	top:85px !important;	min-height:731px !important;}#item26217 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item19198 {	width:218px !important;	left:306px !important;	top:85px !important;	min-height:731px !important;}#item19211 {	width:218px !important;	left:71px !important;	top:85px !important;	min-height:731px !important;}#item19215 {	width:218px !important;	left:306px !important;	top:85px !important;	min-height:714px !important;}#item26194 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25421 {	width:18px !important;	height:14px !important;}#item19219 {	width:218px !important;	left:71px !important;	top:85px !important;	min-height:499px !important;}#item26171 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item19223 {	width:218px !important;	left:306px !important;	top:85px !important;	min-height:499px !important;}#item20462 {	width:412px !important;	left:77px !important;	top:319px !important;	min-height:231px !important;}#item20581 {	width:414px !important;	left:85px !important;	top:546px !important;	min-height:243px !important;}#item26148 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25422 {	width:18px !important;	height:14px !important;}#item20678 {	width:100px !important;	height:100px !important;	left:79px !important;	top:150px !important;}#item26125 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item20716 {	width:2px !important;	height:16px !important;	left:23px !important;	top:65px !important;	background:#fff;}#item20751 {	width:2px !important;	height:14px !important;	left:51px !important;	background:#fff;}#item20533 {	width:423px !important;	left:85px !important;	top:99px !important;	min-height:707px !important;}#item26102 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25423 {	width:18px !important;	height:14px !important;}#item20508 {	width:195px !important;	left:326px !important;	top:99px !important;	min-height:707px !important;}#item26079 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item20917 {	width:184px !important;	left:312px !important;	top:99px !important;	min-height:681px !important;}#item26055 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25424 {	width:18px !important;	height:14px !important;}#item20953 {	width:411px !important;	left:99px !important;	top:462px !important;	min-height:297px !important;}#item26032 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item21166 {	width:266px !important;	left:100px !important;	top:99px !important;	min-height:547px !important;}#item24137 {	width:169px !important;	height:102px !important;	left:356px !important;	top:302px !important;	border-radius:0 20px 0 20px;	background:#1d70b7;	padding:14px;}#item20971 {	width:383px !important;	left:193px !important;	top:131px !important;	min-height:428px !important;}#item26009 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25425 {	width:18px !important;	height:14px !important;}#item25986 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25426 {	width:18px !important;	height:14px !important;}#item25963 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item24161 {	width:411px !important;	height:63px !important;	left:78px !important;	top:407px !important;	border-radius:0 20px 0 20px;	background:#1d70b7;	padding:14px;}#item25940 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25427 {	width:18px !important;	height:14px !important;}#item21181 {	width:523px !important;	left:99px !important;	top:99px !important;	min-height:660px !important;}#item25917 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item24185 {	width:411px !important;	height:63px !important;	left:136px !important;	top:730px !important;	border-radius:0 20px 0 20px;	background:#1d70b7;	padding:14px;}#item24209 {	width:411px !important;	height:42px !important;	left:85px !important;	top:500px !important;	border-radius:0 20px 0 20px;	background:#1d70b7;	padding:14px;}#item24234 {	width:411px !important;	height:51px !important;	left:85px !important;	top:712px !important;	border-radius:0 20px 0 20px;	background:#1d70b7;	padding:9px;}#item25893 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25428 {	width:18px !important;	height:14px !important;}#item21211 {	width:411px !important;	left:36px !important;	top:84px !important;	min-height:677px !important;}#item21253 {	width:433px !important;	left:88px !important;	top:529px !important;	min-height:296px !important;}#item21278 {	width:442px !important;	left:56px !important;	top:465px !important;	min-height:41px !important;}#item25870 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item21314 {	opacity:0.50;	width:595px !important;	height:728px !important;	top:51px !important;}#item21325 {	width:257px !important;	left:86px !important;	top:91px !important;	min-height:50px !important;}#item21427 {	width:68px !important;	height:68px !important;	left:17px !important;	top:145px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item21429 {	width:38px !important;	height:70px !important;	left:32px !important;	top:153px !important;}#item21452 {	width:68px !important;	height:68px !important;	left:292px !important;	top:321px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item21453 {	width:42px !important;	height:70px !important;	left:307px !important;	top:330px !important;}#item25847 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item21561 {	width:68px !important;	height:68px !important;	top:9px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item21562 {	width:38px !important;	height:70px !important;	left:15px !important;	top:18px !important;}#item25429 {	width:18px !important;	height:14px !important;}#item25824 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item2488 {	width:271px !important;	height:33px !important;	left:225px !important;	top:23px !important;	background:#be1621;}#item2545 {	width:2px !important;	height:6px !important;	left:29px !important;	background:#be1621;}#item2549 {	width:2px !important;	height:6px !important;	left:52px !important;	background:#be1621;}#item22945 {	opacity:0.50;	width:595px !important;	height:728px !important;	top:51px !important;}#item22972 {	width:257px !important;	left:41px !important;	top:91px !important;	min-height:50px !important;}#item22996 {	width:68px !important;	height:68px !important;	left:17px !important;	top:145px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item22997 {	width:42px !important;	height:70px !important;	left:32px !important;	top:153px !important;}#item23020 {	width:68px !important;	height:68px !important;	left:293px !important;	top:320px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item23021 {	width:38px !important;	height:70px !important;	left:308px !important;	top:329px !important;}#item23045 {	width:68px !important;	height:68px !important;	left:17px !important;	top:491px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item23046 {	width:61px !important;	height:70px !important;	left:19px !important;	top:496px !important;}#item25801 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25430 {	width:18px !important;	height:14px !important;}#item25469 {	opacity:0.50;	width:595px !important;	height:728px !important;	left:-595px !important;	top:51px !important;}#item21612 {	opacity:0.50;	width:595px !important;	height:728px !important;	top:52px !important;}#item21739 {	width:68px !important;	height:68px !important;	left:17px !important;	top:145px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item21740 {	width:38px !important;	height:70px !important;	left:32px !important;	top:154px !important;}#item21763 {	width:68px !important;	height:68px !important;	left:292px !important;	top:322px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item21764 {	width:38px !important;	height:70px !important;	left:307px !important;	top:331px !important;}#item21787 {	width:68px !important;	height:68px !important;	left:17px !important;	top:490px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item21788 {	width:38px !important;	height:70px !important;	left:32px !important;	top:499px !important;}#item25778 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item22104 {	width:257px !important;	left:86px !important;	top:91px !important;	min-height:50px !important;}#item25431 {	width:18px !important;	height:14px !important;}#item25755 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item23118 {	opacity:0.50;	width:595px !important;	height:728px !important;	top:52px !important;}#item23146 {	width:68px !important;	height:68px !important;	left:17px !important;	top:145px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item23147 {	width:42px !important;	height:70px !important;	left:32px !important;	top:154px !important;}#item23170 {	width:68px !important;	height:68px !important;	left:293px !important;	top:321px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item23171 {	width:38px !important;	height:70px !important;	left:308px !important;	top:330px !important;}#item23194 {	width:68px !important;	height:68px !important;	left:17px !important;	top:491px !important;	border-radius:0 0 15px 0;	background:#e6381b;}#item23195 {	width:42px !important;	height:70px !important;	left:32px !important;	top:500px !important;}#item25732 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item23223 {	width:257px !important;	left:41px !important;	top:91px !important;	min-height:50px !important;}#item25432 {	width:18px !important;	height:14px !important;}#item25709 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25466 {	opacity:0.50;	width:595px !important;	height:728px !important;	left:-595px !important;	top:52px !important;}#item19236 {	width:1208px !important;	height:859px !important;	left:-9px !important;	top:-9px !important;	background:#ece6f2;}#item19238 {	width:583px !important;	height:351px !important;	left:-9px !important;	top:87px !important;	border-radius:0 23px 23px 0;	background:#cd1421;}#item19240 {	width:581px !important;	height:351px !important;	left:-9px !important;	top:84px !important;	border-radius:0 23px 23px 0;	background:#fff;}#item19266 {	width:603px !important;	left:43px !important;	top:453px !important;	min-height:326px !important;}#item19301 {	width:80px !important;	left:47px !important;	top:65px !important;	min-height:34px !important;}#item19354 {	width:247px !important;	left:306px !important;	top:197px !important;	min-height:157px !important;}#item19377 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item19591 {	width:94px !important;	height:23px !important;	left:251px !important;	top:16px !important;	border-radius:14px;	background:#cd1421;}#item19593 {	width:94px !important;	height:25px !important;	left:251px !important;	top:16px !important;}#item20319 {	width:246px !important;	left:306px !important;	top:362px !important;	min-height:82px !important;}#item22173 {	width:249px !important;	left:303px !important;	top:99px !important;	min-height:106px !important;}#item25433 {	width:18px !important;	height:14px !important;}#item25462 {	width:1199px !important;	height:859px !important;	left:-595px !important;	top:-9px !important;	background:#ece6f2;}#item19241 {	width:510px !important;	left:43px !important;	top:79px !important;	min-height:685px !important;}#item19400 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item19426 {	width:210px !important;	height:356px !important;	left:394px !important;	top:-23px !important;	border-radius:23px 0 0 0;	background:#c8b7d5;}#item19428 {	width:159px !important;	left:394px !important;	top:291px !important;	background:#582678;	min-height:25px !important;	padding:3px;}#item19455 {	width:50px !important;	height:50px !important;	top:12px !important;}#item19462 {	width:44px !important;	height:51px !important;	left:14px !important;	top:1px !important;}#item19466 {	width:107px !important;	height:46px !important;	left:450px !important;	top:32px !important;}#item19492 {	width:50px !important;	height:50px !important;	top:12px !important;}#item19495 {	width:44px !important;	height:51px !important;	left:14px !important;	top:1px !important;}#item19499 {	width:103px !important;	height:41px !important;	left:450px !important;	top:99px !important;}#item19526 {	width:50px !important;	height:50px !important;	top:12px !important;}#item19529 {	width:44px !important;	height:51px !important;	left:14px !important;	top:1px !important;}#item19533 {	width:107px !important;	height:41px !important;	left:450px !important;	top:170px !important;}#item19559 {	width:50px !important;	height:50px !important;	top:12px !important;}#item19562 {	width:44px !important;	height:51px !important;	left:14px !important;	top:1px !important;}#item19566 {	width:107px !important;	height:46px !important;	left:450px !important;	top:240px !important;}#item19592 {	width:94px !important;	height:23px !important;	left:251px !important;	top:16px !important;	border-radius:14px;	background:#cd1421;}#item19616 {	width:94px !important;	height:25px !important;	left:251px !important;	top:16px !important;}#item19648 {	width:604px !important;	height:862px !important;	left:-9px !important;	top:-9px !important;	background:#ece6f2;}#item19649 {	width:210px !important;	height:496px !important;	left:-9px !important;	top:-9px !important;	background:#fff;}#item19650 {	width:334px !important;	left:219px !important;	top:99px !important;	min-height:396px !important;}#item19655 {	width:561px !important;	height:264px !important;	left:-9px !important;	top:513px !important;	border-radius:0 0 23px 0;	background:#fff;}#item19656 {	width:510px !important;	left:24px !important;	top:505px !important;	min-height:261px !important;}#item19683 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item19740 {	width:210px !important;	height:166px !important;	left:-9px !important;	top:144px !important;	border-radius:0 23px 0 0;	background:#c8b7d5;}#item19743 {	width:159px !important;	left:42px !important;	top:289px !important;	background:#582678;	min-height:36px !important;	padding:3px;}#item19766 {	width:60px !important;	height:14px !important;	left:136px !important;	top:87px !important;}#item19790 {	width:153px !important;	height:14px !important;	left:51px !important;}#item19815 {	width:153px !important;	height:14px !important;	left:51px !important;}#item19841 {	width:153px !important;	height:14px !important;	left:51px !important;}#item19866 {	width:153px !important;	height:14px !important;	left:51px !important;}#item19891 {	width:153px !important;	height:14px !important;	left:51px !important;}#item19915 {	width:94px !important;	height:23px !important;	left:251px !important;	top:16px !important;	border-radius:14px;	background:#cd1421;}#item19916 {	width:94px !important;	height:25px !important;	left:251px !important;	top:16px !important;}#item834 {	width:510px !important;	height:658px !important;	left:43px !important;	top:99px !important;}#item856 {	width:510px !important;	height:36px !important;	left:43px !important;	top:21px !important;}#item19706 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25686 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item23602 {	width:458px !important;	left:83px !important;	top:74px !important;	min-height:619px !important;}#item23627 {	width:117px !important;	height:40px !important;	left:364px !important;	top:750px !important;}#item23657 {	width:35px !important;	height:35px !important;	left:265px !important;	top:710px !important;}#item23663 {	width:35px !important;	height:35px !important;	left:418px !important;	top:710px !important;}#item23677 {	width:89px !important;	top:5px !important;	min-height:19px !important;}#item25434 {	width:18px !important;	height:14px !important;}#item7105 {	width:2px !important;	height:6px !important;	left:29px !important;	background:#be1621;}#item7109 {	width:2px !important;	height:6px !important;	left:52px !important;	background:#be1621;}#item7265 {	width:2px !important;	height:6px !important;	left:29px !important;	background:#be1621;}#item7269 {	width:2px !important;	height:6px !important;	left:52px !important;	background:#be1621;}#item2728 {	width:425px !important;	height:658px !important;	left:85px !important;	top:99px !important;}#item22223 {	width:427px !important;	left:84px !important;	top:168px !important;	min-height:36px !important;}#item22764 {	width:592px !important;	left:1px !important;	top:94px !important;	min-height:61px !important;}#item22309 {	width:485px !important;	left:46px !important;	top:566px !important;	min-height:41px !important;}#item22247 {	width:468px !important;	left:64px !important;	top:204px !important;	min-height:202px !important;}#item22334 {	width:233px !important;	left:298px !important;	top:590px !important;	min-height:192px !important;}#item25663 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item22757 {	width:2px !important;	height:6px !important;	left:29px !important;	background:#be1621;}#item22761 {	width:2px !important;	height:6px !important;	left:52px !important;	background:#be1621;}#item22271 {	width:312px !important;	left:269px !important;	top:26px !important;	min-height:68px !important;}#item2279 {	width:218px !important;	height:658px !important;	left:71px !important;	top:99px !important;}#item2323 {	width:204px !important;	height:658px !important;	left:306px !important;	top:99px !important;}#item7438 {	width:461px !important;	left:71px !important;	top:115px !important;	min-height:74px !important;}#item7461 {	width:468px !important;	left:64px !important;	top:170px !important;	min-height:527px !important;}#item18282 {	width:358px !important;	height:33px !important;	left:151px !important;	top:23px !important;	background:#778085;}#item25640 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item22851 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item2301 {	width:218px !important;	height:658px !important;	left:306px !important;	top:99px !important;}#item2359 {	width:2px !important;	height:6px !important;	left:29px !important;	background:#be1621;}#item2363 {	width:2px !important;	height:6px !important;	left:52px !important;	background:#be1621;}#item17963 {	width:2px !important;	height:6px !important;	left:29px !important;	background:#be1621;}#item17967 {	width:2px !important;	height:6px !important;	left:52px !important;	background:#be1621;}#item7657 {	width:468px !important;	left:71px !important;	top:92px !important;	min-height:68px !important;}#item23976 {	width:468px !important;	left:71px !important;	top:531px !important;	min-height:35px !important;}#item7680 {	width:468px !important;	left:71px !important;	top:154px !important;	min-height:361px !important;}#item23951 {	width:468px !important;	left:71px !important;	top:570px !important;	min-height:231px !important;}#item23817 {	width:358px !important;	height:33px !important;	left:151px !important;	top:23px !important;	background:#778085;}#item25593 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25617 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25435 {	width:18px !important;	height:14px !important;}#item25547 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25570 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item23840 {	width:358px !important;	height:33px !important;	left:151px !important;	top:23px !important;	background:#778085;}#item23891 {	width:468px !important;	left:56px !important;	top:92px !important;	min-height:68px !important;}#item23915 {	width:468px !important;	left:56px !important;	top:154px !important;	min-height:271px !important;}#item25524 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25436 {	width:18px !important;	height:14px !important;}#item2832 {	width:2px !important;	height:6px !important;	left:29px !important;	background:#be1621;}#item2836 {	width:2px !important;	height:6px !important;	left:52px !important;	background:#be1621;}#item24676 {	width:425px !important;	left:85px !important;	top:99px !important;	min-height:46px !important;}#item24728 {	width:468px !important;	left:60px !important;	top:146px !important;	min-height:339px !important;}#item25066 {	width:85px !important;	height:85px !important;	left:444px !important;	top:490px !important;	background:#fff;}#item25501 {	width:28px !important;	height:22px !important;	left:283px !important;	top:808px !important;}#item25437 {	width:18px !important;	height:14px !important;}#in5footer,  #prefooter {display:none;}