.vastgoed{padding:var(--spacing-section-vertical) 0}.vastgoed__heading{margin:0 0 var(--spacing-margin-h1);text-align:center}.vastgoed__grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.vastgoed__item{background-color:var(--color-white);display:flex;flex-direction:column}.vastgoed__image{aspect-ratio:3/2;background-color:var(--color-bg-light);overflow:hidden;width:100%}.vastgoed__image img{display:block;height:100%;object-fit:cover;width:100%}.vastgoed__content{display:flex;flex:1;flex-direction:column;padding:2rem 3rem}.vastgoed__body{display:flex;flex-direction:column}.vastgoed__title{color:var(--color-secondary);font-family:var(--font-family-body);font-size:1.75rem;font-weight:600;line-height:1.2;margin:0 0 1rem}.vastgoed__description{color:var(--color-text);font-size:var(--font-size-body);line-height:var(--line-height-body)}.vastgoed__description p{margin:0 0 1rem}.vastgoed__description p:last-child{margin-bottom:0}.vastgoed__description a{color:var(--color-secondary)}.vastgoed__description a:focus-visible,.vastgoed__description a:hover{color:var(--color-secondary-hover)}.vastgoed__bottom{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-top:auto;padding-top:1rem}.vastgoed__stats{align-items:flex-start;display:flex;gap:3rem;justify-content:center;width:100%}.vastgoed__stat{align-items:center;display:flex;flex:1 1 0;flex-direction:column;gap:.5rem;text-align:center}.vastgoed__stat-icon{align-items:center;background-color:var(--color-secondary);border-radius:50%;color:var(--color-white);display:inline-flex;height:3.75rem;justify-content:center;width:3.75rem}.vastgoed__stat-icon svg{height:1.875rem;width:1.875rem}.vastgoed__stat-value{color:var(--color-primary);font-size:1.05rem;font-weight:500;margin:0}.vastgoed__cta{display:flex;justify-content:center}.vastgoed__button{white-space:nowrap}.vastgoed__empty{color:var(--color-text);text-align:center}@media (max-width:900px){.vastgoed__grid{gap:2rem;grid-template-columns:1fr}.vastgoed__content{padding:1.75rem}}@media (max-width:560px){.vastgoed__stats{gap:1.5rem}}.vastgoed--slider{overflow:hidden}.vastgoed__slider{padding:0 4rem;position:relative}.vastgoed__slides{list-style:none;margin:0;padding:0}.vastgoed__slide{display:flex;height:auto}.vastgoed__slide>.vastgoed__item{flex:1;height:auto}.vastgoed__arrows{inset:0;pointer-events:none;position:absolute}.vastgoed__arrow{align-items:center;background:var(--color-white);border:none;border-radius:50%;box-shadow:0 6px 18px rgba(19,40,62,.15);color:var(--color-secondary);cursor:pointer;display:inline-flex;height:3rem;justify-content:center;padding:0;pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);transition:color .2s ease,background-color .2s ease,transform .2s ease;width:3rem;z-index:5}.vastgoed__arrow:focus-visible,.vastgoed__arrow:hover{background-color:var(--color-secondary);color:var(--color-white)}.vastgoed__arrow:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}.vastgoed__arrow svg{height:1.5rem;width:1.5rem}.vastgoed__arrow--prev{left:0}.vastgoed__arrow--next{right:0}.vastgoed__arrow.glide__arrow--disabled,.vastgoed__arrow[disabled]{opacity:.4;pointer-events:none}.vastgoed__bullets{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem;position:relative;text-align:center}.vastgoed__bullet{background-color:var(--color-text-light);border:none;border-radius:50%;cursor:pointer;height:.625rem;padding:0;transition:background-color .2s ease;width:.625rem}.vastgoed__bullet.glide__bullet--active{background-color:var(--color-secondary)}.vastgoed__bullet:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}@media (max-width:768px){.vastgoed__slider{padding:0 2.5rem}.vastgoed__arrow{height:2.5rem;width:2.5rem}.vastgoed__arrow svg{height:1.25rem;width:1.25rem}}