/* 	Begin Modified Meyer Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body { line-height:1; letter-spacing:-0.25px; overscroll-behavior:contain; }
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type:none; }
.page ol { list-style-position:outside; margin-left:1em; }
/*.page ol > li, .page  ul > li { text-indent:-1em; padding-left:1em; }*/
.page .singleline li, .page .singleline li { text-indent:inherit; padding:0; }
.page ol > li > *, .page ul > li > * { text-indent:initial; padding-left:initial; }
button { background:transparent;border:none; }
/*General styles*/
html, body, #container-wrap, #container { height:100%; }
#container-wrap { position:absolute; top:0; left:0; }
#container-wrap, #container { min-height:100%; width:100%; background-color:transparent; z-index:0;}
b { font-weight:bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
input,select,textarea { font-size:inherit; }
p:first-child { margin-top:inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[data-onclick],[onclick],[onrollover],[data-fixed-action],[aria-details],button,.flipwrap{ cursor:pointer; pointer-events:auto; }

body[class^='scaled-none'],body[class*=' scaled-none']{ overflow:auto; }
body[class^='scaled-width'],body[class*=' scaled-width']{ overflow-x:hidden; }
body[class^='scaled-height'],body[class*=' scaled-height']{ overflow-y:hidden; }
body[class^='scaled-best'],body[class*=' scaled-best']{ overflow:hidden; }
body[class^='scaled-best'][data-page-mode^='c'],body[class*=' scaled-best'][data-page-mode^='c']{ overflow:auto; }
body[class^='scaled-width'][data-page-mode^='csh'],body[class*=' scaled-width'][data-page-mode^='csh']{ overflow-x:auto; }
body[class^='scaled-height'][data-page-mode^='csv'],body[class*=' scaled-height'][data-page-mode^='csv']{ overflow-y:auto; }
body[data-scaled-to='w'] #container{ height:auto; min-height:auto; }
body[data-scaled-to='w'][data-page-mode^='cs'] #container{ position:absolute; }
body[data-scaled-to='w'][data-page-mode^='csv'] .pages { padding:0;}
body.zoomed:not([class*='scaled-']) #container { position:absolute; }
body[class*='scaled-'] .pages.paper-vertical{ margin:0; }
body[class^='zoomed'],body[class*=' zoomed']{ overflow-x:auto;overflow-y:auto; }
body[data-scaled-to] .anythingSlider-in5, body[data-scaled-to] #container > .page {padding:0;margin:0;}
body[data-scaled-to] #in5footer { position:fixed; bottom:0;}
/*body[data-scaled-to] * { -webkit-backface-visibility: hidden; }*/ /*fix blurry imgs*/
html.ios body[class*='scaled-'] #container { position:absolute; top:0; left:0; }
body.tall-page {overflow-y:auto;}
.liquid .page.tall-page {height:auto;}

.paper-vertical:after {
    position:relative;
    content:' ';
    display:block;
    height:50px;
    clear:both;
}
body[data-scaled-to="h"] .paper-vertical:after { display:none; }
body[data-scaled-to='h'] .paper-horizontal { margin:0; }
body[data-scaled-to='h'] .paper-horizontal .page { margin-top:0; }

#in5footer,#demoNote,#loadIndicator{
	min-width:100%;
	color:#fff;
	background:#666;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

#loadIndicator{
	width:100%; padding:6px; position:fixed;
	top:0; left:0; margin:auto;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
    transition:all 1s ease-in .5s;
    opacity:1; z-index:99;
}
body.loaded #loadIndicator {
	opacity:0;
	transform:translateY(-36px);
	-webkit-transform:translateY(-36px);
	display:none\9;/*old IE*/
}
#loadIndicator img {
	vertical-align:text-bottom; width:18px;
}
html.local #loadIndicator, html.dps #loadIndicator, html.baker #loadIndicator { display:none; }

#in5footer{
	height:26px; line-height:26px; clear:both; position:relative; margin-top:-26px;
}

#demoNote {
    right:0; bottom:0; margin:auto;
    height:96px !important;
    padding:36px 10px;
}

#in5footer a, #demoNote a {
	text-decoration:none; color:#99ccff;
}
svg-img{display:block;position:absolute;}
.win-safari svg-img{width:100%;}
svg-img{width:100%\9;}
.spread-shift { position:absolute; }
.pageItem, svg { position:absolute; top:0; left:0; }
svg { overflow:visible; }
.pageItem {
	display:block;
	width:auto !important; height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem.hd/*, .pageItem img.hd*/  {
	-ms-transform:scale(.5);
    -ms-transform-origin:0 0 0;
    -webkit-transform:scale(.5);
    -webkit-transform-origin:0 0 0;
    transform:scale(.5);
    transform-origin:0 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .pageItem { image-rendering: -webkit-optimize-contrast; }
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .pageItem { image-rendering: optimizeSpeed; }
}}
@-moz-document url-prefix() {
  .pageItem { image-rendering: optimizeQuality; }
}
.svg-wrap { width:inherit !important; height:inherit !important; }
.pageItem p img { vertical-align:text-top; }
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden, .details {visibility:hidden; }
.pageItem.group[data-ani] { will-change: transform; }
#colorbox .details { visibility:visible; }
.details {max-width:550px;font-size:18px;font-family:sans-serif;padding:0 24px;line-height:150%;left:0;right:0;margin:auto;}
.details p {margin-top:.5em;}
.details h1,.details h2,.details h3,.details h4,.details h5, .details strong {font-weight:bold;margin:.7em 0;}
.details em { font-style:italic; }
.details h1{font-size:150%;} .details h2{font-size:140%;} .details h3{font-size:130%;}
.details a {color:#0099ff;text-decoration:underline}
.details a:hover {text-decoration:none;}
@media (max-device-width:812px){ .details { font-size:32px; } }
html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }
iframe[scrolling="auto"] { overflow:auto; }
iframe[scrolling="yes"] { overflow:scroll; }
iframe[scrolling="no"] { overflow:hidden; }
.page-scale-wrap { transform:translateZ(0); }
.page, .page-scale-wrap {
	position:relative; float:left; overflow:hidden;
}
.pages {
	list-style:none outside none;
	padding:0; margin:0 auto ;
}	
#container > .page { /*center single page baker*/
    position:absolute; bottom:0;
    left:0; right:0; top:0; margin:0 auto;
}
body:not(.zoomed,.responsive) #container/*, .page-scale-wrap*/ {/*desktop scaling transitions*/
	-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
}
html.multifile body #container { opacity:0; }
html.multifile body.loaded #container {/*do show scaling of multi-page*/
	opacity:1;
	-ms-transition:opacity .1s step-start .1s !important;
	-webkit-transition:opacity .1s step-start .1s !important;
	transition:opacity .1s step-start .1s !important;
}
html.multifile.fade body.loaded #container {
	-ms-transition:opacity .6s !important;
	-webkit-transition:opacity .6s !important;
	transition:opacity .6s !important;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;width:100%;/*fix webkit display issue*/ }
