.loading-spinner{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(.1,.7,1,.1);animation-timing-function:cubic-bezier(.1,.7,1,.1);border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--spinner-color);border-style:solid;border-width:var(--spinner-thickness);border-radius:calc(var(--spinner-size)/2);height:var(--spinner-size);width:var(--spinner-size)}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fadein{from{opacity:0}}@keyframes fadein{from{opacity:0}}.floorplans{padding-inline:var(--inline-spacing)}@media(min-width:768px){.floorplans{--inline-spacing:50px}}@media(min-width:1280px){.floorplans{--inline-spacing:100px}}.floorplans__intro{text-align:center;margin-bottom:64px}.floorplans__container{max-width:1510px;margin:auto;width:100%}.floorplans__slider{margin-bottom:100px}.floorplans__picture{max-width:862px;width:100%}.floorplans .splide__slide{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.floorplans .table-wrapper{border:1px solid #e0e0e0;overflow-x:auto;max-width:100%}.floorplans .sticky-table{margin:0}.floorplans .sticky-table th,.floorplans .sticky-table td{background:#fff}.floorplans .sticky-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2}.floorplans .sticky-table thead th:first-child{z-index:3}.floorplans .sticky-table tbody tr:nth-child(even) td{background-color:#efece8}.floorplans .sticky-table th:first-child,.floorplans .sticky-table td:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:1}.floorplans .sticky-table th:first-child:before,.floorplans .sticky-table td:first-child:before{background:#e0e0e0;bottom:0;content:"";height:100%;position:absolute;right:-1px;top:0;width:1px}.floorplans .sticky-table .section-label td{background:#5a5a5f !important;color:#fff;padding:16px}