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

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

#loadIndicator{
	width:100%;
	top:0; left:0; margin:auto;
	padding:6px;
    position:fixed;
    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;
}
#loadIndicator span:after { content:' Loading Content...'; }
html.local #loadIndicator, html.dps #loadIndicator, html.baker #loadIndicator { display:none; }

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

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

#in5footer a, #demoNote a {
	text-decoration:none;
	color:#99ccff;
}
svg-img{display:block;position:absolute;}
.win-safari svg-img{width:100%;}
svg-img{width:100%\9;}
@media all and (-ms-high-contrast:none){ *::-ms-backdrop,.svg-img{width:100%;} }
.pageItem, svg { position:absolute; }
svg { overflow:visible; }
.pageItem, .pageItemIFrame {
	display:block;
	top:0;
	left:0;
	width:auto !important;
	height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden {visibility:hidden; }

html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }

.page {
	position:relative;
	float:left;
	height:100%;
	width:100%;
	overflow:hidden;
}

.pages {
	list-style:none outside none;
	padding:0;
	margin:0 auto ;
}	

#container > .page { /*center single page baker*/
    position:absolute;
    bottom:0;
    left:0; 
    right:0;
    top:0;
    margin:0 auto;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;width:100%;/*fix webkit display issue*/ }

/*.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }*//*currently broken in iOS*/
.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);
}	

@media only screen and (max-device-width:1024px) {
	.anythingSlider {padding:0;}
}

object, embed, img, a { outline:0; }

.liquid svg {
    height:100%;
    width:100%;
}

.noPlugin {
	width:100%;
	height:100%;
	background:#ccc;
	border:1px solid #666;
	padding:6px;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.paper-horizontal {
	position:absolute;
	top:50%;
	overflow:visible;
}

.paper-vertical .page, .paper-horizontal .page {
	border:1px solid #bbb;	
	margin:4px 4px 4px 0;
	-moz-box-shadow:0px 0px 0px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";/*IE8*/
}

/*video skins*/
.mejs-none .mejs-controls {display:none !important;}

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

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

.page.ls { bottom:auto !important; }

#container > nav { display:none; }
#container > nav > button {
	display:block;
	position:absolute;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /* half height of image */
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.png) no-repeat;
}	
#container > nav > button:hover { opacity:.7; }
#container > nav > #backBtn { left:0; background-position:left bottom; }
#container > nav > #nextBtn { right:0; background-position:right bottom; }

/* ColorBox Core Style:The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; /*-webkit-overflow-scrolling:touch;*/}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 	Colorbox User Style:
*/
#colorbox{
	border-radius:12px;
    box-shadow:0 0 10px 10px #CCCCCC;
}
    #colorbox, #cboxOverlay, #cboxContent, .cboxIframe, #cboxLoadedContent, #cboxLoadingOverlay { background:#fff; }
    #cboxContent{ overflow:hidden;}
    #cboxMiddleLeft, #cboxMiddleRight { width:8px; }
    #cboxTopCenter{ height:24px; } 
    #cboxBottomCenter { height:8px; }
	#cboxError{padding:50px;}
	#cboxLoadedContent{margin-top:28px;}
	#cboxTitle, #cboxCurrent { position:absolute; top:4px; left:0; color:#949494; }
	#cboxTitle{ text-align:center; width:100%; }
	#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
	#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-32px; width:33px; height:65px; text-indent:-9999px;}
	#cboxPrevious{left:0px; background:url(../images/lb_controls.png) no-repeat top left; }
	#cboxNext{right:0px; background:url(../images/lb_controls.png) no-repeat top right; }
	#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
	#cboxClose{position:absolute; top:2px; right:0px; display:block; background:url(../images/lb_controls.png) no-repeat top center; width:26px; height:24px; text-indent:-9999px;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See:http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

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

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

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

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

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

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

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

