<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 	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;}
#container:not([style*="zoom"]) { -webkit-text-size-adjust:none;}
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 &gt; li, .page  ul &gt; li { text-indent:-1em; padding-left:1em; }*/
.page .singleline li, .page .singleline li { text-indent:inherit; padding:0; }
.page ol &gt; li &gt; *, .page ul &gt; li &gt; * { 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 &gt; .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 &gt; .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 &gt; * {
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.pulltab-top, .pulltab-top &gt; * {
	-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-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%; }
.liquid .slideshow img { object-fit:contain; }

.in5-highlight {
	background:rgba(255,255,0,.6);
	mix-blend-mode:multiply;
	pointer-events:none;
	animation-name:in5-highlight-in,in5-highlight-in;
	animation-direction:normal,reverse;
	animation-delay:3s,3s;
	animation-duration:.5s,1s;
	animation-iteration-count:1,1;
}
@keyframes in5-highlight-in{ from{ opacity:0 } to { opacity: 1} }
.hidden { display:none !important; }
.skip-link-wrap { z-index: 1; position: fixed; }
[data-reader-only="1"]{
	transform: translateY(-100vh) !important;
	z-index:-1;
}
[data-reader-only="1"]:focus, [data-reader-only="1"]:active {
	transform: translateY(0%) !important;
	z-index:1;
}
.mso, .group, .mso &gt; .state { pointer-events:none; }
.mso &gt; .state * { pointer-events: inherit; }
.mso &gt; .state.active * { pointer-events:auto; }
[data-tapstart="1"], [data-useswipe="1"], .group &gt; * { pointer-events:auto; }
.mso &gt; .state { display:block; opacity:0; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso &gt; .state { height:100% !important; }
.liquid label &gt; .state {
    width:100% !important;
    height:100% !important;
}
.mso &gt; .state.active, .mso &gt; .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 &gt; .content {
	-ms-transform:none;
    -ms-transform-origin:auto;
    -webkit-transform:none;
    -webkit-transform-origin:auto;
    transform:none;
    transform-origin:auto;
}
.panzoom:not(.dragging) &gt; .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"] &gt; 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 &gt; a { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
}
p.tabs &gt; 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 &gt; .mso, .anchorGroup &gt; .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 &gt; 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:#ebebeb; }
:-webkit-full-screen { background:#ebebeb; }
#loadIndicator span:after { padding-left:1ex; content:'even geduld...'; }
#slider { width:1200px; height:800px; }
.page-scale-wrap { width:1200px; height:800px; background: #fff !important; }
.paper-vertical { width:1200px; height:100%; }
.paper-horizontal { width:20100px; height:812px; }
@media all and (max-height:800px) {
	.paper-horizontal { margin:0;top:0;}
	#container &gt; .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:1200px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}

#item1840 {
	width:1200px !important;
	height:120px !important;
	background:#8e1510;
}

#item1700 {
	width:80px !important;
	height:68px !important;
	left:60px !important;
	top:32px !important;
}

@keyframes aangepast-41260 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-360px,0px);}
}
@-webkit-keyframes aangepast-41260 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-360px,0px);}
}
#item41014 {
	width:360px !important;
	height:800px !important;
	box-shadow:-4px 0px 4px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow:-4px 0px 4px 0px rgba(0,0,0,0.33);
	background:#fff;
	outline:solid 1px #fff;
}

#item42880 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41034 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41039 {
	width:360px !important;
	height:48px !important;
	top:476px !important;
}

#item42851 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41062 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41066 {
	width:360px !important;
	height:48px !important;
	top:424px !important;
}

#item42827 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41089 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41093 {
	width:360px !important;
	height:48px !important;
	top:372px !important;
}

#item42802 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41116 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41120 {
	width:360px !important;
	height:48px !important;
	top:320px !important;
}

#item42778 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41143 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41147 {
	width:360px !important;
	height:48px !important;
	top:268px !important;
}

#item42754 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41170 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41174 {
	width:360px !important;
	height:48px !important;
	top:216px !important;
}

#item42730 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41197 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41201 {
	width:360px !important;
	height:48px !important;
	top:164px !important;
}

#item42704 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41224 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41228 {
	width:360px !important;
	height:48px !important;
	top:112px !important;
}

#item42679 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41251 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item41255 {
	width:360px !important;
	height:48px !important;
	top:60px !important;
}

#item41013 {
	width:60px !important;
	height:60px !important;
	top:33px !important;
}

#item41007 {
	width:60px !important;
	height:60px !important;
	top:33px !important;
}

@keyframes invliegenvanafrechterkant-4892 {
	0% {
		transform:translate(-58.5px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-4892 {
	0% {
		-webkit-transform:translate(-58.5px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item4892 {
	width:37px !important;
	height:53px !important;
	left:1147px !important;
	top:710px !important;
}

@keyframes uitvliegennaarrechterkant-3437 {
	0% {
		transform:translate(0px,0px) scaleX(1) scaleY(1);
		opacity:1;
	}
	100% {
		transform:translate(484.791px,-316.991px) scaleX(0.1) scaleY(0.1);
		opacity:0;
	}
}
@-webkit-keyframes uitvliegennaarrechterkant-3437 {
	0% {
		-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translate(484.791px,-316.991px) scaleX(0.1) scaleY(0.1);
		opacity:0;
	}
}
@keyframes invliegenvanaflinkerkant-3435 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-3435 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item462 {
	width:454px !important;
	height:56px !important;
	border-radius:29px;
	background:#f37b00;
}

#item3092 {
	width:410px !important;
	left:19px !important;
	top:11px !important;
	min-height:33px !important;
}

@keyframes invliegenvanafrechterkant-3427 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-3427 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item457 {
	width:454px !important;
	height:56px !important;
	border-radius:29px;
	background:#f37b00;
}

#item3302 {
	width:410px !important;
	left:27px !important;
	top:12px !important;
	min-height:33px !important;
}

@keyframes invliegenvanaflinkerkant-3434 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-3434 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item463 {
	width:454px !important;
	height:56px !important;
	border-radius:29px;
	background:#f37b00;
}

#item3231 {
	width:410px !important;
	left:19px !important;
	top:12px !important;
	min-height:33px !important;
}

@keyframes invliegenvanafrechterkant-3428 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-3428 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item458 {
	width:454px !important;
	height:56px !important;
	border-radius:29px;
	background:#f37b00;
}

#item3256 {
	width:393px !important;
	left:37px !important;
	top:12px !important;
	min-height:33px !important;
}

@keyframes invliegenvanafrechterkant-3429 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-3429 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item459 {
	width:454px !important;
	height:56px !important;
	border-radius:29px;
	background:#f37b00;
}

#item3330 {
	width:410px !important;
	left:37px !important;
	top:11px !important;
	min-height:33px !important;
}

@keyframes invliegenvanafrechterkant-3430 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-3430 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item460 {
	width:454px !important;
	height:56px !important;
	border-radius:29px;
	background:#f37b00;
}

#item3377 {
	width:410px !important;
	left:37px !important;
	top:12px !important;
	min-height:33px !important;
}

@keyframes invliegenvanaflinkerkant-3433 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-3433 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item464 {
	width:454px !important;
	height:56px !important;
	border-radius:29px;
	background:#f37b00;
}

#item3279 {
	width:410px !important;
	left:22px !important;
	top:11px !important;
	min-height:33px !important;
}

@keyframes invliegenvanaflinkerkant-3432 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-3432 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item465 {
	width:454px !important;
	height:56px !important;
	border-radius:29px;
	background:#f37b00;
}

#item3353 {
	width:410px !important;
	left:22px !important;
	top:12px !important;
	min-height:33px !important;
}

@keyframes invliegenvanaflinkerkant-3431 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-3431 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item1634 {
	width:454px !important;
	height:56px !important;
	border-radius:29px;
	background:#f37b00;
}

#item3404 {
	width:410px !important;
	left:22px !important;
	top:12px !important;
	min-height:33px !important;
}

@keyframes infaden-33125 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes infaden-33125 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item33125 {
	transform-origin:49.992% 49.989%;
	-webkit-transform-origin:49.992% 49.989%;
}

