.breakdance .bde-section{position:relative;width:100%;background-position:center center;background-size:cover}.breakdance .bde-section .section-container{max-width:var(--bde-section-width);background-size:cover;position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin:0 auto;padding:var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding)}.breakdance .bde-section .section-shape-divider-wrapper{position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;pointer-events:none}.breakdance .bde-section .section-shape-divider-wrapper .section-shape-divider svg{position:absolute;color:#000;width:100%;height:320px;left:0;right:0;top:0}.breakdance .bde-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}.breakdance .bde-div.blog_info_box{width:100%;position:relative;display:block;background:var(--prim-bkg,#D6F2E5);border-radius:25px;padding:20px 35px 20px 50px}.breakdance .bde-div.blog_info_box:not(:last-child){margin-bottom:42px}.breakdance .bde-div.blog_info_box::before{content:"";display:block;width:7px;height:calc(100% - 40px);position:absolute;background-color:var(--prim);left:20px;top:50%;border-radius:100rem;transform:translateY(-50%)}.breakdance .bde-div.blog_info_box .blog_info_box_titel{color:var(--title-color,#00192B);font-weight:var(--font-bold,700);font-size:var(--font-size-h4,18px);margin-bottom:8px}.breakdance .bde-div.blog_info_box .blog_info_box_tekst{color:var(--text-color,#505050);font-size:var(--font-size-p,18px);line-height:var(--line-height-p,30px)}.breakdance .bde-div.blog_info_box .blog_info_box_tekst>*:last-child{margin-bottom:0}.breakdance .bde-rich-text{max-width:100%;color:var(--bde-text-color,var(--bde-body-text-color))}.breakdance .bde-rich-text>:last-child li:last-child>p{margin-bottom:0}.breakdance .bde-rich-text img.aligncenter{display:block;margin:auto}.breakdance .bde-rich-text img.alignleft{float:left}.breakdance .bde-rich-text img.alignright{float:right}.breakdance .bde-div.faq_sectie{width:100%}.breakdance .bde-div.faq_sectie .faq_sectie_grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:40px 60px}.breakdance .bde-div.faq_sectie .faq_sectie_grid.is-single{grid-template-columns:1fr}.breakdance .bde-div.faq_sectie .faq_sectie_category_header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-bottom:8px;padding:0 0 16px;border:0;border-bottom:1px solid var(--bkg-light,#f2f2f2);border-radius:0;outline:0;background:none;appearance:none;-webkit-appearance:none;font-family:inherit;font-size:inherit;text-align:left;cursor:pointer}.breakdance .bde-div.faq_sectie .faq_sectie_badge .faq_sectie_chevron{transition:transform 200ms ease}.breakdance .bde-div.faq_sectie .faq_sectie_category.is-open .faq_sectie_badge .faq_sectie_chevron{transform:rotate(180deg)}.breakdance .bde-div.faq_sectie .faq_sectie_category_title{margin:0;color:var(--title-color,#00192b);font-size:var(--font-size-h4,18px);font-weight:var(--font-weight-h4,700)}.breakdance .bde-div.faq_sectie .faq_sectie_badge{display:inline-flex;align-items:center;justify-content:center;flex:none;width:28px;height:28px;border-radius:50%;background:var(--prim-bkg,#d6f2e5);color:var(--prim,#00ae5e)}.breakdance .bde-div.faq_sectie .faq_sectie_list{display:grid;grid-template-rows:0fr;transition:grid-template-rows 300ms ease}.breakdance .bde-div.faq_sectie .faq_sectie_category.is-open .faq_sectie_list{grid-template-rows:1fr}.breakdance .bde-div.faq_sectie .faq_sectie_list_inner{overflow:hidden;min-height:0}.breakdance .bde-div.faq_sectie .faq_sectie_item{border-bottom:1px solid var(--bkg-light,#f2f2f2)}.breakdance .bde-div.faq_sectie .faq_sectie_question{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px 4px;border:0;border-radius:0;outline:0;background:none;appearance:none;-webkit-appearance:none;color:var(--title-color,#00192b);font-family:inherit;font-size:var(--font-size-p,16px);font-weight:var(--font-bold,600);text-align:left;cursor:pointer}.breakdance .bde-div.faq_sectie .faq_sectie_question .faq_sectie_chevron{flex:none;color:var(--text-color-light,#6a6f78);transition:transform 200ms ease}.breakdance .bde-div.faq_sectie .faq_sectie_item.is-open .faq_sectie_question .faq_sectie_chevron{transform:rotate(180deg)}.breakdance .bde-div.faq_sectie .faq_sectie_answer{max-height:0;overflow:hidden;transition:max-height 250ms ease}.breakdance .bde-div.faq_sectie .faq_sectie_answer_inner{padding:0 24px 16px 4px;color:var(--text-color,#505050);font-size:14px;line-height:1.6}@media (max-width:767px){.breakdance .bde-div.faq_sectie .faq_sectie_grid{grid-template-columns:1fr;gap:32px}}