p.col-break-before::before {
	content:'';
    height:0px; width:100%;
    display:block; margin-bottom:100%;
}
.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }/*was broken in iOS, turn off if scroll not working*/
.scroll { overflow:auto; }
.scroll-vert { overflow-y:auto; overflow-x:hidden; }
.scroll-horiz { overflow-x:auto; overflow-y:hidden; }
.scroll-vert::-webkit-scrollbar { -webkit-appearance:none; width:7px; } /*add back scrollbar for webkit*/
.scroll-vert::-webkit-scrollbar-thumb { border-radius:4px; background-color:rgba(0,0,0,.5); }
.hidescroll::-webkit-scrollbar { display:none; }
.hidescroll { -ms-overflow-style:none; overflow:-moz-scrollbars-none;/*old FF*/ }
.pulltab-left, .pulltab-left > * {
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.pulltab-top, .pulltab-top > * {
	-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}
object, embed, img, a { outline:0; }
.liquid svg, .liquid .page-scale-wrap { height:100%; width:100%; }
.noPlugin {
	width:100%; height:100%; padding:6px;
	background:#ccc; border:1px solid #666;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.flip { 
	overflow:hidden; 
	-webkit-transition:transform 0.3s ease-in-out;
	-ms-transition:transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}
.turn-page-wrapper{
	will-change:transform;
}
.turn-page {
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.7);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.7);
    box-shadow:0px 0px 20px rgba(0,0,0,.7);
}
.turn-page:not(.activePage) .pageItem[data-ani] { /*fix 2x animation*/
  	opacity:0;
  	animation:none !important;
}
.paper-horizontal {
	position:absolute; overflow-y:visible; overflow-x:hidden;
	margin-top:auto; margin-bottom:auto;
    top:0; bottom:0;
}

.paper-vertical .page, .paper-horizontal .page {
	border:1px solid #bbb;	
	margin:4px 4px 4px 0;
	-moz-box-shadow:0px 0px 0px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}

html[data-dir="rtl"] .paper-horizontal .page { float:right; }

.one-page-scroll .page {
	border:none;
	margin:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.mejs-mediaelement { overflow:hidden; }
.mejs-container{position:relative;background:none;}
.mejs-none .mejs-overlay-loading, .mejs-none .mejs-overlay-button, .mejs-none .mejs-controls, .mejs-bigplay .mejs-controls {display:none !important;}
.mejs-uncon video { object-fit:fill; }
.mejs-coverfit video { object-fit:cover; }
.mejs-ccsize-large .mejs-captions-layer {font-size:20px;}
.mejs-ccsize-xlarge .mejs-captions-layer {font-size:26px;}
.mejs-video .mejs-controls { transform:translateZ(0); }

.mejs-audio.mejs-no-controls { display:none; }
.vid-scaled .mejs-layers, .vid-scaled .mejs-controls {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}

.liquid .page, .page.liquid {
	position:absolute; width:100%; height:100%;
	overflow:hidden; display:none;
}

.page.liquid { /*for multi-file*/
    display:block;
}
.liquid .page.activePage {display:block; }
.liquid video {width:100%; height:100%; }

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

button .state {width:100% !important; height:100% !important;}
button .state.btn-on, button .state.btn-down { display:none; }
html:not(.ios) button.has-on:hover .state.btn-on { display:block; }
html:not(.ios) button.has-on:hover .state.btn-off, html:not(.ios) button.has-on:hover .state.btn-down { display:none; }
html:not(.zz) button.has-down .state { pointer-events:none; }
html:not(.zz) button.has-down:active .state.btn-down { display:block; }
html:not(.zz) button.has-down:active .state.btn-off, html:not(.zz) button.has-down:active .state.btn-on { display:none; }

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

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

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

/*anchor object styles*/
.ao-noTextWrap { position:absolute; }
.ao-alignLeft, .ao-leftFullWidth { float:left; position:relative; }
.ao-alignRight, .ao-rightFullWidth { float:right; transform-origin:90% 50%; -webkit-transform:90% 50%; /*fix for anchored animation*/ }
.ao-alignCenter {display:block; margin-left:auto; margin-right:auto;}
.ao-inlineTable { display:block; }
.ao-leftFullWidth { padding-right:100%; }
.ao-rightFullWidth { padding-left:100%; }
.anchorGroup { position:relative; };
div.ao-alignLeft:before, div.ao-leftFullWidth:before { content:''; float:left; display:none; }
div.ao-alignRight:before, div.ao-leftFullRight:before { content:''; float:right; display:none; }
.anchorGroup > .mso, .anchorGroup > .group { position:relative; }

ul.thumbs {
	padding:20px; white-space:nowrap; width:1px;
}

ul.thumbs li { /*Baker index thumbnails*/
    display:inline; list-style-type:none;
    margin:0 4px; outline:none;
    vertical-align:top;
}
ul.thumbs > li img { box-shadow:0 0 4px rgba(0, 0, 0, 0.5); }
.baker audio[controls] {min-width:400px;} /*fix progress bar*/

@media print { 
	#container,.page-scale-wrap{transform:none !important;}
	[class*=" btn-form-"]{display:none;}
}

:-ms-fullscreen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-moz-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-webkit-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }

:-ms-fullscreen .paper-vertical .page { display:none; }
:-moz-full-screen .paper-vertical .page { display:none; }
:-webkit-full-screen .paper-vertical .page { display:none; }

:-ms-fullscreen .paper-horizontal .page { display:none; }
:-moz-full-screen .paper-horizontal .page { display:none; }
:-webkit-full-screen .paper-horizontal .page { display:none; }

:-ms-fullscreen .page.activePage { display:block; }
:-moz-full-screen .page.activePage { display:block; }
:-webkit-full-screen .page.activePage { display:block; }

:-webkit-full-screen .hideFS { display:none; }
:-ms-fullscreen .hideFS { display:none; }
:-moz-full-screen .hideFS { display:none; }

/*CSS Generated from InDesign Styles*/

body, #container-wrap { background:#fff; }
:-webkit-full-screen { background:#fff; }
#loadIndicator span:after { padding-left:1ex; content:'loading content...'; }
#slider { width:1191px; height:842px; }
.page-scale-wrap { width:1191px; height:842px; background: #fff !important; }
.paper-vertical { width:1191px; height:100%; }
.paper-horizontal { width:28813px; height:854px; }
nav#page-nav { display:none; }
html.nav-transition nav#page-nav { opacity:.3; pointer-events:none; }
nav#page-nav > button {
	display:block; position:fixed;
	left:0;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /*.5 height*/
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.svg) no-repeat;
	opacity:.7;
	will-change:transform;
}	
nav#page-nav > button:hover { opacity:1; }
nav#page-nav > #backBtn { left:0; }
html[data-dir="rtl"] nav#page-nav > #backBtn, html:not([data-dir="rtl"]) nav#page-nav > #nextBtn { 
	left:auto;
	right:0; 
	-ms-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}
/* ColorBox Core Style:The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling:touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
/* Colorbox User Style: */
#colorbox{
	border-radius:12px;
    box-shadow:0 0 10px 10px #CCCCCC;
}
    #colorbox, #cboxOverlay, #cboxContent, .cboxIframe, #cboxLoadedContent, #cboxLoadingOverlay { background:#fff; }
    #cboxContent{ overflow:hidden;}
    #cboxMiddleLeft, #cboxMiddleRight { width:8px; }
    #cboxTopCenter{ height:24px; } 
    #cboxBottomCenter { height:8px; }
	#cboxError{padding:50px;}
	#cboxLoadedContent{margin-top:28px;}
	#cboxTitle, #cboxCurrent { position:absolute; top:4px; left:0; color:#949494; }
	#cboxTitle{ text-align:center; width:100%; }
	#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
	#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-32px; width:33px; height:65px; text-indent:-9999px;}
	#cboxPrevious{left:0px; background:url(../images/lb_controls.png) no-repeat top left; }
	#cboxNext{right:0px; background:url(../images/lb_controls.png) no-repeat top right; }
	#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
	#cboxClose{position:absolute; top:2px; right:0px; display:block; background:url(../images/lb_controls.png) no-repeat top center; width:26px; height:24px; text-indent:-9999px;}