#item33127 {
	opacity:0.95;
	width:1200px !important;
	height:800px !important;
	background:#fff;
}

#item33129 {
	width:1106px !important;
	left:72px !important;
	top:147px !important;
	min-height:322px !important;
}

#item33152 {
	width:325px !important;
	height:30px !important;
	left:684px !important;
	top:284px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item3066 {
	width:736px !important;
	left:403px !important;
	top:689px !important;
	text-shadow:4px 4px 15px rgba(0,0,0,0.3);
	min-height:84px !important;
}

#item48516 {
	width:80px !important;
	height:68px !important;
	left:91px !important;
	top:33px !important;
}

@keyframes aangepast-48540 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-360px,0px);}
}
@-webkit-keyframes aangepast-48540 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-360px,0px);}
}
#item48542 {
	width:360px !important;
	height:547px !important;
	box-shadow:-4px 0px 4px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow:-4px 0px 4px 0px rgba(0,0,0,0.33);
	background:#fff;
	outline:solid 1px #fff;
}

#item48573 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48548 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48543 {
	width:360px !important;
	height:48px !important;
	top:476px !important;
}

#item48625 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48601 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48596 {
	width:360px !important;
	height:48px !important;
	top:424px !important;
}

#item48677 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48653 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48648 {
	width:360px !important;
	height:48px !important;
	top:372px !important;
}

#item48729 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48705 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48700 {
	width:360px !important;
	height:48px !important;
	top:320px !important;
}

#item48783 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48758 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48752 {
	width:360px !important;
	height:48px !important;
	top:268px !important;
}

#item48835 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48811 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48806 {
	width:360px !important;
	height:48px !important;
	top:216px !important;
}

#item48888 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48863 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48858 {
	width:360px !important;
	height:48px !important;
	top:164px !important;
}

#item48940 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48916 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48911 {
	width:360px !important;
	height:48px !important;
	top:112px !important;
}

#item48994 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48969 {
	width:360px !important;
	height:48px !important;
	background:#fff;
	padding:0px 0px 0px 20px;
}

#item48963 {
	width:360px !important;
	height:48px !important;
	top:60px !important;
}

#item49017 {
	width:60px !important;
	height:60px !important;
	top:33px !important;
}

#item49025 {
	width:60px !important;
	height:60px !important;
	top:33px !important;
}

@keyframes invliegenvanafrechterkant-49034 {
	0% {
		transform:translate(-58.5px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-49034 {
	0% {
		-webkit-transform:translate(-58.5px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item49034 {
	width:37px !important;
	height:53px !important;
	left:754px !important;
	top:1120px !important;
}

#item50062 {
	width:801px !important;
	height:120px !important;
	background:#8e1510;
}

@keyframes uitvliegennaarrechterkant-42930 {
	0% {
		transform:translate(0px,0px) scaleX(1) scaleY(1);
		opacity:1;
	}
	100% {
		transform:translate(355.537px,-713.575px) scaleX(0.1) scaleY(0.1);
		opacity:0;
	}
}
@-webkit-keyframes uitvliegennaarrechterkant-42930 {
	0% {
		-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translate(355.537px,-713.575px) scaleX(0.1) scaleY(0.1);
		opacity:0;
	}
}
@keyframes invliegenvanaflinkerkant-42931 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-42931 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item42932 {
	width:369px !important;
	height:46px !important;
	border-radius:24px;
	background:#f37b00;
}

#item42933 {
	width:334px !important;
	left:16px !important;
	top:9px !important;
	min-height:27px !important;
}

@keyframes invliegenvanafrechterkant-42956 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-42956 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item42957 {
	width:369px !important;
	height:46px !important;
	border-radius:24px;
	background:#f37b00;
}

#item42958 {
	width:334px !important;
	left:22px !important;
	top:9px !important;
	min-height:27px !important;
}

@keyframes invliegenvanaflinkerkant-42982 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-42982 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item42983 {
	width:369px !important;
	height:46px !important;
	border-radius:24px;
	background:#f37b00;
}

#item42984 {
	width:334px !important;
	left:16px !important;
	top:9px !important;
	min-height:27px !important;
}

@keyframes invliegenvanafrechterkant-43007 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-43007 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item43008 {
	width:369px !important;
	height:46px !important;
	border-radius:24px;
	background:#f37b00;
}

#item43009 {
	width:319px !important;
	left:30px !important;
	top:9px !important;
	min-height:27px !important;
}

@keyframes invliegenvanafrechterkant-43032 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-43032 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item43033 {
	width:369px !important;
	height:46px !important;
	border-radius:24px;
	background:#f37b00;
}

#item43034 {
	width:334px !important;
	left:30px !important;
	top:9px !important;
	min-height:27px !important;
}

@keyframes invliegenvanafrechterkant-43057 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-43057 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item43058 {
	width:369px !important;
	height:46px !important;
	border-radius:24px;
	background:#f37b00;
}

#item43059 {
	width:334px !important;
	left:30px !important;
	top:9px !important;
	min-height:27px !important;
}

@keyframes invliegenvanaflinkerkant-43082 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-43082 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item43083 {
	width:369px !important;
	height:46px !important;
	border-radius:24px;
	background:#f37b00;
}

#item43084 {
	width:334px !important;
	left:18px !important;
	top:9px !important;
	min-height:27px !important;
}

@keyframes invliegenvanaflinkerkant-43107 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-43107 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item43108 {
	width:369px !important;
	height:46px !important;
	border-radius:24px;
	background:#f37b00;
}

#item43109 {
	width:334px !important;
	left:18px !important;
	top:9px !important;
	min-height:27px !important;
}

@keyframes invliegenvanaflinkerkant-43132 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-43132 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item43133 {
	width:369px !important;
	height:46px !important;
	border-radius:24px;
	background:#f37b00;
}

#item43134 {
	width:334px !important;
	left:18px !important;
	top:9px !important;
	min-height:27px !important;
}

@keyframes infaden-43157 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes infaden-43157 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item43157 {
	transform-origin:49.992% 49.989%;
	-webkit-transform-origin:49.992% 49.989%;
}

#item43159 {
	opacity:0.95;
	width:800px !important;
	height:1200px !important;
	background:#fff;
}

#item43160 {
	width:680px !important;
	left:60px !important;
	top:316px !important;
	min-height:460px !important;
}

#item43183 {
	width:237px !important;
	height:30px !important;
	left:470px !important;
	top:584px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item43210 {
	width:736px !important;
	left:-17px !important;
	top:1098px !important;
	text-shadow:4px 4px 15px rgba(0,0,0,0.3);
	min-height:84px !important;
}

@keyframes invliegenvanaflinkerkant-4897 {
	0% {
		transform:translate(55.231px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-4897 {
	0% {
		-webkit-transform:translate(55.231px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item4897 {
	width:37px !important;
	height:53px !important;
	left:7px !important;
	top:710px !important;
}

#item721 {
	width:249px !important;
	left:60px !important;
	top:32px !important;
	min-height:68px !important;
}

#item747 {
	width:332px !important;
	left:60px !important;
	top:149px !important;
	min-height:603px !important;
}

#item1545 {
	width:309px !important;
	left:891px !important;
	top:150px !important;
	border-radius:7px 7px;
	background:#e1c8c0;
	min-height:228px !important;
	padding:10px;
}

@keyframes invliegenvanafrechterkant-1545 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-1545 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item3204 {
	width:392px !important;
	height:225px !important;
	left:440px !important;
	top:545px !important;
}

#item33385 {
	width:332px !important;
	left:475px !important;
	top:150px !important;
	min-height:338px !important;
}

#item35044 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item35020 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item35018 {
	width:325px !important;
	height:30px !important;
	left:60px !important;
	top:669px !important;
}

#item42352 {
	width:302px !important;
	height:279px !important;
	box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	border-radius:5px;
	background:rgba(255,255,255,0.93);
	border:solid 1px #e5c6b6;
	padding:4px;
}

#item42629 {
	width:302px !important;
	height:279px !important;
	left:891px !important;
	top:405px !important;
}

#item42620 {
	width:31px !important;
	height:31px !important;
	left:902px !important;
	top:417px !important;
}

