/* 	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...'; }
.page-scale-wrap { width:1920px; height:1200px; background: #fff !important; }
.paper-vertical { width:1920px; height:100%; }
.paper-horizontal { width:1930px; height:1212px; }
@media all and (max-height:1200px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:1920px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
/*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%);
}
@font-face {
	font-family:FF-MinionPro-Regular;
	src:url("../fonts/MinionPro-Regular.otf");
}

@font-face {
	font-family:FF-Adelle-SemiBold;
	src:url("../fonts/TypeTogether - Adelle-SemiBold.otf");
	font-weight:bold;
}

@font-face {
	font-family:FF-Adelle-Regular;
	src:url("../fonts/TypeTogether - Adelle-Regular.otf");
}

@font-face {
	font-family:FF-Knockout-27JuniorBantamwt;
	src:url("../fonts/Knockout-27.otf");
}

@font-face {
	font-family:FF-AdelleSans-Light;
	src:url("../fonts/TypeTogether - AdelleSans-Light.otf");
}

@font-face {
	font-family:FF-Knockout-34JuniorSumo;
	src:url("../fonts/Knockout-34.otf");
}

@font-face {
	font-family:FF-Knockout-31JuniorMiddlewt;
	src:url("../fonts/Knockout-31.otf");
}

@font-face {
	font-family:FF-Knockout-30JuniorWelterwt;
	src:url("../fonts/Knockout-30.otf");
}

@font-face {
	font-family:FF-Knockout-29JuniorLtweight;
	src:url("../fonts/Knockout-29.otf");
}

@font-face {
	font-family:FF-Knockout-28JuniorFeathrwt;
	src:url("../fonts/Knockout-28.otf");
}

#item64610 {
	width:1920px !important;
	top:70px !important;
	min-height:66px !important;
}

#item64853 {
	width:227px !important;
	height:170px !important;
	top:88px !important;
	background:#0a888f;
	border:solid 2px #0a888f;
	padding:25px;
}

#item64876 {
	width:162px !important;
	height:90px !important;
	border:solid 2px #0a888f;
	padding:20px;
}

#item64829 {
	width:162px !important;
	height:90px !important;
	border:solid 2px #04abb4;
	padding:20px;
}

#item64826 {
	width:227px !important;
	height:258px !important;
	left:1690px !important;
	top:800px !important;
}

#item71419 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item70694 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item70695 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item70696 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item70719 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item70742 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item70765 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item70788 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item70818 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item70853 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item70848 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item70842 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item70882 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item70883 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item70857 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item70880 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item70854 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item70910 {
	width:192px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item70935 {
	width:227px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item70906 {
	width:276px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item70989 {
	width:152px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item70963 {
	width:132px !important;
	left:23px !important;
	top:9px !important;
	min-height:20px !important;
}

#item70958 {
	width:200px !important;
	height:37px !important;
	left:1403px !important;
	top:1011px !important;
}

#item71012 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 23px 75px;
}

#item71417 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item70319 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item70320 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item70321 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item70344 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item70367 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item70390 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item70413 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item70444 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item70480 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item70475 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item70469 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item70509 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item70510 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item70484 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item70507 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item70481 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item70537 {
	width:192px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item70562 {
	width:227px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item70533 {
	width:276px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item70615 {
	width:152px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item70590 {
	width:132px !important;
	left:23px !important;
	top:9px !important;
	min-height:20px !important;
}

#item70585 {
	width:200px !important;
	height:37px !important;
	left:1403px !important;
	top:1011px !important;
}

#item70638 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 23px 75px;
}

#item71415 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item69945 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item69946 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item69947 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item69970 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item69993 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item70016 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item70039 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item70069 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item70105 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item70100 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item70094 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item70134 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item70135 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item70109 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item70132 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item70106 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item70187 {
	width:192px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item70162 {
	width:227px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item70158 {
	width:276px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item70240 {
	width:152px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item70215 {
	width:132px !important;
	left:23px !important;
	top:9px !important;
	min-height:20px !important;
}

#item70210 {
	width:200px !important;
	height:37px !important;
	left:1403px !important;
	top:1011px !important;
}

#item70263 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 23px 75px;
}

#item71413 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item69569 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item69570 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item69571 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item69594 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item69617 {
	width:362px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item69640 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item69663 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item69693 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item69728 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item69723 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item69717 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item69758 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item69759 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item69732 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item69755 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item69729 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item69813 {
	width:192px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item69787 {
	width:227px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item69782 {
	width:276px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item69866 {
	width:152px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item69841 {
	width:132px !important;
	left:23px !important;
	top:9px !important;
	min-height:20px !important;
}

#item69836 {
	width:200px !important;
	height:37px !important;
	left:1403px !important;
	top:1011px !important;
}

#item69889 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 23px 75px;
}

#item71411 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item69195 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item69196 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item69197 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item69220 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item69243 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item69266 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item69289 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item69319 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item69354 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item69349 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item69343 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item69383 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item69384 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item69358 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item69381 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item69355 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item69436 {
	width:136px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item69411 {
	width:143px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item69407 {
	width:193px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item69489 {
	width:182px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item69464 {
	width:182px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item69459 {
	width:229px !important;
	height:37px !important;
	left:1373px !important;
	top:1011px !important;
}

#item69513 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 23px 75px;
}

#item71409 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item68818 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item68819 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item68820 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item68843 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item68866 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item68889 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item68912 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item68942 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item68978 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item68973 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item68966 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item69008 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item69009 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item68982 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item69005 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item68979 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item69061 {
	width:192px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item69036 {
	width:227px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item69032 {
	width:276px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item69114 {
	width:172px !important;
	left:14px !important;
	top:9px !important;
	min-height:20px !important;
}

#item69088 {
	width:183px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item69084 {
	width:230px !important;
	height:37px !important;
	left:1372px !important;
	top:1011px !important;
}

#item69137 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 23px 75px;
}

#item71407 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item68441 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item68442 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item68443 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item68466 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item68489 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item68512 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item68536 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item68566 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item68601 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item68596 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item68590 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item68631 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item68632 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item68605 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item68629 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item68602 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item68685 {
	width:136px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item68660 {
	width:143px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item68655 {
	width:193px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item68712 {
	width:183px !important;
	left:19px !important;
	top:9px !important;
	min-height:20px !important;
}

#item68738 {
	width:199px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item68708 {
	width:246px !important;
	height:37px !important;
	left:1357px !important;
	top:1011px !important;
}

#item68761 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 23px 75px;
}

#item71402 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item68067 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item68068 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item68069 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item68092 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item68115 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item68138 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item68161 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item68191 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item68226 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item68221 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item68215 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item68255 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item68256 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item68230 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item68253 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item68227 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item68308 {
	width:136px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item68283 {
	width:143px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item68279 {
	width:193px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item68362 {
	width:152px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item68336 {
	width:132px !important;
	left:23px !important;
	top:9px !important;
	min-height:20px !important;
}

#item68332 {
	width:200px !important;
	height:37px !important;
	left:1403px !important;
	top:1011px !important;
}

#item68385 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 23px 75px;
}

#item71398 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item67693 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item67694 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item67695 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item67718 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item67741 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item67764 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item67787 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item67817 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item67853 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item67847 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item67841 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item67882 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item67883 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item67857 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item67880 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item67854 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item67935 {
	width:136px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item67910 {
	width:143px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item67906 {
	width:193px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item67988 {
	width:152px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item67962 {
	width:132px !important;
	left:23px !important;
	top:9px !important;
	min-height:20px !important;
}

#item67958 {
	width:200px !important;
	height:37px !important;
	left:1403px !important;
	top:1011px !important;
}

#item68011 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 23px 75px;
}

#item71397 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item67318 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item67319 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item67320 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item67343 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item67366 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item67389 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item67413 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item67443 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item67479 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item67474 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item67468 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item67508 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item67509 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item67483 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item67506 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item67480 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item67561 {
	width:171px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item67536 {
	width:143px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item67532 {
	width:221px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item67614 {
	width:152px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item67588 {
	width:132px !important;
	left:23px !important;
	top:9px !important;
	min-height:20px !important;
}

#item67584 {
	width:200px !important;
	height:37px !important;
	left:1403px !important;
	top:1011px !important;
}

#item67637 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 24px 79px;
}

#item71388 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item66943 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item66944 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item66945 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item66968 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item66991 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item67014 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item67037 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item67067 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item67102 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item67097 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item67091 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item67131 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item67132 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item67106 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item67129 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item67103 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item67184 {
	width:192px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item67159 {
	width:227px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item67155 {
	width:276px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item67238 {
	width:152px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item67212 {
	width:132px !important;
	left:23px !important;
	top:9px !important;
	min-height:20px !important;
}

#item67208 {
	width:200px !important;
	height:37px !important;
	left:1403px !important;
	top:1011px !important;
}

#item67261 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 23px 75px;
}

#item71383 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item66567 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item66568 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item66569 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item66592 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item66615 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item66638 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item66661 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item66691 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item66727 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item66722 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item66715 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item66756 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item66757 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item66731 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item66754 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item66728 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item66809 {
	width:136px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item66784 {
	width:143px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item66780 {
	width:193px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item66863 {
	width:152px !important;
	left:49px !important;
	top:9px !important;
	min-height:20px !important;
}

#item66837 {
	width:199px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item66832 {
	width:246px !important;
	height:37px !important;
	left:1357px !important;
	top:1011px !important;
}

#item66886 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 24px 79px;
}

#item71382 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item66192 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item66193 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item66194 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item66217 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item66240 {
	width:319px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item66264 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item66287 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item66316 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item66352 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item66347 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item66341 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item66381 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item66382 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item66356 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item66379 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item66353 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item66434 {
	width:136px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item66409 {
	width:143px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item66405 {
	width:193px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item66487 {
	width:152px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item66461 {
	width:132px !important;
	left:23px !important;
	top:9px !important;
	min-height:20px !important;
}

#item66457 {
	width:200px !important;
	height:37px !important;
	left:1403px !important;
	top:1011px !important;
}

#item66510 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 24px 79px;
}

#item71379 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item65817 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item65818 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item65819 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item65842 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item65865 {
	width:286px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item65888 {
	width:343px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item65911 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item65941 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item65978 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item65973 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item65967 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item66007 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item66008 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item65982 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item66005 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item65979 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item66060 {
	width:136px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item66035 {
	width:143px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item66031 {
	width:193px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item66113 {
	width:107px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item66087 {
	width:107px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item66083 {
	width:155px !important;
	height:37px !important;
	left:1448px !important;
	top:1011px !important;
}

#item66136 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 24px 79px;
}

#item71378 {
	opacity:0.45;
	width:1920px !important;
	height:1240px !important;
	left:10px !important;
	top:10px !important;
	background:#000;
}

#item65444 {
	width:1416px !important;
	height:895px !important;
	left:262px !important;
	top:230px !important;
	box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 0px 40px 40px rgba(0,0,0,0.15);
	border-radius:5px;
	background:#fff;
}

#item65445 {
	width:1416px !important;
	height:135px !important;
	left:262px !important;
	top:230px !important;
	border-radius:5px 5px 0 0;
	background:#00989f;
}

#item65446 {
	width:885px !important;
	left:342px !important;
	top:278px !important;
	min-height:55px !important;
}

#item65469 {
	width:310px !important;
	left:568px !important;
	top:751px !important;
	min-height:51px !important;
}

#item65492 {
	width:286px !important;
	left:565px !important;
	top:525px !important;
	min-height:206px !important;
}

#item65515 {
	width:295px !important;
	left:1268px !important;
	top:525px !important;
	min-height:215px !important;
}

#item65538 {
	width:187px !important;
	left:1270px !important;
	top:751px !important;
	min-height:51px !important;
}

#item65567 {
	width:1214px !important;
	left:361px !important;
	top:871px !important;
	min-height:69px !important;
}

#item65603 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item65598 {
	width:50px !important;
	height:48px !important;
	left:3px !important;
	top:3px !important;
}

#item65592 {
	width:56px !important;
	height:54px !important;
	left:1587px !important;
	top:262px !important;
}

#item65632 {
	width:336px !important;
	height:54px !important;
	left:4px !important;
	top:4px !important;
	border-radius:5px;
	background:#04abb4;
}

#item65633 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item65607 {
	width:272px !important;
	height:35px !important;
	left:35px !important;
	top:13px !important;
}

#item65630 {
	width:337px !important;
	height:55px !important;
	left:3px !important;
	top:3px !important;
	border-radius:5px;
	border:solid 1.02040816326531px #04abb4;
}

#item65604 {
	width:343px !important;
	height:61px !important;
	left:799px !important;
	top:993px !important;
}

#item65660 {
	width:113px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item65685 {
	width:113px !important;
	left:47px !important;
	top:9px !important;
	min-height:24px !important;
}

#item65656 {
	width:162px !important;
	height:37px !important;
	left:340px !important;
	top:1011px !important;
}

#item65738 {
	width:107px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item65712 {
	width:107px !important;
	left:3px !important;
	top:9px !important;
	min-height:20px !important;
}

#item65708 {
	width:155px !important;
	height:37px !important;
	left:1448px !important;
	top:1011px !important;
}

#item65761 {
	width:1416px !important;
	height:92px !important;
	left:262px !important;
	top:364px !important;
	background:#35bcc3;
	padding:20px 30px 24px 79px;
}

#item84981 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84982 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item65388 {
	width:223px !important;
	height:193px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:20px;
}

#item65385 {
	width:229px !important;
	height:199px !important;
	left:1439px !important;
	top:920px !important;
}

#item84800 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84801 {
	width:169px !important;
	height:188px !important;
	left:164px !important;
	top:703px !important;
}

#item84836 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84837 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84873 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84871 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item84910 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84911 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84945 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84946 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item85154 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85155 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85194 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item85195 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item85231 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item85229 {
	width:157px !important;
	height:224px !important;
	left:71px !important;
	top:408px !important;
}

#item85294 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85292 {
	width:138px !important;
	height:241px !important;
	left:1139px !important;
	top:475px !important;
}

#item85498 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85499 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85558 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85556 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85617 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85615 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85679 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85677 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85740 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85738 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85795 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85793 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85974 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item85972 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item84977 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84978 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item65334 {
	width:66px !important;
	left:1542px !important;
	top:609px !important;
	min-height:46px !important;
}

#item84796 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84797 {
	width:169px !important;
	height:188px !important;
	left:157px !important;
	top:692px !important;
}

#item84832 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84833 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84869 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84867 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item84906 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84907 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84941 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84942 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item85150 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85151 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85190 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item85191 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item85227 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item85225 {
	width:157px !important;
	height:224px !important;
	left:71px !important;
	top:408px !important;
}

#item85290 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85288 {
	width:138px !important;
	height:241px !important;
	left:1139px !important;
	top:475px !important;
}

#item85436 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85437 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:943px !important;
}

#item85554 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85552 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85613 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85611 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85669 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85667 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85736 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85734 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85791 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85789 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item65360 {
	width:227px !important;
	height:193px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:20px;
}

#item65357 {
	width:233px !important;
	height:199px !important;
	left:1472px !important;
	top:539px !important;
}

#item85731 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85729 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85550 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85547 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85494 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85495 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item84973 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84974 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item65310 {
	width:212px !important;
	height:193px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:20px;
}

#item65307 {
	width:218px !important;
	height:199px !important;
	left:1398px !important;
	top:473px !important;
}

#item84792 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84793 {
	width:169px !important;
	height:188px !important;
	left:153px !important;
	top:695px !important;
}

#item84827 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84828 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84864 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84862 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item84901 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84902 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84937 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84938 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item85146 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85147 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85179 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item85180 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item85220 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item85218 {
	width:157px !important;
	height:224px !important;
	left:71px !important;
	top:408px !important;
}

#item85286 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85284 {
	width:138px !important;
	height:241px !important;
	left:1139px !important;
	top:475px !important;
}

#item85432 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85433 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:943px !important;
}

#item85609 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85607 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85665 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85663 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item84969 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84970 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item84787 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84788 {
	width:169px !important;
	height:188px !important;
	left:157px !important;
	top:697px !important;
}

#item84823 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84824 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84858 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84856 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item84897 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84898 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84933 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84934 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item85142 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85143 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85175 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item85176 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item85216 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item85214 {
	width:157px !important;
	height:224px !important;
	left:71px !important;
	top:408px !important;
}

#item85281 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85279 {
	width:138px !important;
	height:241px !important;
	left:1139px !important;
	top:475px !important;
}

#item85428 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85429 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:943px !important;
}

#item85545 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85543 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85490 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85491 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85605 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85603 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85661 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85659 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85787 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85785 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85962 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item85960 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item65283 {
	width:232px !important;
	height:193px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:20px;
}

#item65280 {
	width:238px !important;
	height:199px !important;
	left:1452px !important;
	top:355px !important;
}

#item85600 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85597 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item84963 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84964 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item84783 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84784 {
	width:169px !important;
	height:188px !important;
	left:157px !important;
	top:699px !important;
}

#item84819 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84820 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84854 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84852 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item84893 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84894 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84929 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84930 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item85133 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85134 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85171 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item85172 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item85212 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item85210 {
	width:157px !important;
	height:224px !important;
	left:71px !important;
	top:408px !important;
}

#item85277 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85275 {
	width:138px !important;
	height:241px !important;
	left:1139px !important;
	top:475px !important;
}

#item85423 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85424 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:943px !important;
}

#item85486 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85487 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85657 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85655 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85726 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85724 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85783 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85781 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85958 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item85956 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item65254 {
	width:228px !important;
	height:193px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:20px;
}

#item65251 {
	width:234px !important;
	height:199px !important;
	left:1299px !important;
	top:415px !important;
}

#item84959 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84960 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item65226 {
	width:230px !important;
	height:193px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:20px;
}

#item65223 {
	width:236px !important;
	height:199px !important;
	left:1198px !important;
	top:281px !important;
}

#item84779 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84780 {
	width:169px !important;
	height:188px !important;
	left:157px !important;
	top:691px !important;
}

#item84815 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84816 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84850 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84848 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item84889 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84890 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84923 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84926 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item85129 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85130 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85167 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item85168 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item85208 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item85206 {
	width:157px !important;
	height:224px !important;
	left:71px !important;
	top:408px !important;
}

#item85272 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85270 {
	width:138px !important;
	height:241px !important;
	left:1139px !important;
	top:475px !important;
}

#item85417 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85420 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:943px !important;
}

#item85481 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85482 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85540 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85538 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85722 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85720 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85777 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85775 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item84955 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84956 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item65199 {
	width:216px !important;
	height:186px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:22px;
}

#item65196 {
	width:222px !important;
	height:192px !important;
	left:1107px !important;
	top:510px !important;
}

#item84774 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84776 {
	width:169px !important;
	height:188px !important;
	left:161px !important;
	top:699px !important;
}

#item84811 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84812 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84846 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84844 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item84883 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84885 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84919 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84920 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item85125 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85126 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85162 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item85164 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item85204 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item85202 {
	width:157px !important;
	height:224px !important;
	left:71px !important;
	top:408px !important;
}

#item85412 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85413 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:943px !important;
}

#item85477 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85478 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85536 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85534 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85595 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85593 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85653 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85651 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85716 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85714 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85773 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85771 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85649 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85647 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item84951 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84952 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item84841 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84839 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item65172 {
	width:210px !important;
	height:193px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:20px;
}

#item65168 {
	width:216px !important;
	height:199px !important;
	left:930px !important;
	top:241px !important;
}

#item84769 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84771 {
	width:169px !important;
	height:188px !important;
	left:161px !important;
	top:697px !important;
}

#item84807 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84808 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84879 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84880 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84915 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84916 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item85158 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item85159 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item85199 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item85197 {
	width:157px !important;
	height:224px !important;
	left:71px !important;
	top:408px !important;
}

#item85263 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85260 {
	width:138px !important;
	height:241px !important;
	left:1139px !important;
	top:475px !important;
}

#item85408 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85409 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:936px !important;
}

#item85473 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85474 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85532 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85530 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85590 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85588 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85711 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85709 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85769 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85767 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85827 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item85825 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item65144 {
	width:222px !important;
	height:186px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:22px;
}

#item65141 {
	width:228px !important;
	height:192px !important;
	left:787px !important;
	top:923px !important;
}

#item84602 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84603 {
	width:205px !important;
	height:337px !important;
	left:198px !important;
	top:448px !important;
}

#item84623 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84624 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84644 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84645 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84686 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84684 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item84721 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item84722 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item84743 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item84744 {
	width:157px !important;
	height:224px !important;
	left:59px !important;
	top:409px !important;
}

#item84765 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84766 {
	width:169px !important;
	height:188px !important;
	left:150px !important;
	top:696px !important;
}

#item85119 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85120 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85258 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85256 {
	width:138px !important;
	height:241px !important;
	left:1135px !important;
	top:475px !important;
}

#item85319 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85320 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:934px !important;
}

#item85469 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85470 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85527 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85525 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85586 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85584 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85644 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85642 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85707 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85705 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85765 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85763 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85823 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item85821 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item84568 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84566 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item65116 {
	width:222px !important;
	height:186px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:22px;
}

#item65113 {
	width:228px !important;
	height:192px !important;
	left:552px !important;
	top:752px !important;
}

#item84597 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84598 {
	width:205px !important;
	height:337px !important;
	left:189px !important;
	top:443px !important;
}

#item84619 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84620 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84640 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84641 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84717 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item84718 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item84739 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item84740 {
	width:157px !important;
	height:224px !important;
	left:59px !important;
	top:409px !important;
}

#item84761 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84762 {
	width:169px !important;
	height:188px !important;
	left:150px !important;
	top:696px !important;
}

#item85111 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85115 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85254 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85252 {
	width:138px !important;
	height:241px !important;
	left:1137px !important;
	top:472px !important;
}

#item85314 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85316 {
	width:348px !important;
	height:222px !important;
	left:1309px !important;
	top:936px !important;
}

#item85459 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85460 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85522 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85520 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85582 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85580 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85640 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85638 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85703 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85701 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85761 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85759 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85816 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item85813 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item65089 {
	width:209px !important;
	height:179px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:23px;
}

#item65086 {
	width:215px !important;
	height:185px !important;
	left:563px !important;
	top:514px !important;
}

#item84595 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84592 {
	width:205px !important;
	height:337px !important;
	left:191px !important;
	top:438px !important;
}

#item84615 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84616 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84661 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84662 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item84679 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84677 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item84710 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item84711 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item84735 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item84736 {
	width:157px !important;
	height:224px !important;
	left:59px !important;
	top:409px !important;
}

#item84757 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84758 {
	width:169px !important;
	height:188px !important;
	left:150px !important;
	top:696px !important;
}

#item85106 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85107 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85250 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85247 {
	width:138px !important;
	height:241px !important;
	left:1139px !important;
	top:472px !important;
}

#item85310 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85311 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:941px !important;
}

#item85455 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85456 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85463 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85464 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85518 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85516 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85576 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85574 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85636 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85634 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85699 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85697 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85757 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85755 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85811 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item85809 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item84657 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84658 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item84581 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84579 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item65062 {
	width:191px !important;
	height:179px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:23px;
}

#item65059 {
	width:197px !important;
	height:185px !important;
	left:364px !important;
	top:754px !important;
}

#item84636 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84637 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84675 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84673 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item84706 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item84707 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item84731 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item84732 {
	width:157px !important;
	height:224px !important;
	left:59px !important;
	top:409px !important;
}

#item84752 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84753 {
	width:169px !important;
	height:188px !important;
	left:150px !important;
	top:696px !important;
}

#item85102 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85103 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85245 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85243 {
	width:138px !important;
	height:241px !important;
	left:1139px !important;
	top:481px !important;
}

#item85306 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85307 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:943px !important;
}

#item85448 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85452 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85513 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85510 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85572 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85570 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85632 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85630 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85695 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85693 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85752 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85750 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85807 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item85805 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item84653 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84654 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item84611 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84612 {
	width:205px !important;
	height:264px !important;
	left:329px !important;
	top:703px !important;
}

#item84632 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84633 {
	width:254px !important;
	height:186px !important;
	left:541px !important;
	top:553px !important;
}

#item84671 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84669 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item84699 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item84697 {
	width:157px !important;
	height:224px !important;
	left:59px !important;
	top:409px !important;
}

#item84702 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item84703 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item84727 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item84728 {
	width:157px !important;
	height:224px !important;
	left:59px !important;
	top:409px !important;
}

#item84748 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item84749 {
	width:169px !important;
	height:188px !important;
	left:150px !important;
	top:696px !important;
}

#item85093 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item85094 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85241 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85239 {
	width:138px !important;
	height:241px !important;
	left:1135px !important;
	top:475px !important;
}

#item85302 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85303 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:937px !important;
}

#item85444 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85445 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85508 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85506 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85568 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85566 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85627 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85628 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85688 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85685 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85748 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85746 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85803 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item85801 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item65035 {
	width:190px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:24px;
}

#item65032 {
	width:196px !important;
	height:178px !important;
	left:231px !important;
	top:496px !important;
}

#item84607 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84608 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item84572 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item84573 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item64982 {
	width:71px !important;
	left:3px !important;
	top:3px !important;
	min-height:50px !important;
}

#item64980 {
	width:77px !important;
	height:56px !important;
	left:134px !important;
	top:646px !important;
}

#item84629 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item84627 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:559px !important;
}

#item84648 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item84649 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item84667 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item84665 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item84985 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item84986 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item85234 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item85235 {
	width:138px !important;
	height:241px !important;
	left:1139px !important;
	top:475px !important;
}

#item85298 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item85299 {
	width:348px !important;
	height:222px !important;
	left:1316px !important;
	top:943px !important;
}

#item85440 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item85441 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item85504 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item85502 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item85564 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item85562 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item85620 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item85621 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item85683 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item85681 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item85744 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item85742 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item85799 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item85797 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item65008 {
	width:223px !important;
	height:166px !important;
	left:3px !important;
	top:3px !important;
	background:#0a888f;
	padding:25px;
}

#item65005 {
	width:229px !important;
	height:172px !important;
	left:50px !important;
	top:593px !important;
}

#item64907 {
	width:457px !important;
	height:451px !important;
	left:3px !important;
	top:3px !important;
}

#item64904 {
	width:463px !important;
	height:457px !important;
	left:632px !important;
	top:763px !important;
}

#item64911 {
	width:260px !important;
	height:144px !important;
	left:3px !important;
	top:3px !important;
}

#item64908 {
	width:266px !important;
	height:150px !important;
	left:1417px !important;
	top:544px !important;
}

#item64915 {
	width:116px !important;
	height:145px !important;
	left:3px !important;
	top:3px !important;
}

#item64912 {
	width:122px !important;
	height:151px !important;
	left:1350px !important;
	top:472px !important;
}

#item64920 {
	width:199px !important;
	height:331px !important;
	left:3px !important;
	top:3px !important;
}

#item64916 {
	width:205px !important;
	height:337px !important;
	left:200px !important;
	top:447px !important;
}

#item64924 {
	opacity:0.50;
	width:151px !important;
	height:218px !important;
	left:3px !important;
	top:3px !important;
}

#item64921 {
	width:157px !important;
	height:224px !important;
	left:71px !important;
	top:408px !important;
}

#item64928 {
	opacity:0.50;
	width:146px !important;
	height:139px !important;
	left:3px !important;
	top:3px !important;
}

#item64925 {
	width:152px !important;
	height:145px !important;
	left:101px !important;
	top:626px !important;
}

#item64932 {
	opacity:0.50;
	width:163px !important;
	height:182px !important;
	left:3px !important;
	top:3px !important;
}

#item64929 {
	width:169px !important;
	height:188px !important;
	left:149px !important;
	top:696px !important;
}

#item64936 {
	width:81px !important;
	height:58px !important;
	left:3px !important;
	top:3px !important;
}

#item64933 {
	width:87px !important;
	height:64px !important;
	left:1467px !important;
	top:538px !important;
}

#item64940 {
	width:90px !important;
	height:67px !important;
	left:3px !important;
	top:3px !important;
}

#item64937 {
	width:96px !important;
	height:73px !important;
	left:1435px !important;
	top:592px !important;
}

#item64956 {
	width:201px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item64953 {
	width:207px !important;
	height:264px !important;
	left:933px !important;
	top:202px !important;
}

#item64960 {
	width:132px !important;
	height:235px !important;
	left:3px !important;
	top:3px !important;
}

#item64957 {
	width:138px !important;
	height:241px !important;
	left:1134px !important;
	top:482px !important;
}

#item64964 {
	width:132px !important;
	height:172px !important;
	left:3px !important;
	top:3px !important;
}

#item64961 {
	width:138px !important;
	height:178px !important;
	left:1263px !important;
	top:320px !important;
}

#item64969 {
	width:194px !important;
	height:97px !important;
	left:3px !important;
	top:3px !important;
}

#item64965 {
	width:200px !important;
	height:103px !important;
	left:1131px !important;
	top:257px !important;
}

#item64973 {
	width:194px !important;
	height:132px !important;
	left:3px !important;
	top:3px !important;
}

#item64970 {
	width:200px !important;
	height:138px !important;
	left:1469px !important;
	top:403px !important;
}

#item64977 {
	width:342px !important;
	height:216px !important;
	left:3px !important;
	top:3px !important;
}

#item64974 {
	width:348px !important;
	height:222px !important;
	left:1314px !important;
	top:942px !important;
}

#item78126 {
	width:199px !important;
	height:258px !important;
	left:3px !important;
	top:3px !important;
}

#item78124 {
	width:205px !important;
	height:264px !important;
	left:333px !important;
	top:708px !important;
}

#item78130 {
	width:248px !important;
	height:180px !important;
	left:3px !important;
	top:3px !important;
}

#item78128 {
	width:254px !important;
	height:186px !important;
	left:539px !important;
	top:560px !important;
}

#item78134 {
	width:204px !important;
	height:233px !important;
	left:3px !important;
	top:3px !important;
}

#item78132 {
	width:210px !important;
	height:239px !important;
	left:532px !important;
	top:730px !important;
}

#item64902 {
	width:1930px !important;
	height:1250px !important;
	left:-10px !important;
	top:-10px !important;
}

p.autoParaStyle31 {
	font-family:FF-Knockout-28JuniorFeathrwt,Knockout,serif;
	font-size:97.9px;
	line-height:95.9px;
	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:right;
}

p.autoParaStyle30 {
	font-family:FF-Knockout-29JuniorLtweight,Knockout,serif;
	font-size:28px;
	line-height:28.8px;
	color:#fff;
	letter-spacing:0.040em;
	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:right;
}

p.autoParaStyle29 {
	font-family:FF-Knockout-30JuniorWelterwt,Knockout;
	font-size:33.4px;
	line-height:47.9px;
	color:#fff;
	letter-spacing:0.070em;
	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.autoParaStyle28 {
	font-family:FF-Knockout-29JuniorLtweight,Knockout,serif;
	font-size:29.6px;
	line-height:30.4px;
	color:#fff;
	letter-spacing:0.040em;
	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:right;
}

p.autoParaStyle27 {
	font-family:FF-Knockout-28JuniorFeathrwt,Knockout,serif;
	font-size:108.9px;
	line-height:106.7px;
	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:right;
}

p.autoParaStyle26 {
	font-family:FF-Knockout-29JuniorLtweight,Knockout,serif;
	font-size:31.2px;
	line-height:32.1px;
	color:#fff;
	letter-spacing:0.040em;
	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:right;
}

p.autoParaStyle25 {
	font-family:FF-Knockout-28JuniorFeathrwt,Knockout,serif;
	font-size:114.9px;
	line-height:112.6px;
	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:right;
}

p.autoParaStyle24 {
	font-family:FF-Knockout-29JuniorLtweight,Knockout,serif;
	font-size:32.9px;
	line-height:33.8px;
	color:#fff;
	letter-spacing:0.040em;
	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:right;
}

p.autoParaStyle23 {
	font-family:FF-Knockout-28JuniorFeathrwt,Knockout,serif;
	font-size:121.2px;
	line-height:118.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:right;
}

p.autoParaStyle22 {
	font-family:FF-Knockout-29JuniorLtweight,Knockout,serif;
	font-size:34.7px;
	line-height:35.7px;
	color:#fff;
	letter-spacing:0.040em;
	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:right;
}

p.autoParaStyle21 {
	font-family:FF-Knockout-28JuniorFeathrwt,Knockout,serif;
	font-size:127.9px;
	line-height:125.3px;
	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:right;
}

p.autoParaStyle20 {
	font-family:FF-Knockout-29JuniorLtweight,Knockout,serif;
	font-size:36.6px;
	line-height:37.7px;
	color:#fff;
	letter-spacing:0.040em;
	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:right;
}

p.autoParaStyle19 {
	font-family:FF-Knockout-30JuniorWelterwt,Knockout;
	font-size:37.2px;
	line-height:53.3px;
	color:#fff;
	letter-spacing:0.070em;
	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.autoParaStyle18 {
	font-family:FF-Knockout-28JuniorFeathrwt,Knockout,serif;
	font-size:121.2px;
	line-height:118.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:right;
}

p.autoParaStyle17 {
	font-family:FF-Knockout-29JuniorLtweight,Knockout,serif;
	font-size:34.7px;
	line-height:35.7px;
	color:#fff;
	letter-spacing:0.040em;
	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:right;
}

p.autoParaStyle16 {
	font-family:FF-Knockout-31JuniorMiddlewt,Knockout,"Times New Roman", Times, serif;
	font-size:21.1px;
	line-height:45.4px;
	color:#58585b;
	letter-spacing:0.075em;
	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:right;
}

p.autoParaStyle15 {
	font-family:FF-Knockout-31JuniorMiddlewt,Knockout,"Times New Roman", Times, serif;
	font-size:21.1px;
	line-height:45.4px;
	color:#939597;
	letter-spacing:0.075em;
	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:right;
}

p.autoParaStyle14 {
	font-family:FF-Knockout-31JuniorMiddlewt,Knockout,"Times New Roman", Times, serif;
	font-size:21.1px;
	line-height:45.4px;
	color:#58585b;
	letter-spacing:0.075em;
	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.autoParaStyle13 {
	font-family:FF-Knockout-31JuniorMiddlewt,Knockout,"Times New Roman", Times, serif;
	font-size:21.1px;
	line-height:45.4px;
	color:#939597;
	letter-spacing:0.075em;
	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-family:FF-Knockout-34JuniorSumo,Knockout;
	font-size:19.6px;
	line-height:42.1px;
	color:#04abb4;
	letter-spacing:0.070em;
	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-family:FF-Knockout-34JuniorSumo,Knockout;
	font-size:19.6px;
	line-height:42.1px;
	color:#fff;
	letter-spacing:0.070em;
	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:300;
	font-family:FF-AdelleSans-Light,"Adelle Sans","Times New Roman", Times, serif;
	font-size:20px;
	line-height:25px;
	color:#6d6e70;
	letter-spacing:0.025em;
	text-indent:-10px;
	padding-left:10px;
	text-align:left;
}

p.autoParaStyle9 {
	font-family:FF-Knockout-27JuniorBantamwt,Knockout,serif;
	font-size:230px;
	line-height:143px;
	color:#f4b21a;
	letter-spacing:0.005em;
	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.autoParaStyle8 {
	font-family:FF-Knockout-27JuniorBantamwt,Knockout,serif;
	font-size:230px;
	line-height:143px;
	color:#90c15a;
	letter-spacing:0.005em;
	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:FF-Knockout-27JuniorBantamwt,Knockout,serif;
	font-size:38px;
	line-height:43px;
	color:#58585b;
	letter-spacing:0.070em;
	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.autoParaStyle6 {
	font-family:FF-Adelle-Regular,Adelle,"Times New Roman", Times, serif;
	font-size:50px;
	line-height:54px;
	color:#fff;
	letter-spacing:0.020em;
	margin-bottom:60px;
	text-align:left;
	-webkit-column-span:all;
	column-span:all;
}

p.autoParaStyle5 {
	font-family:FF-Adelle-Regular,Adelle,"Times New Roman", Times, serif;
	font-size:25px;
	line-height:27px;
	color:#04abb4;
	letter-spacing:0.020em;
	text-align:center;
	-webkit-column-span:all;
	column-span:all;
}

p.autoParaStyle4 {
	font-family:FF-Adelle-Regular,Adelle,"Times New Roman", Times, serif;
	font-size:25px;
	line-height:27px;
	color:#0a888f;
	letter-spacing:0.020em;
	text-align:center;
	-webkit-column-span:all;
	column-span:all;
}

p.autoParaStyle3 {
	font-family:FF-Knockout-28JuniorFeathrwt,Knockout,serif;
	font-size:103.3px;
	line-height:101.1px;
	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:right;
}

p.autoParaStyle2 {
	font-family:FF-Knockout-30JuniorWelterwt,Knockout;
	font-size:29.6px;
	line-height:30.4px;
	color:#fff;
	letter-spacing:0.100em;
	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:right;
}

p.autoParaStyle1 {
	font-family:FF-Adelle-Regular,Adelle,"Times New Roman", Times, serif;
	font-size:40px;
	line-height:54px;
	color:#314a59;
	letter-spacing:0.020em;
	margin-bottom:60px;
	text-align:center;
	-webkit-column-span:all;
	column-span:all;
}

p.Main--Body-Close {
	font-size:6px;
	line-height:10px;
	color:#314a59;
	letter-spacing:0.050em;
	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.Main--Header {
	font-weight:600;
	font-family:FF-Adelle-SemiBold,Adelle,"Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	color:#314a59;
	letter-spacing:0.015em;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:3;
	-ms-hyphenate-after:3;
	-moz-hyphenate-after:3;
	-webkit-hyphenate-after:3;
	hyphenate-before:3;
	-ms-hyphenate-before:3;
	-moz-hyphenate-before:3;
	-webkit-hyphenate-before:3;
	margin-bottom:8px;
	border-bottom:solid 0.5px #04abb4;
	text-align:left;
}

p.State-Abbreviation {
	font-family:FF-Knockout-30JuniorWelterwt,Knockout;
	font-size:30px;
	line-height:43px;
	color:#fff;
	letter-spacing:0.070em;
	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.Impact-of-Stimulus {
	font-family:FF-Knockout-34JuniorSumo,Knockout;
	font-size:37px;
	line-height:150.9px;
	color:#fff;
	letter-spacing:0.100em;
	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.Basic-Paragraph {
	font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.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.autoCharStyle8 {
	vertical-align:super;
	line-height:0;
	font-size:58.3%;
}

span.autoCharStyle7 {
	vertical-align:super;
	line-height:0;
	font-size:58.3%;
}

span.autoCharStyle6 {
	vertical-align:super;
	line-height:0;
	font-size:58.3%;
}

span.autoCharStyle5 {
	vertical-align:super;
	line-height:0;
	font-size:58.3%;
}

span.autoCharStyle4 {
	vertical-align:super;
	line-height:0;
	font-size:58.3%;
}

span.autoCharStyle3 {
	vertical-align:super;
	line-height:0;
	font-size:58.3%;
}

span.autoCharStyle2 {
	vertical-align:super;
	line-height:0;
	font-size:58.3%;
}

span.autoCharStyle1 {
	vertical-align:super;
	line-height:0;
	font-size:58.3%;
}

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