@media all and (max-height:842px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:1191px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
#share-wrap {
    left:0;
    position:fixed;
    top: 25%;
    background-color: rgba(0,0,0,.65);
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.4);
    z-index:9999;
    -webkit-animation:share-fadein 1s ease 2s;
    animation:share-fadein 1s ease 2s;
}
#share-wrap.align-right { right:0; left:auto; }
#share-wrap.align-bottom {left:auto; right:20px; bottom:0; top:auto; padding-bottom:12px; }
#share-wrap.align-top {left:auto; right:40px; top:0; padding-top:8px; }
#share-wrap > a > span { display: none; }
#share-wrap > a {
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
	background:url(../images/sharebtns.png) no-repeat;
	background-size: 392px 30px;
	-webkit-background-size: 392px 30px;
	-moz-background-size: 392px 30px;
	margin:12px;
	padding:3px;
}
#share-wrap.align-top > a, #share-wrap.align-bottom > a { display:inline-block; }
#share-wrap > a#sb-fb { background-color:#3b5998; background-position:-27px 50%; }
#share-wrap > a#sb-tw { background-color:#00aced; background-position: -265px 50%; }
#share-wrap > a#sb-li { background-color:#007fb1; background-position: -116px 50%; }
#share-wrap > a:hover { box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.5); }
@keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#viewer-options-wrap {
	position:fixed;bottom:0;left:0;width:100%;padding:4px;
	font-family:'Gill Sans','Arial Narrow',Helvetica,Arial,sans-serif;
	transform:translateZ(0);
	transition:transform .5s;
}
#viewer-options-bar{
	position:absolute;bottom:0;left:0;width:100%;
	background-color:#000; color:#fff; fill:#fff;
	height:40px; display:table;
}
#viewer-options-bar.light { color:#000; fill:#000; }
#viewer-options-wrap.no-options #viewer-options-bar {display:none;}
#viewer-options-bar > span { display:table-cell; vertical-align:middle; cursor:default;}
#viewer-logo { display:inline-block; margin-right:14px;}
#viewer-logo img, #viewer-logo object {
	height:36px;
    vertical-align:middle;
    padding:2px 4px;
}
#viewer-title{ padding-left:6px; white-space:nowrap; }
#viewer-pagecount{ text-align:center; width:100%; }
#viewer-options { text-align:right; min-width:340px; }
.viewer-option-btn { cursor:pointer;display:inline-block;margin-right:24px;width:24px;padding:0;}
.viewer-option-btn > svg { position:relative; }
::-webkit-scrollbar #viewer-thumb-wrap {
    width:0px;  background:transparent;
}
#viewer-thumb-wrap {
    position:fixed; bottom:-50px; padding-bottom:46px;
    left:0; right:0; margin:auto;
    overflow-y:hidden; overflow-x:auto;
    background-color:rgba(255,255,255,.7);
    -webkit-overflow-scrolling:touch;
    scroll-behavior: smooth;
}
#viewer-options-thumb-images { margin-bottom:30px; padding-left:24px}
.viewer-page-thumb {
    display:table-cell;
    cursor:pointer;
    padding:24px 0;
	pointer-events:auto;
	-ms-transform:scale(.9); -webkit-transform:scale(.9); transform:scale(.9);
	-webkit-transition:transform .4s; transition:transform .4s;
}
.viewer-page-thumb:hover {
	-ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1);
}
.viewer-page-thumb > img { box-shadow:0 0 24px rgba(0,0,0,.5); }
.viewer-page-thumb.active > img { outline:2px solid #ff9900; }
.dragging, .dragging * { cursor:move !important; }
.dragging, .dragging * { cursor:move !important; }
#viewer_progress_bar {width:0;left:0;height:6px;position:fixed;bottom:40px;background:#ff9900;}
#viewer-options-wrap.no-options #viewer_progress_bar {bottom:0;}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .viewer-option-btn{height:40px} /*IE10/11 fix*/
}
#viewer-options-bar #view-toggle {
    position:absolute;
    right:8px;
    bottom:120px;
    display:block;
    width:70px;
    height:50px;
    border-radius:12px 12px 0 0;
    cursor:pointer;
    display:none;
}
#viewer-options-bar #view-toggle svg {
    position:absolute;
    left:0;right:0;top:0;bottom:0;
    margin:auto;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .viewer-option-btn{height:40px} /*IE10/11 fix*/
}

@media all and (max-width:780px) {
	#viewer-thumb-wrap { bottom:-20px; }
	#viewer-options-wrap.collapsed {
		-ms-transform:translateY(120px);
		-webkit-transform:translateY(120px) translateZ(0);
		transform:translateY(120px) translateZ(0);
		transition:transform .5s;
	}
	#viewer-options-wrap.collapsed #view-toggle svg {
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	#viewer-options-wrap.collapsed #viewer-options-thumb-images { display:none; }
	#viewer-options-bar #view-toggle { display:block; }
	#viewer_progress_bar {bottom:120px;}
	#viewer-options-bar{height:120px;display:block;}
	#viewer-pagecount{right:24px;width:auto;}
	#viewer-options-bar > span{display:inline-block;position:absolute;padding-top:14px}
	#viewer-options{display:table;table-layout:fixed;width:98%;bottom:12px;}
	.viewer-option-btn{display:table-cell;height:auto;min-width:44px;max-width:50px;padding:12px;width:2%;position:relative;}
	.viewer-option-btn > svg {max-width:50px;position:absolute;left:0;right:0;bottom:10px;margin:auto;}
	.viewer-option-btn:first-child{padding-left:6px;}
	.viewer-option-btn:last-child{padding-right:18px;}
	#viewer-options-thumb-images{margin-bottom:90px;}
	body:not(.responsive) .viewer-page-thumb > img {max-width:175px;}
}
/*start:fixedpos*/
.pageItem.fixed-pos-elem { position:fixed !important; }
.fixed-center-x {
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fixed-center-y {
	top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-center-y.fixed-center-x {
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#item23526 {
	width:401px !important;
	left:281px !important;
	top:191px !important;
	min-height:540px !important;
}

#item21684 {
	width:371px !important;
	height:531px !important;
	left:791px !important;
	top:179px !important;
	background:#43575e;
}

#item21775 {
	width:80px !important;
	height:39px !important;
}

#item21776 {
	width:80px !important;
	height:39px !important;
	left:913px !important;
	top:604px !important;
}

#item23108 {
	width:102px !important;
	height:50px !important;
}

#item23109 {
	width:102px !important;
	height:50px !important;
	left:689px !important;
	top:716px !important;
}

#item26029 {
	width:259px !important;
	height:53px !important;
}

#item26030 {
	width:259px !important;
	height:53px !important;
	left:293px !important;
	top:623px !important;
}

#item26036 {
	width:188px !important;
	height:53px !important;
}

#item26033 {
	width:188px !important;
	height:53px !important;
	left:293px !important;
	top:688px !important;
}

#item26040 {
	width:188px !important;
	height:53px !important;
}

#item26037 {
	width:188px !important;
	height:53px !important;
	left:293px !important;
	top:753px !important;
}

#item26384 {
	width:1191px !important;
	height:62px !important;
	left:4px !important;
	background:#fff;
}

#item26389 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26404 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#009ab6;
	border:solid 1.15px #009ab6;
}

#item26397 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26386 {
	width:129px !important;
	height:22px !important;
	left:275px !important;
	top:32px !important;
}

#item26426 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26420 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#ec008c;
	border:solid 1.15px #ec008c;
}

#item26414 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26410 {
	width:129px !important;
	height:22px !important;
	left:552px !important;
	top:31px !important;
}

#item26453 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26444 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#a2c628;
	border:solid 1.15px #a2c628;
}

#item26435 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26430 {
	width:129px !important;
	height:22px !important;
	left:414px !important;
	top:32px !important;
}

#item26470 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#ef7d00;
	border:solid 1.15px #ef7d00;
}