#item48515 {
	width:801px !important;
	height:120px !important;
	background:#8e1510;
}

@keyframes invliegenvanaflinkerkant-49042 {
	0% {
		transform:translate(55.231px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanaflinkerkant-49042 {
	0% {
		-webkit-transform:translate(55.231px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item49042 {
	width:37px !important;
	height:53px !important;
	left:11px !important;
	top:1120px !important;
}

#item43250 {
	width:249px !important;
	left:112px !important;
	top:40px !important;
	min-height:68px !important;
}

#item43273 {
	width:367px !important;
	left:59px !important;
	top:158px !important;
	min-height:603px !important;
}

#item43296 {
	width:322px !important;
	left:478px !important;
	top:357px !important;
	border-radius:7px 7px;
	background:#e1c8c0;
	min-height:255px !important;
	padding:10px;
}

@keyframes invliegenvanafrechterkant-43296 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafrechterkant-43296 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item43319 {
	width:473px !important;
	height:271px !important;
	left:163px !important;
	top:929px !important;
}

#item43355 {
	width:366px !important;
	left:60px !important;
	top:599px !important;
	min-height:338px !important;
}

#item43405 {
	width:298px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item43381 {
	width:298px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item43378 {
	width:298px !important;
	height:30px !important;
	left:477px !important;
	top:633px !important;
}

#item43430 {
	width:315px !important;
	height:279px !important;
	box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	border-radius:5px;
	background:rgba(255,255,255,0.93);
	border:solid 1px #e5c6b6;
	padding:4px;
}

#item43428 {
	width:315px !important;
	height:279px !important;
	left:477px !important;
	top:688px !important;
}

#item43453 {
	width:31px !important;
	height:31px !important;
	left:486px !important;
	top:693px !important;
}

#item758 {
	width:415px !important;
	left:60px !important;
	top:150px !important;
	min-height:152px !important;
}

#item802 {
	width:457px !important;
	left:60px !important;
	top:434px !important;
	min-height:337px !important;
}

#item1376 {
	width:474px !important;
	left:60px !important;
	top:32px !important;
	min-height:68px !important;
}

@keyframes draaien-42135 {
	0% {
		transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px) rotate(720deg);
		opacity:1;
	}
}
@-webkit-keyframes draaien-42135 {
	0% {
		-webkit-transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px) rotate(720deg);
		opacity:1;
	}
}
#item41973 {
	width:115px !important;
	top:35px !important;
	min-height:33px !important;
}

#item8699 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item8628 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item8695 {
	width:325px !important;
	height:30px !important;
	left:60px !important;
	top:353px !important;
}

#item8632 {
	width:31px !important;
	height:31px !important;
	left:523px !important;
	top:295px !important;
}

@keyframes draaien-35079 {
	0% {
		transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px) rotate(720deg);
		opacity:1;
	}
}
@-webkit-keyframes draaien-35079 {
	0% {
		-webkit-transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px) rotate(720deg);
		opacity:1;
	}
}
#item8642 {
	width:582px !important;
	height:52px !important;
	left:1px !important;
	border-radius:0 12px 12px 0;
}

#item42438 {
	width:549px !important;
	top:155px !important;
	box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	border-radius:5px;
	background:rgba(255,255,255,0.93);
	border:solid 1px #e5c6b6;
	min-height:517px !important;
	padding:4px;
}

#item8670 {
	width:582px !important;
	left:1px !important;
	top:7px !important;
	border-radius:6px;
	min-height:51px !important;
	padding:6px;
}

#item8667 {
	width:583px !important;
	height:672px !important;
	left:558px !important;
	top:120px !important;
}

#item40489 {
	width:582px !important;
	left:558px !important;
	top:173px !important;
	min-height:60px !important;
}

#item40515 {
	width:582px !important;
	left:558px !important;
	top:150px !important;
	min-height:39px !important;
}

@keyframes draaien-42134 {
	0% {
		transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px) rotate(1080deg);
		opacity:1;
	}
}
@-webkit-keyframes draaien-42134 {
	0% {
		-webkit-transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px) rotate(1080deg);
		opacity:1;
	}
}
#item42106 {
	width:108px !important;
	top:37px !important;
	min-height:54px !important;
}

#item43479 {
	width:415px !important;
	left:62px !important;
	top:158px !important;
	min-height:152px !important;
}

#item43502 {
	width:696px !important;
	left:60px !important;
	top:362px !important;
	min-height:247px !important;
}

#item43525 {
	width:474px !important;
	left:109px !important;
	top:45px !important;
	min-height:68px !important;
}

#item43690 {
	width:345px !important;
	height:52px !important;
	left:69px !important;
	border-radius:0 12px 12px 0;
}

#item43713 {
	width:572px !important;
	top:89px !important;
	box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	border-radius:5px;
	background:rgba(255,255,255,0.93);
	border:solid 1px #e5c6b6;
	min-height:517px !important;
	padding:4px;
}

#item43666 {
	width:358px !important;
	height:50px !important;
	left:225px !important;
	top:84px !important;
	border-radius:6px;
}

#item43664 {
	width:583px !important;
	height:606px !important;
	left:58px !important;
	top:561px !important;
}

#item43737 {
	width:217px !important;
	left:544px !important;
	top:184px !important;
	min-height:194px !important;
}

#item43760 {
	width:217px !important;
	left:544px !important;
	top:157px !important;
	min-height:39px !important;
}

@keyframes draaien-43783 {
	0% {
		transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px) rotate(1080deg);
		opacity:1;
	}
}
@-webkit-keyframes draaien-43783 {
	0% {
		-webkit-transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px) rotate(1080deg);
		opacity:1;
	}
}
#item43785 {
	width:108px !important;
	top:37px !important;
	min-height:54px !important;
}

#item43630 {
	width:31px !important;
	height:31px !important;
	left:21px !important;
	top:660px !important;
}

@keyframes draaien-43554 {
	0% {
		transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px) rotate(720deg);
		opacity:1;
	}
}
@-webkit-keyframes draaien-43554 {
	0% {
		-webkit-transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px) rotate(720deg);
		opacity:1;
	}
}
#item43556 {
	width:115px !important;
	top:35px !important;
	min-height:33px !important;
}

@keyframes draaien-43640 {
	0% {
		transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px) rotate(720deg);
		opacity:1;
	}
}
@-webkit-keyframes draaien-43640 {
	0% {
		-webkit-transform:translate(0px,0px) rotate(0deg);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px) rotate(720deg);
		opacity:1;
	}
}
#item43607 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item43583 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item43579 {
	width:325px !important;
	height:30px !important;
	left:63px !important;
	top:612px !important;
}

#item35103 {
	width:424px !important;
	left:60px !important;
	top:32px !important;
	min-height:68px !important;
}

#item35157 {
	width:671px !important;
	height:140px !important;
	left:594px !important;
	top:378px !important;
	box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	border-radius:5px;
	background:rgba(255,255,255,0.93);
	border:solid 1px #e5c6b6;
	padding:9px;
}

