.stl-intro{padding:100px 137px;background:var(--c-white)}.stl-intro,.stl-intro__text{display:flex;flex-direction:column;gap:20px}.stl-intro__text,.stl-search{max-width:572px}.stl-search{display:flex;gap:1px;align-items:flex-start;width:100%}.stl-select{position:relative;flex:1 1;min-width:0}.stl-select select{width:100%;height:40px;padding:3px 28px 0 10px;background:var(--c-light-grey);border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--c-black);cursor:pointer;transition:box-shadow .2s ease}.stl-select select:hover{outline:none;box-shadow:none}.stl-select select:focus{outline:none}html.dh-kb .stl-select select:focus{box-shadow:inset 0 0 0 1px var(--c-black)}.stl-select.is-empty select{color:var(--c-dark-grey)}.stl-select__chevron{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;display:flex}.stl-search__btn{flex:none;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:var(--c-light-grey);transition:box-shadow .2s ease;position:relative}.stl-search__btn:before{content:"";position:absolute;inset:2px;border:1px solid transparent;transition:border-color .2s ease;pointer-events:none}.stl-search__btn:focus-visible:before,.stl-search__btn:hover:before{border-color:var(--c-black)}.stl-filterbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:flex;gap:20px;align-items:baseline;justify-content:space-between;padding:20px;background:var(--c-white);transition:top .3s ease}.stl-main{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;align-items:start}.stl-main--nomap{grid-template-columns:1fr}.stl-listcol{min-width:0;display:flex;flex-direction:column;align-items:center}.stl-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:40px 1px;gap:40px 1px;width:100%;padding-bottom:40px}.stl-main--nomap .stl-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stl-tile,.stl-tile__hit{display:flex;flex-direction:column}.stl-tile__hit{width:100%;text-align:left;cursor:pointer}.stl-tile__media{width:100%;aspect-ratio:16/9;overflow:hidden;background:var(--c-light-grey)}.stl-tile__media img{width:100%;height:100%;object-fit:cover}.stl-tile__details{background:var(--c-white);padding:20px;display:flex;flex-direction:column;gap:40px}.stl-tile__titling{display:flex;flex-direction:column;gap:5px}.stl-map{position:-webkit-sticky;position:sticky;top:61px;z-index:10;width:100%;height:calc(var(--vh) - 61px);height:calc(var(--dvh) - 61px);overflow:hidden;background:var(--c-light-grey)}.stl-map__leaflet{position:absolute;inset:0}.stl-map .leaflet-container{width:100%;height:100%;background:var(--c-light-grey);font:inherit}.stl-map .leaflet-tile-pane{filter:grayscale(1) brightness(1.07) contrast(.86)}.stl-lpin{cursor:pointer}.stl-lpin--dot{width:12px;height:12px;border-radius:50%;background:var(--c-black);box-shadow:0 0 0 1px var(--c-black);transition:background-color .2s ease}.stl-lpin--cluster,.stl-lpin--dot.is-active,.stl-lpin--dot:hover{background:var(--c-white)}.stl-lpin--cluster{display:flex;align-items:center;justify-content:center;border:1px solid var(--c-black);border-radius:100px;font-size:15px;line-height:20px;letter-spacing:.5px;color:var(--c-black);padding-top:2px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.stl-lpin--cluster.is-active,.stl-lpin--cluster:hover{background:var(--c-black);border-color:var(--c-black);color:var(--c-white)}.stl-map .leaflet-control-zoom{border:none;box-shadow:none;margin:20px}.stl-map .leaflet-control-zoom a,.stl-map .leaflet-control-zoom a:last-child{width:25px;height:25px;line-height:24px;background:hsla(0,0%,92%,.5);color:var(--c-black);border:none;border-radius:4px;font-size:15px;font-weight:400}.stl-map .leaflet-control-zoom a+a{margin-top:3px}.stl-map .leaflet-control-zoom a:hover{background:hsla(0,0%,92%,.9)}.stl-map .leaflet-control-zoom a.leaflet-disabled{opacity:.4}.stl-loadmore{padding-bottom:40px;display:flex;justify-content:center}.stl-btn-outline{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:2px 20px 0;background:var(--c-white);border:1px solid var(--c-black);color:var(--c-black);transition:box-shadow .2s ease;position:relative}.stl-btn-outline:before{content:"";position:absolute;inset:1.5px;border:1px solid transparent;transition:border-color .2s ease;pointer-events:none}.stl-btn-outline:focus-visible:before,.stl-btn-outline:hover:before{border-color:var(--c-black)}.stl-loadmore .stl-btn-outline{width:182px;padding:2px 0 0}.stl-loadmore .stl-btn-outline.is-loading{pointer-events:none}.stl-loadmore .stl-btn-outline.is-loading .stl-loadmore__label{display:none}.stl-loadmore .stl-btn-outline.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;margin:-2px 0 0 -2px;box-shadow:-8px 0 0 currentColor,0 0 0 currentColor,8px 0 0 currentColor;animation:btn-dots 2s steps(1) infinite}.stl-demo{min-height:60vh;padding:100px 137px;flex-direction:column;gap:40px}.stl-demo,.stl-demo__tile{display:flex;align-items:flex-start}.stl-demo__tile{gap:20px}.stl-demo__img{width:196.5px;aspect-ratio:4/5;overflow:hidden;background:var(--c-light-grey)}.stl-demo__img img{width:100%;height:100%;object-fit:cover}.stl-demo__info{display:flex;flex-direction:column;gap:20px}.stl-demo__titleprice{display:flex;flex-direction:column;gap:5px}@media (max-width:1023px){.stl-intro{padding:60px 20px}.stl-main{grid-template-columns:1fr}.stl-map{position:static;order:-1;top:auto;height:auto;aspect-ratio:720/749}.stl-grid,.stl-main--nomap .stl-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stl-demo{padding:60px 20px}}@media (max-width:767px){.stl-grid,.stl-main--nomap .stl-grid{grid-template-columns:1fr}.stl-hours__day{width:100px}}