#item26463 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26460 {
	width:129px !important;
	height:22px !important;
	left:698px !important;
	top:32px !important;
}

#item26492 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26486 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#0061ad;
	border:solid 1.15px #0061ad;
}

#item26480 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26477 {
	width:129px !important;
	height:22px !important;
	left:838px !important;
	top:32px !important;
}

#item26509 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26504 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#cd1619;
	border:solid 1.15px #cd1619;
}

#item26499 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item26496 {
	width:129px !important;
	height:22px !important;
	left:978px !important;
	top:32px !important;
}

@keyframes flyinfromleft-26521 {
	0% {
		transform:translate(-167px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-26521 {
	0% {
		-webkit-transform:translate(-167px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item26522 {
	width:330px !important;
	height:372px !important;
	left:5px !important;
	border-radius:0 53px 0 0;
	background:#3c3c3b;
}

#item26524 {
	width:232px !important;
	height:41px !important;
	border-radius:0 20px 20px 0;
	background:#4a4949;
}

#item26542 {
	width:36px !important;
	height:36px !important;
	background:#fff;
	border:solid 1.6px #000;
	-ms-transform:scale(.5);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-ms-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	transform-origin:0 0 0;
}

#item26548 {
	width:45px !important;
	height:38px !important;
}

#item26545 {
	width:45px !important;
	height:38px !important;
	left:245px !important;
	top:11px !important;
}

#item26790 {
	width:304px !important;
	height:25px !important;
}

#item26787 {
	width:304px !important;
	height:25px !important;
	left:11px !important;
	top:51px !important;
}

#item26794 {
	width:304px !important;
	height:25px !important;
}

#item26791 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:88px !important;
}

#item26798 {
	width:304px !important;
	height:40px !important;
}

#item26795 {
	width:304px !important;
	height:40px !important;
	left:10px !important;
	top:120px !important;
}

#item26802 {
	width:312px !important;
	height:25px !important;
}

#item26799 {
	width:312px !important;
	height:25px !important;
	left:10px !important;
	top:166px !important;
}

#item26807 {
	width:304px !important;
	height:25px !important;
}

#item26803 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:201px !important;
}

#item26811 {
	width:304px !important;
	height:25px !important;
}

#item26808 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:236px !important;
}

#item26815 {
	width:304px !important;
	height:25px !important;
}

#item26812 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:266px !important;
}

#item26819 {
	width:304px !important;
	height:25px !important;
}

#item26816 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:296px !important;
}

#item26823 {
	width:304px !important;
	height:25px !important;
}

#item26820 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:330px !important;
}

#item26828 {
	width:232px !important;
	height:41px !important;
	left:10px !important;
	border-radius:0 18px 18px 0;
	background:#fcc100;
}

#item26845 {
	width:242px !important;
	height:41px !important;
	border-radius:0 18px 18px 0;
	background:#ef7d00;
}

#item26837 {
	width:242px !important;
	height:41px !important;
	border-radius:0 18px 18px 0;
	background:#fcc100;
}

#item26824 {
	width:242px !important;
	height:41px !important;
	top:14px !important;
}

#item26383.fixed-pos-elem {
	top:1px !important;
	left:50% !important;
	width:1199px !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item644 {
	width:511px !important;
	height:67px !important;
	left:763px !important;
	top:803px !important;
	border-radius:54px 0 0 0;
	background:#3c3c3b;
}

#item740 {
	width:82px !important;
	height:19px !important;
}

#item738 {
	width:82px !important;
	height:19px !important;
	left:907px !important;
	top:817px !important;
}

#item744 {
	width:188px !important;
	height:19px !important;
}

#item742 {
	width:188px !important;
	height:19px !important;
	left:997px !important;
	top:817px !important;
}

#item760 {
	width:222px !important;
	height:19px !important;
}

#item758 {
	width:222px !important;
	height:19px !important;
	left:15px !important;
	top:811px !important;
}

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

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

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

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

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

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

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

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

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

#item23211 {
	width:115px !important;
	height:214px !important;
}

#item23212 {
	width:115px !important;
	height:214px !important;
	left:27px !important;
	top:85px !important;
}

#item23215 {
	width:132px !important;
	height:255px !important;
}

#item23216 {
	width:132px !important;
	height:255px !important;
	left:158px !important;
	top:39px !important;
}

#item23219 {
	width:119px !important;
	height:239px !important;
}

#item23220 {
	width:119px !important;
	height:239px !important;
	left:279px !important;
	top:22px !important;
}

#item23223 {
	width:109px !important;
	height:225px !important;
}

#item23224 {
	width:109px !important;
	height:225px !important;
	left:413px !important;
	top:-4px !important;
}

#item23227 {
	width:109px !important;
	height:217px !important;
}

#item23228 {
	width:109px !important;
	height:217px !important;
	left:549px !important;
	top:-21px !important;
}

#item23232 {
	width:119px !important;
	height:168px !important;
}

#item23233 {
	width:119px !important;
	height:168px !important;
	left:658px !important;
	top:263px !important;
}

#item23236 {
	width:113px !important;
	height:201px !important;
}

#item23237 {
	width:113px !important;
	height:201px !important;
	left:795px !important;
	top:110px !important;
}

#item23240 {
	width:112px !important;
	height:214px !important;
}

#item23241 {
	width:112px !important;
	height:214px !important;
	left:925px !important;
	top:144px !important;
}

#item23245 {
	width:112px !important;
	height:218px !important;
}

#item23246 {
	width:112px !important;
	height:218px !important;
	left:1058px !important;
	top:87px !important;
}

#item24523 {
	width:345px !important;
	left:699px !important;
	top:493px !important;
	min-height:235px !important;
}

#item1576 {
	width:85px !important;
	height:26px !important;
	left:497px !important;
	top:733px !important;
}

#item1587 {
	width:85px !important;
	height:26px !important;
	left:699px !important;
	top:776px !important;
}

#item23560 {
	width:330px !important;
	left:649px !important;
	top:149px !important;
	min-height:510px !important;
}

#item26375 {
	width:461px !important;
	height:32px !important;
}

#item26372 {
	width:461px !important;
	height:32px !important;
	left:62px !important;
	top:760px !important;
}

#item24923 {
	width:194px !important;
	left:348px !important;
	top:284px !important;
	min-height:227px !important;
}

#item23615 {
	width:194px !important;
	left:36px !important;
	top:481px !important;
	min-height:227px !important;
}

#item23589 {
	width:194px !important;
	left:17px !important;
	top:81px !important;
	min-height:167px !important;
}

#item23695 {
	width:269px !important;
	left:898px !important;
	top:272px !important;
	min-height:149px !important;
}

#item23645 {
	width:257px !important;
	left:898px !important;
	top:101px !important;
	min-height:161px !important;
}

#item24949 {
	width:232px !important;
	left:615px !important;
	top:112px !important;
	min-height:125px !important;
}

#item1748 {
	width:85px !important;
	height:26px !important;
	left:804px !important;
	top:310px !important;
}

#item1759 {
	width:85px !important;
	height:26px !important;
	left:1088px !important;
	top:416px !important;
}

#item1770 {
	width:85px !important;
	height:26px !important;
	left:1089px !important;
	top:97px !important;
}

#item1781 {
	width:85px !important;
	height:26px !important;
	left:207px !important;
	top:686px !important;
}

#item1792 {
	width:85px !important;
	height:26px !important;
	left:491px !important;
	top:712px !important;
}

#item1803 {
	width:85px !important;
	height:26px !important;
	left:208px !important;
	top:211px !important;
}

#item1814 {
	width:85px !important;
	height:26px !important;
	left:206px !important;
	top:352px !important;
}