@keyframes invliegenvanafrechterkant-35157 {
	0% {transform:translate(915.5px,0px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes invliegenvanafrechterkant-35157 {
	0% {-webkit-transform:translate(915.5px,0px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item35219 {
	width:415px !important;
	left:60px !important;
	top:378px !important;
	min-height:208px !important;
}

#item35262 {
	width:582px !important;
	left:558px !important;
	top:150px !important;
	min-height:196px !important;
}

#item35285 {
	width:415px !important;
	left:60px !important;
	top:150px !important;
	min-height:208px !important;
}

#item40521 {
	width:582px !important;
	height:233px !important;
	left:558px !important;
	top:537px !important;
}

@keyframes dansen-41879 {
	0% {transform:translate(0px,0px) rotate(0deg);}
	20.8% {transform:translate(0px,0.0104px) rotate(20deg);}
	41.7% {transform:translate(0px,0.02085px) rotate(-20deg);}
	62.5% {transform:translate(0px,0.03125px) rotate(20deg);}
	83.3% {transform:translate(0px,0.04165px) rotate(-20deg);}
	100% {transform:translate(0px,0.05px) rotate(0deg);}
}
@-webkit-keyframes dansen-41879 {
	0% {-webkit-transform:translate(0px,0px) rotate(0deg);}
	20.8% {-webkit-transform:translate(0px,0.0104px) rotate(20deg);}
	41.7% {-webkit-transform:translate(0px,0.02085px) rotate(-20deg);}
	62.5% {-webkit-transform:translate(0px,0.03125px) rotate(20deg);}
	83.3% {-webkit-transform:translate(0px,0.04165px) rotate(-20deg);}
	100% {-webkit-transform:translate(0px,0.05px) rotate(0deg);}
}
#item41879 {
	transform-origin:49.975% 49.97%;
	-webkit-transform-origin:49.975% 49.97%;
}

@keyframes invliegenvanafonderkant-35996 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafonderkant-35996 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item41878 {
	width:27px !important;
	height:27px !important;
	left:354px !important;
	top:41px !important;
}

#item43828 {
	width:424px !important;
	left:112px !important;
	top:37px !important;
	min-height:68px !important;
}

#item43851 {
	width:515px !important;
	height:178px !important;
	left:394px !important;
	top:578px !important;
	box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:7px 7px 16px 0px rgba(0,0,0,0.2);
	border-radius:5px;
	background:rgba(255,255,255,0.93);
	border:solid 1px #e5c6b6;
	padding:9px;
}

@keyframes invliegenvanafrechterkant-43851 {
	0% {transform:translate(915.5px,0px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes invliegenvanafrechterkant-43851 {
	0% {-webkit-transform:translate(915.5px,0px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item43875 {
	width:318px !important;
	left:60px !important;
	top:454px !important;
	min-height:251px !important;
}

#item43898 {
	width:314px !important;
	left:426px !important;
	top:162px !important;
	min-height:369px !important;
}

#item43921 {
	width:318px !important;
	left:60px !important;
	top:161px !important;
	min-height:273px !important;
}

#item43944 {
	width:582px !important;
	height:233px !important;
	left:114px !important;
	top:775px !important;
}

@keyframes dansen-43972 {
	0% {transform:translate(0px,0px) rotate(0deg);}
	20.8% {transform:translate(0px,0.0104px) rotate(20deg);}
	41.7% {transform:translate(0px,0.02085px) rotate(-20deg);}
	62.5% {transform:translate(0px,0.03125px) rotate(20deg);}
	83.3% {transform:translate(0px,0.04165px) rotate(-20deg);}
	100% {transform:translate(0px,0.05px) rotate(0deg);}
}
@-webkit-keyframes dansen-43972 {
	0% {-webkit-transform:translate(0px,0px) rotate(0deg);}
	20.8% {-webkit-transform:translate(0px,0.0104px) rotate(20deg);}
	41.7% {-webkit-transform:translate(0px,0.02085px) rotate(-20deg);}
	62.5% {-webkit-transform:translate(0px,0.03125px) rotate(20deg);}
	83.3% {-webkit-transform:translate(0px,0.04165px) rotate(-20deg);}
	100% {-webkit-transform:translate(0px,0.05px) rotate(0deg);}
}
#item43972 {
	transform-origin:49.975% 49.97%;
	-webkit-transform-origin:49.975% 49.97%;
}

@keyframes invliegenvanafonderkant-43973 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafonderkant-43973 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item43977 {
	width:27px !important;
	height:27px !important;
	left:309px !important;
	top:10px !important;
}

#item8951 {
	width:132px !important;
	height:48px !important;
	top:594px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item8927 {
	width:215px !important;
	height:48px !important;
	top:594px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item8900 {
	width:152px !important;
	height:48px !important;
	top:594px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item8877 {
	width:122px !important;
	height:48px !important;
	top:594px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item8854 {
	width:108px !important;
	height:48px !important;
	top:594px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item8830 {
	width:132px !important;
	height:48px !important;
	top:601px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item5788 {
	width:524px !important;
	height:682px !important;
	left:676px !important;
	top:120px !important;
}

#item659 {
	width:582px !important;
	left:60px !important;
	top:150px !important;
	min-height:400px !important;
}

#item683 {
	width:752px !important;
	left:63px !important;
	top:32px !important;
	min-height:44px !important;
}

#item5082 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item1972 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item4912 {
	width:453px !important;
	height:30px !important;
	left:101px !important;
	top:601px !important;
}

#item5126 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item2013 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item4913 {
	width:453px !important;
	height:30px !important;
	left:101px !important;
	top:636px !important;
}

#item5150 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item2038 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item4914 {
	width:453px !important;
	height:30px !important;
	left:101px !important;
	top:671px !important;
}

#item5202 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item2084 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item4916 {
	width:453px !important;
	height:30px !important;
	left:101px !important;
	top:706px !important;
}

#item5227 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item2110 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item4917 {
	width:453px !important;
	height:30px !important;
	left:101px !important;
	top:741px !important;
}

#item5174 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item2061 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item4915 {
	width:453px !important;
	height:30px !important;
	left:101px !important;
	top:566px !important;
}

#item7144 {
	width:528px !important;
	height:680px !important;
	background:#fff;
}

#item522 {
	width:416px !important;
	left:53px !important;
	top:30px !important;
	background:rgba(255,255,255,0.94);
	min-height:273px !important;
	padding:5px 0px 0px 0px;
}

#item7143 {
	width:528px !important;
	height:680px !important;
	background:#fff;
}

#item606 {
	width:415px !important;
	left:53px !important;
	top:30px !important;
	background:rgba(255,255,255,0.94);
	min-height:480px !important;
	padding:5px 0px 0px 0px;
}

#item7142 {
	width:528px !important;
	height:680px !important;
	background:#fff;
}

#item550 {
	width:415px !important;
	left:53px !important;
	top:30px !important;
	background:rgba(255,255,255,0.94);
	min-height:457px !important;
	padding:5px 0px 0px 0px;
}

#item7141 {
	width:528px !important;
	height:679px !important;
	background:#fff;
}

#item518 {
	width:416px !important;
	left:53px !important;
	top:30px !important;
	background:rgba(255,255,255,0.94);
	min-height:618px !important;
	padding:5px 0px 0px 0px;
}

#item7139 {
	width:528px !important;
	height:679px !important;
	background:#fff;
}

#item578 {
	width:427px !important;
	left:53px !important;
	top:29px !important;
	background:rgba(255,255,255,0.94);
	min-height:595px !important;
	padding:5px 0px 0px 0px;
}

#item7138 {
	width:528px !important;
	height:680px !important;
	background:#fff;
}

#item1163 {
	width:416px !important;
	left:53px !important;
	top:30px !important;
	background:rgba(255,255,255,0.94);
	min-height:457px !important;
	padding:5px 0px 0px 0px;
}

#item2308 {
	width:464px !important;
	height:100px !important;
	left:44px !important;
	top:52px !important;
}

#item2166 {
	width:528px !important;
	height:680px !important;
	left:672px !important;
	top:120px !important;
}

#item4925 {
	width:31px !important;
	height:31px !important;
	left:672px !important;
	top:160px !important;
}

#item44150 {
	width:171px !important;
	height:32px !important;
	left:1px !important;
	top:391px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item44119 {
	width:279px !important;
	height:32px !important;
	left:1px !important;
	top:391px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item44088 {
	width:197px !important;
	height:32px !important;
	left:1px !important;
	top:391px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item44057 {
	width:158px !important;
	height:32px !important;
	left:1px !important;
	top:391px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item44027 {
	width:140px !important;
	height:32px !important;
	left:1px !important;
	top:391px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item43998 {
	width:171px !important;
	height:32px !important;
	top:396px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item43990 {
	width:681px !important;
	height:449px !important;
	left:60px !important;
	top:720px !important;
}

#item44173 {
	width:680px !important;
	left:60px !important;
	top:144px !important;
	min-height:360px !important;
}

#item44196 {
	width:596px !important;
	left:121px !important;
	top:21px !important;
	min-height:87px !important;
}

#item44679 {
	width:681px !important;
	height:459px !important;
	background:#fff;
}

#item44702 {
	width:626px !important;
	left:25px !important;
	top:27px !important;
	background:rgba(255,255,255,0.94);
	min-height:181px !important;
	padding:5px 0px 0px 0px;
}

#item44530 {
	width:681px !important;
	height:459px !important;
	background:#fff;
}