/*CSS Generated from InDesign Styles*/
body { background:#3f5c8a; }#slider { width:1024.00px; height:768.00px; }.page { width:1024.00px; height:768.00px; background: #3f5c8a !important; }.paper-vertical { width:1024.00px; height:100%; }.paper-horizontal { width:29986.00px; height:768.00px; margin-top:-384.00px; }@media all and (max-height:768.00px) {	.paper-horizontal { margin:0;top:0;}	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/	.anythingSlider-in5 .arrow a { margin: -68px 0 0 0; }}@media all and (max-width:1024.00px) {	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;margin:0;top:0;border:0; }	.paper-vertical, .paper-horizontal { padding:0; }}.mejs-audio {display:none;}#share-wrap {    left: 0;    position: fixed;    top: 25%;    background-color: rgba(0,0,0,.65);    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.4);    z-index: 9999;    -webkit-animation:share-fadein 1s ease 2s;    animation:share-fadein 1s ease 2s;}#share-wrap.align-right { right:0; left:auto; }#share-wrap.align-bottom {left:auto; right:20px; bottom:0; top:auto; padding-bottom:12px; }#share-wrap.align-top {left:auto; right:40px; top:0; padding-top:8px; }#share-wrap > a > span { display: none; }#share-wrap > a {	display:block;	width:30px;	height:30px;	border-radius:50%;	background:url(../images/sharebtns.png) no-repeat;	background-size: 392px 30px;	-webkit-background-size: 392px 30px;	-moz-background-size: 392px 30px;	margin:12px;	padding:3px;}#share-wrap.align-top > a, #share-wrap.align-bottom > a { display:inline-block; }#share-wrap > a#sb-fb {	background-color:#3b5998;    background-position:-27px 50%;}#share-wrap > a#sb-tw {    background-color:#00aced;    background-position: -265px 50%;}#share-wrap > a#sb-gp {	background-color:#e74c3c;	background-position: -85px 50%;}#share-wrap > a#sb-li {	background-color:#007fb1;	background-position: -116px 50%;}#share-wrap > a:hover {	box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.5);}@keyframes share-fadein {    from { opacity: 0; }    to   { opacity: 1; }}@-webkit-keyframes share-fadein {    from { opacity: 0; }    to   { opacity: 1; }}@font-face {	font-family:FF-CronosPro-Regular;	src:url("../fonts/CronosPro-Regular.otf");}@font-face {	font-family:FF-OleoScriptSwashCaps-Regular;	src:url("../fonts/Oleo Script Swash Caps regular.ttf");}@font-face {	font-family:FF-FrutigerLTStd-Cn;	src:url("../fonts/FrutigerLTStd-Cn.otf");	font-stretch:condensed;}@font-face {	font-family:FF-MyriadPro-Bold;	src:url("../fonts/MyriadPro-Bold.otf");	font-weight:bold;}#item2446 {	background:#3f5c8a;	width:1024px !important;	height:768px !important;}#item14934 {	width:138px !important;	height:64px !important;	left:3px !important;	top:679px !important;	background:url('../images/item14934.png') no-repeat 0 50%;}@keyframes verticaalstuiterenpeter-13646 {	0% {		transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}	50% {		transform:scaleX(1) scaleY(1);	}	54% {		transform:scaleX(1) scaleY(0.59);	}	58% {		transform:scaleX(1) scaleY(1);	}	75% {		transform:scaleX(1) scaleY(1);	}	79% {		transform:scaleX(1) scaleY(0.74);	}	83% {		transform:scaleX(1) scaleY(1);	}	88% {		transform:scaleX(1) scaleY(1);	}	92% {		transform:scaleX(1) scaleY(0.8);	}	96% {		transform:scaleX(1) scaleY(1);	}}@-webkit-keyframes verticaalstuiterenpeter-13646 {	0% {		-webkit-transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}	50% {		-webkit-transform:scaleX(1) scaleY(1);	}	54% {		-webkit-transform:scaleX(1) scaleY(0.59);	}	58% {		-webkit-transform:scaleX(1) scaleY(1);	}	75% {		-webkit-transform:scaleX(1) scaleY(1);	}	79% {		-webkit-transform:scaleX(1) scaleY(0.74);	}	83% {		-webkit-transform:scaleX(1) scaleY(1);	}	88% {		-webkit-transform:scaleX(1) scaleY(1);	}	92% {		-webkit-transform:scaleX(1) scaleY(0.8);	}	96% {		-webkit-transform:scaleX(1) scaleY(1);	}}#item13646 {	transform-origin:50% 100%;	-webkit-transform-origin:50% 100%;}@keyframes verticaalstuiterenpeter-13648 {	0% {		transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}	50% {		transform:scaleX(1) scaleY(1);	}	54% {		transform:scaleX(1) scaleY(0.59);	}	58% {		transform:scaleX(1) scaleY(1);	}	75% {		transform:scaleX(1) scaleY(1);	}	79% {		transform:scaleX(1) scaleY(0.74);	}	83% {		transform:scaleX(1) scaleY(1);	}	88% {		transform:scaleX(1) scaleY(1);	}	92% {		transform:scaleX(1) scaleY(0.8);	}	96% {		transform:scaleX(1) scaleY(1);	}}@-webkit-keyframes verticaalstuiterenpeter-13648 {	0% {		-webkit-transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}	50% {		-webkit-transform:scaleX(1) scaleY(1);	}	54% {		-webkit-transform:scaleX(1) scaleY(0.59);	}	58% {		-webkit-transform:scaleX(1) scaleY(1);	}	75% {		-webkit-transform:scaleX(1) scaleY(1);	}	79% {		-webkit-transform:scaleX(1) scaleY(0.74);	}	83% {		-webkit-transform:scaleX(1) scaleY(1);	}	88% {		-webkit-transform:scaleX(1) scaleY(1);	}	92% {		-webkit-transform:scaleX(1) scaleY(0.8);	}	96% {		-webkit-transform:scaleX(1) scaleY(1);	}}#item13648 {	transform-origin:50% 100%;	-webkit-transform-origin:50% 100%;}@keyframes verticaalstuiterenpeter-13650 {	0% {		transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}	50% {		transform:scaleX(1) scaleY(1);	}	54% {		transform:scaleX(1) scaleY(0.59);	}	58% {		transform:scaleX(1) scaleY(1);	}	75% {		transform:scaleX(1) scaleY(1);	}	79% {		transform:scaleX(1) scaleY(0.74);	}	83% {		transform:scaleX(1) scaleY(1);	}	88% {		transform:scaleX(1) scaleY(1);	}	92% {		transform:scaleX(1) scaleY(0.8);	}	96% {		transform:scaleX(1) scaleY(1);	}}@-webkit-keyframes verticaalstuiterenpeter-13650 {	0% {		-webkit-transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}	50% {		-webkit-transform:scaleX(1) scaleY(1);	}	54% {		-webkit-transform:scaleX(1) scaleY(0.59);	}	58% {		-webkit-transform:scaleX(1) scaleY(1);	}	75% {		-webkit-transform:scaleX(1) scaleY(1);	}	79% {		-webkit-transform:scaleX(1) scaleY(0.74);	}	83% {		-webkit-transform:scaleX(1) scaleY(1);	}	88% {		-webkit-transform:scaleX(1) scaleY(1);	}	92% {		-webkit-transform:scaleX(1) scaleY(0.8);	}	96% {		-webkit-transform:scaleX(1) scaleY(1);	}}#item13650 {	transform-origin:50% 100%;	-webkit-transform-origin:50% 100%;}@keyframes verticaalstuiterenpeter-13647 {	0% {		transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}	50% {		transform:scaleX(1) scaleY(1);	}	54% {		transform:scaleX(1) scaleY(0.59);	}	58% {		transform:scaleX(1) scaleY(1);	}	75% {		transform:scaleX(1) scaleY(1);	}	79% {		transform:scaleX(1) scaleY(0.74);	}	83% {		transform:scaleX(1) scaleY(1);	}	88% {		transform:scaleX(1) scaleY(1);	}	92% {		transform:scaleX(1) scaleY(0.8);	}	96% {		transform:scaleX(1) scaleY(1);	}}@-webkit-keyframes verticaalstuiterenpeter-13647 {	0% {		-webkit-transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}	50% {		-webkit-transform:scaleX(1) scaleY(1);	}	54% {		-webkit-transform:scaleX(1) scaleY(0.59);	}	58% {		-webkit-transform:scaleX(1) scaleY(1);	}	75% {		-webkit-transform:scaleX(1) scaleY(1);	}	79% {		-webkit-transform:scaleX(1) scaleY(0.74);	}	83% {		-webkit-transform:scaleX(1) scaleY(1);	}	88% {		-webkit-transform:scaleX(1) scaleY(1);	}	92% {		-webkit-transform:scaleX(1) scaleY(0.8);	}	96% {		-webkit-transform:scaleX(1) scaleY(1);	}}#item13647 {	transform-origin:50% 100%;	-webkit-transform-origin:50% 100%;}@keyframes verticaalstuiterenpeter-13651 {	0% {		transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		transform:translate(0px,0px) scaleX(1) scaleY(1);		opacity:1;	}	50% {		transform:scaleX(1) scaleY(1);	}	54% {		transform:scaleX(1) scaleY(0.59);	}	71% {		transform:scaleX(1) scaleY(1);	}	79% {		transform:scaleX(1) scaleY(1);	}	83% {		transform:scaleX(1) scaleY(0.74);	}	88% {		transform:scaleX(1) scaleY(1);	}	96% {		transform:scaleX(1) scaleY(1);	}	67% {transform:scaleY(1);}}@-webkit-keyframes verticaalstuiterenpeter-13651 {	0% {		-webkit-transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);		opacity:1;	}	50% {		-webkit-transform:scaleX(1) scaleY(1);	}	54% {		-webkit-transform:scaleX(1) scaleY(0.59);	}	71% {		-webkit-transform:scaleX(1) scaleY(1);	}	79% {		-webkit-transform:scaleX(1) scaleY(1);	}	83% {		-webkit-transform:scaleX(1) scaleY(0.74);	}	88% {		-webkit-transform:scaleX(1) scaleY(1);	}	96% {		-webkit-transform:scaleX(1) scaleY(1);	}	67% {-webkit-transform:scaleY(1);}}#item13651 {	transform-origin:50% 100%;	-webkit-transform-origin:50% 100%;}@keyframes verticaalstuiterenpeter-13649 {	0% {		transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}	50% {		transform:scaleX(1) scaleY(1);	}	54% {		transform:scaleX(1) scaleY(0.59);	}	58% {		transform:scaleX(1) scaleY(1);	}	75% {		transform:scaleX(1) scaleY(1);	}	79% {		transform:scaleX(1) scaleY(0.74);	}	83% {		transform:scaleX(1) scaleY(1);	}	88% {		transform:scaleX(1) scaleY(1);	}	92% {		transform:scaleX(1) scaleY(0.8);	}	96% {		transform:scaleX(1) scaleY(1);	}}@-webkit-keyframes verticaalstuiterenpeter-13649 {	0% {		-webkit-transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}	50% {		-webkit-transform:scaleX(1) scaleY(1);	}	54% {		-webkit-transform:scaleX(1) scaleY(0.59);	}	58% {		-webkit-transform:scaleX(1) scaleY(1);	}	75% {		-webkit-transform:scaleX(1) scaleY(1);	}	79% {		-webkit-transform:scaleX(1) scaleY(0.74);	}	83% {		-webkit-transform:scaleX(1) scaleY(1);	}	88% {		-webkit-transform:scaleX(1) scaleY(1);	}	92% {		-webkit-transform:scaleX(1) scaleY(0.8);	}	96% {		-webkit-transform:scaleX(1) scaleY(1);	}}#item13649 {	transform-origin:50% 100%;	-webkit-transform-origin:50% 100%;}@keyframes verticaalstuiterenpeter-13645 {	0% {		transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}	50% {		transform:scaleX(1) scaleY(1);	}	54% {		transform:scaleX(1) scaleY(0.59);	}	58% {		transform:scaleX(1) scaleY(1);	}	75% {		transform:scaleX(1) scaleY(1);	}	79% {		transform:scaleX(1) scaleY(0.74);	}	83% {		transform:scaleX(1) scaleY(1);	}	88% {		transform:scaleX(1) scaleY(1);	}	92% {		transform:scaleX(1) scaleY(0.8);	}	96% {		transform:scaleX(1) scaleY(1);	}}@-webkit-keyframes verticaalstuiterenpeter-13645 {	0% {		-webkit-transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}	50% {		-webkit-transform:scaleX(1) scaleY(1);	}	54% {		-webkit-transform:scaleX(1) scaleY(0.59);	}	58% {		-webkit-transform:scaleX(1) scaleY(1);	}	75% {		-webkit-transform:scaleX(1) scaleY(1);	}	79% {		-webkit-transform:scaleX(1) scaleY(0.74);	}	83% {		-webkit-transform:scaleX(1) scaleY(1);	}	88% {		-webkit-transform:scaleX(1) scaleY(1);	}	92% {		-webkit-transform:scaleX(1) scaleY(0.8);	}	96% {		-webkit-transform:scaleX(1) scaleY(1);	}}#item13645 {	transform-origin:50% 100%;	-webkit-transform-origin:50% 100%;}@keyframes verticaalstuiterenpeter-13644 {	0% {		transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}	50% {		transform:scaleX(1) scaleY(1);	}	54% {		transform:scaleX(1) scaleY(0.59);	}	58% {		transform:scaleX(1) scaleY(1);	}	75% {		transform:scaleX(1) scaleY(1);	}	79% {		transform:scaleX(1) scaleY(0.74);	}	83% {		transform:scaleX(1) scaleY(1);	}	88% {		transform:scaleX(1) scaleY(1);	}	92% {		transform:scaleX(1) scaleY(0.8);	}	96% {		transform:scaleX(1) scaleY(1);	}}@-webkit-keyframes verticaalstuiterenpeter-13644 {	0% {		-webkit-transform:translate(0px,-273px) scaleX(1) scaleY(1);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}	50% {		-webkit-transform:scaleX(1) scaleY(1);	}	54% {		-webkit-transform:scaleX(1) scaleY(0.59);	}	58% {		-webkit-transform:scaleX(1) scaleY(1);	}	75% {		-webkit-transform:scaleX(1) scaleY(1);	}	79% {		-webkit-transform:scaleX(1) scaleY(0.74);	}	83% {		-webkit-transform:scaleX(1) scaleY(1);	}	88% {		-webkit-transform:scaleX(1) scaleY(1);	}	92% {		-webkit-transform:scaleX(1) scaleY(0.8);	}	96% {		-webkit-transform:scaleX(1) scaleY(1);	}}#item13644 {	transform-origin:50% 100%;	-webkit-transform-origin:50% 100%;}#item12570 {	width:257px !important;	height:306px !important;	top:46px !important;}@keyframes invliegenvanafbovenkant-12570 {	0% {		transform:translate(-1px,-233px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafbovenkant-12570 {	0% {		-webkit-transform:translate(-1px,-233px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item12571 {	width:257px !important;	height:306px !important;	left:196px !important;	top:46px !important;}@keyframes invliegenvanafbovenkant-12571 {	0% {		transform:translate(-1px,-233px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafbovenkant-12571 {	0% {		-webkit-transform:translate(-1px,-233px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item12572 {	width:257px !important;	height:306px !important;	left:392px !important;	top:46px !important;}@keyframes invliegenvanafbovenkant-12572 {	0% {		transform:translate(-1px,-233px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafbovenkant-12572 {	0% {		-webkit-transform:translate(-1px,-233px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item12573 {	width:361px !important;	height:306px !important;	left:588px !important;	top:46px !important;}@keyframes invliegenvanafbovenkant-12573 {	0% {		transform:translate(-1px,-233px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafbovenkant-12573 {	0% {		-webkit-transform:translate(-1px,-233px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes verschijnen-12725 {	0% {opacity:0;}	14% {opacity:0;}	21% {opacity:0;}	29% {opacity:0;}	36% {opacity:0;}	43% {opacity:0;}	50% {opacity:0;}	57% {opacity:0;}	64% {opacity:1;}	71% {opacity:1;}	79% {opacity:1;}	86% {opacity:1;}	93% {opacity:1;}	100% {opacity:1;}}@-webkit-keyframes verschijnen-12725 {	0% {opacity:0;}	14% {opacity:0;}	21% {opacity:0;}	29% {opacity:0;}	36% {opacity:0;}	43% {opacity:0;}	50% {opacity:0;}	57% {opacity:0;}	64% {opacity:1;}	71% {opacity:1;}	79% {opacity:1;}	86% {opacity:1;}	93% {opacity:1;}	100% {opacity:1;}}#item12725:hover {	background:url('../images/item12725.png') no-repeat 100% 50%;}#item12725 {	width:766px !important;	height:191px !important;	left:115px !important;	top:132px !important;	background:url('../images/item12725.png') no-repeat 0px 50%;}#item2981:hover {	background:url('../images/item2981.png') no-repeat 100% 50%;}#item2981 {	width:129px !important;	height:128px !important;	left:567px !important;	top:534px !important;	background:url('../images/item2981.png') no-repeat 0px 50%;}#item10194:hover {	background:url('../images/item10194.png') no-repeat 50% 50%;}#item10194:active {	background:url('../images/item10194.png') no-repeat -171px 50%;}#item10194 {	width:78px !important;	height:78px !important;	left:4px !important;	top:26px !important;	background:url('../images/item10194.png') no-repeat 0px 50%;}#item14939:hover {	background:url('../images/item14939.png') no-repeat 50% 50%;}#item14939:active {	background:url('../images/item14939.png') no-repeat -171px 50%;}#item14939 {	width:78px !important;	height:78px !important;	left:943px !important;	top:26px !important;	background:url('../images/item14939.png') no-repeat 0px 50%;}#item10093 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item13980 {	background:rgba(63,92,138,0.92);	width:266px !important;	left:4px !important;	top:243px !important;	min-height:427px !important;	padding:5px 5px 10px 5px;}@keyframes invliegenvanafonderkant-13980 {	0% {		transform:translate(-1px,233px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafonderkant-13980 {	0% {		-webkit-transform:translate(-1px,233px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item14036:hover {	background:url('../images/item14036.png') no-repeat 100% 50%;}#item14036 {	width:148px !important;	height:55px !important;	left:6px !important;	top:687px !important;	background:url('../images/item14036.png') no-repeat 0px 50%;}#item1746 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:644px !important;}#item1757_16585 {	position:absolute;	top:233px;	left:-205px;}#item1757 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item1767 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item14578 {	width:235px !important;	left:19px !important;	top:155px !important;	min-height:404px !important;}#item1777_17257 {	margin-top:0px;	margin-bottom:0px;}#item1777 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item1792 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item1803_17651 {	position:absolute;	top:315px;	left:-225px;}#item1803 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item4018:hover {	background:url('../images/item4018.png') no-repeat 50% 50%;}#item4018:active {	background:url('../images/item4018.png') no-repeat -217px 50%;}#item4018 {	width:101px !important;	height:101px !important;	left:113px !important;	top:88px !important;	background:url('../images/item4018.png') no-repeat 0px 50%;}#item4074:hover {	background:url('../images/item4074.png') no-repeat 50% 50%;}#item4074:active {	background:url('../images/item4074.png') no-repeat -311.94px 50%;}#item4074 {	width:148px !important;	height:126px !important;	left:101px !important;	top:207px !important;	background:url('../images/item4074.png') no-repeat 0px 50%;}#item1813_18147 {	position:absolute;	top:282px;	left:-224px;}#item1813 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item4331:hover {	background:url('../images/item4331.png') no-repeat 100% 50%;}#item4331 {	width:122px !important;	height:72px !important;	left:238px !important;	top:127px !important;	background:url('../images/item4331.png') no-repeat 0px 50%;}#item4300:hover {	background:url('../images/item4300.png') no-repeat 100% 50%;}#item4300 {	width:143px !important;	height:51px !important;	left:463px !important;	top:139px !important;	background:url('../images/item4300.png') no-repeat 0px 50%;}#item4313:hover {	background:url('../images/item4313.png') no-repeat 100% 50%;}#item4313 {	width:57px !important;	height:57px !important;	left:708px !important;	top:135px !important;	background:url('../images/item4313.png') no-repeat 0px 50%;}#item4323:hover {	background:url('../images/item4323.png') no-repeat 100% 50%;}#item4323 {	width:71px !important;	height:68px !important;	left:852px !important;	top:129px !important;	background:url('../images/item4323.png') no-repeat 0px 50%;}#item4531:hover {	background:url('../images/item4531.png') no-repeat 100% 50%;}#item4531 {	width:236px !important;	height:41px !important;	left:619px !important;	top:209px !important;	background:url('../images/item4531.png') no-repeat 0px 50%;}#item1924 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item4709 {	width:300px !important;	height:294px !important;	left:57px !important;	top:381px !important;	background:url('../images/item4709.png') no-repeat 0 50%;}#item4721 {	width:300px !important;	height:294px !important;	left:642px !important;	top:381px !important;	background:url('../images/item4721.png') no-repeat 0 50%;}#item4732 {	width:209px !important;	height:294px !important;	left:395px !important;	top:381px !important;	background:url('../images/item4732.png') no-repeat 0 50%;}#item4745:hover {	background:url('../images/item4745.png') no-repeat 100% 50%;}#item4745 {	width:53px !important;	height:50px !important;	left:50px !important;	top:201px !important;	background:url('../images/item4745.png') no-repeat 0px 50%;}#item4752:hover {	background:url('../images/item4752.png') no-repeat 100% 50%;}#item4752 {	width:53px !important;	height:50px !important;	left:50px !important;	top:246px !important;	background:url('../images/item4752.png') no-repeat 0px 50%;}#item4757:hover {	background:url('../images/item4757.png') no-repeat 100% 50%;}#item4757 {	width:53px !important;	height:50px !important;	left:50px !important;	top:291px !important;	background:url('../images/item4757.png') no-repeat 0px 50%;}#item4762 {	width:99px !important;	left:107px !important;	top:221px !important;	min-height:129px !important;}#item2095 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item4806 {	background:#fff;	opacity:0.37;	filter:alpha(opacity=37);	width:504px !important;	height:73px !important;	left:283px !important;	top:598px !important;}#item4807 {	width:42px !important;	height:51px !important;	left:412px !important;	top:605px !important;	background:url('../images/item4807.png') no-repeat 0 50%;}#item4810 {	width:47px !important;	height:47px !important;	left:600px !important;	top:607px !important;	background:url('../images/item4810.png') no-repeat 0 50%;}#item4814 {	width:38px !important;	height:47px !important;	left:465px !important;	top:607px !important;	background:url('../images/item4814.png') no-repeat 0 50%;}#item4819 {	width:59px !important;	height:51px !important;	left:522px !important;	top:605px !important;	background:url('../images/item4819.png') no-repeat 0 50%;}#item4847 {	width:64px !important;	height:64px !important;	left:658px !important;	top:599px !important;	background:url('../images/item4847.png') no-repeat 0 50%;}#item4924 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item4952 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item4959 {	width:208px !important;	height:159px !important;	left:60px !important;	top:56px !important;}#item5032:hover {	background:url('../images/item5032.png') no-repeat 50% 50%;}#item5032:active {	background:url('../images/item5032.png') no-repeat -135.31px 50%;}#item5032 {	width:60px !important;	height:57px !important;	left:57px !important;	top:225px !important;	background:url('../images/item5032.png') no-repeat 0px 50%;}#item5043:hover {	background:url('../images/item5043.png') no-repeat 50% 50%;}#item5043:active {	background:url('../images/item5043.png') no-repeat -135.31px 50%;}#item5043 {	width:60px !important;	height:57px !important;	left:134px !important;	top:225px !important;	background:url('../images/item5043.png') no-repeat 0px 50%;}#item5057:hover {	background:url('../images/item5057.png') no-repeat 50% 50%;}#item5057:active {	background:url('../images/item5057.png') no-repeat -135.31px 50%;}#item5057 {	width:60px !important;	height:57px !important;	left:212px !important;	top:225px !important;	background:url('../images/item5057.png') no-repeat 0px 50%;}#item5073:hover {	background:url('../images/item5073.png') no-repeat 50% 50%;}#item5073:active {	background:url('../images/item5073.png') no-repeat -135.31px 50%;}#item5073 {	width:60px !important;	height:57px !important;	left:57px !important;	top:291px !important;	background:url('../images/item5073.png') no-repeat 0px 50%;}#item5083:hover {	background:url('../images/item5083.png') no-repeat 50% 50%;}#item5083:active {	background:url('../images/item5083.png') no-repeat -135.31px 50%;}#item5083 {	width:60px !important;	height:57px !important;	left:134px !important;	top:291px !important;	background:url('../images/item5083.png') no-repeat 0px 50%;}#item5094:hover {	background:url('../images/item5094.png') no-repeat 50% 50%;}#item5094:active {	background:url('../images/item5094.png') no-repeat -135.31px 50%;}#item5094 {	width:60px !important;	height:57px !important;	left:212px !important;	top:291px !important;	background:url('../images/item5094.png') no-repeat 0px 50%;}#item5106:hover {	background:url('../images/item5106.png') no-repeat 50% 50%;}#item5106:active {	background:url('../images/item5106.png') no-repeat -135.31px 50%;}#item5106 {	width:60px !important;	height:57px !important;	left:134px !important;	top:357px !important;	background:url('../images/item5106.png') no-repeat 0px 50%;}#item5137:hover {	background:url('../images/item5137.png') no-repeat 50% 50%;}#item5137:active {	background:url('../images/item5137.png') no-repeat -135.31px 50%;}#item5137 {	width:60px !important;	height:57px !important;	left:212px !important;	top:357px !important;	background:url('../images/item5137.png') no-repeat 0px 50%;}#item5118:hover {	background:url('../images/item5118.png') no-repeat 50% 50%;}#item5118:active {	background:url('../images/item5118.png') no-repeat -135.31px 50%;}#item5118 {	width:60px !important;	height:57px !important;	left:57px !important;	top:357px !important;	background:url('../images/item5118.png') no-repeat 0px 50%;}#item5230 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item5258 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item5674 {	width:210px !important;	top:105px !important;	min-height:412px !important;}#item5649 {	width:210px !important;	height:517px !important;	left:60px !important;	top:34px !important;}#item5702 {	width:71px !important;	height:66px !important;	left:134px !important;	top:31px !important;	background:url('../images/item5702.png') no-repeat 0 50%;}#item13158 {	background:#3f5c8a;	width:55px !important;	height:203px !important;	left:263px !important;	top:164px !important;}#item5766 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item13157 {	background:#3f5c8a;	width:55px !important;	height:203px !important;	left:5px !important;	top:164px !important;}#item5892 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item5920 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item6370 {	width:210px !important;	left:60px !important;	top:107px !important;	min-height:145px !important;}#item5943 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item5971 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item6002:hover {	background:url('../images/item6002.png') no-repeat 50% 50%;}#item6002:active {	background:url('../images/item6002.png') no-repeat -217px 50%;}#item6002 {	width:101px !important;	height:101px !important;	left:111px !important;	top:181px !important;	background:url('../images/item6002.png') no-repeat 0px 50%;}#item6149:hover {	background:url('../images/item6149.png') no-repeat 50% 50%;}#item6149:active {	background:url('../images/item6149.png') no-repeat -217px 50%;}#item6149 {	width:101px !important;	height:101px !important;	left:111px !important;	top:289px !important;	background:url('../images/item6149.png') no-repeat 0px 50%;}#item6225:hover {	background:url('../images/item6225.png') no-repeat 50% 50%;}#item6225:active {	background:url('../images/item6225.png') no-repeat -217px 50%;}#item6225 {	width:101px !important;	height:101px !important;	left:111px !important;	top:397px !important;	background:url('../images/item6225.png') no-repeat 0px 50%;}#item6385 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item6413_20695 {	position:relative;	left:auto !important;	top:auto !important;}#item6413 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}@keyframes invliegenvanafonderkant-6491 {	0% {		transform:translate(1.75px,389px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafonderkant-6491 {	0% {		-webkit-transform:translate(1.75px,389px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes invliegenvanafonderkant-6445 {	0% {		transform:translate(-1.78px,402px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafonderkant-6445 {	0% {		-webkit-transform:translate(-1.78px,402px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes invliegenvanafonderkant-6439 {	0% {		transform:translate(-1px,424px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafonderkant-6439 {	0% {		-webkit-transform:translate(-1px,424px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes invliegenvanafonderkant-6522 {	0% {		transform:translate(1.75px,389px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafonderkant-6522 {	0% {		-webkit-transform:translate(1.75px,389px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes invliegenvanafonderkant-6545 {	0% {		transform:translate(-1.78px,402px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafonderkant-6545 {	0% {		-webkit-transform:translate(-1.78px,402px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes invliegenvanafonderkant-6569 {	0% {		transform:translate(-1px,424px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanafonderkant-6569 {	0% {		-webkit-transform:translate(-1px,424px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item6631 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item6659 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}@keyframes invliegenvanaflinkerkant-6716 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanaflinkerkant-6716 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes invliegenvanaflinkerkant-6718 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanaflinkerkant-6718 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes invliegenvanaflinkerkant-6721 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes invliegenvanaflinkerkant-6721 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes invliegenvanaflinkerkant-6722 {	0% {transform:translate(-307px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes invliegenvanaflinkerkant-6722 {	0% {-webkit-transform:translate(-307px,0px);}	100% {-webkit-transform:translate(0px,0px);}}@keyframes invliegenvanaflinkerkant-6723 {	0% {transform:translate(-307px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes invliegenvanaflinkerkant-6723 {	0% {-webkit-transform:translate(-307px,0px);}	100% {-webkit-transform:translate(0px,0px);}}@keyframes invliegenvanaflinkerkant-6724 {	0% {transform:translate(-307px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes invliegenvanaflinkerkant-6724 {	0% {-webkit-transform:translate(-307px,0px);}	100% {-webkit-transform:translate(0px,0px);}}#item6673 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item6708 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}@keyframes uurwerk-7428 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes uurwerk-7428 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}#item7428 {	transform-origin:50% 100%;	-webkit-transform-origin:50% 100%;}@keyframes uurwerk-7429 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes uurwerk-7429 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}#item7429 {	transform-origin:50% 100%;	-webkit-transform-origin:50% 100%;}#item8145 {	border-radius:90px;	width:185px !important;	height:184px !important;	left:64px !important;	top:119px !important;}@keyframes groter-21356 {	0% {		transform:scaleX(1) scaleY(1);		opacity:1;	}	100% {		transform:scaleX(5) scaleY(5);		opacity:0;	}}@-webkit-keyframes groter-21356 {	0% {		-webkit-transform:scaleX(1) scaleY(1);		opacity:1;	}	100% {		-webkit-transform:scaleX(5) scaleY(5);		opacity:0;	}}#item7545:active {	background:url('../images/item7545.png') no-repeat -55.08px 50%;}#item7545 {	width:47px !important;	height:41px !important;	left:192px !important;	top:88px !important;	background:url('../images/item7545.png') no-repeat 0px 50%;}#item7772:active {	background:url('../images/item7772.png') no-repeat -54.47px 50%;}#item7772 {	width:46px !important;	height:42px !important;	left:57px !important;	top:101px !important;	background:url('../images/item7772.png') no-repeat 0px 50%;}#item7658:active {	background:url('../images/item7658.png') no-repeat -44.15px 50%;}#item7658 {	width:36px !important;	height:49px !important;	left:241px !important;	top:132px !important;	background:url('../images/item7658.png') no-repeat 0px 50%;}#item10551:hover {	background:url('../images/item10551.png') no-repeat 50% 50%;}#item10551:active {	background:url('../images/item10551.png') no-repeat -130px 50%;}#item10551 {	width:57px !important;	height:35px !important;	left:123px !important;	top:74px !important;	background:url('../images/item10551.png') no-repeat 0px 50%;}#item8201 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8394 {	width:85px !important;	min-height:81px !important;}@keyframes draaien-8394 {	100% {transform:rotate(2160deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes draaien-8394 {	100% {-webkit-transform:rotate(2160deg);}	0% {-webkit-transform:rotate(0deg);}}#item8371 {	width:85px !important;	min-height:81px !important;}@keyframes draaien-8371 {	100% {transform:rotate(2160deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes draaien-8371 {	100% {-webkit-transform:rotate(2160deg);}	0% {-webkit-transform:rotate(0deg);}}#item8365 {	width:85px !important;	min-height:81px !important;}@keyframes draaien-8365 {	100% {transform:rotate(2160deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes draaien-8365 {	100% {-webkit-transform:rotate(2160deg);}	0% {-webkit-transform:rotate(0deg);}}#item8420 {	width:85px !important;	height:81px !important;	left:98px !important;	top:232px !important;}#item8499 {	width:73px !important;	height:73px !important;	left:53px !important;	top:355px !important;	background:url('../images/item8499.png') no-repeat 0 50%;}#item8503 {	width:73px !important;	height:73px !important;	left:155px !important;	top:355px !important;	background:url('../images/item8503.png') no-repeat 0 50%;}@keyframes naarrechts-8216 {	0% {		transform:translate(0px,0px);		opacity:1;	}	100% {		transform:translate(1377.78px,0px);		opacity:1;	}}@-webkit-keyframes naarrechts-8216 {	0% {		-webkit-transform:translate(0px,0px);		opacity:1;	}	100% {		-webkit-transform:translate(1377.78px,0px);		opacity:1;	}}@keyframes uurwerk-8207 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes uurwerk-8207 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes uurwerk-8214 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes uurwerk-8214 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes galopperenpeter-8209 {	0% {		transform:translate(0px,0px) rotate(0deg);	}	16% {transform:translate(-0.02px,10.05px);}	36% {transform:translate(-0.02px,-7.95px);}	57% {transform:translate(0.15px,10px);}	79% {transform:translate(0.35px,-10px);}	100% {		transform:translate(0.15px,8px) rotate(0deg);	}	83% {transform:rotate(-5deg);}	63% {transform:rotate(5deg);}	42% {transform:rotate(-10deg);}	21% {transform:rotate(3deg);}}@-webkit-keyframes galopperenpeter-8209 {	0% {		-webkit-transform:translate(0px,0px) rotate(0deg);	}	16% {-webkit-transform:translate(-0.02px,10.05px);}	36% {-webkit-transform:translate(-0.02px,-7.95px);}	57% {-webkit-transform:translate(0.15px,10px);}	79% {-webkit-transform:translate(0.35px,-10px);}	100% {		-webkit-transform:translate(0.15px,8px) rotate(0deg);	}	83% {-webkit-transform:rotate(-5deg);}	63% {-webkit-transform:rotate(5deg);}	42% {-webkit-transform:rotate(-10deg);}	21% {-webkit-transform:rotate(3deg);}}#item8555 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8559 {	width:787px !important;	height:329px !important;	left:282px !important;	top:216px !important;}#item8578 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8606 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8618 {	width:550px !important;	height:400px !important;	left:372px !important;	top:336px !important;}#item8631 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8659 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8666_container {	border:solid 1px #addce1;	width:604px !important;	height:515px !important;	left:420px !important;	top:211px !important;}#item8682 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8710 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8778 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8806 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8813_container {	border:solid 1px #addce1;	width:655px !important;	height:513px !important;	left:283px !important;	top:217px !important;}#item9220 {	background:#3f5c8a;	width:1024px !important;	height:768px !important;}#item8865 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item8927 {	width:395px !important;	height:679px !important;	left:570px !important;	top:43px !important;}#item8929 {	width:372px !important;	min-height:886px !important;	padding:0px 0px 60px 0px;}#item8967 {	width:395px !important;	height:311px !important;	left:60px !important;	top:370px !important;}#item9119 {	width:224px !important;	left:115px !important;	top:21px !important;	min-height:39px !important;}#item9142 {	width:56px !important;	height:56px !important;	left:315px !important;	top:109px !important;	background:url('../images/item9142.png') no-repeat 0 50%;}#item9174 {	width:165px !important;	left:23px !important;	top:17px !important;	min-height:44px !important;}#item9148 {	width:50px !important;	left:72px !important;	top:17px !important;	min-height:22px !important;}#item9146 {	width:204px !important;	height:94px !important;	left:278px !important;	top:21px !important;}#item9480 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item9714 {	width:469px !important;	height:607px !important;	left:555px !important;	top:44px !important;}#item9746 {	width:276px !important;	height:526px !important;	left:515px !important;	top:37px !important;}#item9748 {	width:260px !important;	left:4px !important;	top:14px !important;	min-height:932px !important;	padding:0px 0px 20px 0px;}#item9826 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:683px !important;}#item9830 {	width:490px !important;	height:368px !important;	left:283px !important;	top:280px !important;}.panzoom > #item9842_0 {	width:1687px !important;	max-width:3374px;	left:-523px !important;	top:-36px !important;}#item9842 {	width:655px !important;	height:371px !important;	left:283px !important;	top:200px !important;}#item9864 {	width:655px !important;	left:283px !important;	top:43px !important;	min-height:149px !important;}p.autoParaStyle16 {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:16px;	line-height:20px;	color:#d1e3f4;	letter-spacing:0.035em;	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.autoParaStyle15 {	font-weight:bold;	font-family:"Open Sans Condensed",sans-serif;	font-stretch:condensed;	font-size:14px;	line-height:17px;	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:center;}p.autoParaStyle14 {	font-weight:bold;	font-family:"Open Sans",sans-serif;	font-size:22px;	line-height:26px;	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.autoParaStyle13 {	font-weight:bold;	font-family:"Open Sans",sans-serif;	font-size:18px;	line-height:29px;	color:#fff;	letter-spacing:0.040em;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle12 {	font-weight:bold;	font-family:"Open Sans",sans-serif;	font-size:87px;	line-height:104px;	color:#addce1;	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:Times;	font-size:12px;	line-height:14px;	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:justify;}p.autoParaStyle10 {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	line-height:29px;	color:#fff;	letter-spacing:0.040em;	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-indent:-23px;	padding-left:23px;	text-align:left;}p.autoParaStyle9 {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	line-height:29px;	color:#fff;	letter-spacing:0.040em;	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-indent:-23px;	padding-left:23px;	text-align:left;}p.autoParaStyle8 {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	line-height:29px;	color:#fff;	letter-spacing:0.040em;	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-indent:-23px;	padding-left:23px;	text-align:left;}p.autoParaStyle7 {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	line-height:29px;	color:#fff;	letter-spacing:0.040em;	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-indent:-23px;	padding-left:23px;	text-align:left;}p.autoParaStyle6 {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	line-height:29px;	color:#fff;	letter-spacing:0.040em;	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-indent:-23px;	padding-left:23px;	text-align:left;}p.autoParaStyle5 {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	line-height:29px;	color:#fff;	letter-spacing:0.040em;	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-indent:-23px;	padding-left:23px;	text-align:left;}p.autoParaStyle4 {	font-weight:bold;	font-family:FF-MyriadPro-Bold,"Myriad Pro",sans-serif;	font-size:25px;	line-height:44px;	color:#fff;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:2;	-ms-hyphenate-after:2;	-moz-hyphenate-after:2;	-webkit-hyphenate-after:2;	hyphenate-before:2;	-ms-hyphenate-before:2;	-moz-hyphenate-before:2;	-webkit-hyphenate-before:2;	text-align:left;}p.autoParaStyle3 {	font-family:"Gill Sans",sans-serif;	font-size:22px;	line-height:22px;	color:#d1e3f4;	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;	margin-bottom:50px;	text-align:left;}p.autoParaStyle2 {	font-family:FF-FrutigerLTStd-Cn,"Frutiger LT Std",sans-serif;	font-stretch:condensed;	font-size:22px;	line-height:22px;	color:#d1e3f4;	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;	margin-bottom:50px;	text-align:left;}p.autoParaStyle1 {	font-family:FF-OleoScriptSwashCaps-Regular,"Oleo Script Swash Caps",serif;	font-size:22px;	line-height:22px;	color:#d1e3f4;	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;	margin-bottom:50px;	text-align:left;}p.subkop-marge {	font-family:FF-FrutigerLTStd-Cn,"Frutiger LT Std",sans-serif;	font-stretch:condensed;	font-size:16px;	line-height:18px;	color:#fff;	letter-spacing:0.035em;	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;	margin-bottom:22px;	text-align:left;}p.marge {	font-family:FF-CronosPro-Regular,"Cronos Pro",sans-serif;	font-size:16px;	line-height:20px;	color:#fff;	letter-spacing:0.035em;	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.subkop {	font-weight:600;	font-family:"Open Sans",sans-serif;	font-size:20px;	line-height:24px;	color:#fff;	letter-spacing:0.030em;	margin-top:16px;	text-align:left;}p.plat {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	line-height:29px;	color:#fff;	letter-spacing:0.040em;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:4;	-ms-hyphenate-after:4;	-moz-hyphenate-after:4;	-webkit-hyphenate-after:4;	hyphenate-before:4;	-ms-hyphenate-before:4;	-moz-hyphenate-before:4;	-webkit-hyphenate-before:4;	text-align:left;}p.lijst-streepjes {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	line-height:29px;	color:#fff;	letter-spacing:0.040em;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:4;	-ms-hyphenate-after:4;	-moz-hyphenate-after:4;	-webkit-hyphenate-after:4;	hyphenate-before:4;	-ms-hyphenate-before:4;	-moz-hyphenate-before:4;	-webkit-hyphenate-before:4;	text-indent:-23px;	padding-left:23px;	text-align:left;}ol.lijst-nummers {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	line-height:29px;	color:#fff;	letter-spacing:0.040em;	hyphens:auto;	-moz-hyphens:auto;	-ms-hyphens:auto;	-webkit-hyphens:auto;	hyphenate-after:4;	-ms-hyphenate-after:4;	-moz-hyphenate-after:4;	-webkit-hyphenate-after:4;	hyphenate-before:4;	-ms-hyphenate-before:4;	-moz-hyphenate-before:4;	-webkit-hyphenate-before:4;	text-indent:-23px;	padding-left:23px;	list-style-type:decimal;	text-align:left;}p.kop {	font-weight:bold;	font-family:"Open Sans",sans-serif;	font-size:23px;	line-height:22px;	color:#addce1;	letter-spacing:0.030em;	margin-top:29px;	margin-bottom:6px;	text-align:left;}p.inhoudsopgave-titel {	font-weight:bold;	font-family:"Open Sans Condensed",sans-serif;	font-stretch:condensed;	font-size:36px;	line-height:22px;	color:#addce1;	letter-spacing:0.030em;	margin-top:29px;	margin-bottom:6px;	text-align:left;}p.inhoudsopgave-kop {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-stretch:condensed;	font-size:24px;	line-height:34px;	color:#fff;	letter-spacing:0.035em;	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.Heading-3 {	font-weight:bold;	font-size:13px;	line-height:16px;	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;	margin-top:12px;	margin-bottom:3px;	text-align:left;}p.Heading-1 {	font-weight:bold;	font-size:16px;	line-height:19px;	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;	margin-top:12px;	margin-bottom:3px;	text-align:left;}p.Tekst-van-inhoudsopgave {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-stretch:condensed;	font-size:24px;	line-height:34px;	color:#fff;	letter-spacing:0.035em;	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;	padding-left:57px;	text-align:left;}p.Basisalinea {	font-family:Times;	font-size:12px;	line-height:14px;	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.Geen-alineastijl {	font-family:Times;	font-size:12px;	line-height:14px;	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.autoCharStyle4 {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	color:#fff;	letter-spacing:0.040em;}span.autoCharStyle3 {	font-weight:600;	font-family:"Open Sans",sans-serif;	font-size:20px;	color:#fff;	letter-spacing:0.030em;}span.autoCharStyle2 {	font-family:"Open Sans",sans-serif;	font-size:18px;	color:#fff;	letter-spacing:0.040em;}span.autoCharStyle1 {	font-weight:300;	font-family:"Open Sans",sans-serif;	font-size:18px;	color:#fff;	letter-spacing:0.040em;	font-variant:small-caps;}span.HyperlinkTekenstijl {	white-space:nowrap;	text-decoration:underline;}span.accent {	font-style:italic;	font-weight:normal;	font-family:"Open Sans",sans-serif;}span.kleinkapitaal {	font-variant:small-caps;}span.Geen {}#in5footer,  #prefooter {display:none;}