#item1825 {
	width:85px !important;
	height:26px !important;
	left:1085px !important;
	top:731px !important;
}

#item23670 {
	width:327px !important;
	left:615px !important;
	top:523px !important;
	min-height:149px !important;
}

#item26380 {
	width:246px !important;
	height:57px !important;
}

#item26377 {
	width:246px !important;
	height:57px !important;
	left:43px !important;
	top:400px !important;
}

#item21937 {
	width:595px !important;
	height:777px !important;
	left:595px !important;
	top:65px !important;
}

#item21948 {
	width:65px !important;
	height:48px !important;
}

#item21945 {
	width:65px !important;
	height:48px !important;
	left:438px !important;
	top:1517px !important;
}

#item21953 {
	width:52px !important;
	height:60px !important;
}

#item21949 {
	width:52px !important;
	height:60px !important;
	left:526px !important;
	top:1517px !important;
}

#item26284 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item26298 {
	width:65px !important;
	height:48px !important;
}

#item26295 {
	width:65px !important;
	height:48px !important;
	left:439px !important;
	top:1518px !important;
}

#item26303 {
	width:52px !important;
	height:60px !important;
}

#item26299 {
	width:52px !important;
	height:60px !important;
	left:527px !important;
	top:1518px !important;
}

#item26305 {
	width:321px !important;
	height:75px !important;
	left:14px !important;
	top:14px !important;
	border-radius:28px;
	background:#e9e9e8;
}

#item26306 {
	width:145px !important;
	height:39px !important;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	border-radius:113px;
	background:#d9d33f;
}

#item26310 {
	width:145px !important;
	left:149px !important;
	top:19px !important;
	min-height:26px !important;
}

#item26333 {
	width:109px !important;
	left:17px !important;
	top:10px !important;
	min-height:35px !important;
}

#item1939 {
	width:85px !important;
	height:26px !important;
	left:1085px !important;
	top:670px !important;
}

#item1950 {
	width:85px !important;
	height:26px !important;
	left:1087px !important;
	top:294px !important;
}

#item21954 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item23724 {
	width:204px !important;
	left:822px !important;
	top:113px !important;
	min-height:232px !important;
}

#item23750 {
	width:208px !important;
	left:730px !important;
	top:524px !important;
	min-height:258px !important;
}

#item21963 {
	width:595px !important;
	height:750px !important;
	top:91px !important;
}

#item21975 {
	width:57px !important;
	height:51px !important;
}

#item21972 {
	width:57px !important;
	height:51px !important;
	left:439px !important;
	top:1524px !important;
}

#item21979 {
	width:57px !important;
	height:63px !important;
}

#item21976 {
	width:57px !important;
	height:63px !important;
	left:520px !important;
	top:1524px !important;
}

#item21983 {
	width:154px !important;
	height:79px !important;
}

#item21980 {
	width:154px !important;
	height:79px !important;
	left:411px !important;
	top:489px !important;
}

#item21984 {
	width:595px !important;
	height:750px !important;
	left:595px !important;
	top:91px !important;
}

#item21997 {
	width:57px !important;
	height:51px !important;
}

#item21994 {
	width:57px !important;
	height:51px !important;
	left:441px !important;
	top:1523px !important;
}

#item22001 {
	width:57px !important;
	height:63px !important;
}

#item21998 {
	width:57px !important;
	height:63px !important;
	left:522px !important;
	top:1523px !important;
}

#item2052 {
	width:85px !important;
	height:26px !important;
	left:972px !important;
	top:808px !important;
}

#item23775 {
	width:194px !important;
	left:778px !important;
	top:313px !important;
	min-height:169px !important;
}

#item26136 {
	width:595px !important;
	height:750px !important;
	top:91px !important;
}

#item26148 {
	width:166px !important;
	height:68px !important;
}

#item26145 {
	width:166px !important;
	height:68px !important;
	left:150px !important;
	top:1240px !important;
}

#item26152 {
	width:61px !important;
	height:68px !important;
}

#item26149 {
	width:61px !important;
	height:68px !important;
	left:79px !important;
	top:1316px !important;
}

#item26156 {
	width:57px !important;
	height:68px !important;
}

#item26153 {
	width:57px !important;
	height:68px !important;
	left:150px !important;
	top:1316px !important;
}

#item26161 {
	width:71px !important;
	height:63px !important;
}

#item26158 {
	width:71px !important;
	height:63px !important;
	left:79px !important;
	top:1418px !important;
}

#item26165 {
	width:156px !important;
	height:20px !important;
}

#item26162 {
	width:156px !important;
	height:20px !important;
	left:92px !important;
	top:605px !important;
}

#item26169 {
	width:127px !important;
	height:14px !important;
}

#item26166 {
	width:127px !important;
	height:14px !important;
	left:92px !important;
	top:628px !important;
}

#item2186 {
	width:85px !important;
	height:26px !important;
	left:209px !important;
	top:519px !important;
}

#item2197 {
	width:85px !important;
	height:26px !important;
	left:212px !important;
	top:659px !important;
}

#item2208 {
	width:85px !important;
	height:26px !important;
	left:208px !important;
	top:167px !important;
}

#item2219 {
	width:85px !important;
	height:26px !important;
	left:496px !important;
	top:380px !important;
}

#item2230 {
	width:85px !important;
	height:26px !important;
	left:493px !important;
	top:516px !important;
}

#item23157 {
	width:595px !important;
	height:777px !important;
	left:595px !important;
	top:65px !important;
}

#item23169 {
	width:44px !important;
	height:50px !important;
}

#item23166 {
	width:44px !important;
	height:50px !important;
	left:452px !important;
	top:1526px !important;
}

#item23173 {
	width:54px !important;
	height:57px !important;
}

#item23170 {
	width:54px !important;
	height:57px !important;
	left:522px !important;
	top:1519px !important;
}

#item23800 {
	width:143px !important;
	left:367px !important;
	top:113px !important;
	min-height:217px !important;
}

#item23827 {
	width:129px !important;
	left:36px !important;
	top:376px !important;
	min-height:174px !important;
}

#item23852 {
	width:167px !important;
	left:17px !important;
	top:590px !important;
	min-height:206px !important;
}

#item23880 {
	width:150px !important;
	left:36px !important;
	top:107px !important;
	min-height:203px !important;
}

#item23905 {
	width:150px !important;
	left:319px !important;
	top:471px !important;
	min-height:342px !important;
}

#item23179 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item23190 {
	width:44px !important;
	height:50px !important;
}

#item23187 {
	width:44px !important;
	height:50px !important;
	left:449px !important;
	top:1530px !important;
}

#item23195 {
	width:54px !important;
	height:57px !important;
}

#item23192 {
	width:54px !important;
	height:57px !important;
	left:519px !important;
	top:1523px !important;
}

#item23198 {
	width:595px !important;
	height:777px !important;
	left:595px !important;
	top:65px !important;
}

#item23209 {
	width:262px !important;
	height:58px !important;
}

#item23206 {
	width:262px !important;
	height:58px !important;
	left:52px !important;
	top:1018px !important;
}

#item2330 {
	width:91px !important;
	height:86px !important;
	left:1080px !important;
	top:734px !important;
}

#item2357 {
	width:85px !important;
	height:26px !important;
	left:495px !important;
	top:729px !important;
}

#item2368 {
	width:85px !important;
	height:26px !important;
	left:1088px !important;
	top:191px !important;
}

#item2379 {
	width:85px !important;
	height:26px !important;
	left:495px !important;
	top:367px !important;
}

#item23932 {
	width:224px !important;
	left:81px !important;
	top:143px !important;
	min-height:258px !important;
}

#item23960 {
	width:207px !important;
	left:65px !important;
	top:522px !important;
	min-height:196px !important;
}

