.el-justified-gallery-item{
	opacity: 1;
	-webkit-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.el-justified-gallery-container .el-justified-gallery-item.dge-hidden-item{
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}
.el-justified-gallery-item figure{
	position: relative;
}
.el-justified-gallery-item figure, 
.el-justified-gallery-item figcaption{
	overflow: hidden;
	border: 0 solid transparent;
	height: 100%;
}
.el-justified-gallery-item figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Overlay. */
.el-justified-gallery-item-overlay{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .9);
	padding: 1.5em;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 0 solid #e5e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.el-justified-gallery-item:hover .el-justified-gallery-item-overlay{
	opacity: 1;
	z-index: 3;
}
.el-justified-gallery-item-overlay .et_pb_icon_wrap{
	display: block;
	margin-bottom: 10px;
}
.el_justified_gallery .dge-overlay-icon-wrap{
	pointer-events: all;
}
.el_justified_gallery .el-item-content{
	width: 100%;
}
.el_justified_gallery .el-item-content + .dge-overlay-icon-wrap{
	margin-top: 5px;
}
.el_justified_gallery .dge-overlay-icon-wrap .et-pb-icon{
	font-size: 16px;
	font-family: FontAwesome;
	font-weight: 900;
	padding: 5px;
	margin: 3px;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
}