#item44531 {
	width:630px !important;
	left:21px !important;
	top:27px !important;
	background:rgba(255,255,255,0.94);
	min-height:365px !important;
	padding:5px 0px 0px 0px;
}

#item44654 {
	width:681px !important;
	height:459px !important;
	background:#fff;
}

#item44655 {
	width:626px !important;
	left:25px !important;
	top:27px !important;
	background:rgba(255,255,255,0.94);
	min-height:296px !important;
	padding:5px 0px 0px 0px;
}

#item44629 {
	width:681px !important;
	height:473px !important;
	background:#fff;
}

#item44630 {
	width:630px !important;
	left:25px !important;
	top:27px !important;
	background:rgba(255,255,255,0.94);
	min-height:411px !important;
	padding:5px 0px 0px 0px;
}

#item44604 {
	width:681px !important;
	height:459px !important;
	background:#fff;
}

#item44605 {
	width:621px !important;
	left:30px !important;
	top:27px !important;
	background:rgba(255,255,255,0.94);
	min-height:434px !important;
	padding:5px 0px 0px 0px;
}

#item44579 {
	width:681px !important;
	height:459px !important;
	background:#fff;
}

#item44580 {
	width:621px !important;
	left:30px !important;
	top:27px !important;
	background:rgba(255,255,255,0.94);
	min-height:365px !important;
	padding:5px 0px 0px 0px;
}

#item44555 {
	width:464px !important;
	height:100px !important;
	left:156px !important;
	top:13px !important;
}

#item44528 {
	width:681px !important;
	height:473px !important;
	left:60px !important;
	top:720px !important;
}

#item44726 {
	width:31px !important;
	height:31px !important;
	left:32px !important;
	top:747px !important;
}

#item44247 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item44223 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item44219 {
	width:453px !important;
	height:30px !important;
	left:171px !important;
	top:547px !important;
}

#item44299 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item44274 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item44270 {
	width:453px !important;
	height:30px !important;
	left:171px !important;
	top:582px !important;
}

#item44350 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item44326 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item44322 {
	width:453px !important;
	height:30px !important;
	left:171px !important;
	top:617px !important;
}

#item44402 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item44378 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item44374 {
	width:453px !important;
	height:30px !important;
	left:171px !important;
	top:652px !important;
}

#item44453 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item44429 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item44425 {
	width:453px !important;
	height:30px !important;
	left:171px !important;
	top:687px !important;
}

#item44504 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item44480 {
	width:453px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item44476 {
	width:453px !important;
	height:30px !important;
	left:171px !important;
	top:512px !important;
}

#item8999 {
	width:207px !important;
	height:48px !important;
	left:9px !important;
	top:601px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item9025 {
	width:242px !important;
	height:48px !important;
	left:7px !important;
	top:602px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item9048 {
	width:73px !important;
	height:48px !important;
	top:606px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item7016 {
	width:699px !important;
	height:681px !important;
	left:504px !important;
	top:120px !important;
}

#item31306 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item31307 {
	width:581px !important;
	left:83px !important;
	top:30px !important;
	background:rgba(255,255,255,0.94);
	min-height:227px !important;
	padding:5px 0px 0px 0px;
}

#item31214 {
	width:725px !important;
	height:680px !important;
	top:1px !important;
	background:#fff;
}

#item31215 {
	width:581px !important;
	left:83px !important;
	top:30px !important;
	background:rgba(255,255,255,0.94);
	min-height:226px !important;
	padding:5px 0px 0px 0px;
}

#item31260 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item31261 {
	width:581px !important;
	left:83px !important;
	top:30px !important;
	background:rgba(255,255,255,0.94);
	min-height:387px !important;
	padding:5px 0px 0px 0px;
}

#item41412 {
	opacity:0.00;
	width:581px !important;
	height:100px !important;
	left:83px !important;
	top:21px !important;
	background:rgba(255,255,255,0.94);
}

#item2577 {
	width:725px !important;
	height:681px !important;
	left:475px !important;
	top:121px !important;
}

#item5302 {
	width:31px !important;
	height:31px !important;
	left:517px !important;
	top:165px !important;
}

#item29554 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item29530 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item29528 {
	width:325px !important;
	height:30px !important;
	left:61px !important;
	top:447px !important;
}

#item29603 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item29579 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item29577 {
	width:325px !important;
	height:30px !important;
	left:61px !important;
	top:397px !important;
}

#item29659 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item29635 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item29633 {
	width:325px !important;
	height:30px !important;
	left:61px !important;
	top:347px !important;
}

#item38933 {
	width:415px !important;
	left:60px !important;
	top:150px !important;
	min-height:165px !important;
}

#item50279 {
	width:648px !important;
	left:76px !important;
	top:23px !important;
	min-height:88px !important;
}

#item50077 {
	width:624px !important;
	left:117px !important;
	top:27px !important;
	min-height:88px !important;
}

#item44813 {
	width:201px !important;
	height:32px !important;
	top:398px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item44784 {
	width:236px !important;
	height:32px !important;
	left:1px !important;
	top:398px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item44757 {
	width:71px !important;
	height:32px !important;
	top:401px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item44750 {
	width:684px !important;
	height:450px !important;
	left:60px !important;
	top:720px !important;
}

#item44946 {
	width:687px !important;
	height:459px !important;
	left:2px !important;
	top:391px !important;
	background:#fff;
}

#item44947 {
	width:678px !important;
	left:2px !important;
	top:220px !important;
	background:rgba(255,255,255,0.94);
	min-height:204px !important;
	padding:5px 0px 0px 0px;
}

#item44916 {
	width:687px !important;
	height:648px !important;
	left:2px !important;
	top:220px !important;
	background:#fff;
}

#item44917 {
	width:682px !important;
	top:220px !important;
	background:rgba(255,255,255,0.94);
	min-height:180px !important;
	padding:5px 0px 0px 0px;
}

#item44861 {
	width:687px !important;
	height:477px !important;
	left:2px !important;
	top:391px !important;
	background:#fff;
}

#item44862 {
	width:675px !important;
	left:5px !important;
	top:220px !important;
	background:rgba(255,255,255,0.94);
	min-height:344px !important;
	padding:5px 0px 0px 0px;
}

#item44891 {
	opacity:0.00;
	width:581px !important;
	height:100px !important;
	left:383px !important;
	background:rgba(255,255,255,0.94);
}

#item44859 {
	width:965px !important;
	height:868px !important;
	left:58px !important;
	top:329px !important;
}

#item44974 {
	width:31px !important;
	height:31px !important;
	left:14px !important;
	top:549px !important;
}

#item45012 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item44988 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item44984 {
	width:325px !important;
	height:30px !important;
	left:233px !important;
	top:449px !important;
}

#item45064 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item45039 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item45035 {
	width:325px !important;
	height:30px !important;
	left:233px !important;
	top:399px !important;
}

#item45115 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item45091 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item45087 {
	width:325px !important;
	height:30px !important;
	left:233px !important;
	top:349px !important;
}

#item45138 {
	width:678px !important;
	left:60px !important;
	top:159px !important;
	min-height:138px !important;
}

#item37218 {
	width:174px !important;
	height:48px !important;
	top:592px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item37164 {
	width:173px !important;
	height:48px !important;
	top:592px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item37135 {
	width:173px !important;
	height:48px !important;
	top:594px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item37104 {
	width:187px !important;
	height:48px !important;
	top:583px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item37074 {
	width:172px !important;
	height:48px !important;
	top:583px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item36992 {
	width:173px !important;
	height:48px !important;
	top:586px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item37042 {
	width:201px !important;
	height:48px !important;
	top:583px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item36985 {
	width:688px !important;
	height:685px !important;
	left:513px !important;
	top:116px !important;
}

#item37242 {
	width:1122px !important;
	left:60px !important;
	top:32px !important;
	min-height:63px !important;
}

#item37292 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item37268 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item37265 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:279px !important;
}

#item37342 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item37318 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item37315 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:320px !important;
}

#item37393 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item37369 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item37365 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:361px !important;
}

#item37444 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item37419 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item37416 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:402px !important;
}

#item37495 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item37470 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item37467 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:443px !important;
}