#item23986 {
	width:247px !important;
	left:707px !important;
	top:289px !important;
	min-height:309px !important;
}

#item22086 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item22102 {
	width:125px !important;
	height:26px !important;
}

#item22099 {
	width:125px !important;
	height:26px !important;
	left:23px !important;
	top:23px !important;
}

#item22107 {
	width:125px !important;
	height:26px !important;
}

#item22103 {
	width:125px !important;
	height:26px !important;
	left:461px !important;
	top:1533px !important;
}

#item22111 {
	width:48px !important;
	height:41px !important;
}

#item22108 {
	width:48px !important;
	height:41px !important;
	left:258px !important;
	top:1525px !important;
}

#item22116 {
	width:62px !important;
	height:47px !important;
}

#item22113 {
	width:62px !important;
	height:47px !important;
	left:330px !important;
	top:1525px !important;
}

#item22122 {
	width:595px !important;
	height:777px !important;
	left:595px !important;
	top:65px !important;
}

#item22133 {
	width:125px !important;
	height:26px !important;
}

#item22130 {
	width:125px !important;
	height:26px !important;
	left:451px !important;
	top:17px !important;
}

#item22137 {
	width:125px !important;
	height:26px !important;
}

#item22134 {
	width:125px !important;
	height:26px !important;
	left:448px !important;
	top:789px !important;
}

#item22141 {
	width:48px !important;
	height:41px !important;
}

#item22138 {
	width:48px !important;
	height:41px !important;
	left:235px !important;
	top:1538px !important;
}

#item22145 {
	width:62px !important;
	height:47px !important;
}

#item22142 {
	width:62px !important;
	height:47px !important;
	left:308px !important;
	top:1538px !important;
}

#item2549 {
	width:85px !important;
	height:26px !important;
	left:500px !important;
	top:97px !important;
}

#item2560 {
	width:85px !important;
	height:26px !important;
	left:488px !important;
	top:286px !important;
}

#item2571 {
	width:85px !important;
	height:26px !important;
	left:495px !important;
	top:693px !important;
}

#item22152 {
	width:595px !important;
	height:777px !important;
	left:595px !important;
	top:65px !important;
}

#item22174 {
	width:72px !important;
	height:43px !important;
}

#item22171 {
	width:72px !important;
	height:43px !important;
	left:512px !important;
	top:1538px !important;
}

#item22179 {
	width:72px !important;
	height:43px !important;
}

#item22175 {
	width:72px !important;
	height:43px !important;
	left:423px !important;
	top:1538px !important;
}

#item22183 {
	width:126px !important;
	height:47px !important;
}

#item22180 {
	width:126px !important;
	height:47px !important;
	left:207px !important;
	top:777px !important;
}

#item24011 {
	width:203px !important;
	left:183px !important;
	top:74px !important;
	min-height:174px !important;
}

#item24039 {
	width:230px !important;
	left:50px !important;
	top:320px !important;
	min-height:116px !important;
}

#item24065 {
	width:203px !important;
	left:156px !important;
	top:574px !important;
	min-height:153px !important;
}

#item22219 {
	width:595px !important;
	height:794px !important;
	top:48px !important;
}

#item22237 {
	width:72px !important;
	top:28px !important;
	min-height:19px !important;
}

#item22265 {
	width:49px !important;
	height:43px !important;
}

#item22261 {
	width:49px !important;
	height:43px !important;
	left:541px !important;
	top:1517px !important;
}

#item22269 {
	width:72px !important;
	height:43px !important;
}

#item22266 {
	width:72px !important;
	height:43px !important;
	left:444px !important;
	top:1517px !important;
}

#item22274 {
	width:595px !important;
	height:794px !important;
	left:595px !important;
	top:48px !important;
}

#item22291 {
	width:72px !important;
	top:28px !important;
	min-height:19px !important;
}

#item22318 {
	width:49px !important;
	height:43px !important;
}

#item22315 {
	width:49px !important;
	height:43px !important;
	left:536px !important;
	top:1517px !important;
}

#item22322 {
	width:72px !important;
	height:43px !important;
}

#item22319 {
	width:72px !important;
	height:43px !important;
	left:439px !important;
	top:1517px !important;
}

#item24250 {
	width:237px !important;
	left:907px !important;
	top:383px !important;
	min-height:190px !important;
}

#item24222 {
	width:197px !important;
	left:737px !important;
	top:91px !important;
	min-height:204px !important;
}

#item24168 {
	width:255px !important;
	left:81px !important;
	top:566px !important;
	min-height:184px !important;
}

#item24143 {
	width:234px !important;
	left:316px !important;
	top:271px !important;
	min-height:173px !important;
}

#item24118 {
	width:254px !important;
	left:328px !important;
	top:86px !important;
	min-height:181px !important;
}

#item24090 {
	width:208px !important;
	left:31px !important;
	top:207px !important;
	min-height:214px !important;
}

#item2746 {
	width:85px !important;
	height:26px !important;
	left:497px !important;
	top:223px !important;
}

#item2757 {
	width:85px !important;
	height:26px !important;
	left:212px !important;
	top:271px !important;
}

#item2768 {
	width:85px !important;
	height:26px !important;
	left:498px !important;
	top:379px !important;
}

#item2779 {
	width:85px !important;
	height:26px !important;
	left:495px !important;
	top:688px !important;
}

#item2790 {
	width:85px !important;
	height:26px !important;
	left:1087px !important;
	top:673px !important;
}

#item2801 {
	width:85px !important;
	height:26px !important;
	left:805px !important;
	top:692px !important;
}

#item2812 {
	width:85px !important;
	height:26px !important;
	left:1090px !important;
	top:254px !important;
}

#item24275 {
	width:254px !important;
	left:624px !important;
	top:358px !important;
	min-height:249px !important;
}

#item24365 {
	width:237px !important;
	left:28px !important;
	top:606px !important;
	min-height:154px !important;
}

#item24357 {
	width:237px !important;
	left:16px !important;
	top:368px !important;
	min-height:154px !important;
}

#item24332 {
	width:251px !important;
	left:45px !important;
	top:115px !important;
	min-height:187px !important;
}

#item2922 {
	width:85px !important;
	height:26px !important;
	left:210px !important;
	top:149px !important;
}

#item2933 {
	width:85px !important;
	height:26px !important;
	left:211px !important;
	top:407px !important;
}

#item2944 {
	width:85px !important;
	height:26px !important;
	left:212px !important;
	top:688px !important;
}

#item2955 {
	width:85px !important;
	height:26px !important;
	left:493px !important;
	top:535px !important;
}

#item22326 {
	width:595px !important;
	height:794px !important;
	left:595px !important;
	top:48px !important;
}

#item22329 {
	width:595px !important;
	height:1660px !important;
	background:#fff;
}

#item22351 {
	width:45px !important;
	left:68px !important;
	top:18px !important;
	min-height:20px !important;
}

#item22379 {
	width:74px !important;
	height:54px !important;
}

#item22376 {
	width:74px !important;
	height:54px !important;
	left:89px !important;
	top:11px !important;
}

#item22383 {
	width:74px !important;
	height:54px !important;
}

#item22380 {
	width:74px !important;
	height:54px !important;
}

#item26364 {
	width:268px !important;
	height:54px !important;
}

#item26365 {
	width:268px !important;
	height:54px !important;
	left:308px !important;
	top:761px !important;
}

#item25050 {
	width:218px !important;
	left:660px !important;
	top:602px !important;
	min-height:153px !important;
}

#item25022 {
	width:220px !important;
	left:909px !important;
	top:186px !important;
	min-height:159px !important;
}

#item24997 {
	width:200px !important;
	left:651px !important;
	top:99px !important;
	min-height:173px !important;
}

