@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:#00934a;font-size:2rem;display:flex;align-items:center;line-height:1.25;font-weight:600}.AMPEr_modal_text{margin:1rem 0}.AMPEr_modal.right{transform:translate(150%);-webkit-animation:AMPEr-slide-right .3s forwards;-webkit-animation-delay:.3s;animation:AMPEr-slide-right .3s forwards;animation-delay:.3s}.AMPEr_modal.left{transform:translate(-150%);-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:#00934a;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:#007a3d}.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 #00934a;color:#00934a}.AMPEr_btn--settings:hover,.AMPEr_btn--settings:focus,.AMPEr_btn--info:hover,.AMPEr_btn--info:focus{background:transparent;border-color:#007a3d;color:#007a3d}.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:#007a3d}.AMPEr_icon--gear svg{display:block;fill:#00934a;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:#00934a}.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:#007a3d}.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:#007a3d;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{transform:translate(0)}}@keyframes AMPEr-slide-right{to{transform:translate(0)}}@-webkit-keyframes AMPEr-slide-left{to{transform:translate(0)}}@keyframes AMPEr-slide-left{to{transform:translate(0)}}#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}*{box-sizing:border-box}.container-fluid,.container{max-width:1920px;padding:0 1.25rem;margin-right:auto;margin-left:auto;width:100%}.container-smaller{padding:0 17.5rem}.container--small{max-width:107.5rem}.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){.container{padding:0 2.5rem}.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){.container{padding:0 8.75rem}.container-smaller{padding:0 17.5rem}.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.25rem;padding-left:1.25rem}.row{margin-left:-1.25rem;margin-right:-1.25rem}.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:#00934A;color:#fff;font-weight:700;top:0;left:0;padding:4px;position:absolute;transition:transform .1s;transform:translate(-110%);z-index:990}.skip-link:focus{transform:translate(0)}html{scroll-behavior:smooth}.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:neulis-sans,sans-serif}html{font-size:16px}@media (max-width: 1940px) and (min-width: 1025px){html{font-size:.824742vw}}@media (max-width: 1024px){html{font-size:14px}}@media (max-width: 760px){html{font-size:16px}}.block--one-column.list-styles li,.block--two-column.list-styles li{list-style-image:url(/build/assets/list_arrow-ceaf04a4.svg);font-size:45px}.block--one-column.list-styles li::marker,.block--two-column.list-styles li::marker{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto 0}h1,h2,h3,h4,h5,h6{margin-top:0;letter-spacing:.05rem}.block__text h1,.block__text h2,.block__text h3{margin-top:2rem;font-size:2rem;line-height:1.1875;letter-spacing:.05em;color:#00934a;font-weight:400;text-transform:uppercase;margin-bottom:2.625rem}@media (max-width: 1024px){.block__text h1,.block__text h2,.block__text h3{font-size:1.75rem;margin-bottom:1.75rem}}@media (max-width: 760px){.block__text h1,.block__text h2,.block__text h3{font-size:1.5rem;margin-bottom:1.5rem}}@media (max-width: 760px){.block__text>*+h1,.block__text>*+h2,.block__text>*+h3{margin-top:2rem}.block__text>h1:first-child,.block__text>h2:first-child,.block__text>h3:first-child{margin-top:0}}.block__text h3{font-size:1.75rem}@media (max-width: 760px){.block__text h3{font-size:1.25rem}}strong,b{font-weight:400}p{font-size:1.375rem;line-height:1.75;font-weight:300;margin:0;color:#5b615e}p+p{margin-top:1.375rem}@media (max-width: 1024px){p{font-size:1.25rem}}@media (max-width: 760px){p{font-size:1.125rem}}p.introduction{font-weight:200;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}@media (max-width: 1024px) and (min-width: 761px){.block--red-home .row>div{display:flex;align-items:center}.block--red-home .row>div:last-of-type{margin-left:0;width:58.3333333333%;max-width:58.3333333333%;flex-basis:58.3333333333%}}@media (max-width: 1024px) and (min-width: 761px){.block--maps-home .row>div:last-of-type{margin-left:0;width:58.3333333333%;max-width:58.3333333333%;flex-basis:58.3333333333%}}.block__buttons{margin-top:3.875rem}.block__buttons button,.block__buttons a{margin-right:1.25rem;margin-top:.5rem}@media (max-width: 760px){.block__buttons button,.block__buttons a{margin-right:.5rem}}@media (max-width: 760px){.block__buttons{margin-top:.5rem}}.block__buttons button:last-of-type,.block__buttons a:last-of-type{margin-right:0}.block__buttons:has(button:nth-child(2)) button:last-of-type,.block__buttons:has(button:nth-child(2)) a:last-of-type,.block__buttons:has(a:nth-child(2)) button:last-of-type,.block__buttons:has(a:nth-child(2)) a:last-of-type{margin-bottom:1rem}.btn{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;align-items:center;background-color:#fff;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:1.5rem;font-weight:500;line-height:1;justify-content:center;margin:0;padding:.95rem 1.5rem .8rem;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;min-width:240px;text-transform:uppercase;position:relative;letter-spacing:.02em}.btn:hover,.btn:focus{color:inherit}.btn:active{background-color:#f0f0f1;color:#000000a6}.btn-reset{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer}.btn--primary{padding:1rem .75rem .875rem;background-color:#00934a;color:#fff!important;transition:background-color .15s ease;font-size:1.25rem;line-height:1.5rem;letter-spacing:.05rem;position:relative}@media (max-width: 760px){.btn--primary{padding:.75rem .8rem .6rem;font-size:1rem;margin-top:2px}}.btn--primary:hover,.btn--primary:focus{background-color:#007a3d}.btn--secondary{color:#5b615e;background-color:#fff;letter-spacing:.125rem;padding-top:1rem;padding:.875rem 1.125rem;font-size:1.25rem}@media (max-width: 760px){.btn--secondary{padding:.6rem;font-size:1rem}}.btn--secondary:hover,.btn--secondary:focus{background-color:#f2f2f2}.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__wrap .left_gradient{position:absolute;width:1.25rem;height:auto;top:calc(50% - 200px);left:0;bottom:calc(50% - 350px);background:linear-gradient(to bottom,#adaeb2,#00934A)}@media (max-width: 1024px){.form__wrap .left_gradient{display:none}}.form__title{margin-bottom:.75rem}.form__description{margin-bottom:1rem}.form__error-message{color:#f31100;margin-bottom:1rem;font-size:1.4rem}.form__succes-message{color:#428959;margin-bottom:1rem}.form--sending{opacity:.7;pointer-events:none}.form__error{color:#f31100;font-size:1.3rem}.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%}@media (max-width: 760px){.form__group.w-75,.form__button.w-75{width:100%}}.form__group.w-66,.form__button.w-66{width:66%}@media (max-width: 760px){.form__group.w-66,.form__button.w-66{width:100%}}.form__group.w-50,.form__button.w-50{width:50%}@media (max-width: 760px){.form__group.w-50,.form__button.w-50{width:100%}}.form__group.w-33,.form__button.w-33{width:33%}@media (max-width: 760px){.form__group.w-33,.form__button.w-33{width:50%}}.form__group.w-25,.form__button.w-25{width:25%}@media (max-width: 760px){.form__group.w-25,.form__button.w-25{width:50%}}.form__group{margin-bottom:3.625rem}@media (max-width: 1024px){.form__group{margin-bottom:1.25rem}}.form__button{display:flex;align-items:flex-end;justify-content:flex-end}.form__required{font-size:100%;top:unset;z-index:unset;top:-.2em;left:-.1em}.form__controls{text-align:left;position:relative;margin-bottom:5px}.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 input[type=password],.form__controls textarea,.form__controls select{line-height:1.5;border:1px solid #c6c6c6;color:#5b615e;font-family:inherit;font-size:1.125rem;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 input[type=password]:focus,.form__controls input[type=password]: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 input[type=password]:focus+label,.form__controls input[type=password]: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}@media (max-width: 1024px){.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 input[type=password],.form__controls textarea,.form__controls select{font-size:1rem}}.form__controls label{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:60%;color:#fff;font-weight:300;font-size:1.375rem;display:inline-block;transition:all .3s;margin-bottom:1rem}.form__controls label.active{color:#555;width:auto}@media (max-width: 1024px){.form__controls label{max-width:80%}}@media (max-width: 760px){.form__controls label{max-width:100%}}.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;bottom:1.25rem;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{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:60%;color:#fff;font-weight:300;font-size:1rem;display:inline-block;transition:all .3s}.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{color:#555;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:#fff;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 #00934a;transform-origin:bottom left}.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}.custom-check{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;display:grid;grid-template-columns:1em auto;gap:.5em;cursor:pointer}.custom-check:hover input{border-color:#a3a1a1}.custom-check 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}.custom-check input:before{content:"";width:.55em;height:.55em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #00934a;transform-origin:bottom left}.custom-check input:checked:before{transform:scale(1)}.custom-check input:focus{outline:max(2px,.15em) solid currentColor;outline-offset:max(2px,.15em)}.img{width:100%;height:auto;display:block}.img.banner{height:23.875rem;-o-object-fit:cover;object-fit:cover;-o-object-position:100% 55%;object-position:100% 55%}@media (max-width: 1024px){.img.banner{height:220px}}.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)}}.loader{width:7.5rem;height:20px;-webkit-mask:linear-gradient(90deg,#000 70%,rgba(0,0,0,0) 0) left/20% 100%;background:linear-gradient(#00934A 0 0) left -25% top 0/20% 100% no-repeat #ddd;-webkit-animation:l7 1s infinite steps(6);animation:l7 1s infinite steps(6)}@-webkit-keyframes l7{to{background-position:right -25% top 0}}@keyframes l7{to{background-position:right -25% top 0}}@media (max-width: 760px){.block--two-column .row>div{margin-top:10px;margin-bottom:10px}}@media (min-width: 760px){.block--two-column,.block--one-column{padding-top:5rem;padding-bottom:5rem}}@media (max-width: 760px){.block--two-column,.block--one-column{padding-top:2.5rem;padding-bottom:2.5rem}}@media (min-width: 760px){.block--two-column.has-custom-padding,.block--one-column.has-custom-padding{padding-top:unset;padding-bottom:unset}}@media (max-width: 760px){.block--two-column.has-custom-padding,.block--one-column.has-custom-padding{padding-top:0;padding-bottom:0}}@media (min-width: 760px){.block--two-column.has-custom-padding-top,.block--one-column.has-custom-padding-top{padding-top:unset}}@media (max-width: 760px){.block--two-column.has-custom-padding-top,.block--one-column.has-custom-padding-top{padding-top:0}}@media (min-width: 760px){.block--two-column.has-custom-padding-bottom,.block--one-column.has-custom-padding-bottom{padding-bottom:unset}}@media (max-width: 760px){.block--two-column.has-custom-padding-bottom,.block--one-column.has-custom-padding-bottom{padding-bottom:0}}@media (min-width: 760px){.block--two-column.no-universal-padding,.block--one-column.no-universal-padding{padding-top:unset;padding-bottom:unset}}@media (max-width: 760px){.block--two-column.no-universal-padding,.block--one-column.no-universal-padding{padding-top:0;padding-bottom:0}}@media (max-width: 760px){.block--two-column .hide-mobile,.block--one-column .hide-mobile{display:none}}@media (max-width: 760px){.block--two-column.hide-img{padding-top:10px!important;padding-bottom:10px!important}.block--two-column.hide-img .inner{padding:0!important;margin:0!important}}@media (max-width: 760px){.block--two-column.hide-img .block--two-column .row>div:first-of-type{margin-bottom:10px!important}}@media (max-width: 760px){.block--two-column.hide-img .block--two-column.block--m23bqmhl .row>div:first-of-type{margin-bottom:0!important}}.block--two-column.hide-img.gradient{position:relative}.block--two-column.hide-img.gradient:before{content:"";width:1.25rem;height:calc(100% - 13.75rem);top:6.25rem;bottom:7.5rem;position:absolute}@media (max-width: 760px){.block--two-column.hide-img.gradient:before{content:none}}.block--two-column.hide-img.gradient.top-bottom:before{background:linear-gradient(to top,#00934A,#adaeb2)}.block--two-column.hide-img.gradient.bottom-top:before{background:linear-gradient(to bottom,#00934A,transparent)}.block--two-column.hide-img.gradient.left:before{left:0}.block--two-column.hide-img.gradient.right:before{right:0}.block--two-column.hide-img h1,.block--two-column.hide-img h2,.block--two-column.hide-img h3{font-weight:200}.block--two-column.hide-img h1 b,.block--two-column.hide-img h1 strong,.block--two-column.hide-img h2 b,.block--two-column.hide-img h2 strong,.block--two-column.hide-img h3 b,.block--two-column.hide-img h3 strong{font-weight:400}.block--two-column.hide-img.underlined-headings h1,.block--two-column.hide-img.underlined-headings h2,.block--two-column.hide-img.underlined-headings h3{color:#00934a;position:relative;font-weight:400;margin-top:0}.block--two-column.hide-img.underlined-headings h1 b,.block--two-column.hide-img.underlined-headings h1 strong,.block--two-column.hide-img.underlined-headings h2 b,.block--two-column.hide-img.underlined-headings h2 strong,.block--two-column.hide-img.underlined-headings h3 b,.block--two-column.hide-img.underlined-headings h3 strong{font-weight:500}.block--two-column.hide-img.underlined-headings h1:after,.block--two-column.hide-img.underlined-headings h2:after,.block--two-column.hide-img.underlined-headings h3:after{content:"";position:absolute;width:85%;height:1px;background-color:#00934a;bottom:-.75rem;left:0}@media (max-width: 760px){.block--two-column.hide-img.underlined-headings h1:after,.block--two-column.hide-img.underlined-headings h2:after,.block--two-column.hide-img.underlined-headings h3:after{width:100%}}.block--two-column.hide-img.underlined-headings.alt h1,.block--two-column.hide-img.underlined-headings.alt h2,.block--two-column.hide-img.underlined-headings.alt h3{font-weight:200;margin-bottom:4rem}@media (max-width: 1024px){.block--two-column.hide-img.underlined-headings.alt h1,.block--two-column.hide-img.underlined-headings.alt h2,.block--two-column.hide-img.underlined-headings.alt h3{margin-bottom:20px}}.block--two-column.hide-img.underlined-headings.alt h1 b,.block--two-column.hide-img.underlined-headings.alt h1 strong,.block--two-column.hide-img.underlined-headings.alt h2 b,.block--two-column.hide-img.underlined-headings.alt h2 strong,.block--two-column.hide-img.underlined-headings.alt h3 b,.block--two-column.hide-img.underlined-headings.alt h3 strong{font-weight:400}.block p a{color:#00934a;text-decoration:none}.block p a:hover{text-decoration:underline}@media (min-width: 760px){.block--has-bg{padding-top:5rem;padding-bottom:5rem}}@media (max-width: 760px){.block--has-bg{padding-top:2.5rem;padding-bottom:2.5rem}}.block--has-bg.bg-colored{position:relative;background-color:#00934a}.block--has-bg.bg-colored .row{position:relative;z-index:1}.block--has-bg.bg-colored .block__text h1,.block--has-bg.bg-colored .block__text h2,.block--has-bg.bg-colored .block__text h3,.block--has-bg.bg-colored .block__text p{color:#fff}.block--has-bg.bg-colored .block__text p a{color:inherit}.block--has-bg.bg-colored.bg-blue{background-color:#00934a;margin-top:-5rem}.block--has-bg.bg-colored.bg-blue p{color:#fff}.splide{max-height:37.5rem;overflow:hidden;position:relative}.splide__slide{position:relative;height:37.5rem}.splide__slide__bg .img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:0% 55%;object-position:0% 55%}@media screen and (min-width: 760px){.splide__slide.overlay:after{content:"";position:absolute;width:100%;height:calc(100% + 2px);top:auto;left:0;right:0;bottom:0;z-index:-1;mix-blend-mode:multiply;background-image:url(/build/assets/bsg-overlay-7da8439a.png);background-position:0% 0%;background-size:cover;pointer-events:none;background-repeat:no-repeat}}@media screen and (min-width: 1024px){.splide__slide.overlay:after{z-index:0}}@media screen and (min-width: 760px){.splide__slide.gradient:before{content:"";z-index:3;position:absolute;left:0;width:1.25rem;height:calc(100% - 100px);top:50px;bottom:50px;background:linear-gradient(to bottom,#adaeb2,#00934A)}}@media screen and (min-width: 1024px){.splide__slide.gradient:before{width:2.5rem}}.splide__slide__content{position:absolute;z-index:1;bottom:5rem;left:15.675rem}@media (max-width: 1024px){.splide__slide__content{position:relative;display:flex;height:100%;align-items:center}}@media (max-width: 760px){.splide__slide__content{position:relative;display:flex;height:100%;align-items:center}}.splide__slide__content h1,.splide__slide__content h2,.splide__slide__content p{color:#fff;font-size:3.875rem;letter-spacing:.05em;line-height:1.25;font-weight:200;text-transform:uppercase;margin:0}.splide__slide__content h1 strong,.splide__slide__content h1 b,.splide__slide__content h2 strong,.splide__slide__content h2 b,.splide__slide__content p strong,.splide__slide__content p b{font-weight:400}@media (max-width: 760px){.splide__slide__content h1,.splide__slide__content h2,.splide__slide__content p{font-size:2.5rem;letter-spacing:.05em;line-height:1.11;font-weight:200}.splide__slide__content h1 strong,.splide__slide__content h1 b,.splide__slide__content h2 strong,.splide__slide__content h2 b,.splide__slide__content p strong,.splide__slide__content p b{font-weight:400}}@media (max-width: 760px){.splide__slide__content:after{content:"";position:absolute;width:100%;height:calc(100% + 2px);top:auto;left:0;right:0;bottom:0;z-index:-1;mix-blend-mode:multiply;background-image:url(/build/assets/bsg-overlay-7da8439a.png);background-size:cover;background-position:bottom;pointer-events:none;background-repeat:no-repeat}}.splide__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;padding:1rem}.splide__arrow svg{width:3rem;display:block;height:auto}.splide__arrow svg polygon{transition:fill .1s ease}.splide__arrow svg polygon:first-of-type{fill:#00934a!important}.splide__arrow--prev{left:2.125rem}.splide__arrow--next{right:2.125rem}@media (max-width: 760px){.splide__arrow--prev{left:1rem}.splide__arrow--next{right:1rem}}.splide__arrow:hover svg polygon:first-of-type,.splide__arrow:focus svg polygon:first-of-type{fill:#00934a!important}.splide__pagination{display:none!important}@media (max-width: 1024px){.block--introduction .splide{margin-left:-2.5rem;margin-right:-2.5rem;margin-bottom:2.5rem}.block--introduction .splide__slide{height:300px}.block--introduction .splide__slide__bg{position:absolute;z-index:-1;height:100%;left:0;right:0;top:0;bottom:0}.block--introduction .splide__slide__bg .img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.block--introduction .splide__slide__content{bottom:0;left:0;padding:3rem}}@media (max-width: 1024px) and (max-width: 760px){.block--introduction .splide__slide__content{padding:3rem 1rem!important}}@media (max-width: 1024px){.block--introduction .splide__slide__content h1,.block--introduction .splide__slide__content h2{font-size:clamp(1rem,4vw + 1rem,3rem)}}@media (max-width: 1024px){.block--introduction .splide__arrow{padding:.5rem}.block--introduction .splide__arrow svg{width:1.5rem}.block--introduction .splide__arrow--prev{left:0}.block--introduction .splide__arrow--next{right:0}}@media (max-width: 760px){.block--introduction .splide{margin-left:-1.25rem;margin-right:-1.25rem}.block--introduction .splide__slide{height:unset;z-index:2;position:relative}.block--introduction .splide__slide__bg{position:absolute;z-index:-1;height:100%;left:0;right:0;top:0;bottom:0}.block--introduction .splide__slide__bg .img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.block--introduction .splide__slide__content{position:initial;padding:3rem}.block--introduction .splide__slide__content h1,.block--introduction .splide__slide__content h2{font-size:clamp(1rem,4vw + 1rem,3rem)}}.usp{background-color:#fff;width:100%;padding:3.25rem 8.75rem}.usp .splide.is-initialized:not(.is-active) .splide__list{display:flex}.usp.background{background-color:#5b615e!important}.usp.usp-block{background:transparent;position:relative}.usp.usp-block:after{content:"";position:absolute;width:1.25rem;height:100%;right:0;top:0;bottom:0;background:linear-gradient(to top,transparent 16.5%,#00934A 16.5%,#adaeb2 83.5%,transparent 83.5%);z-index:2}@media (max-width: 760px){.usp.usp-block:after{content:none}}@media (max-width: 1024px){.usp.usp-block .container{padding:0}}.usp.usp-block .container p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;padding-bottom:2.5rem;font-size:2rem;text-transform:uppercase;color:#fff}@media (max-width: 760px){.usp.usp-block .container p{font-size:1.125rem;max-width:90%;text-align:center}}.usp.usp-block .container .outer{width:100%}.usp.usp-block .container .usp__grid{align-items:start}.usp.usp-block .container .usp__item{width:9.375rem}@media (max-width: 760px){.usp.usp-block .container .usp__item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (min-width: 1920px){.usp.usp-block .container .usp__item{width:17.5rem}}.usp.usp-block .container .usp__item p{color:#fff}.usp.usp-block .container .usp__content{width:310px}.usp.usp-block .container .usp__content p{font-size:1.5rem;line-height:2rem;padding:0}@media (max-width: 760px){.usp.usp-block .container .usp__content p{padding:0;margin:auto 0;width:17.5rem;text-align:left}}@media (max-width: 1024px){.usp{width:100%;padding:2.5rem 0}.usp:before{content:"";height:.313rem;top:0rem}}@media (max-width: 760px){.usp{padding:1.25rem 0;width:100%}}.usp .splide{visibility:visible}@media (max-width: 1024px){.usp .splide{margin:0}}.usp .splide__track{padding:0 1rem}.usp .splide__slide{height:unset;-webkit-clip-path:none;clip-path:none}.usp .splide__slide:after{content:none}.usp__grid{display:flex;align-items:center;justify-content:space-between}.usp__item{display:flex;flex-direction:column;align-items:center}@media (max-width: 760px){.usp__item{flex-direction:row}}.usp__icon svg{width:6.75rem;display:block;height:auto}@media (max-width: 1024px){.usp__icon svg{width:3.5rem}}@media (max-width: 760px){.usp__icon svg{width:3rem}}.usp__content{margin-top:2rem;text-align:center;font-size:1.5rem;line-height:1.33;text-transform:uppercase;color:#00934a;letter-spacing:.05rem;width:100%}.usp__content p{letter-spacing:.08rem;font-weight:100}.usp__content p strong{display:block;font-weight:300}@media (max-width: 1024px){.usp__content{font-size:1rem}}@media (max-width: 760px){.usp__content{padding-top:.25rem;text-align:left;margin-top:0;margin-left:1rem;font-size:1rem}}.block__maps{overflow:hidden;height:27.25rem}.block__maps #js-maps{height:100%}.block--banner{padding-top:0;width:100%;position:relative}@media (max-width: 1024px){.block--banner .container{padding-left:0;padding-right:0}.block--banner .row{margin:0}.block--banner .c12-xs{padding:0}}@media (max-width: 1024px){.block--banner .banner__img{width:100%;height:100%}.block--banner .banner__img .img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}}.block--banner .banner__top{height:23.875rem;position:relative}@media (max-width: 1024px){.block--banner .banner__top{height:220px}}.block--banner .banner__top:before{content:"";width:100%;height:100%;top:0;left:0;position:absolute;background-image:url(/build/assets/bsg-overlay-7da8439a.png);mix-blend-mode:multiply}@media (max-width: 1024px){.block--banner .banner__top:before{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}}.block--banner .banner__top:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;top:0;background:rgb(0,0,0);background:linear-gradient(180deg,rgba(0,0,0,.33) 0%,rgba(0,0,0,0) 20%)}.block--banner .banner__top .banner__image .img{height:100%}.block--banner .banner__title{position:absolute;z-index:1;left:17.5rem;bottom:3.875rem}@media (max-width: 1024px){.block--banner .banner__title{left:0;top:auto;right:0;bottom:0;padding:3rem}}@media (max-width: 760px){.block--banner .banner__title{left:auto;right:auto;text-align:center;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;height:100%}}.block--banner .banner__title h1,.block--banner .banner__title p{color:#fff;margin-bottom:0;font-weight:300;text-transform:uppercase;font-size:4.125rem;line-height:1.21;letter-spacing:.05em}@media (max-width: 1024px){.block--banner .banner__title h1,.block--banner .banner__title p{font-size:clamp(1rem,4vw + 1rem,3rem)}}.block--banner .banner__section{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#00934a;margin-top:-9.375rem}@media (max-width: 1024px){.block--banner .banner__section{margin-top:-50px;border-top:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media (max-width: 1024px) and (min-width: 761px){.block--banner .banner__section{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media (max-width: 760px){.block--banner .banner__section{margin-top:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-top:none;padding-bottom:0!important}}@media (max-width: 760px){.block--banner .banner__section:not(:has(.banner__stock)){background-color:transparent}}.block--banner .banner__stock{margin:9.5rem 17.5rem 0;padding:6.25rem 0}@media (max-width: 1024px){.block--banner .banner__stock{margin:1rem 2.5rem 1.25rem;padding:5rem 0 2rem}}@media (max-width: 760px){.block--banner .banner__stock{margin:.5rem 1rem;padding-top:1.875rem}}.block--banner .banner__stock p{color:#fff;font-size:1.875rem;font-weight:200}@media (max-width: 1024px){.block--banner .banner__stock p{font-size:1.5rem}}@media (max-width: 760px){.block--banner .banner__stock p{font-size:1.125rem;text-align:center;line-height:1.4}}.block--banner .banner__stock .btn{background-color:#5b615e;color:#fff!important;padding:1.15625rem 1.25rem;font-size:1.25rem;line-height:1.5625rem;font-weight:300;position:relative;letter-spacing:.15rem}.block--banner .banner__stock .btn:after{content:"";width:100%;height:100%;z-index:1;position:absolute;top:0;right:0;background:linear-gradient(to right,rgba(0,0,0,0) 60%,rgba(0,0,0,.3) 100%);opacity:1}.block--banner .banner__stock .btn svg{right:1.5rem}.block--banner .banner__stock .btn:hover,.block--banner .banner__stock .btn:focus{background-color:#4f5451!important}.block--banner .banner__stock .btn:hover svg,.block--banner .banner__stock .btn:focus svg{right:1.25rem}.block--banner .banner__back{margin:9.5rem 17.5rem 0;padding:3.125rem 0}@media (max-width: 1024px){.block--banner .banner__back{margin-top:4.75rem;margin-left:1.25rem}}@media (max-width: 760px){.block--banner .banner__back{margin-top:0;margin-left:1rem;padding:2rem}}.block--banner .banner__back__link{display:flex;color:#fff;font-size:1.375rem;text-decoration:none;align-items:center;transition:color .15s ease}@media (max-width: 1024px){.block--banner .banner__back__link{font-size:1rem}}.block--banner .banner__back__link .text{margin-left:1rem;padding-top:.125rem}@media (max-width: 1024px){.block--banner .banner__back__link .text{margin-left:.5rem}}.block--banner .banner__back__link svg{width:1.375rem;height:auto;display:block;transition:transform .15s ease;rotate:180deg}@media (max-width: 1024px){.block--banner .banner__back__link svg{width:1.1rem}}.block--banner .banner__back__link svg .cls-1-arrow{fill:#fff}.block--banner .banner__back__link svg .cls-2-arrow{fill:#5b615e}.block--banner .banner__back__link:hover svg,.block--banner .banner__back__link:focus svg{transform:translate(.15rem)}.block--introduction{padding-top:0;padding-bottom:3.75rem}.block--introduction .container{position:relative}@media (max-width: 1024px){.block--introduction .container .row .v-center{display:flex;align-items:center}}@media (max-width: 760px){.block--introduction .container .row .v-center{display:block}}@media (max-width: 1024px){.block--introduction{padding-bottom:0}.block--introduction .block__text{margin-top:2rem}.block--introduction .container{padding:0}}.block--introduction .splide{margin:0}.block--introduction .introduction__inner{position:relative;z-index:2;margin-top:0}.block--introduction .introduction__inner .row{position:relative;z-index:1;margin-right:0}.block--introduction .introduction__inner .row .inner{padding-right:0}.block--introduction .introduction__slider{position:relative}@media (max-width: 1024px){.block--introduction .introduction__slider{margin-top:0;margin-bottom:0}}.block--introduction .usp{width:100%;max-width:1920px}@media (max-width: 1024px){.block--introduction .usp{margin:0;width:100%;max-width:100%}}.block--links{padding:0}.links{text-align:center}.links__title{font-size:2rem;color:#00934a;line-height:1.18;letter-spacing:.05em;text-transform:uppercase;font-weight:200;margin-bottom:3.125rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.links__title b,.links__title strong{font-weight:400}@media (max-width: 1024px){.links__title{font-size:1.75rem;margin-bottom:2rem}}@media (max-width: 760px){.links__title{font-size:1.5rem;margin-bottom:1.5rem}}.links__grid{display:grid;grid-gap:2.5rem;grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 1024px){.links__grid{grid-gap:3.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.links__grid{grid-gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}}.links__thumb{width:100%;aspect-ratio:1/1;height:100%;border-radius:100%;position:relative;display:block}.links__thumb:hover .links__thumb__img img,.links__thumb:focus .links__thumb__img img{transform:scale(1.05);transition:transform .3s ease-in-out}@media (max-width: 1024px){.links__thumb:hover .links__thumb__img img,.links__thumb:focus .links__thumb__img img{transform:none}}@media (max-width: 760px){.links__thumb:hover .links__thumb__img img,.links__thumb:focus .links__thumb__img img{transform:none}}.links__thumb__img{width:100%;height:100%;top:0;left:0;position:relative;border-radius:100%;overflow:hidden}.links__thumb__img:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80%;background:radial-gradient(farthest-corner at 20% 100%,#00934A,transparent 80%)}.links__thumb__img:before{content:"";position:absolute;z-index:2;bottom:0;right:0;width:100%;height:80%;background:radial-gradient(farthest-corner at 75% 100%,#adaeb2,transparent 80%)}.links__thumb__img .img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease-in-out}.links__thumb__link{position:absolute;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:100%}@media (max-width: 760px){.links__thumb__link{width:100%}}.links__thumb__link__content{padding:.85rem 1rem .75rem;background-color:#fffc;text-decoration:none;color:#5b615e;text-transform:uppercase;font-size:1.375rem;line-height:1;letter-spacing:.125rem;font-weight:300}.links__thumb__link__content b,.links__thumb__link__content strong{font-weight:400}@media (max-width: 1024px){.links__thumb__link__content{margin:0 auto;font-size:1.75rem;letter-spacing:.125rem}}@media (max-width: 760px){.links__thumb__link__content{width:100%;font-size:1rem;letter-spacing:.1rem;text-align:center;color:#5b615e}}.catalog__aside{padding-right:0}@media (min-width: 1025px){.catalog__aside{padding-right:5rem;display:block!important}}.catalog__filter .custom-check span{margin-top:.125rem}.catalog__filter__btn{padding-top:.75rem;padding-bottom:.25rem;font-size:1.125rem;width:100%;display:flex;align-items:center;color:#00934a}@media (max-width: 1024px){.catalog__filter__btn{font-size:16px}}.catalog__filter__chevron{padding-right:1rem}.catalog__filter__chevron svg{fill:currentColor;width:.5rem;margin-left:2px;height:auto;display:block;transform:rotate(90deg);transition:transform .15s ease}.catalog__filter__chevron.is-closed svg{transform:rotate(0)}.catalog__filter__head h2{text-transform:uppercase;font-size:1.375rem;letter-spacing:.05em;color:#00934a}@media (max-width: 760px){.catalog__filter__head h2{font-size:1.5rem;margin-bottom:0}}.catalog__filter__group{margin-bottom:.5rem;position:relative}.catalog__filter__group:after{display:block;content:"";height:1px;width:100%;background-color:#00934a;position:absolute;top:-.1rem}.catalog__filter__group--single{margin-top:1.5rem}.catalog__filter__group--single:after{display:none}.catalog__filter__group--button:after{display:none}.catalog__filter__group--button .btn--filter{margin-top:1rem;width:100%;background-color:#00934a;color:#fff;font-size:1rem;letter-spacing:.05em}.catalog__filter__group--button .btn--filter:hover,.catalog__filter__group--button .btn--filter:focus{background-color:#00743b}.catalog__filter__inner{padding-top:.5rem;padding-bottom:1rem;display:flex;flex-direction:column}@media (max-width: 1024px){.catalog__filter__inner--slider span,.catalog__filter__inner--range span{font-size:14px}}.catalog__filter__inner>div{display:flex;align-items:center}.catalog__filter__inner>div input{margin-right:.5rem}.catalog__filter__inner label{margin-bottom:.25rem;font-size:1.1rem;color:#00934a}@media (max-width: 1024px){.catalog__filter__inner label{font-size:16px}}.catalog__filter__price{display:flex}.catalog__filter__price input{font-size:.875rem;padding:.5rem;display:block;width:50%;border:1px solid #cecece;line-height:1.5}.catalog__noresults{color:#00934a;left:50%;top:50%;transform:translate(-50%,-50%);position:absolute;opacity:1;transition:opacity .2s ease-in}.catalog__noresults.is-loading{opacity:0}.catalog__filter .btn--apply,.catalog__filter .btn--close{display:none}@media (max-width: 1024px){.catalog__aside{width:100%;display:block;position:fixed;top:0;left:0;background:#fff;height:100dvh;z-index:1000;padding-top:20px;padding-left:20px;padding-bottom:20px}.catalog__filter{margin-top:0;height:100%}.catalog__filter__head{display:flex;justify-content:space-between;margin-right:20px;align-items:center;padding-bottom:20px;border-bottom:1px solid #00934A}.catalog__filter__list{height:calc(100% - 160px);display:block;overflow-y:auto;padding-right:20px}.catalog__filter__group--button{padding-top:20px}}@media (max-width: 1024px) and (max-width: 760px){.catalog__filter__group--button{left:20px;right:20px;bottom:1rem;position:absolute}}@media (max-width: 1024px){.catalog__filter .btn--close{width:30px;height:30px}}@media (max-width: 1024px){.catalog__filter .btn--apply,.catalog__filter .btn--close{display:block}}.catalog__mobile__button{display:none}@media (max-width: 1024px) and (min-width: 761px){.catalog__mobile__button{display:flex;justify-content:flex-end;margin-right:3rem}.catalog__mobile__button .btn{width:10rem}}@media (max-width: 760px){.catalog__mobile__button{display:block}.catalog__mobile__button .btn{width:100%;margin-top:0;margin-bottom:1.5rem}.catalog__mobile__button .btn:before{content:""}}.catalog__index{position:relative}.catalog__results{font-size:1.375rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;color:#00934a;margin-bottom:0}@media (max-width: 760px){.catalog__results{font-size:1.25rem;margin-bottom:0}}.catalog__loader{position:absolute;right:45%;top:15rem;z-index:2}.catalog__no-results{position:absolute;left:0;right:0;text-align:center;color:#97a5ac;font-size:1.125rem;top:15rem}@media (max-width: 760px){.catalog__no-results{position:initial;margin-top:3rem}}.catalog__grid{opacity:1;transition:opacity .2s ease-in;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5625rem;padding-top:.75rem}.catalog__grid--loading{opacity:0}@media (max-width: 1024px) and (min-width: 761px){.catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.catalog__grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;margin-bottom:2rem}}.catalog__card{display:block}.catalog__card__inner{position:relative;display:block;background-color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;text-decoration:none}.catalog__card__inner:hover .btn,.catalog__card__inner:focus .btn{background-color:#007a3d}.catalog__card__inner:hover .img,.catalog__card__inner:focus .img{transform:scale(1.02)}.catalog__card__inner:hover .catalog__card__link,.catalog__card__inner:focus .catalog__card__link{background-color:#363a38}.catalog__card__content{padding:1.5rem 1.25rem;flex-grow:1;display:flex;flex-direction:column}@media (max-width: 760px){.catalog__card__content{padding:1rem}}.catalog__card__top{display:flex;gap:3rem;align-items:flex-end;justify-content:space-between;position:relative;padding-bottom:1rem}.catalog__card__top:after{content:"";position:absolute;top:auto;bottom:0;background:linear-gradient(to right,rgba(173,173,178,.3137254902) 0%,#00934A 100%);width:100%;height:.175rem}.catalog__card__title p{color:#00934a}.catalog__card__link{padding:.75rem 1rem;text-transform:uppercase;line-height:1;letter-spacing:.075rem;font-weight:200;text-decoration:none;color:#fff;background-color:#5b615e}.catalog__card__bottom{padding-top:1rem;display:flex;flex-direction:row;align-items:center;gap:1.5rem}@media (max-width: 760px){.catalog__card__bottom{gap:1rem;justify-content:space-between}}.catalog__card__bottom__item{display:flex;flex-direction:row;gap:.25rem}@media (max-width: 760px){.catalog__card__bottom__item{gap:.33rem}}.catalog__card__bottom p{font-size:1.125rem;line-height:1;margin:auto 0;color:#00934a}@media (max-width: 760px){.catalog__card__bottom p{font-size:1rem}}.catalog__card__media{overflow:hidden}.catalog__card__media .img{transition:transform .15s ease}.pagination{position:relative;margin-top:2rem}.pagination__list{padding:0;list-style:none;margin:0;width:100%;display:flex;justify-content:flex-end;align-items:center;gap:.5rem}@media (max-width: 1024px){.pagination__list{justify-content:center}}@media (max-width: 760px){.pagination__list{margin-bottom:2rem}}.pagination__btn{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;font-weight:400;cursor:pointer;padding-top:.125rem;color:#00934a;background-color:#f1f1f1}@media (max-width: 760px){.pagination__btn{width:2rem;height:2rem}}.pagination__btn:hover,.pagination__btn:focus{background-color:#cecece}.pagination__btn--active{background-color:#00934a!important;color:#fff}.pagination__btn--disabled{background-color:#f1f1f1!important;color:#cecece!important;cursor:default}.pagination__btn--prev{margin-right:.5rem}.pagination__btn--next{margin-left:.5rem}.calculator{max-width:30rem}@media (max-width: 1024px){.calculator{max-width:100%}}.calculator__head h2{font-size:1.5rem;margin-bottom:.5rem;color:#00934a;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 1024px){.calculator__head h2{font-size:1.5rem}}.calculator__head p{font-size:1.325rem}@media (max-width: 1024px){.calculator__head p{font-size:1.125rem!important}}.calculator__type fieldset{padding:0;display:block;border:none}.calculator__type .toggle{margin-top:1rem;margin-bottom:1rem;box-sizing:border-box;font-size:0;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch}.calculator__type .toggle input{width:0;height:0;position:absolute;left:-9999px}.calculator__type .toggle input+.label{margin:0;padding:.75rem 2rem;box-sizing:border-box;position:relative;display:inline-block;border:solid 1px #DDD;background-color:#fff;font-size:1rem;line-height:140%;font-weight:400;text-align:center;transition:border-color .15s ease-out,color .25s ease-out,background-color .15s ease-out,box-shadow .15s ease-out}.calculator__type .toggle input:hover+.label{border-color:#00934a}.calculator__type .toggle input:checked+.label{background-color:#00934a;color:#fff;border-color:#00934a;z-index:1}.calculator__type .toggle label:first-of-type .label{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.calculator__type .toggle label:last-of-type .label{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.calculator__input{margin-top:1rem;margin-bottom:1rem}.calculator__input .text{font-weight:600;margin-bottom:.5rem;display:block}@media (max-width: 1024px){.calculator__input .text{font-weight:400;font-size:1.125rem;margin-bottom:.25rem}}.calculator__input__group{margin-bottom:2rem}.calculator__input__group label{font-size:1.325rem}@media (max-width: 1024px){.calculator__input__group label{font-size:1.125rem}}.calculator__input__group input{display:block}.calculator__input__input{width:100%;display:flex;align-items:center}.calculator__input__input div{margin-left:auto}.calculator__input__input input{width:calc(100% - 7.5rem);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;border-radius:15px;height:6px;background:#ccc}@media (max-width: 1024px){.calculator__input__input input{width:calc(100% - 5rem)}}.calculator__input__input input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:1rem;width:1rem;background-color:#00934a;border-radius:50%;border:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.calculator__input__input input::-moz-range-thumb{height:1rem;width:1rem;background-color:#00934a;border-radius:50%;border:none;-moz-transition:.2s ease-in-out;transition:.2s ease-in-out}.calculator__input__input input::-webkit-slider-thumb:hover{box-shadow:0 0 0 10px #e306131a}.calculator__input__input input:active::-webkit-slider-thumb{box-shadow:0 0 0 13px #e3061333}.calculator__input__input input:focus::-webkit-slider-thumb{box-shadow:0 0 0 13px #e3061333}.calculator__input__input input::-moz-range-thumb:hover{box-shadow:0 0 0 10px #e306131a}.calculator__input__input input:active::-moz-range-thumb{box-shadow:0 0 0 13px #e3061333}.calculator__input__input input:focus::-moz-range-thumb{box-shadow:0 0 0 13px #e3061333}.calculator__price{font-size:1.325rem;margin-bottom:2rem}@media (max-width: 1024px){.calculator__price{font-size:1.125rem}}.calculator__price .text{margin-bottom:.25rem;display:block}.calculator__price strong{font-size:1.5rem;display:block}.calculator__price strong span{font-size:1.325rem;font-weight:400}@media (max-width: 1024px){.calculator__price strong span{font-size:1.125rem}}@media (max-width: 1024px){.calculator__price strong{font-size:1.25rem}}.calculator__button .btn{letter-spacing:.05em;transition:background-color .2s ease,opacity .2s ease}@media (max-width: 1024px){.calculator__button .btn{margin-top:0}}.calculator__button .btn[disabled]{cursor:not-allowed;opacity:.5}.calculator__banner{overflow:hidden;margin-top:2rem}.calculator__banner img{display:block;width:100%;height:auto}.aanbod-block{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:8.75rem 0;position:relative;background-color:#5b615e}@media (max-width: 760px){.aanbod-block{padding:20.75rem 0 1.5rem}}.aanbod-block.overlap{padding:25rem 0 3.125rem;margin-top:-20rem}@media (max-width: 760px){.aanbod-block.overlap{padding:2.75rem 0 1.5rem;margin-top:0}}.aanbod-block .title{display:flex;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;align-items:center;justify-content:center;margin-bottom:1.5rem}.aanbod-block .title h2{color:#fff;text-transform:uppercase;font-weight:200;letter-spacing:.05rem;font-size:2rem;line-height:2.4rem}@media (max-width: 760px){.aanbod-block .title h2{font-size:1.5rem;line-height:2rem;text-align:center}}.aanbod-block .title svg.downwards{rotate:90deg;width:1.75rem}.aanbod-block .title svg.downwards .cls-1-arrow{fill:#fff}.aanbod-block .title svg.downwards .cls-2-arrow{fill:#00934a}.aanbod-block .catalog__grid{grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){.aanbod-block .catalog__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 760px){.aanbod-block .catalog__grid{grid-template-columns:repeat(1,1fr)}}.aanbod-block .btn--primary{background-color:#00934a;color:#fff!important;margin:6.25rem auto 0}@media (max-width: 760px){.aanbod-block .btn--primary{margin:1.75rem auto 0}}.aanbod-block .btn--primary svg .cls-1-arrow{fill:#fff}.aanbod-block .btn--primary svg .cls-2-arrow{fill:#5b615e}@media (max-width: 760px){.reverse-mobile{display:flex;flex-direction:column-reverse}}@media (max-width: 760px){.reverse-mobile>div{margin-bottom:0}.reverse-mobile>div:first-child{margin-top:2rem}.reverse-mobile>div:last-child{margin-top:0}}body{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.site-footer{margin-top:auto;padding-top:1rem;padding-bottom:3rem;position:relative;background-color:#5b615e}@media (max-width: 760px){.site-footer{padding-bottom:1.75rem}}.site-footer__upper{margin-top:-6.5625rem;position:relative;z-index:1}@media (max-width: 760px){.site-footer__upper{margin-top:-4.5rem}}@media (max-width: 760px){.site-footer__upper .container,.site-footer__upper .container .row,.site-footer__upper .container .row .mobile_fw{padding:0;margin:0}}.site-footer__lower{padding-top:3.125rem}@media (max-width: 760px){.site-footer__lower{padding-top:3rem}}.site-footer__lower .container{position:relative}.site-footer__lower .container .row .image__outer{padding-left:1rem;padding-right:1rem}@media screen and (min-width: 1920px){.site-footer__lower .container .row .image__outer{padding-left:1.33rem;padding-right:.66rem}}.site-footer .inner{height:100%;margin-top:3rem}@media (max-width: 1024px){.site-footer .inner{margin-top:0;min-height:100%}}.site-footer__image{width:100%;position:relative;z-index:1;background-color:#5b615e;padding:1.125rem 0}.site-footer__image svg{width:100%;display:block;height:auto}@media (max-width: 760px){.site-footer__image{max-width:15rem;margin-bottom:2rem}}.site-footer__contact{margin-bottom:2.5rem}.site-footer__contact address{font-weight:400;font-size:1.125rem;letter-spacing:.02em;font-style:normal;color:#fff;line-height:1.5}@media (max-width: 760px){.site-footer__contact{margin-bottom:2rem}.site-footer__contact address{font-size:1rem}}.site-footer__title{font-size:1.125rem;letter-spacing:.05em;color:#fff;line-height:1.5;font-weight:400;text-transform:uppercase;margin-bottom:1.75rem}@media (max-width: 760px){.site-footer__title{margin-bottom:.5rem}}.site-footer__link{display:block;color:#fff;text-decoration:none;font-size:1.125rem;font-weight:400;line-height:1.5;letter-spacing:.02em;transition:color .15s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.site-footer__link:hover,.site-footer__link:focus{color:#00934a}@media (max-width: 760px){.site-footer__link{font-size:1rem}}.site-footer__socials{height:100%;display:flex;flex-direction:column;justify-content:space-between}.site-footer .socials{display:flex}@media (max-width: 760px){.site-footer .socials{margin-top:1.75rem;margin-bottom:1.75rem}}.site-footer .socials__item{margin-right:1.25rem}.site-footer .socials__item svg{transition:fill .15s ease;fill:#fff;width:1.75rem;display:block;height:auto;transition:all .15s ease}@media (max-width: 760px){.site-footer .socials__item svg{width:1.5rem}}.site-footer .socials__item:hover svg,.site-footer .socials__item:focus svg{fill:#00934a}.site-footer .no_padding{padding:0}@media (max-width: 760px){.site-footer .no_padding{padding:0 1rem}}.site-footer .copyright{color:#fff;font-size:1rem;line-height:1.5;letter-spacing:.075em;text-transform:uppercase;overflow:hidden;font-weight:400;margin-bottom:2.25rem}@media (max-width: 1024px){.site-footer .copyright{font-size:.625rem}}@media (max-width: 760px){.site-footer .copyright{font-size:1rem}}.our-brands{background-color:#fff;padding:2.25rem 8.75rem 4.375rem;overflow-x:hidden;position:relative;margin-top:0!important}.our-brands:before{content:"";position:absolute;width:100%;height:.625rem;top:0;left:0;background:linear-gradient(to right,#adaeb2,#00934A)}@media (max-width: 760px){.our-brands:before{content:none}}@media (max-width: 1024px){.our-brands{padding:2rem}}@media (max-width: 760px){.our-brands{padding:1rem;width:100%}}.our-brands .splide{margin-left:-1rem;margin-right:-1rem}.our-brands .splide__slide{height:unset;-webkit-clip-path:none;clip-path:none}.our-brands__title{font-size:2rem;color:#00934a;letter-spacing:.05em;line-height:1.16;text-transform:uppercase;font-weight:200;margin-bottom:2rem}.our-brands__title b{font-weight:400}@media (max-width: 1024px){.our-brands__title{font-size:1.5rem;margin-bottom:1.5rem}}@media (max-width: 760px){.our-brands__title{font-size:1.25rem;margin-bottom:1rem}}@media (min-width: 760px){.our-brands__grid{display:flex!important;justify-content:space-between!important}}.our-brands__item{height:7.25rem}.our-brands__item img{height:100%;width:auto}@media (max-width: 760px){.our-brands__item img{display:block;margin:0 auto}}@media (max-width: 1024px){.our-brands__item{height:4rem}}@media (max-width: 760px){.our-brands__item{height:4rem}}.page- .site-header{outline:.3125rem solid #00934A}@media (max-width: 1024px){.page- .site-header{outline:none}}body{padding-top:12.5rem}@media (max-width: 1024px){body{padding-top:4rem}}.site-header{height:12.5rem;position:fixed!important;top:0;left:0;right:0;width:100%;background-color:#fff;z-index:200;position:relative}@media (max-width: 1024px){.site-header{min-height:4rem;height:4rem;border-bottom:2px solid #00934A}}.site-header .container{display:flex;flex-wrap:wrap;align-items:center;height:100%;position:relative}@media (max-width: 1024px){.site-header .megamenu{display:none}.site-header__menu{order:0}.site-header__branding{order:1;position:absolute;right:50%;transform:translate(50%)}.site-header__profile{order:2;display:initial;height:20px}}@media screen and (min-width: 1024px){.site-header__profile{display:none}}.site-header__profile a{color:#00934a}.site-header__logo{padding:.75rem 0;margin-left:8.7rem;margin-right:3.625rem;width:22rem;position:relative;z-index:1}@media screen and (min-width: 1920px){.site-header__logo{width:25.313rem}}@media (max-width: 1024px){.site-header__logo{width:11rem;margin-left:0;margin-right:0}}.site-header__logo a{height:100%;display:block;padding-top:0;padding-bottom:0}.site-header__logo a svg{display:block}.site-header__logo .img{width:100%;height:auto}.site-header__menu{display:flex;flex-direction:column;height:100%;justify-content:space-between;flex-grow:1}.site-header__menu__lower,.site-header__menu__upper{display:flex;justify-content:space-between}.site-header__menu .call-profile-cart{display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#00934a}.site-header__menu .call-profile-cart .line{width:2px;height:2rem;background-color:#00934a}.site-header__menu .call-profile-cart a{text-transform:uppercase;display:flex;flex-direction:row;gap:.75rem;color:#00934a;text-decoration:none;align-items:center;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.site-header__menu .call-profile-cart a p{font-weight:400;font-size:1.125rem;line-height:1;color:#5b615e}.site-header__menu__call{margin-right:2.8125rem}.site-header__menu__call a p{padding-top:.375rem}.site-header__menu__profile{margin-left:2.8125rem;gap:1.375rem}.site-header__menu--mobile{display:none}@media (max-width: 1024px){.site-header__menu{display:none}.site-header__menu--mobile{display:block;height:unset}}.site-header .topnav{flex-grow:1;display:flex;align-items:center;justify-content:center}.site-header .topnav__list{display:flex;margin:0;padding:0;list-style:none}.site-header .topnav__link{display:flex;flex-direction:row;gap:1rem;padding-top:1.75rem;padding-bottom:1.75rem;text-decoration:none;color:#5b615e;font-size:1.125rem;letter-spacing:.05em;text-transform:uppercase;transition:color .15s ease}.site-header .topnav__link:hover,.site-header .topnav__link:focus{color:#00934a}.site-header .topnav__link--active{font-weight:600;color:#00934a}.site-header .topnav .dot{width:2px;height:1rem;margin:auto 15px;background-color:#00934a}.site-header .topnav .dot:last-child{display:none}.site-header .botnav__list{display:flex;margin:0;padding:0;list-style:none;gap:.5rem}.site-header .botnav__item{display:block;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:11.25rem}@media screen and (max-width: 1440px){.site-header .botnav__item{width:9.375rem}}.site-header .botnav__link{text-transform:uppercase;position:relative;font-size:1.25rem;line-height:1.11;display:flex;align-items:center;letter-spacing:.05em;font-weight:200;color:#fff;background-color:#5b615e;padding:1.25rem 1.5rem;text-decoration:none;text-align:center;transition:background-color .15s ease;border-bottom:none;width:100%;height:100%;justify-content:center}.site-header .botnav__link span{position:relative;z-index:2;font-weight:200}.site-header .botnav__link span b,.site-header .botnav__link span strong{font-weight:400}.site-header .botnav__link:before{content:"";display:block;z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(to right,rgba(0,0,0,0) 60%,rgba(0,0,0,.3) 100%)}.site-header .botnav__link--active{background-color:#00934a}.site-header .botnav__link--active:before{content:none}.site-header .botnav__link:hover,.site-header .botnav__link:focus{background-color:#00934a;transition:background-color .15s ease}.site-header .botnav__link:hover:before,.site-header .botnav__link:focus:before{content:none}.site-header .botnav__my{margin-left:3.25rem}.site-header .botnav__my__link{text-transform:uppercase;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative;font-size:1.125rem;line-height:1;display:flex;justify-content:space-between;align-items:center;letter-spacing:.05em;font-weight:200;color:#00934a;background-color:transparent;border:#00934A 3.75px solid;padding:calc(.75rem - 3.75px) calc(1em - 3.75px);text-decoration:none;transition:background-color .15s ease;font-weight:600}.site-header .botnav__my__link:before{content:"";display:block;z-index:1;position:absolute;top:-3.75px;bottom:-3.75px;left:0;right:-3.75px;background:linear-gradient(to right,rgba(0,0,0,0) 60%,rgba(0,0,0,.3) 100%);opacity:0}.site-header .botnav__my__link .icon{margin-right:.75rem;width:1.75rem;height:1.75rem;display:block}.site-header .botnav__my__link span{position:relative;z-index:2;line-height:1;padding-top:.0675rem}.site-header .botnav__my__link--active{background-color:#008442}.site-header .botnav__my__link:hover,.site-header .botnav__my__link:focus{transition:background-color .15s ease;background-color:#00934a;color:#fff;font-weight:500}.site-header .botnav__my__link:hover:before,.site-header .botnav__my__link:focus:before{transition:opacity .15s ease;opacity:1}.site-header .megamenu{position:absolute;left:0;right:0;width:100%;height:auto;background-color:#00934a;max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .15s ease}.site-header .megamenu:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:.625rem;background:linear-gradient(to right,#adaeb2,#00934A)}.site-header .megamenu:after{content:"";position:absolute;pointer-events:none;top:0;left:0;width:100%;height:calc(100% - .625rem);background:linear-gradient(to top,rgba(0,0,0,.05),rgba(0,0,0,0) 40%)}.site-header .megamenu.is-active{opacity:1;max-height:999px}.site-header .megamenu__top{width:100%;height:5px;background-color:#00934a}.site-header .megamenu__inner{padding:1.5625rem 16.5rem 2.1875rem;width:100%}.site-header .megamenu__section{display:flex;justify-content:space-between;width:100%}.site-header .megamenu__section__image{margin-left:auto;max-width:32.5rem;max-height:15.125rem;overflow:hidden}.site-header .megamenu__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.site-header .megamenu__item .megamenu__link{color:#fff;text-decoration:none;display:flex;line-height:2;font-size:1.25rem;text-transform:uppercase;letter-spacing:.1em;align-items:center;transition:color .15s ease;font-weight:200}.site-header .megamenu__item .megamenu__link b,.site-header .megamenu__item .megamenu__link strong{font-weight:400}.site-header .megamenu__item .megamenu__link .icon svg{margin-top:-.25rem;margin-left:.5rem;display:block;width:1rem;height:auto;transition:transform .15s ease}.site-header .megamenu__item .megamenu__link .icon svg.white .cls-1-arrow{fill:#fff}.site-header .megamenu__item .megamenu__link .icon svg polygon:first-of-type{fill:#adaeb2!important}.site-header .megamenu__item .megamenu__link:hover,.site-header .megamenu__item .megamenu__link:focus{color:#5b615e}.site-header .megamenu__item .megamenu__link:hover .icon svg,.site-header .megamenu__item .megamenu__link:focus .icon svg{transform:translate(.25rem)}.site-header .megamenu__item .megamenu__link--text:hover,.site-header .megamenu__item .megamenu__link--text:focus{color:#fff}.site-header .megamenu__item--heading{margin-top:2.625rem}.site-header .megamenu__item--heading .megamenu__link{font-weight:600;font-size:1.5rem}.site-header .megamenu__list li:first-of-type{margin-top:0}.mobnav{position:absolute;left:0;right:0;top:4rem;bottom:0;width:100%;height:calc(100lvh - 4rem);background-color:#00934a;transition:transform .3s ease;transform:translate(-120%)}.mobnav.is-open{transform:translate(0)}.mobnav__inner{padding:1.25rem}@media (max-width: 1024px) and (min-width: 761px){.mobnav__inner{padding:2.5rem}}.mobnav__upper,.mobnav__lower,.mobnav__list{padding:0;margin:0;list-style:none}.mobnav__upper{margin-bottom:1.5rem}.mobnav__link{font-size:1.125rem;padding-top:.5rem;padding-bottom:.5rem;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;display:flex;justify-content:space-between;width:100%}@media (max-width: 1024px) and (min-width: 761px){.mobnav__link{padding-top:.75rem;padding-bottom:.75rem;font-size:1.325rem}}.mobnav__link--active{color:#5b615e;font-weight:600}.mobnav__link--text{font-weight:600;margin-top:1rem}.mobnav__link .text{text-align:left}.mobnav__link .icon svg{padding-top:2px;display:block;margin-left:.625rem;width:1rem}.mobnav__link .icon svg .cls-1-arrow{fill:#fff}.mobnav__link .icon svg .cls-2-arrow{fill:#5b615e}.mobnav__cta{margin-top:2rem;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:2rem auto 0}.mobnav__cta .botnav__my__link{padding:0;justify-content:flex-start;-webkit-clip-path:none;clip-path:none;border:2px solid white;color:#fff;background-color:transparent;padding:1rem 2rem}.mobnav__cta .botnav__my__link .text{letter-spacing:.05em;font-size:1.125rem;font-weight:400}@media (max-width: 1024px) and (min-width: 761px){.mobnav__cta .botnav__my__link .text{font-size:1.325rem}}.mobnav__cta .botnav__my__link:before{top:0;bottom:0;right:0}.mobnav__list li:first-of-type{margin-top:2.25rem}.mobnav__list .mobnav__item--heading{margin-top:2.25rem;font-weight:600}.mobnav__screen{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:calc(100lvh - 4rem);background-color:#00934a;transition:transform .3s ease;transform:translate(-120%);z-index:2}.mobnav__screen.is-open{transform:translate(0)}.mobnav__screen__inner{padding:1.25rem}@media (max-width: 1024px) and (min-width: 761px){.mobnav__screen__inner{padding:2.5rem}}.mobnav__screen__back{display:flex;margin-top:1rem}.mobnav__screen__back .text{text-transform:uppercase;letter-spacing:.05em;font-size:1.125rem;font-weight:500;color:#fff}@media (max-width: 1024px) and (min-width: 761px){.mobnav__screen__back .text{font-size:1.325rem}}.mobnav__screen__back .icon svg{margin-right:.625rem;display:block;width:1rem;rotate:180deg}.mobnav__screen__back .icon svg .cls-1-arrow{fill:#fff}.mobnav__screen__back .icon svg .cls-2-arrow{fill:#5b615e}.hamburger{width:40px;height:40px;cursor:pointer}.hamburger__inner{width:100%;height:100%}.hamburger__lines{-moz-transition:background .1s ease .2s;-o-transition:background .1s ease .2s;-webkit-transition:background .1s ease;-webkit-transition-delay:.2s;transition:background .1s ease .2s;display:block;width:100%;height:2px;transform-origin:50% 50%;width:60%;position:relative;background:#00934A;top:22px}.hamburger__lines:before,.hamburger__lines:after{display:block;width:100%;height:2px;transform-origin:50% 50%;position:absolute;left:0;content:"";background:#00934A;-moz-transition:-moz-transform .1s ease 0s,width .1s ease .1s,top .1s ease .2s;-o-transition:-o-transform .1s ease 0s,width .1s ease .1s,top .1s ease .2s;-webkit-transition:-webkit-transform .1s ease,width .1s ease,top .1s ease;-webkit-transition-delay:0s,.1s,.2s;transition:transform .1s ease 0s,width .1s ease .1s,top .1s ease .2s;transform-origin:0 50%}.hamburger__lines:before{top:-8px}.hamburger__lines:after{top:8px}.hamburger.is-open .hamburger__lines{-moz-transition:background .1s ease 0s;-o-transition:background .1s ease 0s;-webkit-transition:background .1s ease;-webkit-transition-delay:0s;transition:background .1s ease 0s}.hamburger.is-open .hamburger__lines:before,.hamburger.is-open .hamburger__lines:after{-moz-transition:top .1s ease 0s,width .1s ease .1s,-moz-transform .1s ease .2s;-o-transition:top .1s ease 0s,width .1s ease .1s,-o-transform .1s ease .2s;-webkit-transition:top .1s ease,width .1s ease,-webkit-transform .1s ease;-webkit-transition-delay:0s,.1s,.2s;transition:top .1s ease 0s,width .1s ease .1s,transform .1s ease .2s;top:0;width:50%}.hamburger.is-open .hamburger__lines:before{transform:rotate3d(0,0,1,45deg)}.hamburger.is-open .hamburger__lines:after{transform:rotate3d(0,0,1,-45deg)}#page-content{padding-bottom:9.25rem}@media (max-width: 760px){#page-content{padding-bottom:4rem}}.page-404{display:flex;height:100%;align-items:center;justify-content:center;flex-grow:1;padding:10rem 8.75rem 15rem}@media (max-width: 1024px) and (min-width: 761px){.page-404{padding:4rem 2.5rem}}@media (max-width: 760px){.page-404{padding:3rem 1.25rem}}.page-404__content{text-align:center;padding:1.5rem}.page-404__title{font-size:5rem;text-align:center;margin-bottom:1rem;font-weight:700;color:#00934a}.page-404__text{max-width:34rem}.page-404 .btn--primary{margin-top:2rem}.page-404 .btn--primary svg .cls-1-arrow{fill:#fff}.page-404 .btn--primary svg .cls-2-arrow{fill:#00934a}.page-vehicle .section--images{background-color:#5b615e;width:100%;padding-top:6.25rem}@media (max-width: 760px){.page-vehicle .section--images{padding-top:3rem}}.page-vehicle .section--images .row{max-width:1920px;margin:0 auto}.page-vehicle .section--images .row .images{padding:0}.page-vehicle .section--images .row .images__grid{height:33.125rem;display:flex;flex-direction:row;gap:1rem}@media (max-width: 1024px){.page-vehicle .section--images .row .images__grid{height:25rem}}@media (max-width: 760px){.page-vehicle .section--images .row .images__grid{align-items:center;justify-content:center;width:calc(100% - 2rem);margin:0 auto;height:17.5rem}}.page-vehicle .section--images .row .images__main{width:calc(50% - .5rem);height:100%;position:relative}@media (max-width: 1024px){.page-vehicle .section--images .row .images__main{width:calc(100% - 5rem);margin:0 auto}}@media (max-width: 760px){.page-vehicle .section--images .row .images__main{width:100%}}.page-vehicle .section--images .row .images__main img{position:absolute;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:100%;width:100%}.page-vehicle .section--images .row .images__gallery{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;width:calc(50% - .5rem)}@media (max-width: 1024px){.page-vehicle .section--images .row .images__gallery{display:none}}@media (max-width: 760px){.page-vehicle .section--images .row .images__gallery{display:none}}.page-vehicle .section--images .row .images__gallery>picture{width:calc(50% - .5rem);position:relative}.page-vehicle .section--images .row .images__gallery>picture img{position:absolute;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:100%;width:100%}.page-vehicle .section--images .row .images__info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:2.25rem 0 2.25rem 8.75rem}@media (max-width: 1024px){.page-vehicle .section--images .row .images__info{padding:1.5rem 5rem;justify-content:space-between}}@media (max-width: 760px){.page-vehicle .section--images .row .images__info{gap:1rem;flex-direction:column;width:calc(100% - 2rem);margin:0 auto;padding:1.5rem 0;align-items:flex-start}}.page-vehicle .section--images .row .images__info__title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-vehicle .section--images .row .images__info__title h1{text-transform:uppercase;margin-bottom:0;font-weight:100;max-width:60%;font-size:3rem;color:#00934a}@media (max-width: 1024px){.page-vehicle .section--images .row .images__info__title h1{font-size:2.5rem;max-width:100%}}@media (max-width: 760px){.page-vehicle .section--images .row .images__info__title h1{font-size:2rem;max-width:100%}}.page-vehicle .section--images .row .images__info__title h1 b{font-size:5rem;font-weight:200;display:block}@media (max-width: 1024px){.page-vehicle .section--images .row .images__info__title h1 b{font-size:4rem}}@media (max-width: 760px){.page-vehicle .section--images .row .images__info__title h1 b{font-size:3.25rem}}.page-vehicle .section--images .row .images__info__buttons{display:flex;flex-direction:row;gap:1rem}@media (max-width: 1024px){.page-vehicle .section--images .row .images__info__buttons{gap:.5rem;align-items:flex-end;flex-direction:column}}@media (max-width: 760px){.page-vehicle .section--images .row .images__info__buttons{align-items:flex-start}}.page-vehicle .section--images .row .images__info__buttons .button{padding-left:1rem;padding-right:3.5rem;background-color:#5b615e;color:#fff!important;transition:background-color .15s ease;font-size:1.25rem;font-weight:200;position:relative}.page-vehicle .section--images .row .images__info__buttons .button svg{position:absolute;right:1rem;top:auto;bottom:auto;width:2.5rem;height:2.5rem;transition:all ease-in-out .2s}.page-vehicle .section--images .row .images__info__buttons .button svg .cls-1-arrow{fill:#fff}.page-vehicle .section--images .row .images__info__buttons .button svg .cls-2-arrow{fill:#5b615e}@media (min-width: 1025px){.page-vehicle .section--images .row .images__info__buttons .button svg{width:1.5rem;height:1.5rem}}@media (max-width: 1024px){.page-vehicle .section--images .row .images__info__buttons .button svg{width:1.5rem;height:1.5rem}}.page-vehicle .section--images .row .images__info__buttons .button--appointment{background-color:#00934a}.page-vehicle .section--images .row .images__info__buttons .button--pictures{background-color:#22272e}@media (max-width: 760px){.page-vehicle .section--images .row .images__info__buttons .button{padding-left:1.625rem;padding-right:3.125rem;font-size:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.page-vehicle .section--images .row .images__info__buttons .button:hover svg,.page-vehicle .section--images .row .images__info__buttons .button:focus svg{transition:all ease-in-out .2s;right:.75rem}.page-vehicle .section--details .row{max-width:1920px;margin:0 auto}.page-vehicle .details{padding:0}@media (max-width: 1024px){.page-vehicle .details{max-width:calc(100% - 5rem);margin:0 auto}}@media (max-width: 760px){.page-vehicle .details{max-width:100%}}.page-vehicle .tab{padding-top:7.75rem}@media (max-width: 760px){.page-vehicle .tab{padding-top:4.5rem}}.page-vehicle .tab p{font-size:1.125rem;line-height:1.333}@media (max-width: 1024px){.page-vehicle .tab p{font-size:1rem}}.page-vehicle .tab.col__inner{margin:0 auto}.page-vehicle .tab__select{display:flex;align-items:center;position:relative}@media (max-width: 1024px){.page-vehicle .tab__select{white-space:nowrap;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin-left:-2.5rem;margin-right:-2.5rem;padding-left:2.5rem;padding-right:2.5rem;scroll-behavior:smooth}}@media (max-width: 760px){.page-vehicle .tab__select{white-space:nowrap;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin-left:-2.5rem;margin-right:-2.5rem;padding-right:0;padding-left:2.5rem;scroll-behavior:smooth;max-width:calc(100% + 2.5rem)}}.page-vehicle .tab__control{cursor:pointer;padding:1rem 2.5rem;font-size:1.375rem;letter-spacing:.025em;font-weight:700;display:block;position:relative;color:#00934a;text-transform:uppercase}@media (max-width: 760px){.page-vehicle .tab__control{font-size:1.125rem;padding:.75rem;margin-right:0;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}}.page-vehicle .tab__control:hover:after{opacity:1}.page-vehicle .tab__control--active{background-color:#5b615e}.page-vehicle .tab__control--active:hover:after{opacity:1}.page-vehicle .tab__control--active:after{opacity:1}.page-vehicle .tab__panel{padding:6.75rem 8.75rem}@media (max-width: 1024px) and (min-width: 761px){.page-vehicle .tab__panel{padding:3.25rem 3.75rem}}@media (max-width: 760px){.page-vehicle .tab__panel{padding:1.5rem 2rem 1.75rem}}.page-vehicle .tab__panel--active{background-color:#5b615e}.page-vehicle .tab__inner{display:grid;width:100%;gap:2rem}@media (max-width: 760px){.page-vehicle .tab__inner{gap:.5rem}}.page-vehicle .tab__inner p{color:#22272e!important}.page-vehicle .tab__inner.overzicht{gap:5rem 8rem;grid-template-columns:calc(60% - 7rem) calc(40% - 1rem)}@media (max-width: 1024px){.page-vehicle .tab__inner.overzicht{gap:2.5rem 4rem;grid-template-columns:calc(60% - 2rem) calc(40% - .5rem)}}@media (max-width: 760px){.page-vehicle .tab__inner.overzicht{gap:4rem;grid-template-columns:repeat(1,100%)}}.page-vehicle .tab__inner.omschrijving{display:block}.page-vehicle .tab__inner>.gallery{display:grid;width:100%;grid-template-columns:repeat(4,1fr);gap:2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width: 1024px){.page-vehicle .tab__inner>.gallery{grid-template-columns:repeat(2,1fr)}}.page-vehicle .tab__inner>.gallery picture{height:250px;position:relative}@media (max-width: 1024px){.page-vehicle .tab__inner>.gallery picture{height:200px}}.page-vehicle .tab__inner>.gallery picture img{position:absolute;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:100%;width:100%}.page-vehicle .tab__inner h4{color:#00934a;text-transform:uppercase;font-size:1.25rem;line-height:1.5rem;position:relative}.page-vehicle .tab__inner h4:after{content:"";width:100%;height:2.5px;bottom:-.75rem;left:0;position:absolute;background:linear-gradient(to right,#00934A 0%,#5b615e 100%)}.page-vehicle .tab__inner p{font-size:1.375rem;line-height:2.4rem;width:100%;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.page-vehicle .tab__inner p a{text-decoration:none;color:inherit}.page-vehicle .tab__inner__button{background-color:#00934a;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;align-items:center;justify-content:center;margin-top:3rem}@media (max-width: 760px){.page-vehicle .tab__inner__button{margin-top:1rem}}.page-vehicle .tab__inner__button a{text-transform:uppercase;padding:.8rem 1rem;display:flex;flex-direction:row;gap:.5rem;color:#fff;align-items:center;transition:all ease .2s;line-height:1;font-size:1.25rem;letter-spacing:.075rem}.page-vehicle .tab__inner__button a svg{height:1.5rem}.page-vehicle .tab__inner__button a:hover,.page-vehicle .tab__inner__button a:focus{background-color:#006030;transition:all ease .2s;cursor:pointer}.page-vehicle .tab__inner__button .cls-1-arrow{fill:#fff}.page-vehicle .tab__inner__button .cls-2-arrow{fill:#5b615e}.page-vehicle .tab__inner__description__content{max-height:230px;overflow:hidden;text-overflow:ellipsis}.page-vehicle .spec__item{display:flex;flex-direction:row;padding:.6rem .25rem;font-size:1.125rem}.page-vehicle .spec__item:nth-child(odd){background-color:#e6e7e8}.page-vehicle .spec__item__title{width:25%;padding-right:1rem}@media (max-width: 1024px){.page-vehicle .spec__item__title{width:40%}}@media (max-width: 760px){.page-vehicle .spec__item__title{width:50%}}.page-vehicle .spec__item__value{width:75%}@media (max-width: 1024px){.page-vehicle .spec__item__value{width:60%}}@media (max-width: 760px){.page-vehicle .spec__item__value{width:50%}}.page-vehicle .options__table{padding-top:2rem}.page-vehicle .options__table--uitgelicht li{display:flex;align-items:center;padding-left:.25rem}.page-vehicle .options__table--uitgelicht li span{margin-left:.75rem}.page-vehicle .options__table--uitgelicht li svg{width:1rem;height:auto;display:block}.page-vehicle .options__title{font-weight:600;margin-bottom:.25rem}.page-vehicle .options__list{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-bottom:2rem}.page-vehicle .options__item{font-size:1.125rem;display:block;width:50%;position:relative;padding:.75rem 0}.page-vehicle .options__item:after{content:"";height:1px;background-color:#dfdfdf;width:80%;display:block;position:absolute;bottom:0}.page-vehicle .options__button .btn.btn--collapse{font-size:1.25rem;background-color:#8d8d8d;color:#fff}.login.block--login{display:flex;align-items:center;justify-content:center;padding-left:1.25rem;padding-right:1.25rem;margin-top:5rem;margin-bottom:2rem}@media (max-width: 1024px){.login.block--login{margin-top:2rem}}.login form{padding:1px;background-color:#00934a}.login__box{padding:1.5rem;max-width:40rem;background-color:#fff}@media (max-width: 1024px){.login__box{padding:2rem 1.5rem}}.login__box--success .login__succes{text-align:center;font-size:1.25rem}@media (max-width: 1024px){.login__box--success .login__succes{margin-bottom:1rem}}.login__box--success .form__group{margin-bottom:0}.login__box--success .btn{display:inline-block;margin-top:2rem;margin-left:0!important}@media (max-width: 1024px){.login__box--success .btn{padding:.75rem .8rem .6rem;text-align:center}}.login__box--incorrect input{border-color:#00934a!important}.login .form__error{margin-bottom:.5rem;display:block;font-size:1rem}.login .form__text{margin-bottom:1.75rem}@media (max-width: 1024px){.login .form__text{margin-bottom:1.25rem}}.login .form__title{font-size:2rem;color:#00934a;line-height:1.18;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;margin-top:.5rem}@media (max-width: 1024px){.login .form__title{margin-top:0;margin-bottom:1rem;font-size:1.5rem}}.login .form__group--login{display:flex;justify-content:space-between;align-items:center}@media (max-width: 1024px){.login .form__group--login{display:flex;flex-direction:column}}.login .form__group--login .btn{margin-left:1.5rem}@media (max-width: 1024px){.login .form__group--login .btn{margin:0;order:1}}.login__forgot{color:#00934a;text-decoration:none;font-size:1.125rem}.login__forgot:hover,.login__forgot:focus{text-decoration:underline}@media (max-width: 1024px){.login__forgot{order:2;display:block;font-size:1rem;margin-top:1.25rem}}