/* Filter. */
.el-justified-gallery-wrap .dge-justified-gallery-filter{
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
}
.dge-justified-gallery-filter li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}
.dge-justified-gallery-filter li a{
	padding: 10px 15px;
	color: #fff;
	border: 0 solid transparent;
	display: block;
	line-height: normal;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.dge-justified-gallery-filter li.active a{
	color: #000;
}

/* Load More. */
.el-justified-gallery-wrap .et_pb_button_wrapper{
	text-align: center;
	margin-top: 30px;
}
.el-justified-gallery-wrap .el-justified-gallery-load-more{
	text-decoration: none;
	cursor: pointer
}

/* Lightbox. */
.el_justified_gallery_lightbox .mfp-img {
	padding: 0;
}
.el_justified_gallery_lightbox .mfp-bottom-bar{
	position: absolute;
	top: auto;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	margin-top: 0;
	padding: 10px;
}
.el_justified_gallery_lightbox .mfp-title{
	color: #fff;
	padding-right: 0;
}
.el_justified_gallery_lightbox .mfp-title .el-item-title{
	color: inherit;
}
.el_justified_gallery_lightbox.mfp-bg {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Pagination. */
.el_masonry_gallery_pagination_wrapper{
	position: relative;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.el_masonry_gallery_pagination_wrapper .el_masonry_gallery_pagination{
	list-style: none;
	padding: 0;
	line-height: normal;
}
.el_masonry_gallery_pagination li{
	display: inline-block;
	margin-right: 10px;
}
.el_masonry_gallery_pagination li.disabled{
	display: none;
	opacity: 0.2;
}
.el_masonry_gallery_pagination li a{
	display: block;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	background-color: #f7f7f7;
	color: #000;
}
.el_masonry_gallery_pagination li.active a{
	cursor: default;
	background-color: #000;
	color: #fff;
}

footer .footer-extra-menu{width:100%;max-width:420px;background:transparent!important;text-align:left!important}footer .footer-extra-menu .et_pb_menu_inner_container,footer .footer-extra-menu .et_pb_menu__wrap,footer .footer-extra-menu .et_pb_menu__menu,footer .footer-extra-menu .et-menu-nav{width:100%;text-align:left!important}footer .footer-extra-menu .et_pb_menu__wrap{justify-content:flex-start!important}footer .footer-extra-menu .et_pb_menu__menu{display:block!important}footer .footer-extra-menu .et_mobile_nav_menu{display:none!important}footer .footer-extra-menu ul.et-menu{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:10px;margin:0!important;padding:0!important;text-align:left!important}footer .footer-extra-menu ul.et-menu>li{display:block!important;width:100%;margin:0!important;padding:0!important;text-align:left!important}footer .footer-extra-menu ul.et-menu>li>a{display:inline-flex;align-items:center;justify-content:flex-start!important;position:relative;padding:0 0 0 22px!important;color:rgb(255 255 255 / .92)!important;background:transparent!important;border-radius:0!important;line-height:1.45;font-size:15px;font-weight:600;text-align:left!important;text-decoration:none;transition:color .2s ease,transform .2s ease}footer .footer-extra-menu ul.et-menu>li>a::before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:50%;background:#d8e6b1;box-shadow:0 0 0 3px rgb(216 230 177 / .22);transform:translateY(-50%);transition:background-color .2s ease,box-shadow .2s ease}footer .footer-extra-menu ul.et-menu>li>a:hover,footer .footer-extra-menu ul.et-menu>li.current-menu-item>a{color:#d8e6b1!important;transform:translateX(4px)}footer .footer-extra-menu ul.et-menu>li>a:hover::before,footer .footer-extra-menu ul.et-menu>li.current-menu-item>a::before{background:#fff;box-shadow:0 0 0 3px rgb(255 255 255 / .14)}@media (max-width:980px){footer .footer-extra-menu{max-width:100%;text-align:left!important}footer .footer-extra-menu .et_pb_menu_inner_container,footer .footer-extra-menu .et_pb_menu__wrap,footer .footer-extra-menu .et_pb_menu__menu,footer .footer-extra-menu .et-menu-nav{text-align:left!important}footer .footer-extra-menu .et_pb_menu__wrap{justify-content:flex-start!important}footer .footer-extra-menu .et_pb_menu__menu{display:block!important;width:100%!important}footer .footer-extra-menu .et_mobile_nav_menu{display:none!important}footer .footer-extra-menu ul.et-menu{align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important}footer .footer-extra-menu ul.et-menu>li,footer .footer-extra-menu ul.et-menu>li>a{text-align:left!important}}.content-extra-menu{width:100%;max-width:420px;padding:24px;background:#ffffff!important;border:1px solid rgb(89 102 61 / .14);border-radius:22px;box-shadow:0 14px 34px rgb(0 0 0 / .07);text-align:left!important}.content-extra-menu .et_pb_menu_inner_container,.content-extra-menu .et_pb_menu__wrap,.content-extra-menu .et_pb_menu__menu,.content-extra-menu .et-menu-nav{width:100%;text-align:left!important}.content-extra-menu .et_pb_menu__wrap{justify-content:flex-start!important}.content-extra-menu .et_pb_menu__menu{display:block!important}.content-extra-menu .et_mobile_nav_menu{display:none!important}.content-extra-menu ul.et-menu{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:10px;margin:0!important;padding:0!important;text-align:left!important}.content-extra-menu ul.et-menu>li{display:block!important;width:100%;margin:0!important;padding:0!important;text-align:left!important}.content-extra-menu ul.et-menu>li>a{display:inline-flex;align-items:center;justify-content:flex-start!important;position:relative;padding:0 0 0 22px!important;color:#59663d!important;background:transparent!important;border-radius:0!important;line-height:1.45;font-size:15px;font-weight:600;text-align:left!important;text-decoration:none;transition:color .2s ease,transform .2s ease}.content-extra-menu ul.et-menu>li>a::before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:50%;background:#d8e6b1;box-shadow:0 0 0 3px rgb(216 230 177 / .35);transform:translateY(-50%);transition:background-color .2s ease,box-shadow .2s ease}.content-extra-menu ul.et-menu>li>a:hover,.content-extra-menu ul.et-menu>li.current-menu-item>a{color:#815d82!important;transform:translateX(4px)}.content-extra-menu ul.et-menu>li>a:hover::before,.content-extra-menu ul.et-menu>li.current-menu-item>a::before{background:#815d82;box-shadow:0 0 0 3px rgb(129 93 130 / .14)}@media (max-width:980px){.content-extra-menu{max-width:100%;padding:22px;text-align:left!important}.content-extra-menu .et_pb_menu_inner_container,.content-extra-menu .et_pb_menu__wrap,.content-extra-menu .et_pb_menu__menu,.content-extra-menu .et-menu-nav{text-align:left!important}.content-extra-menu .et_pb_menu__wrap{justify-content:flex-start!important}.content-extra-menu .et_pb_menu__menu{display:block!important;width:100%!important}.content-extra-menu .et_mobile_nav_menu{display:none!important}.content-extra-menu ul.et-menu{align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important}.content-extra-menu ul.et-menu>li,.content-extra-menu ul.et-menu>li>a{text-align:left!important}}@media (max-width:480px){.content-extra-menu{padding:20px;border-radius:18px}}.buitenhof-contact-card{display:flex;flex-direction:column;gap:13px;max-width:320px;margin-top:22px}.buitenhof-contact-item{display:flex;align-items:flex-start;gap:13px;color:#ffffff!important;text-decoration:none;line-height:1.45;transition:transform .2s ease,opacity .2s ease}.buitenhof-contact-item:hover{transform:translateX(4px);opacity:.92}.buitenhof-contact-item-static:hover{transform:none;opacity:1}.buitenhof-contact-icon{flex:0 0 34px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#d8e6b1;color:#59663d;box-shadow:0 4px 12px rgb(0 0 0 / .12)}.buitenhof-contact-icon svg{width:18px;height:18px;display:block;fill:currentColor}.buitenhof-contact-text{display:flex;flex-direction:column;gap:1px;min-width:0}.buitenhof-contact-text strong{color:#fff;font-weight:700;font-size:15px;line-height:1.25}.buitenhof-contact-text span{color:rgb(255 255 255 / .86);font-size:14px;line-height:1.45;overflow-wrap:anywhere}@media (max-width:980px){.buitenhof-contact-card{max-width:100%}}.buitenhof-contact-card-content{display:flex;flex-direction:column;gap:14px;max-width:420px;padding:24px;background:#fff;border:1px solid rgb(89 102 61 / .14);border-radius:22px;box-shadow:0 14px 34px rgb(0 0 0 / .07)}.buitenhof-contact-content-item{display:flex;align-items:flex-start;gap:14px;color:#59663d!important;text-decoration:none;line-height:1.45;transition:transform .2s ease,color .2s ease,background-color .2s ease}.buitenhof-contact-content-item:hover{color:#815d82!important;transform:translateX(4px)}.buitenhof-contact-content-item-static:hover{color:#59663d!important;transform:none}.buitenhof-contact-content-icon{flex:0 0 38px;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#d8e6b1;color:#59663d;box-shadow:0 5px 14px rgb(89 102 61 / .16)}.buitenhof-contact-content-icon svg{width:19px;height:19px;display:block;fill:currentColor}.buitenhof-contact-content-text{display:flex;flex-direction:column;gap:1px;min-width:0}.buitenhof-contact-content-text strong{color:#815d82;font-weight:700;font-size:16px;line-height:1.25}.buitenhof-contact-content-text span{color:rgb(89 102 61 / .88);font-size:15px;line-height:1.45;overflow-wrap:anywhere}.buitenhof-contact-content-item:hover .buitenhof-contact-content-text strong,.buitenhof-contact-content-item:hover .buitenhof-contact-content-text span{color:#815d82}@media (max-width:980px){.buitenhof-contact-card-content{max-width:100%;padding:22px}}@media (max-width:480px){.buitenhof-contact-card-content{padding:20px;border-radius:18px}.buitenhof-contact-content-icon{flex-basis:34px;width:34px;height:34px}.buitenhof-contact-content-icon svg{width:17px;height:17px}}.et_pb_menu_1_tb_header{background:transparent!important}.et_pb_menu_1_tb_header .et_pb_menu_inner_container{align-items:center}.et_pb_menu_1_tb_header .et_pb_menu__wrap{justify-content:flex-end!important}.et_pb_menu_1_tb_header .et-menu-nav>ul#menu-hoofdmenu{display:flex;align-items:center;gap:10px;margin:0!important;padding:8px 0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li{margin:0!important;padding:0!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li>a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px!important;color:#59663d!important;background:transparent!important;border-radius:999px!important;font-weight:600;line-height:1!important;letter-spacing:.01em;opacity:1!important;text-decoration:none;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li:not(.menu-aanmelden):not(.menu-item-58)>a:hover,.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.current-menu-item:not(.menu-aanmelden):not(.menu-item-58)>a,.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.current-menu-ancestor:not(.menu-aanmelden):not(.menu-item-58)>a{color:#815d82!important;background:rgb(129 93 130 / .10)!important;box-shadow:none!important;transform:none!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-has-children>a:first-child{padding-right:31px!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-has-children>a:first-child::after{top:50%!important;right:12px!important;transform:translateY(-50%);color:currentColor!important;line-height:1!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-aanmelden>a,.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-58>a,.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li>a[href$="/aanmelden/"]{min-height:44px;padding:0 24px!important;color:#ffffff!important;background:#815d82!important;border-radius:999px!important;box-shadow:0 8px 18px rgb(129 93 130 / .24)!important;transform:none!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-aanmelden>a:hover,.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-58>a:hover,.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li>a[href$="/aanmelden/"]:hover{color:#ffffff!important;background:#815d82!important;box-shadow:0 11px 24px rgb(129 93 130 / .34)!important;transform:translateY(-1px)!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu li ul.sub-menu{width:260px;padding:12px!important;margin-top:10px;background:#ffffff!important;border:0!important;border-radius:18px!important;box-shadow:0 18px 40px rgb(0 0 0 / .14)!important;overflow:hidden}.et_pb_menu_1_tb_header ul#menu-hoofdmenu li ul.sub-menu li{width:100%;margin:0!important;padding:0!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu li ul.sub-menu li a{display:flex;align-items:center;width:100%;min-height:auto;padding:11px 14px!important;color:#59663d!important;background:transparent!important;border-radius:12px!important;font-weight:600;line-height:1.35!important;box-shadow:none!important;transform:none!important;transition:color .2s ease,background-color .2s ease,transform .2s ease}.et_pb_menu_1_tb_header ul#menu-hoofdmenu li ul.sub-menu li a:hover,.et_pb_menu_1_tb_header ul#menu-hoofdmenu li ul.sub-menu li.current-menu-item>a{color:#815d82!important;background:rgb(129 93 130 / .10)!important;transform:translateX(3px)!important}@media (max-width:1100px) and (min-width:981px){.et_pb_menu_1_tb_header .et-menu-nav>ul#menu-hoofdmenu{gap:5px}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li>a{padding-left:11px!important;padding-right:11px!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-has-children>a:first-child{padding-right:27px!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-aanmelden>a,.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-58>a,.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li>a[href$="/aanmelden/"]{padding-left:18px!important;padding-right:18px!important}}@media (max-width:980px){.et_pb_menu_1_tb_header .et_pb_menu__wrap{justify-content:flex-end!important}.et_pb_menu_1_tb_header .mobile_menu_bar::before{color:#815d82!important}.et_pb_menu_1_tb_header .et_mobile_menu{top:calc(100% + 12px);left:auto!important;right:0!important;width:min(360px, calc(100vw - 32px));padding:14px!important;background:#ffffff!important;border-top:0!important;border-radius:20px!important;box-shadow:0 18px 42px rgb(0 0 0 / .16)!important;overflow:hidden}.et_pb_menu_1_tb_header .et_mobile_menu li{margin:0!important;padding:0!important}.et_pb_menu_1_tb_header .et_mobile_menu li a{display:block;margin:0;padding:13px 14px!important;color:#59663d!important;background:transparent!important;border-bottom:1px solid rgb(89 102 61 / .12)!important;border-radius:12px!important;font-weight:600;line-height:1.35!important;opacity:1!important;transition:color .2s ease,background-color .2s ease}.et_pb_menu_1_tb_header .et_mobile_menu li a:hover,.et_pb_menu_1_tb_header .et_mobile_menu li.current-menu-item>a,.et_pb_menu_1_tb_header .et_mobile_menu li.current-menu-ancestor>a{color:#815d82!important;background:rgb(129 93 130 / .10)!important}.et_pb_menu_1_tb_header .et_mobile_menu .sub-menu{padding:4px 0 4px 10px!important;background:transparent!important}.et_pb_menu_1_tb_header .et_mobile_menu .sub-menu li a{padding:10px 14px 10px 22px!important;color:rgb(89 102 61 / .82)!important;font-size:14px;border-bottom:0!important}.et_pb_menu_1_tb_header .et_mobile_menu li.menu-aanmelden>a,.et_pb_menu_1_tb_header .et_mobile_menu li.menu-item-58>a,.et_pb_menu_1_tb_header .et_mobile_menu li>a[href$="/aanmelden/"]{margin-top:10px;padding:13px 18px!important;color:#ffffff!important;background:#815d82!important;border-bottom:0!important;border-radius:999px!important;text-align:center;box-shadow:0 8px 18px rgb(129 93 130 / .24)!important}.et_pb_menu_1_tb_header .et_mobile_menu li.menu-aanmelden>a:hover,.et_pb_menu_1_tb_header .et_mobile_menu li.menu-item-58>a:hover,.et_pb_menu_1_tb_header .et_mobile_menu li>a[href$="/aanmelden/"]:hover{color:#ffffff!important;background:#815d82!important}}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-has-children{position:relative}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-has-children>ul.sub-menu{top:100%!important;margin-top:0!important;transform:translateY(8px);z-index:99999!important;overflow:visible!important;pointer-events:auto!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-has-children>ul.sub-menu::before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px;background:#fff0}.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-has-children:hover>ul.sub-menu,.et_pb_menu_1_tb_header ul#menu-hoofdmenu>li.menu-item-has-children.et-show-dropdown>ul.sub-menu{visibility:visible!important;opacity:1!important;pointer-events:auto!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu li ul.sub-menu li,.et_pb_menu_1_tb_header ul#menu-hoofdmenu li ul.sub-menu li a{position:relative;z-index:2;pointer-events:auto!important}.et_pb_menu_1_tb_header ul#menu-hoofdmenu li ul.sub-menu li a{display:flex!important;width:100%!important;cursor:pointer}@media (min-width:981px){.et_pb_menu_1_tb_header ul#menu-hoofdmenu{transform:translateY(5px)}}@media (min-width:981px){.et_pb_menu_1_tb_header .et_pb_menu__logo-wrap{transform:translateY(3px)}}.et_pb_menu_0_tb_header.submenu,.et_pb_menu.submenu{width:100%!important;margin-left:auto!important;margin-right:0!important;background:transparent!important;text-align:right!important;visibility:visible!important;opacity:1!important}.et_pb_menu_0_tb_header.submenu .et_pb_menu_inner_container,.et_pb_menu_0_tb_header.submenu .et_pb_menu__wrap,.et_pb_menu_0_tb_header.submenu .et_pb_menu__menu,.et_pb_menu_0_tb_header.submenu .et-menu-nav,.et_pb_menu.submenu .et_pb_menu_inner_container,.et_pb_menu.submenu .et_pb_menu__wrap,.et_pb_menu.submenu .et_pb_menu__menu,.et_pb_menu.submenu .et-menu-nav{width:100%!important;max-width:none!important}.et_pb_menu_0_tb_header.submenu .et_pb_menu_inner_container,.et_pb_menu_0_tb_header.submenu .et_pb_menu__wrap,.et_pb_menu.submenu .et_pb_menu_inner_container,.et_pb_menu.submenu .et_pb_menu__wrap{display:flex!important;justify-content:flex-end!important;align-items:center!important}.et_pb_menu_0_tb_header.submenu .et_pb_menu__menu,.et_pb_menu_0_tb_header.submenu .et-menu-nav,.et_pb_menu.submenu .et_pb_menu__menu,.et_pb_menu.submenu .et-menu-nav{display:flex!important;justify-content:flex-end!important}.et_pb_menu_0_tb_header.submenu ul.et-menu,.et_pb_menu.submenu ul.et-menu{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:wrap;gap:8px;width:auto!important;margin:0 0 0 auto!important;padding:0!important;text-align:right!important;list-style:none!important}.et_pb_menu_0_tb_header.submenu ul.et-menu>li,.et_pb_menu.submenu ul.et-menu>li{margin:0!important;padding:0!important}.et_pb_menu_0_tb_header.submenu ul.et-menu>li>a,.et_pb_menu_0_tb_header.submenu ul.et_mobile_menu>li>a,.et_pb_menu.submenu ul.et-menu>li>a,.et_pb_menu.submenu ul.et_mobile_menu>li>a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px;min-height:32px;padding:7px 11px!important;color:rgb(255 255 255 / .92)!important;background:rgb(255 255 255 / .08)!important;border:1px solid rgb(255 255 255 / .12)!important;border-radius:999px!important;font-size:13px;font-weight:600;line-height:1!important;text-decoration:none;opacity:1!important;white-space:nowrap;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}.et_pb_menu_0_tb_header.submenu ul.et-menu>li>a:hover,.et_pb_menu_0_tb_header.submenu ul.et_mobile_menu>li>a:hover,.et_pb_menu.submenu ul.et-menu>li>a:hover,.et_pb_menu.submenu ul.et_mobile_menu>li>a:hover{color:#ffffff!important;background:rgb(255 255 255 / .16)!important;border-color:rgb(255 255 255 / .24)!important;transform:translateY(-1px)}.et_pb_menu_0_tb_header.submenu ul.et-menu>li>a::before,.et_pb_menu_0_tb_header.submenu ul.et_mobile_menu>li>a::before,.et_pb_menu.submenu ul.et-menu>li>a::before,.et_pb_menu.submenu ul.et_mobile_menu>li>a::before{content:"";flex:0 0 14px;width:14px;height:14px;display:inline-block;background:currentColor;opacity:.9;-webkit-mask:var(--submenu-icon) center / contain no-repeat;mask:var(--submenu-icon) center / contain no-repeat}.et_pb_menu_0_tb_header.submenu a[href*="/contact"],.et_pb_menu.submenu a[href*="/contact"]{--submenu-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 2v.3l8 5.2 8-5.2V7H4Zm0 10h16V9.7l-7.45 4.85a1 1 0 0 1-1.1 0L4 9.7V17Z'/%3E%3C/svg%3E")}.et_pb_menu_0_tb_header.submenu a[href*="veelgestelde-vragen"],.et_pb_menu.submenu a[href*="veelgestelde-vragen"]{--submenu-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 17.2a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm1.25-5.05v.55h-2.2v-.75c0-1.15.55-1.85 1.55-2.45.85-.5 1.35-.9 1.35-1.65 0-.82-.62-1.35-1.6-1.35-.9 0-1.65.42-2.35 1.15L8.65 8.2A4.8 4.8 0 0 1 12.5 6.55c2.25 0 3.8 1.25 3.8 3.15 0 1.65-.95 2.45-2.05 3.1-.7.42-1 .75-1 1.35Z'/%3E%3C/svg%3E")}.et_pb_menu_0_tb_header.submenu a[href*="ouderportaal"],.et_pb_menu.submenu a[href*="ouderportaal"]{--submenu-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a4.2 4.2 0 1 0 0-8.4 4.2 4.2 0 0 0 0 8.4Zm0-6.3a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2ZM4.2 20.4c.65-3.65 3.65-6.25 7.8-6.25s7.15 2.6 7.8 6.25H17.6c-.6-2.45-2.65-4.15-5.6-4.15s-5 1.7-5.6 4.15H4.2Z'/%3E%3C/svg%3E")}@media (max-width:1200px){.et_pb_section_0_tb_header,.et_pb_row_0_tb_header,.et_pb_column_1_tb_header,.et_pb_menu_0_tb_header.submenu,.et_pb_menu.submenu{display:flex!important;visibility:visible!important;opacity:1!important;height:auto!important;max-height:none!important;overflow:visible!important}.et_pb_column_1_tb_header,.et_pb_menu_0_tb_header.submenu,.et_pb_menu.submenu,.et_pb_menu_0_tb_header.submenu .et_pb_menu_inner_container,.et_pb_menu_0_tb_header.submenu .et_pb_menu__wrap,.et_pb_menu.submenu .et_pb_menu_inner_container,.et_pb_menu.submenu .et_pb_menu__wrap{width:100%!important;justify-content:flex-end!important;align-items:center!important;text-align:right!important}.et_pb_menu_0_tb_header.submenu .et_pb_menu__menu,.et_pb_menu.submenu .et_pb_menu__menu{display:none!important}.et_pb_menu_0_tb_header.submenu .et_mobile_nav_menu,.et_pb_menu_0_tb_header.submenu .mobile_nav,.et_pb_menu.submenu .et_mobile_nav_menu,.et_pb_menu.submenu .mobile_nav{display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;justify-content:flex-end!important;align-items:center!important;height:auto!important;overflow:visible!important;background:transparent!important}.et_pb_menu_0_tb_header.submenu .mobile_menu_bar,.et_pb_menu.submenu .mobile_menu_bar{display:none!important}.et_pb_menu_0_tb_header.submenu ul.et_mobile_menu,.et_pb_menu.submenu ul.et_mobile_menu{display:flex!important;position:static!important;visibility:visible!important;opacity:1!important;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;flex-wrap:nowrap!important;gap:7px!important;width:auto!important;max-width:100%!important;height:auto!important;margin:0 0 0 auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;list-style:none!important;text-align:right!important}.et_pb_menu_0_tb_header.submenu ul.et_mobile_menu>li,.et_pb_menu.submenu ul.et_mobile_menu>li{display:block!important;margin:0!important;padding:0!important;width:auto!important}.et_pb_menu_0_tb_header.submenu ul.et_mobile_menu>li.submenu-faq,.et_pb_menu.submenu ul.et_mobile_menu>li.submenu-faq{display:none!important}.et_pb_menu_0_tb_header.submenu ul.et_mobile_menu>li>a,.et_pb_menu.submenu ul.et_mobile_menu>li>a{min-height:31px!important;padding:7px 10px!important;font-size:12.5px!important;border-bottom:0!important}}@media (max-width:390px){.et_pb_menu_0_tb_header.submenu ul.et_mobile_menu>li:not(.submenu-faq)>a,.et_pb_menu.submenu ul.et_mobile_menu>li:not(.submenu-faq)>a{width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;font-size:0!important;gap:0!important}.et_pb_menu_0_tb_header.submenu ul.et_mobile_menu>li:not(.submenu-faq)>a::before,.et_pb_menu.submenu ul.et_mobile_menu>li:not(.submenu-faq)>a::before{width:14px!important;height:14px!important;flex-basis:14px!important;margin:0!important}}@media (max-width:980px){.et_pb_section_0_tb_header .et_pb_row_0_tb_header{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:10px;width:90%!important;max-width:90%!important}.et_pb_section_0_tb_header .et_pb_column_0_tb_header,.et_pb_section_0_tb_header .et_pb_column_1_tb_header{display:flex!important;align-items:center!important;margin-bottom:0!important;float:none!important;clear:none!important}.et_pb_section_0_tb_header .et_pb_column_0_tb_header{flex:0 0 auto!important;width:auto!important;max-width:34%!important;justify-content:flex-start!important}.et_pb_section_0_tb_header .et_pb_column_1_tb_header{flex:1 1 auto!important;width:auto!important;max-width:66%!important;justify-content:flex-end!important;text-align:right!important}.et_pb_section_0_tb_header .et_pb_social_media_follow_0_tb_header{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px;margin-bottom:0!important}.et_pb_section_0_tb_header .submenu{margin-left:auto!important;margin-bottom:0!important}}@media (max-width:390px){.et_pb_section_0_tb_header .et_pb_row_0_tb_header{gap:8px;width:94%!important;max-width:94%!important}.et_pb_section_0_tb_header .et_pb_column_0_tb_header{max-width:30%!important}.et_pb_section_0_tb_header .et_pb_column_1_tb_header{max-width:70%!important}}@media (max-width:980px){.et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container{width:90%!important;max-width:90%!important}.et_pb_fullwidth_header_0 .header-content{width:100%!important;max-width:none!important}}.gform_wrapper.gform-theme{--buitenhof-paars:#815d82;--buitenhof-groen:#59663d;--buitenhof-lichtgroen:#d8e6b1;--buitenhof-zacht:#f7f7f1;--buitenhof-border:rgba(89, 102, 61, .22);--gf-ctrl-bg-color:#f7f7f1;--gf-ctrl-border-color:rgba(89, 102, 61, .22);--gf-ctrl-border-radius:16px;--gf-ctrl-color:#364022;--gf-ctrl-focus-border-color:#815d82;--gf-ctrl-focus-shadow:0 0 0 4px rgba(129, 93, 130, .13);--gf-label-color-primary:inherit;--gf-label-color-secondary:inherit;--gf-color-primary:#815d82;max-width:100%;margin:0 auto 70px;padding:clamp(24px, 4vw, 46px);background:#fff;border:1px solid rgb(89 102 61 / .12);border-radius:28px;box-shadow:0 18px 45px rgb(0 0 0 / .08)}.gform_wrapper.gform-theme .gform_fields{row-gap:24px!important}.gform_wrapper.gform-theme .gfield{margin-bottom:0!important}.gform_wrapper.gform-theme .gfield_label,.gform_wrapper.gform-theme .gform-field-label,.gform_wrapper.gform-theme legend.gfield_label{color:inherit!important;font-size:15px!important;font-weight:700!important;line-height:1.3!important;margin-bottom:8px!important}.gform_wrapper.gform-theme .ginput_complex label,.gform_wrapper.gform-theme .gfield_description,.gform_wrapper.gform-theme .gform-field-label--type-sub,.gform_wrapper.gform-theme .gfield_date_format{color:inherit!important;opacity:.82;font-size:13px!important;font-weight:600!important;line-height:1.35!important;margin-bottom:6px!important}.gform_wrapper.gform-theme .gfield_required,.gform_wrapper.gform-theme .gfield_required_text{color:var(--buitenhof-paars)!important;font-size:12px!important;font-weight:700!important}.gform_wrapper.gform-theme input[type="text"],.gform_wrapper.gform-theme input[type="email"],.gform_wrapper.gform-theme input[type="tel"],.gform_wrapper.gform-theme input[type="url"],.gform_wrapper.gform-theme input[type="number"],.gform_wrapper.gform-theme input[type="date"],.gform_wrapper.gform-theme textarea,.gform_wrapper.gform-theme select,.gform_wrapper.gform-theme .gfield input,.gform_wrapper.gform-theme .gfield textarea,.gform_wrapper.gform-theme .gfield select{width:100%!important;min-height:48px!important;padding:13px 16px!important;color:#364022!important;background-color:var(--buitenhof-zacht)!important;background:var(--buitenhof-zacht)!important;border:1px solid var(--buitenhof-border)!important;border-radius:16px!important;box-shadow:none!important;font-size:15px!important;line-height:1.35!important;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.gform_wrapper.gform-theme textarea{min-height:150px!important;resize:vertical}.gform_wrapper.gform-theme input[type="text"]:focus,.gform_wrapper.gform-theme input[type="email"]:focus,.gform_wrapper.gform-theme input[type="tel"]:focus,.gform_wrapper.gform-theme input[type="url"]:focus,.gform_wrapper.gform-theme input[type="number"]:focus,.gform_wrapper.gform-theme input[type="date"]:focus,.gform_wrapper.gform-theme textarea:focus,.gform_wrapper.gform-theme select:focus,.gform_wrapper.gform-theme .gfield input:focus,.gform_wrapper.gform-theme .gfield textarea:focus,.gform_wrapper.gform-theme .gfield select:focus{background:#ffffff!important;background-color:#ffffff!important;border-color:var(--buitenhof-paars)!important;box-shadow:0 0 0 4px rgb(129 93 130 / .13)!important;outline:none!important}.gform_wrapper.gform-theme input::placeholder,.gform_wrapper.gform-theme textarea::placeholder{color:rgb(89 102 61 / .48)!important}.gform_wrapper.gform-theme select{cursor:pointer;appearance:auto}.gform_wrapper.gform-theme .gfield--type-date .ginput_container,.gform_wrapper.gform-theme .ginput_container_date{position:relative}.gform_wrapper.gform-theme .gfield--type-date input,.gform_wrapper.gform-theme .ginput_container_date input,.gform_wrapper.gform-theme input.datepicker,.gform_wrapper.gform-theme input.gform-datepicker,.gform_wrapper.gform-theme input.hasDatepicker{padding-right:44px!important;background-color:var(--buitenhof-zacht)!important;border-radius:16px!important}.gform_wrapper.gform-theme .gfield--input-type-datepicker.gfield--datepicker-no-icon .ginput_container_date::after,.gform_wrapper.gform-theme .ginput_container_date::after{content:"";position:absolute;right:15px;top:50%;width:17px;height:17px;transform:translateY(-50%);opacity:.72;pointer-events:none;background:#815d82;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v2H5a3 3 0 0 0-3 3v11a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3h-2V2h-2v2H9V2H7Zm12 8H5v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-8ZM6 6h12a1 1 0 0 1 1 1v1H5V7a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v2H5a3 3 0 0 0-3 3v11a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3h-2V2h-2v2H9V2H7Zm12 8H5v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-8ZM6 6h12a1 1 0 0 1 1 1v1H5V7a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E") center / contain no-repeat}.gform_wrapper.gform-theme .gfield--type-checkbox .gfield_checkbox{display:grid;gap:9px;margin-top:8px}.gform_wrapper.gform-theme .gchoice{display:flex;align-items:center;gap:9px}.gform_wrapper.gform-theme .gchoice input[type="checkbox"]{width:18px!important;height:18px!important;min-height:18px!important;flex:0 0 18px;padding:0!important;margin:0!important;accent-color:var(--buitenhof-paars);cursor:pointer}.gform_wrapper.gform-theme .gchoice label{color:inherit!important;opacity:.88;font-size:15px!important;font-weight:600!important;line-height:1.35!important;cursor:pointer}.gform_wrapper.gform-theme .gsection{margin-top:14px!important;padding:24px 0 12px!important;border-bottom:2px solid rgb(216 230 177 / .75)!important}.gform_wrapper.gform-theme .gsection_title,.gform_wrapper.gform-theme .gsection h3{font-family:'Noteworthy',cursive!important;color:var(--buitenhof-paars)!important;font-size:clamp(22px, 2.4vw, 28px)!important;font-weight:400!important;line-height:1.2!important;letter-spacing:.01em;margin:0 0 8px!important}.gform_wrapper.gform-theme .gsection_description{color:inherit!important;opacity:.82;font-size:15px!important;line-height:1.55!important;margin:0!important}.gform_wrapper.gform-theme .gform_footer{margin-top:28px!important;padding-top:0!important}.gform_wrapper.gform-theme .gform_footer input[type="submit"],.gform_wrapper.gform-theme input.gform_button.button,.gform_wrapper.gform-theme .gform_button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:50px!important;padding:0 30px!important;color:#ffffff!important;background:var(--buitenhof-paars)!important;background-color:var(--buitenhof-paars)!important;border:0!important;border-radius:5px!important;box-shadow:0 10px 22px rgb(129 93 130 / .28)!important;font-size:16px!important;font-weight:700!important;line-height:1!important;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.gform_wrapper.gform-theme .gform_footer input[type="submit"]:hover,.gform_wrapper.gform-theme input.gform_button.button:hover,.gform_wrapper.gform-theme .gform_button:hover{background:var(--buitenhof-paars)!important;background-color:var(--buitenhof-paars)!important;color:#ffffff!important;transform:translateY(-1px);box-shadow:0 14px 28px rgb(129 93 130 / .36)!important}.gform_wrapper.gform-theme .gform_validation_errors{margin-bottom:24px!important;padding:18px 20px!important;background:rgb(129 93 130 / .08)!important;border:1px solid rgb(129 93 130 / .22)!important;border-radius:18px!important;box-shadow:none!important}.gform_wrapper.gform-theme .gform_validation_errors h2,.gform_wrapper.gform-theme .validation_message,.gform_wrapper.gform-theme .gfield_validation_message{color:var(--buitenhof-paars)!important}.gform_wrapper.gform-theme .gfield_error input,.gform_wrapper.gform-theme .gfield_error textarea,.gform_wrapper.gform-theme .gfield_error select{border-color:var(--buitenhof-paars)!important;background:rgb(129 93 130 / .05)!important}.ui-datepicker{padding:12px!important;background:#ffffff!important;border:1px solid rgb(89 102 61 / .14)!important;border-radius:18px!important;box-shadow:0 18px 42px rgb(0 0 0 / .16)!important;font-family:inherit!important;z-index:999999!important}.ui-datepicker .ui-datepicker-header{background:#59663d!important;color:#ffffff!important;border:0!important;border-radius:12px!important;padding:8px 0!important}.ui-datepicker .ui-datepicker-title,.ui-datepicker .ui-datepicker-title select{color:#ffffff!important;font-weight:700!important}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{top:8px!important;border-radius:999px!important;cursor:pointer}.ui-datepicker table{margin:10px 0 0!important}.ui-datepicker th{color:#59663d!important;font-size:12px!important;font-weight:700!important;padding:6px 4px!important}.ui-datepicker td a,.ui-datepicker td span{border:0!important;border-radius:999px!important;text-align:center!important;color:#59663d!important;background:transparent!important;padding:7px!important}.ui-datepicker td a:hover,.ui-datepicker .ui-state-active{color:#ffffff!important;background:#815d82!important}@media (max-width:980px){.gform_wrapper.gform-theme{margin-bottom:48px;padding:24px;border-radius:22px}.gform_wrapper.gform-theme .gform_fields{row-gap:20px!important}.gform_wrapper.gform-theme input[type="text"],.gform_wrapper.gform-theme input[type="email"],.gform_wrapper.gform-theme input[type="tel"],.gform_wrapper.gform-theme input[type="url"],.gform_wrapper.gform-theme input[type="number"],.gform_wrapper.gform-theme input[type="date"],.gform_wrapper.gform-theme textarea,.gform_wrapper.gform-theme select,.gform_wrapper.gform-theme .gfield input,.gform_wrapper.gform-theme .gfield textarea,.gform_wrapper.gform-theme .gfield select{min-height:46px!important;border-radius:14px!important}.gform_wrapper.gform-theme .gform_footer input[type="submit"],.gform_wrapper.gform-theme input.gform_button.button,.gform_wrapper.gform-theme .gform_button{width:100%!important;border-radius:5px!important}}@media (max-width:480px){.gform_wrapper.gform-theme{padding:20px;border-radius:18px}}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
.mfp-wrap .mfp-container button:hover{background:transparent!important}.mfp-wrap .mfp-arrow:active{position:absolute;top:50%}.mfp-wrap .mfp-close:active{position:absolute;top:-10px}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after,.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{font-family:ETmodules;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mfp-fade.mfp-bg{opacity:.001;transition:all .5s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-fade .mfp-wrap .mfp-content{opacity:.001;transition:all .5s ease-out}.mfp-bg{z-index:1000000;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1000001;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.55;filter:alpha(opacity=55);margin:0;top:50%;margin-top:-32px;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow-left{left:10px}.mfp-arrow-right{right:10px}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-arrow{background:none!important;margin-top:-32px!important;line-height:1em!important}.mfp-arrow,.mfp-arrow:after{width:48px!important;height:48px!important}.mfp-arrow:after{margin:0!important;top:0!important;border:none!important}.mfp-arrow-left{left:0!important}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after,.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border:none;font-size:64px;color:#fff}.mfp-arrow-left:before,.mfp-arrow-right:before{display:none}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{content:"4"}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{content:"5"}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{font-size:64px;font-family:Open Sans,Arial,sans-serif;font-weight:200;top:-10px;opacity:.2}.mfp-iframe-holder .mfp-close:hover,.mfp-image-holder .mfp-close:hover{opacity:1}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}