#item3069 {
	width:85px !important;
	height:26px !important;
	left:805px !important;
	top:774px !important;
}

#item3080 {
	width:85px !important;
	height:26px !important;
	left:1090px !important;
	top:630px !important;
}

#item3091 {
	width:85px !important;
	height:26px !important;
	left:807px !important;
	top:467px !important;
}

#item3102 {
	width:85px !important;
	height:26px !important;
	left:807px !important;
	top:228px !important;
}

#item22387 {
	width:595px !important;
	height:794px !important;
	top:48px !important;
}

#item22389 {
	width:595px !important;
	height:1660px !important;
	background:#fff;
}

#item22403 {
	width:45px !important;
	left:68px !important;
	top:18px !important;
	min-height:20px !important;
}

#item22430 {
	width:74px !important;
	height:54px !important;
}

#item22427 {
	width:74px !important;
	height:54px !important;
	left:89px !important;
	top:11px !important;
}

#item22434 {
	width:74px !important;
	height:54px !important;
}

#item22431 {
	width:74px !important;
	height:54px !important;
}

#item22442 {
	width:595px !important;
	height:787px !important;
	top:55px !important;
}

#item22454 {
	width:163px !important;
	height:35px !important;
}

#item22451 {
	width:163px !important;
	height:35px !important;
	left:275px !important;
	top:488px !important;
}

#item22458 {
	width:108px !important;
	height:31px !important;
}

#item22455 {
	width:108px !important;
	height:31px !important;
	left:289px !important;
	top:703px !important;
}

#item22462 {
	width:82px !important;
	height:26px !important;
}

#item22459 {
	width:82px !important;
	height:26px !important;
	left:408px !important;
	top:703px !important;
}

#item22466 {
	width:136px !important;
	height:26px !important;
}

#item22463 {
	width:136px !important;
	height:26px !important;
	left:408px !important;
	top:734px !important;
}

#item22477 {
	width:48px !important;
	left:29px !important;
	top:5px !important;
	min-height:26px !important;
}

#item22504 {
	width:45px !important;
	height:43px !important;
}

#item22501 {
	width:45px !important;
	height:43px !important;
}

#item22508 {
	width:63px !important;
	height:43px !important;
}

#item22505 {
	width:63px !important;
	height:43px !important;
	left:65px !important;
}

#item22514 {
	width:595px !important;
	height:787px !important;
	left:595px !important;
	top:55px !important;
}

#item22525 {
	width:190px !important;
	height:64px !important;
}

#item22522 {
	width:190px !important;
	height:64px !important;
	left:45px !important;
	top:357px !important;
}

#item22530 {
	width:197px !important;
	height:60px !important;
}

#item22526 {
	width:197px !important;
	height:60px !important;
	left:198px !important;
	top:1128px !important;
}

#item22540 {
	width:48px !important;
	left:29px !important;
	top:5px !important;
	min-height:26px !important;
}

#item22567 {
	width:45px !important;
	height:43px !important;
}

#item22564 {
	width:45px !important;
	height:43px !important;
}

#item22571 {
	width:63px !important;
	height:43px !important;
}

#item22568 {
	width:63px !important;
	height:43px !important;
	left:65px !important;
}

#item24489 {
	width:319px !important;
	left:675px !important;
	top:476px !important;
	min-height:176px !important;
}

#item24464 {
	width:281px !important;
	left:895px !important;
	top:125px !important;
	min-height:176px !important;
}

#item24437 {
	width:242px !important;
	left:630px !important;
	top:78px !important;
	min-height:191px !important;
}

#item3232 {
	width:85px !important;
	height:26px !important;
	left:1090px !important;
	top:692px !important;
}

#item3243 {
	width:85px !important;
	height:26px !important;
	left:1091px !important;
	top:381px !important;
}

#item3254 {
	width:85px !important;
	height:26px !important;
	left:806px !important;
	top:256px !important;
}

#item22575 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item22591 {
	width:197px !important;
	height:48px !important;
}

#item22588 {
	width:197px !important;
	height:48px !important;
	left:249px !important;
	top:438px !important;
}

#item22596 {
	width:197px !important;
	height:55px !important;
}

#item22592 {
	width:197px !important;
	height:55px !important;
	left:187px !important;
	top:811px !important;
}

#item22606 {
	width:48px !important;
	left:29px !important;
	top:5px !important;
	min-height:26px !important;
}

#item22633 {
	width:45px !important;
	height:43px !important;
}

#item22630 {
	width:45px !important;
	height:43px !important;
}

#item22639 {
	width:63px !important;
	height:43px !important;
}

#item22634 {
	width:63px !important;
	height:43px !important;
	left:65px !important;
}

#item25232 {
	width:217px !important;
	left:681px !important;
	top:615px !important;
	min-height:163px !important;
}

#item25207 {
	width:217px !important;
	left:614px !important;
	top:387px !important;
	min-height:120px !important;
}

#item25179 {
	width:205px !important;
	left:927px !important;
	top:125px !important;
	min-height:152px !important;
}

#item25129 {
	width:194px !important;
	left:43px !important;
	top:516px !important;
	min-height:176px !important;
}

#item25101 {
	width:194px !important;
	left:104px !important;
	top:291px !important;
	min-height:133px !important;
}

#item25076 {
	width:210px !important;
	left:230px !important;
	top:98px !important;
	min-height:146px !important;
}

#item3433 {
	width:85px !important;
	height:26px !important;
	left:208px !important;
	top:468px !important;
}

#item3444 {
	width:85px !important;
	height:26px !important;
	left:498px !important;
	top:95px !important;
}

#item3455 {
	width:85px !important;
	height:26px !important;
	left:497px !important;
	top:283px !important;
}

#item3466 {
	width:85px !important;
	height:26px !important;
	left:804px !important;
	top:95px !important;
}

#item3477 {
	width:85px !important;
	height:26px !important;
	left:1089px !important;
	top:145px !important;
}

#item3488 {
	width:85px !important;
	height:26px !important;
	left:1089px !important;
	top:719px !important;
}

#item3499 {
	width:85px !important;
	height:26px !important;
	left:1090px !important;
	top:470px !important;
}

#item3510 {
	width:85px !important;
	height:26px !important;
	left:493px !important;
	top:765px !important;
}

#item25154 {
	width:217px !important;
	left:629px !important;
	top:117px !important;
	min-height:163px !important;
}

#item25321 {
	width:150px !important;
	left:935px !important;
	top:267px !important;
	min-height:150px !important;
}

#item26371 {
	width:268px !important;
	height:28px !important;
}

#item26368 {
	width:268px !important;
	height:28px !important;
	left:304px !important;
	top:790px !important;
}

#item22642 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item22656 {
	width:38px !important;
	height:47px !important;
}

#item22653 {
	width:38px !important;
	height:47px !important;
	left:466px !important;
	top:1498px !important;
}

#item22660 {
	width:38px !important;
	height:47px !important;
}

#item22657 {
	width:38px !important;
	height:47px !important;
	left:540px !important;
	top:1498px !important;
}

#item22661 {
	width:595px !important;
	height:777px !important;
	left:595px !important;
	top:65px !important;
}

#item22672 {
	width:38px !important;
	height:47px !important;
}

#item22669 {
	width:38px !important;
	height:47px !important;
	left:468px !important;
	top:1500px !important;
}

#item22676 {
	width:38px !important;
	height:47px !important;
}

#item22673 {
	width:38px !important;
	height:47px !important;
	left:542px !important;
	top:1500px !important;
}

#item22680 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item22691 {
	width:103px !important;
	height:43px !important;
}

#item22688 {
	width:103px !important;
	height:43px !important;
	left:154px !important;
	top:1108px !important;
}