#item37545 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item37521 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item37518 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:484px !important;
}

#item37596 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item37571 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item37568 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:525px !important;
}

#item37646 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item37622 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item37619 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:566px !important;
}

#item38153 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item38154 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:180px !important;
	padding:5px 0px 0px 0px;
}

#item38122 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item38123 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:228px !important;
	padding:5px 0px 0px 0px;
}

#item38089 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item38090 {
	width:571px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:180px !important;
	padding:5px 0px 0px 0px;
}

#item38060 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item38061 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:158px !important;
	padding:5px 0px 0px 0px;
}

#item37671 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item37672 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:295px !important;
	padding:5px 0px 0px 0px;
}

#item37997 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item37998 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:273px !important;
	padding:5px 0px 0px 0px;
}

#item37967 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item37936 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item37937 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:157px !important;
	padding:5px 0px 0px 0px;
}

#item37906 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item37907 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:295px !important;
	padding:5px 0px 0px 0px;
}

#item37876 {
	width:725px !important;
	height:680px !important;
	top:1px !important;
	background:#fff;
}

#item37877 {
	width:581px !important;
	left:83px !important;
	top:131px !important;
	background:rgba(255,255,255,0.94);
	min-height:246px !important;
	padding:5px 0px 0px 0px;
}

#item37848 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item37849 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:181px !important;
	padding:5px 0px 0px 0px;
}

#item37819 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item37820 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:171px !important;
	padding:5px 0px 0px 0px;
}

#item37789 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item37790 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:158px !important;
	padding:5px 0px 0px 0px;
}

#item37759 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item37760 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:158px !important;
	padding:5px 0px 0px 0px;
}

#item37727 {
	width:725px !important;
	height:680px !important;
	background:#fff;
}

#item37728 {
	width:581px !important;
	left:83px !important;
	top:130px !important;
	background:rgba(255,255,255,0.94);
	min-height:135px !important;
	padding:5px 0px 0px 0px;
}

#item37703 {
	width:581px !important;
	height:100px !important;
	left:83px !important;
	top:30px !important;
}

#item37669 {
	width:725px !important;
	height:681px !important;
	left:475px !important;
	top:120px !important;
}

#item38182 {
	width:31px !important;
	height:31px !important;
	left:517px !important;
	top:248px !important;
}

#item38192 {
	width:627px !important;
	left:513px !important;
	top:150px !important;
	min-height:83px !important;
}

#item38293 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item38269 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item38266 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:607px !important;
}

#item38343 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item38319 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item38316 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:648px !important;
}

#item38393 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item38369 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item38366 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:689px !important;
}

#item38443 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item38419 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item38416 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:238px !important;
}

#item38495 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item38469 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item38466 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:197px !important;
}

#item38545 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item38521 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item38518 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:156px !important;
}

#item38596 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item38571 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item38568 {
	width:325px !important;
	height:30px !important;
	left:98px !important;
	top:730px !important;
}

#item45178 {
	width:174px !important;
	height:48px !important;
	left:6px !important;
	top:588px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item45356 {
	width:173px !important;
	height:48px !important;
	top:588px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item45328 {
	width:173px !important;
	height:48px !important;
	top:589px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item45299 {
	width:187px !important;
	height:48px !important;
	top:579px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item45269 {
	width:172px !important;
	height:48px !important;
	top:579px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item45237 {
	width:173px !important;
	height:48px !important;
	top:582px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item45207 {
	width:201px !important;
	height:48px !important;
	top:579px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item45173 {
	width:688px !important;
	height:681px !important;
	left:54px !important;
	top:489px !important;
}

#item45379 {
	width:616px !important;
	left:120px !important;
	top:18px !important;
	min-height:87px !important;
}

#item45430 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item45406 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item45402 {
	width:300px !important;
	height:30px !important;
	left:63px !important;
	top:378px !important;
}

#item45482 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item45458 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item45454 {
	width:300px !important;
	height:30px !important;
	left:63px !important;
	top:418px !important;
}

#item45534 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item45510 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item45505 {
	width:300px !important;
	height:30px !important;
	left:63px !important;
	top:459px !important;
}

#item45585 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item45561 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item45557 {
	width:300px !important;
	height:30px !important;
	left:63px !important;
	top:500px !important;
}

#item45637 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item45612 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item45608 {
	width:300px !important;
	height:30px !important;
	left:420px !important;
	top:254px !important;
}

#item45689 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item45665 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item45660 {
	width:300px !important;
	height:30px !important;
	left:420px !important;
	top:295px !important;
}

#item45741 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item45717 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item45712 {
	width:300px !important;
	height:30px !important;
	left:420px !important;
	top:336px !important;
}

#item45792 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item45768 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item45764 {
	width:300px !important;
	height:30px !important;
	left:420px !important;
	top:377px !important;
}

#item45817 {
	width:725px !important;
	height:566px !important;
	top:14px !important;
	background:#fff;
}

#item45818 {
	width:680px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:157px !important;
	padding:5px 0px 0px 0px;
}

#item46272 {
	width:725px !important;
	height:563px !important;
	top:23px !important;
	background:#fff;
}

#item46273 {
	width:680px !important;
	left:33px !important;
	top:30px !important;
	background:rgba(255,255,255,0.94);
	min-height:205px !important;
	padding:5px 0px 0px 0px;
}

#item46239 {
	width:725px !important;
	height:557px !important;
	top:23px !important;
	background:#fff;
}

#item46240 {
	width:680px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:157px !important;
	padding:5px 0px 0px 0px;
}

#item46210 {
	width:725px !important;
	height:553px !important;
	top:27px !important;
	background:#fff;
}

#item46211 {
	width:680px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:134px !important;
	padding:5px 0px 0px 0px;
}

#item46180 {
	width:725px !important;
	height:553px !important;
	top:27px !important;
	background:#fff;
}

#item46181 {
	width:678px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:272px !important;
	padding:5px 0px 0px 0px;
}

#item46149 {
	width:725px !important;
	height:557px !important;
	top:23px !important;
	background:#fff;
}

#item46150 {
	width:682px !important;
	left:31px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:203px !important;
	padding:5px 0px 0px 0px;
}

#item46118 {
	width:725px !important;
	height:557px !important;
	top:23px !important;
	background:#fff;
}

#item46086 {
	width:725px !important;
	height:557px !important;
	top:23px !important;
	background:#fff;
}

#item46087 {
	width:680px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:134px !important;
	padding:5px 0px 0px 0px;
}

#item46054 {
	width:725px !important;
	height:553px !important;
	top:27px !important;
	background:#fff;
}

#item46055 {
	width:680px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:272px !important;
	padding:5px 0px 0px 0px;
}

#item46024 {
	width:725px !important;
	height:558px !important;
	top:23px !important;
	background:#fff;
}

#item46025 {
	width:680px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:227px !important;
	padding:5px 0px 0px 0px;
}

#item45992 {
	width:725px !important;
	height:557px !important;
	top:23px !important;
	background:#fff;
}

#item45993 {
	width:680px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:158px !important;
	padding:5px 0px 0px 0px;
}

#item45964 {
	width:725px !important;
	height:557px !important;
	top:23px !important;
	background:#fff;
}

#item45965 {
	width:680px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:150px !important;
	padding:5px 0px 0px 0px;
}

#item45933 {
	width:725px !important;
	height:557px !important;
	top:23px !important;
	background:#fff;
}

#item45934 {
	width:680px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:135px !important;
	padding:5px 0px 0px 0px;
}

#item45902 {
	width:725px !important;
	height:553px !important;
	top:27px !important;
	background:#fff;
}

#item45903 {
	width:678px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:135px !important;
	padding:5px 0px 0px 0px;
}

#item45871 {
	width:725px !important;
	height:557px !important;
	top:23px !important;
	background:#fff;
}

