@charset "UTF-8";/**
 * AMPEr.scss
 *
 * AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
 * (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
 *
 * @version     2.2
 * @license     http://www.opensource.org/licenses/mit-license.html MIT License
 * @author      Bob Vrijland <bob@bahbv.net>
 * @updated     15-12-2020
 * @link        https://github.com/Bahbv
 */html.using-mouse :focus{outline:none!important;box-shadow:0 0 #0000!important}html.using-mouse :focus+label span:last-child{outline:none!important;box-shadow:0 0 #0000!important}.AMPEr_modal{width:calc(100% - 30px);position:fixed;bottom:15px;margin-right:15px;left:15px;background-color:#fff;padding:1rem;border-radius:.625rem;box-shadow:#0003 0 20px 30px;line-height:1.75;font-weight:300}.AMPEr_modal_head{margin:0;color:#222;font-size:2rem;display:flex;align-items:center;line-height:1.25;font-weight:600}.AMPEr_modal_text{margin:1rem 0}.AMPEr_modal.right{right:-600px;-webkit-animation:AMPEr-slide-right .3s forwards;-webkit-animation-delay:.3s;animation:AMPEr-slide-right .3s forwards;animation-delay:.3s}.AMPEr_modal.left{left:-600px;-webkit-animation:AMPEr-slide-left .3s forwards;-webkit-animation-delay:.3s;animation:AMPEr-slide-left .3s forwards;animation-delay:.3s}@media screen and (min-width: 480px){.AMPEr_modal{width:22rem;margin-right:0}.AMPEr_modal.right{left:unset}}.AMPEr_modal_buttons{display:flex;margin-top:2rem}.AMPEr_modal_buttons button{margin-right:.425rem}.AMPEr_modal_buttons button:last-of-type{margin-right:0}.AMPEr_btn{display:block;border:none;padding:.5rem 1rem;margin:0;text-decoration:none;background:rgb(34,34,34);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;text-align:center;border-radius:.3125rem;transition:background .25s ease-in-out,transform .15s ease;-webkit-appearance:none;-moz-appearance:none}.AMPEr_btn:hover,.AMPEr_btn:focus{background:#151515}.AMPEr_btn:focus{outline:0;box-shadow:0 0 0 .1875rem #000}.AMPEr_btn:active{transform:scale(.99)}.AMPEr_btn--settings,.AMPEr_btn--info{padding:.425rem;background:transparent;border:.125rem solid rgb(34,34,34);color:#222}.AMPEr_btn--settings:hover,.AMPEr_btn--settings:focus,.AMPEr_btn--info:hover,.AMPEr_btn--info:focus{background:transparent;border-color:#151515;color:#151515}.AMPEr_btn--settings:hover i svg,.AMPEr_btn--settings:focus i svg,.AMPEr_btn--info:hover i svg,.AMPEr_btn--info:focus i svg{fill:#151515}.AMPEr_icon--gear svg{display:block;fill:#222;width:auto;height:1.2rem}.AMPEr_icon--rozekoek{display:inline-block;background-size:2rem 2rem;width:2rem;height:2rem;margin-right:.8rem}.AMPEr_switches{padding:0;list-style:none;margin:1rem 0}.AMPEr_switches li{margin-bottom:.625rem;font-size:1.1rem;font-weight:600}.AMPEr_switches li small{display:block;font-size:.8rem;color:#5f5f5f}.AMPEr_switches input{position:absolute;left:-9999px}.AMPEr_switches label{display:flex;align-items:center;justify-content:space-between}.AMPEr_switches .AMPEr_switch span:last-child{position:relative;width:3.125rem;height:1.625rem;border-radius:.9375rem;background:grey;transition:all .3s}.AMPEr_switches .AMPEr_switch span:last-child:before{content:"";position:absolute;left:.0625rem;top:.0625rem;width:1.5rem;height:1.5rem;background:white;border-radius:50%;z-index:1;transition:transform .3s}.AMPEr_switches .AMPEr_switch span:last-child:after{content:"";position:absolute;top:50%;right:.5rem;width:.75rem;height:.75rem;transform:translateY(-50%);background:url(/build/assets/switch-unchecked-96a7a086.svg);background-size:.75rem .75rem}.AMPEr_switches .AMPEr_switch input[disabled]+label span:last-of-type{opacity:.5}.AMPEr_switches .AMPEr_switch input:checked+label span:last-child{background:rgb(34,34,34)}.AMPEr_switches .AMPEr_switch input:checked+label span:last-child:before{transform:translate(1.5rem)}.AMPEr_switches .AMPEr_switch input:checked+label span:last-child:after{width:.875rem;height:.875rem;left:.5rem;background-image:url(/build/assets/switch-checked-c730e8aa.svg);background-size:.875rem .875rem}.AMPEr_switches .AMPEr_switch:hover span:last-child{background:#737373}.AMPEr_switches .AMPEr_switch:hover input:checked+label span:last-child{background:#151515}.AMPEr_switches .AMPEr_switch input:focus+label span:last-child{background:#737373;outline:0;box-shadow:0 0 0 .1875rem #000}.AMPEr_switches .AMPEr_switch input:checked:focus+label span:last-child{background:#151515;outline:0;box-shadow:0 0 0 .1875rem #000}#AMPEr_modal_1{display:none}#AMPEr_modal_1.AMPEr--active{display:block}#AMPEr_modal_2{display:none}#AMPEr_modal_2.AMPEr--active{display:block}.AMPEr_modal.AMPEr--bottom{bottom:0;left:0;right:0;width:100%;border-radius:0}.AMPEr_modal.AMPEr--bottom.AMPEr--settings-active{padding:0}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1{align-items:center;justify-content:space-between}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1.AMPEr--active{display:flex}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_modal_head{display:none}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_description{flex-grow:1}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_modal_buttons{margin-top:0;display:flex;justify-content:flex-end;min-width:200px}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_2{background-color:#fff;padding:1rem;border-radius:.625rem;max-width:400px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width: 768px){.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1{flex-wrap:wrap}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_description{flex-grow:1}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_modal_buttons{width:100%;margin-top:0;display:flex;justify-content:flex-end}}@media screen and (max-width: 420px){.AMPEr_modal.AMPEr--bottom #AMPEr_modal_2{width:100%;max-width:none;top:unset;left:unset;bottom:0;transform:none;border-radius:0;border-top-left-radius:.625rem;border-top-right-radius:.625rem}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_2 .AMPEr_modal_buttons{justify-content:flex-end}}.AMPEr_modal.AMPEr--centered{left:0;right:0;margin-right:0;bottom:0;width:100%;border-radius:0;border-top-left-radius:.625rem;border-top-right-radius:.625rem}@media screen and (min-width: 480px){.AMPEr_modal.AMPEr--centered{position:fixed;top:50%;left:50%;bottom:unset;transform:translate(-50%,-50%);width:22rem;border-radius:.625rem}}#AMPEr_Underlay{z-index:-1;position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.4)}@-webkit-keyframes AMPEr-slide-right{to{right:15px}}@keyframes AMPEr-slide-right{to{right:15px}}@-webkit-keyframes AMPEr-slide-right{to{left:15px}}@-webkit-keyframes AMPEr-slide-left{to{left:15px}}@keyframes AMPEr-slide-left{to{left:15px}}#AMPEr_Cookies{z-index:1900}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;z-index:-1}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translateZ(0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video:before{content:"";position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description,.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px 50px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#000000bf;border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes lightboxLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{0%{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translateZ(0);opacity:1}}@keyframes gslideInLeft{0%{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutLeft{0%{opacity:1;visibility:visible;transform:translateZ(0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{0%{opacity:1;visibility:visible;transform:translateZ(0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{0%{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translateZ(0);opacity:1}}@keyframes gslideInRight{0%{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutRight{0%{opacity:1;visibility:visible;transform:translateZ(0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{0%{opacity:1;visibility:visible;transform:translateZ(0)}to{transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width: 769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px #000000a6}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#00000052}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:#000000b3}.glightbox-clean .gprev,.glightbox-clean .gnext{top:45%}}@media (min-width: 992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height: 420px){.goverlay{background:#000}}*{box-sizing:border-box}.container-fluid,.container{max-width:1560px;padding:0 1.5rem;margin-right:auto;margin-left:auto;width:100%}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.c-xs,.c1-xs,.c2-xs,.c3-xs,.c4-xs,.c5-xs,.c6-xs,.c7-xs,.c8-xs,.c9-xs,.c10-xs,.c11-xs,.c12-xs,.cos0-xs,.cos1-xs,.cos2-xs,.cos3-xs,.cos4-xs,.cos5-xs,.cos6-xs,.cos7-xs,.cos8-xs,.cos9-xs,.cos10-xs,.cos11-xs,.cos12-xs{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.c-xs{flex-grow:1;flex-basis:0;max-width:100%}.c1-xs{flex-basis:8.33333333%;max-width:8.33333333%}.c2-xs{flex-basis:16.66666667%;max-width:16.66666667%}.c3-xs{flex-basis:25%;max-width:25%}.c4-xs{flex-basis:33.33333333%;max-width:33.33333333%}.c5-xs{flex-basis:41.66666667%;max-width:41.66666667%}.c6-xs{flex-basis:50%;max-width:50%}.c7-xs{flex-basis:58.33333333%;max-width:58.33333333%}.c8-xs{flex-basis:66.66666667%;max-width:66.66666667%}.c9-xs{flex-basis:75%;max-width:75%}.c10-xs{flex-basis:83.33333333%;max-width:83.33333333%}.c11-xs{flex-basis:91.66666667%;max-width:91.66666667%}.c12-xs{flex-basis:100%;max-width:100%}.cos0-xs{margin-left:0}.cos1-xs{margin-left:8.33333333%}.cos2-xs{margin-left:16.66666667%}.cos3-xs{margin-left:25%}.cos4-xs{margin-left:33.33333333%}.cos5-xs{margin-left:41.66666667%}.cos6-xs{margin-left:50%}.cos7-xs{margin-left:58.33333333%}.cos8-xs{margin-left:66.66666667%}.cos9-xs{margin-left:75%}.cos10-xs{margin-left:83.33333333%}.cos11-xs{margin-left:91.66666667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width: 761px){.c-sm,.c1-sm,.c2-sm,.c3-sm,.c4-sm,.c5-sm,.c6-sm,.c7-sm,.c8-sm,.c9-sm,.c10-sm,.c11-sm,.c12-sm,.cos0-sm,.cos1-sm,.cos2-sm,.cos3-sm,.cos4-sm,.cos5-sm,.cos6-sm,.cos7-sm,.cos8-sm,.cos9-sm,.cos10-sm,.cos11-sm,.cos12-sm{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.row{margin-right:-1rem;margin-left:-1rem}.c-sm{flex-grow:1;flex-basis:0;max-width:100%}.c1-sm{flex-basis:8.33333333%;max-width:8.33333333%}.c2-sm{flex-basis:16.66666667%;max-width:16.66666667%}.c3-sm{flex-basis:25%;max-width:25%}.c4-sm{flex-basis:33.33333333%;max-width:33.33333333%}.c5-sm{flex-basis:41.66666667%;max-width:41.66666667%}.c6-sm{flex-basis:50%;max-width:50%}.c7-sm{flex-basis:58.33333333%;max-width:58.33333333%}.c8-sm{flex-basis:66.66666667%;max-width:66.66666667%}.c9-sm{flex-basis:75%;max-width:75%}.c10-sm{flex-basis:83.33333333%;max-width:83.33333333%}.c11-sm{flex-basis:91.66666667%;max-width:91.66666667%}.c12-sm{flex-basis:100%;max-width:100%}.cos0-sm{margin-left:0}.cos1-sm{margin-left:8.33333333%}.cos2-sm{margin-left:16.66666667%}.cos3-sm{margin-left:25%}.cos4-sm{margin-left:33.33333333%}.cos5-sm{margin-left:41.66666667%}.cos6-sm{margin-left:50%}.cos7-sm{margin-left:58.33333333%}.cos8-sm{margin-left:66.66666667%}.cos9-sm{margin-left:75%}.cos10-sm{margin-left:83.33333333%}.cos11-sm{margin-left:91.66666667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width: 1025px){.c-md,.c1-md,.c2-md,.c3-md,.c4-md,.c5-md,.c6-md,.c7-md,.c8-md,.c9-md,.c10-md,.c11-md,.c12-md,.cos0-md,.cos1-md,.cos2-md,.cos3-md,.cos4-md,.cos5-md,.cos6-md,.cos7-md,.cos8-md,.cos9-md,.cos10-md,.cos11-md,.cos12-md{box-sizing:border-box;flex:0 0 auto;padding-right:1.5rem;padding-left:1.5rem}.row{margin-left:-1.5rem;margin-right:-1.5rem}.c-md{flex-grow:1;flex-basis:0;max-width:100%}.c1-md{flex-basis:8.33333333%;max-width:8.33333333%}.c2-md{flex-basis:16.66666667%;max-width:16.66666667%}.c3-md{flex-basis:25%;max-width:25%}.c4-md{flex-basis:33.33333333%;max-width:33.33333333%}.c5-md{flex-basis:41.66666667%;max-width:41.66666667%}.c6-md{flex-basis:50%;max-width:50%}.c7-md{flex-basis:58.33333333%;max-width:58.33333333%}.c8-md{flex-basis:66.66666667%;max-width:66.66666667%}.c9-md{flex-basis:75%;max-width:75%}.c10-md{flex-basis:83.33333333%;max-width:83.33333333%}.c11-md{flex-basis:91.66666667%;max-width:91.66666667%}.c12-md{flex-basis:100%;max-width:100%}.cos0-md{margin-left:0}.cos1-md{margin-left:8.33333333%}.cos2-md{margin-left:16.66666667%}.cos3-md{margin-left:25%}.cos4-md{margin-left:33.33333333%}.cos5-md{margin-left:41.66666667%}.cos6-md{margin-left:50%}.cos7-md{margin-left:58.33333333%}.cos8-md{margin-left:66.66666667%}.cos9-md{margin-left:75%}.cos10-md{margin-left:83.33333333%}.cos11-md{margin-left:91.66666667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width: 1200px){.c-lg,.c1-lg,.c2-lg,.c3-lg,.c4-lg,.c5-lg,.c6-lg,.c7-lg,.c8-lg,.c9-lg,.c10-lg,.c11-lg,.c12-lg,.cos0-lg,.cos1-lg,.cos2-lg,.cos3-lg,.cos4-lg,.cos5-lg,.cos6-lg,.cos7-lg,.cos8-lg,.cos9-lg,.cos10-lg,.cos11-lg,.cos12-lg{box-sizing:border-box;flex:0 0 auto;padding-right:15px;padding-left:15px}.c-lg{flex-grow:1;flex-basis:0;max-width:100%}.c1-lg{flex-basis:8.33333333%;max-width:8.33333333%}.c2-lg{flex-basis:16.66666667%;max-width:16.66666667%}.c3-lg{flex-basis:25%;max-width:25%}.c4-lg{flex-basis:33.33333333%;max-width:33.33333333%}.c5-lg{flex-basis:41.66666667%;max-width:41.66666667%}.c6-lg{flex-basis:50%;max-width:50%}.c7-lg{flex-basis:58.33333333%;max-width:58.33333333%}.c8-lg{flex-basis:66.66666667%;max-width:66.66666667%}.c9-lg{flex-basis:75%;max-width:75%}.c10-lg{flex-basis:83.33333333%;max-width:83.33333333%}.c11-lg{flex-basis:91.66666667%;max-width:91.66666667%}.c12-lg{flex-basis:100%;max-width:100%}.cos0-lg{margin-left:0}.cos1-lg{margin-left:8.33333333%}.cos2-lg{margin-left:16.66666667%}.cos3-lg{margin-left:25%}.cos4-lg{margin-left:33.33333333%}.cos5-lg{margin-left:41.66666667%}.cos6-lg{margin-left:50%}.cos7-lg{margin-left:58.33333333%}.cos8-lg{margin-left:66.66666667%}.cos9-lg{margin-left:75%}.cos10-lg{margin-left:83.33333333%}.cos11-lg{margin-left:91.66666667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}.sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.sr-only-focusable:focus,.sr-only-focusable:active{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;width:auto!important;white-space:normal!important}.skip-link{background:#e5007e;color:#fff;font-weight:400;top:0;left:0;padding:4px;position:absolute;transition:transform .1s;transform:translate(-100%);z-index:990}.skip-link:focus{transform:translate(0)}.hidden,[hidden],[x-cloak]{display:none}@media (max-width: 760px){[x-cloak=mobile]{display:none}}@media screen and (max-width: 760px){.hide-mob{display:none!important}.mobile{display:block}}@media screen and (min-width: 761px) and (max-width: 1024px){.hide-tab{display:none!important}.mobile{display:none}}@media screen and (min-width: 1025px){.hide-desk{display:none!important}.mobile{display:none}}.less-space-bottom,.less-space-top{margin-bottom:0}.block{display:block}.flex{display:flex}.align-mid{align-self:center}.align-bot{align-self:flex-end}.relative{position:relative}*{font-family:proxima-nova,sans-serif}html{font-size:16px}@media (max-width: 1608px) and (min-width: 1025px){html{font-size:.995vw}}@media (max-width: 1024px){html{font-size:14px}}@media (max-width: 760px){html{font-size:16px}}h1,h2,h3,h4,h5,h6{margin-top:0}h1{font-size:2.125rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{font-size:1rem;line-height:1.375;font-weight:400;margin:0}p+p{margin-top:1.375rem}p.introduction{font-weight:300;font-size:1.25rem}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.italic{font-style:italic}.not-italic{font-style:normal}.underline{text-decoration:underline}.overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.no-underline{-webkit-text-decoration-line:none;text-decoration-line:none}.small-graphic .img{max-width:700px;height:auto}@media (max-width: 760px){.small-graphic .img{max-width:400px;margin:auto;margin-bottom:1rem}}.navigation__item--aanbod{display:none}.navigation__item--aanbod a{color:#da0078}@media (max-width: 760px){.navigation__item--aanbod{display:block}}.big-head h1{font-size:4rem;color:#000064;background-image:linear-gradient(135deg,rgb(218,0,120) 0%,rgb(218,0,120) 95%);background-size:100% .25em;background-position:0 75%;background-repeat:no-repeat;display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone}@media (max-width: 760px){.big-head h1{font-size:2.5rem}}.big-head p:first-of-type{margin-top:1.5rem}.big-head .introduction{color:#000064;font-weight:600}.block--footer{color:#000064;font-weight:300}@media (max-width: 760px){.block--footer{margin-top:5rem}}.block__buttons{margin-top:2rem}.btn.btn--cta{font-size:1.25rem}.btn.btn--primary{font-size:1.25rem;color:#000064;border-color:#00006426}.btn.btn--primary:hover,.btn.btn-primary:focus{border-color:#00006440;color:#000064}.page-404__title{color:#000064!important}.btn{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:#00000005 0 1px 3px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:1rem;justify-content:center;margin:0;min-height:3rem;padding:calc(.875rem - 1px) calc(1.5rem - 1px);position:relative;text-decoration:none;transition:all .25s;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation;vertical-align:baseline;width:auto}.btn:hover,.btn:focus{border-color:#00000026;box-shadow:#0000001a 0 4px 12px;color:inherit}.btn:active{background-color:#f0f0f1;border-color:#00000026;box-shadow:#0000000f 0 2px 4px;color:#000000a6}.btn-reset{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer}.modal{position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0;z-index:500}.modal__bg{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000d9}.modal__wrap{position:relative;background-color:#fff;border-radius:1rem;max-width:640px;padding:1.5rem;margin:0 1.5rem;overflow:auto}.modal__buttons{margin-top:2rem;display:flex}.form{display:flex;flex-wrap:wrap;padding-top:.625rem;margin-left:-.75rem;margin-right:-.75rem}.form__title{margin-bottom:.75rem}.form__description{margin-bottom:1rem}.form__error-message{color:#c73e1d;margin-bottom:1rem}.form__succes-message{color:#428959;margin-bottom:1rem}.form--sending{opacity:.7;pointer-events:none}.form__error{color:#c73e1d;font-size:90%}.form__group,.form__button{padding-left:.75rem;padding-right:.75rem;width:100%}.form__group.w-100,.form__button.w-100{width:100%}.form__group.w-75,.form__button.w-75{width:75%}.form__group.w-66,.form__button.w-66{width:66%}.form__group.w-50,.form__button.w-50{width:50%}.form__group.w-33,.form__button.w-33{width:33%}.form__group.w-25,.form__button.w-25{width:25%}.form__group{margin-bottom:1.75rem}.form__required{font-size:100%;top:unset;z-index:unset;top:-.2em;left:-.1em}.form__controls{text-align:left;position:relative}.form__controls input[type=text],.form__controls input[type=email],.form__controls input[type=number],.form__controls input[type=date],.form__controls input[type=tel],.form__controls textarea,.form__controls select{line-height:1.5;border:1px solid #c6c6c6;color:#222;font-family:inherit;font-size:1rem;font-weight:300;padding:.625rem;width:100%;border-radius:2px;transition:all .3s;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff}.form__controls input[type=text]:focus,.form__controls input[type=text]:hover,.form__controls input[type=email]:focus,.form__controls input[type=email]:hover,.form__controls input[type=number]:focus,.form__controls input[type=number]:hover,.form__controls input[type=date]:focus,.form__controls input[type=date]:hover,.form__controls input[type=tel]:focus,.form__controls input[type=tel]:hover,.form__controls textarea:focus,.form__controls textarea:hover,.form__controls select:focus,.form__controls select:hover{outline:none;border-color:#9fb1c1}.form__controls input[type=text]:focus+label,.form__controls input[type=text]:hover+label,.form__controls input[type=email]:focus+label,.form__controls input[type=email]:hover+label,.form__controls input[type=number]:focus+label,.form__controls input[type=number]:hover+label,.form__controls input[type=date]:focus+label,.form__controls input[type=date]:hover+label,.form__controls input[type=tel]:focus+label,.form__controls input[type=tel]:hover+label,.form__controls textarea:focus+label,.form__controls textarea:hover+label,.form__controls select:focus+label,.form__controls select:hover+label{color:#555!important;cursor:text}.form__controls input[type=text]::-webkit-input-placeholder,.form__controls input[type=email]::-webkit-input-placeholder,.form__controls input[type=number]::-webkit-input-placeholder,.form__controls input[type=date]::-webkit-input-placeholder,.form__controls input[type=tel]::-webkit-input-placeholder,.form__controls textarea::-webkit-input-placeholder,.form__controls select::-webkit-input-placeholder{color:#fff}.form__controls input[type=text]:-moz-placeholder,.form__controls input[type=email]:-moz-placeholder,.form__controls input[type=number]:-moz-placeholder,.form__controls input[type=date]:-moz-placeholder,.form__controls input[type=tel]:-moz-placeholder,.form__controls textarea:-moz-placeholder,.form__controls select:-moz-placeholder{color:#fff;opacity:1}.form__controls input[type=text]::-moz-placeholder,.form__controls input[type=email]::-moz-placeholder,.form__controls input[type=number]::-moz-placeholder,.form__controls input[type=date]::-moz-placeholder,.form__controls input[type=tel]::-moz-placeholder,.form__controls textarea::-moz-placeholder,.form__controls select::-moz-placeholder{color:#fff;opacity:1}.form__controls input[type=text]:-ms-input-placeholder,.form__controls input[type=email]:-ms-input-placeholder,.form__controls input[type=number]:-ms-input-placeholder,.form__controls input[type=date]:-ms-input-placeholder,.form__controls input[type=tel]:-ms-input-placeholder,.form__controls textarea:-ms-input-placeholder,.form__controls select:-ms-input-placeholder{color:#fff}.form__group--select label{pointer-events:none}.form__group--select select{cursor:pointer}.form__group--select .form__controls:after{pointer-events:none;display:block;content:"";width:.9rem;height:.9rem;background-size:cover;right:1rem;top:1rem;position:absolute;opacity:.5;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMGw4IDEwaC0xNmw4LTEwem04IDE0aC0xNmw4IDEwIDgtMTB6Ii8+PC9zdmc+)}.form input[type=text]+label,.form input[type=email]+label,.form input[type=number]+label,.form input[type=date]+label,.form input[type=tel]+label,.form textarea+label,.form select+label{position:absolute;left:.5rem;top:.85rem;width:60%;color:#999;font-size:1rem;padding:0 .625rem;display:inline-block;font-weight:400;transition:all .3s;background-color:#fff}.form input[type=text]+label.active,.form input[type=email]+label.active,.form input[type=number]+label.active,.form input[type=date]+label.active,.form input[type=tel]+label.active,.form textarea+label.active,.form select+label.active{top:-.625rem;color:#555;background-color:#fff;width:auto}.form__group--checkboxes .label,.form__group--toggle .label,.form__group--radio .label{display:block;margin-bottom:.5rem;color:#555}.form__group--checkboxes .form__inline,.form__group--toggle .form__inline,.form__group--radio .form__inline{font-family:inherit;font-size:1rem;font-weight:300;color:#222;display:grid;grid-template-columns:1em auto;gap:.5em;cursor:pointer}.form__group--checkboxes .form__inline+.form__inline,.form__group--toggle .form__inline+.form__inline,.form__group--radio .form__inline+.form__inline{margin-top:.5em}.form__group--checkboxes .form__inline:hover input,.form__group--toggle .form__inline:hover input,.form__group--radio .form__inline:hover input{border-color:#a3a1a1}.form__group--checkboxes input,.form__group--toggle input,.form__group--radio input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:#bebebe;width:1.15em;height:1.15em;border:.15em solid #bebebe;border-radius:.15em;display:grid;place-content:center}.form__group--checkboxes input:before,.form__group--toggle input:before,.form__group--radio input:before{content:"";width:.65em;height:.65em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #e5007e;transform-origin:bottom left;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.form__group--checkboxes input:checked:before,.form__group--toggle input:checked:before,.form__group--radio input:checked:before{transform:scale(1)}.form__group--checkboxes input:focus,.form__group--toggle input:focus,.form__group--radio input:focus{outline:max(2px,.15em) solid currentColor;outline-offset:max(2px,.15em)}.form__group--checkboxes fieldset,.form__group--toggle fieldset,.form__group--radio fieldset{padding:0;border:none}.form__group--radio input[type=radio]{border-radius:50%}.form__group--radio input[type=radio]:before{border-radius:50%;transform-origin:unset;-webkit-clip-path:none;clip-path:none}.img{width:100%;height:auto;display:block}.image__link{display:block;text-decoration:none}.spinner{height:3.75rem;width:3.75rem;position:absolute;top:50%;left:50%;margin-left:-1.875rem;margin-top:-1.875rem;-webkit-animation:rotation 1s infinite linear;animation:rotation 1s infinite linear;border:6px solid rgba(0,0,0,.2);border-radius:100%;z-index:100}.spinner:before{content:"";display:block;position:absolute;left:-6px;top:-6px;height:100%;width:100%;border-top:6px solid rgba(0,0,0,.8);border-left:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid transparent;border-radius:100%}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}body{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.site-footer{margin-top:auto;padding-top:1rem;padding-bottom:1.375rem;position:relative;text-align:center}.site-footer:after{content:"";display:block;height:10px;width:100%;position:absolute;bottom:0;left:0;right:0;background:rgb(218,0,120);background:linear-gradient(135deg,rgb(40,30,103) 0%,rgb(218,0,120) 95%)}.site-header{height:5rem;position:-webkit-sticky;position:sticky;top:0;background-color:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #ddd;z-index:200}@media (max-width: 760px){.site-header{min-height:4rem;height:4rem}}.site-header .container{display:flex;flex-wrap:wrap;align-items:center;height:100%}@media (max-width: 760px){.site-header .container{padding-right:4px}}.site-header__logo{height:3rem}@media (max-width: 1024px){.site-header__logo{height:2rem}}.site-header__logo a{height:100%}.site-header__logo .img{width:auto;height:100%}.site-header__navigation{flex-grow:1;height:100%;padding-left:5rem;padding-right:5rem}@media (max-width: 1024px){.site-header__navigation{padding:0}}@media (max-width: 760px){.site-header__navigation{display:flex;justify-content:flex-end}}@media (max-width: 760px){.site-header__cta{display:none}}.navigation__container{height:100%}@media (max-width: 760px){.navigation__container{position:absolute;top:4rem;border-bottom:1px solid #ddd;left:0;right:0;width:100%;height:auto}.navigation__container:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);background-color:#ffffffe6}}@media screen and (min-width: 761px){.navigation__container{display:block!important}}.navigation__list{list-style:none;display:flex;padding:0;margin:0;height:100%;justify-content:space-around;gap:5rem}@media (max-width: 1024px){.navigation__list{gap:0}}@media (max-width: 760px){.navigation__list{flex-direction:column;padding:2rem 1.5rem}}.navigation__item{height:100%;position:relative}.navigation__item__icon{width:1rem;margin-left:.25rem;height:auto}@media (max-width: 760px){.navigation__item__icon{display:none}}.navigation__link{height:100%;display:flex;align-items:center;padding-left:1rem;padding-right:1rem;color:#222;text-decoration:none;font-size:1.25rem;transition:color .25s ease}@media (max-width: 760px){.navigation__link{padding:0;margin-bottom:15px}}.navigation__link:hover{color:#000}.navigation__dd{border-color:#00000026;box-shadow:#0003 0 4px 12px;border-radius:.5rem;padding:.75rem 0;position:absolute;background-color:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);top:4rem;left:-25%}.navigation__dd__list{margin:0;padding:0;list-style:none}.navigation__dd li:not(:last-of-type){margin-bottom:.5rem}.navigation__dd .navigation__link{white-space:nowrap}@media (max-width: 760px){.navigation__dd{position:initial;display:block!important;background:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}}.navigation__toggle svg{transition:transform .5s cubic-bezier(.4,0,.2,1)}.navigation__toggle.active svg{transform:rotate(90deg)}.navigation__toggle path{transition:transform .5s cubic-bezier(.4,0,.2,1),stroke-dasharray .5s cubic-bezier(.4,0,.2,1),stroke-dashoffset .5s cubic-bezier(.4,0,.2,1)}.navigation__toggle path:nth-child(1){transform-origin:36% 40%}.navigation__toggle path:nth-child(2){stroke-dasharray:29 299}.navigation__toggle path:nth-child(3){transform-origin:35% 63%}.navigation__toggle path:nth-child(4){stroke-dasharray:29 299}.navigation__toggle path:nth-child(5){transform-origin:61% 52%}.navigation__toggle path:nth-child(6){transform-origin:62% 52%}.navigation__toggle.active path:nth-child(1){transform:translate(9px) translateY(1px) rotate(45deg)}.navigation__toggle.active path:nth-child(2){stroke-dasharray:225 299;stroke-dashoffset:-72px}.navigation__toggle.active path:nth-child(3){transform:translate(9px) translateY(1px) rotate(-45deg)}.navigation__toggle.active path:nth-child(4){stroke-dasharray:225 299;stroke-dashoffset:-72px}.navigation__toggle.active path:nth-child(5){transform:translate(9px) translateY(1px) rotate(-45deg)}.navigation__toggle.active path:nth-child(6){transform:translate(9px) translateY(1px) rotate(45deg)}#page-content{padding-top:3rem}@media screen and (max-width: 640px){#page-content{padding-top:1rem}}.page-404{display:flex;height:100%;align-items:center;justify-content:center;flex-grow:1;padding:0 1.5rem}.page-404__content{padding:1.5rem;border-radius:1rem;border:1px dashed rgba(0,0,0,.15);text-align:center;margin-bottom:25%}.page-404__title{font-size:5rem;text-align:center;margin-bottom:1rem;font-weight:800;color:#00000054}.page-404 .btn--404{margin-top:2rem;display:inline-block;-webkit-text-decoration:center;text-decoration:center}.space-between{justify-content:space-between}.mr-1{margin-right:1rem}.pre-wrap{white-space:pre-wrap}.page-woning #page-content{padding-top:1rem}.section--hero{margin-bottom:3rem}@media (max-width: 760px){.section--hero{margin-bottom:0rem;margin-top:-1rem}.section--hero .container-fluid{padding:0}}.section--hero .grid-media{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:1rem}.section--hero .grid-media__inner{height:100%;overflow:hidden}.section--hero .grid-media__inner button{height:100%;display:block}.section--hero .grid-media__item--1{grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:3;height:100%!important}.section--hero .grid-media__item--2{grid-row-start:1;grid-column-start:3;grid-row-end:2;grid-column-end:4}.section--hero .grid-media__item--3{grid-row-start:1;grid-column-start:4;grid-row-end:2;grid-column-end:5}.section--hero .grid-media__item--4{grid-row-start:2;grid-column-start:3;grid-row-end:3;grid-column-end:4}.section--hero .grid-media__item--5{grid-row-start:2;grid-column-start:4;grid-row-end:3;grid-column-end:5}@media screen and (max-width: 1024px){.section--hero .grid-media{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.section--hero .grid-media__item--1{grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:4}.section--hero .grid-media__item--2{grid-row-start:1;grid-column-start:4;grid-row-end:2;grid-column-end:6}.section--hero .grid-media__item--3{grid-row-start:2;grid-column-start:4;grid-row-end:3;grid-column-end:6}.section--hero .grid-media__item--4,.section--hero .grid-media__item--5{display:none}}@media screen and (max-width: 760px){.section--hero .grid-media{display:block}.section--hero .grid-media__item--2,.section--hero .grid-media__item--3,.section--hero .grid-media__item--4,.section--hero .grid-media__item--5{display:none}}.section--hero .grid-media__vid{display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.section--hero .grid-media__src{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.section--hero .grid-media__src:hover{transform:scale(1.1)}.section--intro{padding-top:2rem;padding-bottom:2rem;background-color:#f8f8f9;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}@media (max-width: 760px){.section--intro{padding-top:1rem;padding-bottom:1rem}}@media (max-width: 760px){.section--intro .intro{display:block}}.section--intro .intro__city{font-weight:300;color:#707070;font-size:90%}.section--intro .intro__title{display:flex;align-items:center}@media (max-width: 760px){.section--intro .intro__title{flex-direction:column-reverse;align-items:flex-start}}.section--intro .intro__title__head{color:#222;margin:0;margin-right:.75rem}@media (max-width: 760px){.section--intro .intro__title__head{font-size:1.2rem}}.section--intro .intro__title .status__verkoop__inner{padding:.4rem .9rem;text-decoration:none;color:#fff;background-color:#e5007e;border-radius:.5rem;font-size:90%}@media (max-width: 760px){.section--intro .intro__title .status__verkoop__inner{padding:.3rem .8rem;font-size:.8rem;margin-top:.4rem;margin-bottom:.4rem;display:inline-block}}.section--intro .intro__price{color:#e5007e;font-size:1.2rem}@media (max-width: 760px){.section--intro .intro__price{font-size:1.1rem}}.section--intro .intro__buttons{display:flex}.section--intro .intro__buttons .btn{align-self:center;color:#e5007e;border-color:#e5007e}@media (max-width: 760px){.section--intro .intro__buttons .btn{min-height:unset;padding:.6rem 1rem}}@media (max-width: 760px){.section--intro .intro__buttons{margin-top:.75rem}}.section--tabs{padding-top:3rem}@media (max-width: 760px){.section--tabs{padding-top:1rem}}@media (max-width: 760px){.section--tabs .tab__select{flex-wrap:wrap;margin-left:-.25rem;margin-right:-.25rem}}.section--tabs .tab__control{padding:1.5rem 2rem;cursor:pointer;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-left:1px solid transparent;border-top:1px solid transparent;border-right:1px solid transparent;color:#707070;transition:color .2s ease}.section--tabs .tab__control:hover{color:#222}.section--tabs .tab__control--active{background-color:#f8f8f9;color:#222;border-color:#e5e5e5}@media (max-width: 760px){.section--tabs .tab__control{border-radius:0;border:1px solid #e5e5e5;background-color:#f8f8f9;width:calc(50% - .5rem);text-align:center;margin-bottom:.5rem;margin-right:.25rem;margin-left:.25rem}}.section--tabs .tab__panel{margin-top:-1px;border:1px solid #e5e5e5;background-color:#f8f8f9;min-height:600px;padding:3rem}@media (max-width: 760px){.section--tabs .tab__panel{padding:1rem;margin-top:.5rem}}.section--tabs .tab__title{color:#222;text-decoration:underline;text-underline-offset:.5rem;-webkit-text-decoration-color:#e5007e;text-decoration-color:#e5007e}@media (max-width: 760px){.section--tabs .tab__title{font-size:1.5rem}}.section--tabs .tab__block{padding-top:.75rem;margin-bottom:1.5rem;color:#707070}@media (max-width: 760px){.section--tabs .tab__block{padding-top:.5rem}}.section--tabs .tab__block__title{color:#222;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-underline-offset:.5rem;-webkit-text-decoration-color:#e5007e;text-decoration-color:#e5007e}@media (max-width: 760px){.section--tabs .tab__block__title{font-size:1.5rem}}.section--tabs .tab__block__content button{margin-top:1.5rem}@media (max-width: 760px){.section--tabs .tab__block__content button{min-height:unset;padding:.6rem 1rem}}.section--tabs .tab__block table{width:100%;border-collapse:collapse;border-spacing:0}.section--tabs .tab__block table tbody tr{border-bottom:1px solid #e5e5e5}.section--tabs .tab__block thead{display:inline-block;margin-bottom:.5rem;font-size:1.2rem;color:#222}.section--tabs .tab__block thead th{font-weight:600}.section--tabs .tab__block th,.section--tabs .tab__block td{font-weight:400;width:50%;text-align:left;vertical-align:top;padding-top:7px;padding-bottom:8px}.section--tabs .tab__block tbody th{padding-right:.5rem}.section--tabs .tab__block tbody td{padding-left:.5rem}.section--tabs .tab__block--contact{padding-left:5rem}@media (max-width: 760px){.section--tabs .tab__block--contact{padding-left:0}}.section--tabs .tab__block--contact .text,.section--tabs .tab__block--contact .mail{margin-bottom:1rem}.section--tabs .tab__block--contact .mail,.section--tabs .tab__block--contact .call{padding-left:.2rem}.section--tabs .tab__block--contact .mail a,.section--tabs .tab__block--contact .call a{display:flex;align-items:center;text-decoration:none;color:#222;transition:color .2s ease}.section--tabs .tab__block--contact .mail a .icon,.section--tabs .tab__block--contact .call a .icon{margin-right:.75rem}.section--tabs .tab__block--contact .mail a svg,.section--tabs .tab__block--contact .call a svg{display:block;max-width:24px;height:auto;fill:#222;transition:fill .2s ease}.section--tabs .tab__block--contact .mail a:hover,.section--tabs .tab__block--contact .call a:hover{color:#e5007e}.section--tabs .tab__block--contact .mail a:hover svg,.section--tabs .tab__block--contact .call a:hover svg{fill:#e5007e}.section--tabs .tab__block--media .tab__subtitle{color:#222;font-weight:600}@media (max-width: 760px){.section--tabs .tab__block--media .tab__subtitle{font-size:1.2rem;color:#222;font-weight:600;margin-bottom:.6rem}}.section--tabs .tab__block--media .tab__flex{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.section--tabs .tab__block--media .tab__flex__item{padding-left:1rem;padding-right:1rem;margin-bottom:2rem}@media (max-width: 760px){.section--tabs .tab__block--media .tab__flex__item{padding-left:.5rem;padding-right:.5rem;margin-bottom:1rem}}.section--tabs .tab__block--media .tab__flex--two .tab__flex__item{width:50%}.section--tabs .tab__block--media .tab__flex--three .tab__flex__item{width:33.33%}@media (max-width: 760px){.section--tabs .tab__block--media .tab__flex--three .tab__flex__item{width:50%}}.section--tabs .tab__block--media .tab__flex--four .tab__flex__item{width:25%}.section--tabs .tab__block--media .tab__flex--six .tab__flex__item{width:16.66%}.section--tabs .tab__block--media .tab__flex video,.section--tabs .tab__block--media .tab__flex img{width:100%;height:auto;display:block}.section--tabs .tab__block--media .tab__flex .doc{display:flex;flex-direction:column;margin-top:2.5rem}.section--tabs .tab__block--media .tab__flex .doc__title{font-size:1.25rem}@media (max-width: 760px){.section--tabs .tab__block--media .tab__flex .doc__title{font-size:1rem}}.section--tabs .tab__block--media .tab__flex .doc__link{color:#e5007e;text-decoration:none;padding-top:.25rem}.section--tabs .tab__block--media .tab__flex .doc__link:hover{text-decoration:underline}.page-aanbod{padding-top:1rem!important}@media (max-width: 760px){.page-aanbod h1{font-size:1.5rem}}.page-aanbod .aanbod{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.page-aanbod .aanbod__item{width:33.33%;margin-bottom:2rem;padding-left:1rem;padding-right:1rem}.page-aanbod .aanbod__item--noresults{width:100%}@media (max-width: 1024px){.page-aanbod .aanbod__item{width:50%}}@media (max-width: 760px){.page-aanbod .aanbod__item{width:100%;margin-bottom:1rem}}.page-aanbod .aanbod__card{display:block;border-radius:.5rem;border:1px solid #cfcfcf;text-decoration:none;position:relative;height:100%}.page-aanbod .aanbod__card__inner{overflow:hidden;border-radius:.5rem;height:100%;display:flex;flex-direction:column}.page-aanbod .aanbod__card__media{overflow:hidden;position:relative}.page-aanbod .aanbod__card .status__verkoop{position:absolute;z-index:1;top:1.8rem;left:1.5rem}@media (max-width: 760px){.page-aanbod .aanbod__card .status__verkoop{top:1.2rem;left:1rem}}.page-aanbod .aanbod__card .status__verkoop__inner{padding:.4rem .9rem;text-decoration:none;color:#fff;background-color:#e5007e;border-radius:.5rem;font-size:90%}@media (max-width: 760px){.page-aanbod .aanbod__card .status__verkoop__inner{font-size:.8rem;padding:.3rem .8rem}}.page-aanbod .aanbod__card__img{width:100%;height:auto;display:block;transition:transform .3s ease}.page-aanbod .aanbod__card__info{padding:1rem 0rem;flex-grow:1;display:flex;flex-direction:column}@media (max-width: 760px){.page-aanbod .aanbod__card__info{padding:.75rem 0rem}}.page-aanbod .aanbod__card__city small{font-weight:300;color:#707070;font-size:90%;padding:0rem 1.5rem}@media (max-width: 760px){.page-aanbod .aanbod__card__city small{padding:0rem .75rem}}.page-aanbod .aanbod__card__title{margin-bottom:0;font-size:1.5rem;padding:0rem 1.5rem;color:#222}@media (max-width: 760px){.page-aanbod .aanbod__card__title{font-size:1.1rem;padding:0rem .75rem}}.page-aanbod .aanbod__card__price{font-size:1.2rem;color:#e5007e;padding:0rem 1.5rem}@media (max-width: 760px){.page-aanbod .aanbod__card__price{font-size:1rem;padding:0rem .75rem;margin-top:.1rem}}.page-aanbod .aanbod__card__bottom{display:flex;justify-content:space-between;margin-right:1.5rem;margin-top:auto}@media (max-width: 760px){.page-aanbod .aanbod__card__bottom{margin-right:0rem}}.page-aanbod .aanbod__card__stats{display:flex;margin-top:1rem;padding-top:1rem;border-top:1px solid #cfcfcf}@media (max-width: 760px){.page-aanbod .aanbod__card__stats{margin-top:.75rem;padding-top:.75rem;width:100%}}.page-aanbod .aanbod__card__stats div{display:flex;align-items:center;margin-left:1.5rem;font-size:90%;color:#707070}@media (max-width: 760px){.page-aanbod .aanbod__card__stats div{margin-left:.75rem}}.page-aanbod .aanbod__card__stats div svg{margin-right:.5rem;max-width:1.5rem;height:auto}.page-aanbod .aanbod__card__stats div svg path{stroke:#e5007e}@media (max-width: 760px){.page-aanbod .aanbod__card__stats div svg{margin-right:.3rem;max-width:1.2rem}}@media (max-width: 760px){.page-aanbod .aanbod__card__button{display:none}}.page-aanbod .aanbod__card__button .btn{color:initial;opacity:0;transition:opacity .3s ease-in-out}.page-aanbod .aanbod__card:after{content:"";position:absolute;z-index:-1;width:100%;height:100%;top:0;opacity:0;border-radius:5px;box-shadow:0 5px 15px #0000004d;transition:opacity .3s ease-in-out}.page-aanbod .aanbod__card:hover .aanbod__card__img{transform:scale(1.1)}.page-aanbod .aanbod__card:hover:after{opacity:1}.page-aanbod .aanbod__card:hover .aanbod__card__button .btn{opacity:1}