#item22695 {
	width:103px !important;
	height:43px !important;
}

#item22692 {
	width:103px !important;
	height:43px !important;
	left:36px !important;
	top:1137px !important;
}

#item22699 {
	width:103px !important;
	height:43px !important;
}

#item22696 {
	width:103px !important;
	height:43px !important;
	left:146px !important;
	top:1164px !important;
}

#item22703 {
	width:178px !important;
	height:71px !important;
}

#item22700 {
	width:178px !important;
	height:71px !important;
	left:381px !important;
	top:241px !important;
}

#item22706 {
	width:595px !important;
	height:777px !important;
	left:595px !important;
	top:65px !important;
}

#item22728 {
	width:45px !important;
	left:28px !important;
	top:4px !important;
	min-height:20px !important;
}

#item22755 {
	width:74px !important;
	height:54px !important;
}

#item22752 {
	width:74px !important;
	height:54px !important;
	left:98px !important;
}

#item22759 {
	width:74px !important;
	height:54px !important;
}

#item22756 {
	width:74px !important;
	height:54px !important;
}

#item22763 {
	width:255px !important;
	height:40px !important;
}

#item22760 {
	width:255px !important;
	height:40px !important;
	left:298px !important;
	top:1208px !important;
}

#item22767 {
	width:84px !important;
	height:40px !important;
}

#item22764 {
	width:84px !important;
	height:40px !important;
	left:14px !important;
	top:1222px !important;
}

#item22772 {
	width:181px !important;
	height:55px !important;
}

#item22768 {
	width:181px !important;
	height:55px !important;
	left:354px !important;
	top:608px !important;
}

#item22778 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item22796 {
	width:45px !important;
	left:28px !important;
	top:4px !important;
	min-height:20px !important;
}

#item22823 {
	width:74px !important;
	height:54px !important;
}

#item22820 {
	width:74px !important;
	height:54px !important;
	left:98px !important;
}

#item22828 {
	width:74px !important;
	height:54px !important;
}

#item22824 {
	width:74px !important;
	height:54px !important;
}

#item22833 {
	width:283px !important;
	height:64px !important;
}

#item22829 {
	width:283px !important;
	height:64px !important;
	left:214px !important;
	top:126px !important;
}

#item22837 {
	width:211px !important;
	height:64px !important;
}

#item22834 {
	width:211px !important;
	height:64px !important;
	left:24px !important;
	top:635px !important;
}

#item22841 {
	width:112px !important;
	height:47px !important;
}

#item22838 {
	width:112px !important;
	height:47px !important;
	left:407px !important;
	top:1388px !important;
}

#item22845 {
	width:232px !important;
	height:38px !important;
}

#item22842 {
	width:232px !important;
	height:38px !important;
	left:212px !important;
	top:1478px !important;
}

#item22866 {
	width:45px !important;
	left:28px !important;
	top:4px !important;
	min-height:19px !important;
}

#item22894 {
	width:74px !important;
	height:53px !important;
}

#item22891 {
	width:74px !important;
	height:53px !important;
	left:98px !important;
}

#item22898 {
	width:74px !important;
	height:53px !important;
}

#item22895 {
	width:74px !important;
	height:53px !important;
}

#item22902 {
	width:227px !important;
	height:62px !important;
}

#item22899 {
	width:227px !important;
	height:62px !important;
	left:51px !important;
	top:130px !important;
}

#item3673 {
	width:85px !important;
	height:26px !important;
	left:478px !important;
	top:146px !important;
}

#item25259 {
	width:250px !important;
	left:120px !important;
	top:269px !important;
	min-height:238px !important;
}

#item26070 {
	width:446px !important;
	left:653px !important;
	top:79px !important;
	min-height:205px !important;
}

#item26076_container {
	width:502px !important;
	height:620px !important;
	left:635px !important;
	top:160px !important;
}

p.autoParaStyle15 {
	font-weight:bold;
	font-family:"DIN Alternate",sans-serif;
	font-size:24px;
	line-height:28.8px;
	color:#4a4949;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle14 {
	font-weight:bold;
	font-family:roboto,Roboto,sans-serif;
	font-size:15px;
	line-height:18px;
	color:transparent;
	letter-spacing:0.020em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle13 {
	font-weight:900;
	font-family:roboto,Roboto,sans-serif;
	font-size:14px;
	line-height:16.8px;
	color:transparent;
	letter-spacing:0.020em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle12 {
	font-weight:bold;
	font-family:roboto,Roboto,sans-serif;
	font-size:15px;
	line-height:18px;
	color:transparent;
	letter-spacing:0.020em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle11 {
	font-weight:bold;
	font-family:roboto,Roboto,sans-serif;
	font-size:14px;
	line-height:16.8px;
	color:transparent;
	letter-spacing:0.020em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle10 {
	font-weight:bold;
	font-family:roboto,Roboto,sans-serif;
	font-size:14px;
	line-height:16.8px;
	color:#fff;
	letter-spacing:0.020em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle9 {
	font-weight:500;
	font-family:"Avenir Next",sans-serif;
	font-size:14px;
	line-height:16.8px;
	color:#fff;
	letter-spacing:0.020em;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle8 {
	font-weight:500;
	font-family:"Avenir Next Condensed",sans-serif;
	font-stretch:condensed;
	font-size:14.5px;
	line-height:18px;
	color:#4a4949;
	letter-spacing:0.020em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle7 {
	font-family:poppins,Poppins;
	font-size:10px;
	line-height:12px;
	color:#c6b494;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle6 {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:transparent;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle5 {
	font-family:D-DIN,sans-serif;
	font-size:13px;
	line-height:14px;
	color:transparent;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle4 {
	font-family:poppins,Poppins;
	font-size:14px;
	line-height:16.8px;
	color:transparent;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle3 {
	font-family:D-DIN,sans-serif;
	font-size:18px;
	line-height:21.6px;
	color:transparent;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.autoParaStyle2 {
	font-family:D-DIN,sans-serif;
	font-size:18px;
	line-height:21.6px;
	color:transparent;
	text-align:left;
}

p.autoParaStyle1 {
	font-family:D-DIN,sans-serif;
	font-size:16px;
	line-height:19.2px;
	color:transparent;
	text-align:left;
}

h3.h3 {
	font-family:poppins,Poppins;
	font-size:10px;
	line-height:12px;
	color:transparent;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

h2.h2 {
	font-family:poppins,Poppins;
	font-size:10px;
	line-height:12px;
	color:transparent;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

h1.h1 {
	font-family:poppins,Poppins;
	font-size:14px;
	line-height:16.8px;
	color:transparent;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.Basic-Paragraph {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:transparent;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.No-Paragraph-Style {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

span.autoCharStyle7 {
	font-weight:bold;
	font-family:"Minion Pro","Times New Roman", Times, serif;
	text-transform:uppercase;
}

span.autoCharStyle6 {
	font-style:italic;
	font-weight:normal;
	font-family:"Minion Pro","Times New Roman", Times, serif;
}

span.autoCharStyle5 {
	font-weight:bold;
	font-family:"Avenir Next Condensed",Impact, Charcoal, sans-serif;
	font-stretch:condensed;
}

span.autoCharStyle4 {
	font-family:D-DIN,sans-serif;
	font-size:13px;
}

span.autoCharStyle3 {
	font-weight:bold;
	font-family:poppins,Poppins;
}

span.autoCharStyle2 {
	font-weight:bold;
	font-family:"DIN Alternate",sans-serif;
}

span.autoCharStyle1 {
	font-weight:bold;
	font-family:"DIN Alternate",sans-serif;
	text-decoration:underline;
}

span.None {
}
#in5footer,  #prefooter {display:none;}

#loadIndicator{display:none;}