#item45873 {
	width:678px !important;
	left:33px !important;
	top:32px !important;
	background:rgba(255,255,255,0.94);
	min-height:112px !important;
	padding:5px 0px 0px 0px;
}

#item45847 {
	width:581px !important;
	height:100px !important;
	left:83px !important;
}

#item45815 {
	width:725px !important;
	height:586px !important;
	left:27px !important;
	top:589px !important;
}

#item46303 {
	width:31px !important;
	height:31px !important;
	left:15px !important;
	top:624px !important;
}

#item46315 {
	width:630px !important;
	left:60px !important;
	top:144px !important;
	min-height:83px !important;
}

#item46521 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item46497 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item46493 {
	width:300px !important;
	height:30px !important;
	left:63px !important;
	top:337px !important;
}

#item46572 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item46548 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item46544 {
	width:300px !important;
	height:30px !important;
	left:63px !important;
	top:296px !important;
}

#item46624 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item46600 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item46596 {
	width:300px !important;
	height:30px !important;
	left:63px !important;
	top:255px !important;
}

#item46367 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item46342 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item46338 {
	width:300px !important;
	height:30px !important;
	left:420px !important;
	top:418px !important;
}

#item46418 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item46394 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item46390 {
	width:300px !important;
	height:30px !important;
	left:420px !important;
	top:459px !important;
}

#item46469 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item46445 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item46441 {
	width:300px !important;
	height:30px !important;
	left:420px !important;
	top:500px !important;
}

#item46675 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item46651 {
	width:300px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item46647 {
	width:300px !important;
	height:30px !important;
	left:420px !important;
	top:541px !important;
}

#item9168 {
	width:108px !important;
	height:48px !important;
	top:573px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item9145 {
	width:170px !important;
	height:48px !important;
	left:1px !important;
	top:573px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item9121 {
	width:89px !important;
	height:45px !important;
	left:1px !important;
	top:582px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item9095 {
	width:117px !important;
	height:48px !important;
	top:582px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item7161 {
	width:696px !important;
	height:680px !important;
	left:504px !important;
	top:120px !important;
}

#item1065 {
	width:415px !important;
	left:61px !important;
	top:151px !important;
	background:rgba(255,255,255,0.94);
	min-height:406px !important;
}

#item39189 {
	width:704px !important;
	height:681px !important;
	background:#fff;
}

#item39447 {
	width:582px !important;
	left:63px !important;
	top:31px !important;
	background:rgba(255,255,255,0.94);
	min-height:314px !important;
}

#item42509 {
	width:481px !important;
	left:63px !important;
	top:366px !important;
	min-height:282px !important;
}

#item36449 {
	width:704px !important;
	height:681px !important;
	background:#fff;
}

#item39536 {
	width:582px !important;
	left:63px !important;
	top:45px !important;
	background:rgba(255,255,255,0.94);
	min-height:199px !important;
}

#item7240 {
	width:704px !important;
	height:681px !important;
	background:#fff;
}

#item39034 {
	width:582px !important;
	left:63px !important;
	top:45px !important;
	background:rgba(255,255,255,0.94);
	min-height:153px !important;
}

#item7239 {
	width:704px !important;
	height:681px !important;
	background:#fff;
}

#item1089 {
	width:582px !important;
	left:63px !important;
	top:35px !important;
	background:rgba(255,255,255,0.94);
	min-height:203px !important;
	padding:5px 0px 0px 0px;
}

#item41562 {
	width:582px !important;
	height:100px !important;
	left:63px !important;
	top:35px !important;
}

#item2717 {
	width:704px !important;
	height:681px !important;
	left:503px !important;
	top:120px !important;
}

#item1449 {
	width:1040px !important;
	left:60px !important;
	top:32px !important;
	min-height:86px !important;
}

#item5339 {
	width:31px !important;
	height:31px !important;
	left:517px !important;
	top:165px !important;
}

#item6074 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item2773 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item5342 {
	width:325px !important;
	height:30px !important;
	left:87px !important;
	top:590px !important;
}

#item6098 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item2783 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item5346 {
	width:325px !important;
	height:30px !important;
	left:87px !important;
	top:636px !important;
}

#item41495 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item39162 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item41492 {
	width:325px !important;
	height:30px !important;
	left:87px !important;
	top:683px !important;
}

#item41527 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item39421 {
	width:325px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item41524 {
	width:325px !important;
	height:30px !important;
	left:87px !important;
	top:729px !important;
}

#item46811 {
	width:106px !important;
	height:47px !important;
	top:444px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item46720 {
	width:167px !important;
	height:47px !important;
	left:1px !important;
	top:444px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item46780 {
	width:87px !important;
	height:44px !important;
	left:1px !important;
	top:453px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item46750 {
	width:115px !important;
	height:47px !important;
	top:453px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item46712 {
	width:682px !important;
	height:549px !important;
	left:60px !important;
	top:621px !important;
}

#item46834 {
	width:379px !important;
	left:62px !important;
	top:157px !important;
	background:rgba(255,255,255,0.94);
	min-height:429px !important;
}

#item46997 {
	width:704px !important;
	height:572px !important;
	top:4px !important;
	background:#fff;
}

#item47020 {
	width:680px !important;
	left:8px !important;
	top:18px !important;
	background:rgba(255,255,255,0.94);
	min-height:268px !important;
}

#item47043 {
	width:686px !important;
	left:52px !important;
	top:312px !important;
	min-height:282px !important;
}

#item46968 {
	width:704px !important;
	height:567px !important;
	top:9px !important;
	background:#fff;
}

#item46973 {
	width:677px !important;
	left:11px !important;
	top:18px !important;
	background:rgba(255,255,255,0.94);
	min-height:153px !important;
}

#item46916 {
	width:704px !important;
	height:576px !important;
	background:#fff;
}

#item46944 {
	width:677px !important;
	left:11px !important;
	top:18px !important;
	background:rgba(255,255,255,0.94);
	min-height:130px !important;
}

#item46883 {
	width:704px !important;
	height:576px !important;
	background:#fff;
}

#item46884 {
	width:680px !important;
	left:8px !important;
	top:9px !important;
	background:rgba(255,255,255,0.94);
	min-height:157px !important;
	padding:5px 0px 0px 0px;
}

#item46859 {
	width:582px !important;
	height:100px !important;
	left:141px !important;
	top:9px !important;
}

#item46857 {
	width:738px !important;
	height:594px !important;
	left:52px !important;
	top:603px !important;
}

#item47066 {
	width:611px !important;
	left:126px !important;
	top:21px !important;
	min-height:87px !important;
}

#item47089 {
	width:31px !important;
	height:31px !important;
	left:21px !important;
	top:621px !important;
}

#item47128 {
	width:315px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item47104 {
	width:315px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item47100 {
	width:315px !important;
	height:30px !important;
	left:465px !important;
	top:164px !important;
}

#item47180 {
	width:315px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item47155 {
	width:315px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item47151 {
	width:315px !important;
	height:30px !important;
	left:465px !important;
	top:211px !important;
}

#item47231 {
	width:315px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item47207 {
	width:315px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item47203 {
	width:315px !important;
	height:30px !important;
	left:465px !important;
	top:257px !important;
}

#item47283 {
	width:315px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item47259 {
	width:315px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item47255 {
	width:315px !important;
	height:30px !important;
	left:465px !important;
	top:303px !important;
}

#item39796 {
	width:210px !important;
	height:52px !important;
	top:602px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item39649 {
	width:152px !important;
	height:48px !important;
	top:602px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item39640 {
	width:690px !important;
	height:680px !important;
	left:510px !important;
	top:120px !important;
}

#item39819 {
	width:415px !important;
	left:61px !important;
	top:151px !important;
	background:rgba(255,255,255,0.94);
	min-height:129px !important;
}

#item42239 {
	width:704px !important;
	height:680px !important;
	left:362px !important;
	background:#fff;
}

#item42262 {
	width:582px !important;
	left:425px !important;
	top:31px !important;
	background:rgba(255,255,255,0.94);
	min-height:582px !important;
}

#item39926 {
	width:704px !important;
	height:680px !important;
	left:362px !important;
	background:#fff;
}

#item39955 {
	width:582px !important;
	left:425px !important;
	top:31px !important;
	background:rgba(255,255,255,0.94);
	min-height:314px !important;
}

#item39979 {
	width:704px !important;
	height:680px !important;
	left:369px !important;
	background:#fff;
}

#item40007 {
	width:582px !important;
	left:432px !important;
	top:31px !important;
	background:rgba(255,255,255,0.94);
	min-height:544px !important;
}

#item39844 {
	width:704px !important;
	height:679px !important;
	left:369px !important;
	background:#fff;
}

#item39871 {
	width:590px !important;
	left:433px !important;
	top:31px !important;
	background:rgba(255,255,255,0.94);
	min-height:359px !important;
}

#item41696 {
	width:582px !important;
	height:100px !important;
	top:31px !important;
}

#item39842 {
	width:1074px !important;
	height:680px !important;
	left:140px !important;
	top:120px !important;
}

#item40030 {
	width:448px !important;
	left:60px !important;
	top:32px !important;
	min-height:86px !important;
}

#item40053 {
	width:31px !important;
	height:31px !important;
	left:517px !important;
	top:165px !important;
}

#item40091 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item40067 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item40063 {
	width:356px !important;
	height:30px !important;
	left:87px !important;
	top:342px !important;
}

#item40142 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item40118 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item40114 {
	width:356px !important;
	height:30px !important;
	left:87px !important;
	top:391px !important;
}

#item41600 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item40165 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item41597 {
	width:356px !important;
	height:30px !important;
	left:87px !important;
	top:440px !important;
}

#item42187 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item42211 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item42185 {
	width:356px !important;
	height:30px !important;
	left:87px !important;
	top:489px !important;
}

#item47357 {
	width:208px !important;
	height:51px !important;
	top:596px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item47328 {
	width:150px !important;
	height:48px !important;
	top:596px !important;
	border-radius:0 12px 12px 0;
	background:rgba(234,235,235,0.77);
}

#item47320 {
	width:683px !important;
	height:673px !important;
	left:60px !important;
	top:495px !important;
}

#item47380 {
	width:561px !important;
	left:60px !important;
	top:162px !important;
	background:rgba(255,255,255,0.94);
	min-height:106px !important;
}

#item47528 {
	width:699px !important;
	height:680px !important;
	left:3px !important;
	top:4px !important;
	background:#fff;
}

#item47552 {
	width:582px !important;
	left:63px !important;
	top:63px !important;
	background:rgba(255,255,255,0.94);
	min-height:582px !important;
}

#item47406 {
	width:704px !important;
	height:680px !important;
	top:4px !important;
	background:#fff;
}

#item47429 {
	width:582px !important;
	left:63px !important;
	top:64px !important;
	background:rgba(255,255,255,0.94);
	min-height:314px !important;
}

#item47502 {
	width:704px !important;
	height:684px !important;
	left:3px !important;
	background:#fff;
}

#item47503 {
	width:575px !important;
	left:63px !important;
	top:63px !important;
	background:rgba(255,255,255,0.94);
	min-height:544px !important;
}

#item47477 {
	width:704px !important;
	height:688px !important;
	left:3px !important;
	background:#fff;
}

#item47478 {
	width:575px !important;
	left:63px !important;
	top:66px !important;
	background:rgba(255,255,255,0.94);
	min-height:359px !important;
}

#item47453 {
	width:582px !important;
	height:100px !important;
	left:149px !important;
	top:36px !important;
}

#item47403 {
	width:730px !important;
	height:688px !important;
	left:49px !important;
	top:486px !important;
}

#item47575 {
	width:448px !important;
	left:110px !important;
	top:40px !important;
	min-height:86px !important;
}

#item47598 {
	width:31px !important;
	height:31px !important;
	left:18px !important;
	top:549px !important;
}

#item47636 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item47612 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item47608 {
	width:356px !important;
	height:30px !important;
	left:112px !important;
	top:290px !important;
}

#item47687 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item47663 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item47659 {
	width:356px !important;
	height:30px !important;
	left:112px !important;
	top:339px !important;
}

#item47739 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item47714 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item47710 {
	width:356px !important;
	height:30px !important;
	left:112px !important;
	top:388px !important;
}

#item47789 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff3e6;
	border:solid 1px #ffc388;
}

#item47765 {
	width:356px !important;
	height:30px !important;
	border-radius:20px;
	background:#fff;
	border:solid 1px #ffc388;
}

#item47762 {
	width:356px !important;
	height:30px !important;
	left:112px !important;
	top:437px !important;
}

#item1253 {
	width:235px !important;
	left:60px !important;
	top:32px !important;
	min-height:80px !important;
}

#item1276 {
	width:486px !important;
	left:60px !important;
	top:150px !important;
	background:rgba(255,255,255,0.94);
	min-height:107px !important;
}

#item1328 {
	width:582px !important;
	left:60px !important;
	top:274px !important;
	background:rgba(255,255,255,0.94);
	min-height:176px !important;
}

#item1351 {
	width:415px !important;
	left:725px !important;
	top:150px !important;
	background:rgba(255,255,255,0.94);
	min-height:176px !important;
}

#item33489 {
	width:582px !important;
	left:59px !important;
	top:466px !important;
	min-height:100px !important;
}

#item40427 {
	width:346px !important;
	left:331px !important;
	top:609px !important;
	min-height:168px !important;
}

@keyframes inzoomen2d-40427 {
	0% {
		transform:translate(0px,0px) scaleX(0.05) scaleY(0.05);
		opacity:0;
	}
	20% {opacity:0.85;}
	72% {opacity:1;}
	92% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
@-webkit-keyframes inzoomen2d-40427 {
	0% {
		-webkit-transform:translate(0px,0px) scaleX(0.05) scaleY(0.05);
		opacity:0;
	}
	20% {opacity:0.85;}
	72% {opacity:1;}
	92% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
@keyframes invliegenvanafonderkant-7683 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafonderkant-7683 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item41869 {
	width:415px !important;
	left:725px !important;
	top:378px !important;
	min-height:48px !important;
}

@keyframes infaden-41869 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes infaden-41869 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item41869 {
	transform-origin:49.992% 49.989%;
	-webkit-transform-origin:49.992% 49.989%;
}

#item47824 {
	width:235px !important;
	left:116px !important;
	top:41px !important;
	min-height:80px !important;
}

#item47847 {
	width:486px !important;
	left:60px !important;
	top:167px !important;
	background:rgba(255,255,255,0.94);
	min-height:107px !important;
}

#item47870 {
	width:672px !important;
	left:60px !important;
	top:275px !important;
	background:rgba(255,255,255,0.94);
	min-height:153px !important;
}

#item47893 {
	width:415px !important;
	left:60px !important;
	top:549px !important;
	background:rgba(255,255,255,0.94);
	min-height:176px !important;
}

#item47916 {
	width:582px !important;
	left:60px !important;
	top:427px !important;
	min-height:100px !important;
}

#item47943 {
	width:291px !important;
	left:61px !important;
	top:792px !important;
	min-height:168px !important;
}

@keyframes inzoomen2d-47943 {
	0% {
		transform:translate(0px,0px) scaleX(0.05) scaleY(0.05);
		opacity:0;
	}
	20% {opacity:0.85;}
	72% {opacity:1;}
	92% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
@-webkit-keyframes inzoomen2d-47943 {
	0% {
		-webkit-transform:translate(0px,0px) scaleX(0.05) scaleY(0.05);
		opacity:0;
	}
	20% {opacity:0.85;}
	72% {opacity:1;}
	92% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
@keyframes invliegenvanafonderkant-47966 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes invliegenvanafonderkant-47966 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item47972 {
	width:398px !important;
	left:385px !important;
	top:789px !important;
	min-height:48px !important;
}

@keyframes infaden-47972 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes infaden-47972 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item47972 {
	transform-origin:49.992% 49.989%;
	-webkit-transform-origin:49.992% 49.989%;
}
#in5footer,  #prefooter {display:none;}

[class*=" mq-"]{ display:none; }
.mq-default { display:block; }
@media (orientation:portrait){ .mq-portrait { display:block; } .mq-landscape {display:none; } }

</pre></body></html>