.floor-plan{color:var(--color-dark-blue);width:100%}.floor-plan table{border-collapse:separate;border-spacing:0 5px;font-size:1.3rem;max-width:500px;width:100%}.floor-plan table thead{font-family:var(--font-secondary)}.floor-plan table thead tr td{padding:.5rem}.floor-plan table tbody{font-weight:500}.floor-plan table tbody tr td{padding:.5rem}.floor-plan table tbody tr td:nth-child(2),.floor-plan table tbody tr td:nth-child(3){font-family:var(--font-secondary);font-weight:300}.floor-plan table tbody tr:nth-child(odd){background-color:#f1f2f2}.floor-plan__container{padding-bottom:5rem;padding-top:5rem;position:relative;z-index:3}.floor-plan__container.top-border{border-image:linear-gradient(45deg,#ffd2bf,#e39576);border-image-slice:1;border-top:14px solid transparent}.floor-plan__eyebrow{font-family:var(--font-secondary);font-size:1.6rem;font-weight:300;margin-bottom:.5rem}.floor-plan__eyebrow,.floor-plan__title{margin-left:auto;margin-right:auto;text-align:center}.floor-plan__title{font-size:4rem;font-weight:500;margin-bottom:1rem}.floor-plan__floor{margin-bottom:2rem}.floor-plan__floor p{font-size:2.5rem;font-weight:500;padding-bottom:3rem;padding-top:3rem}.floor-plan__floor img{max-width:500px;pointer-events:none;width:100%}.floor-plan__toggle-container{align-items:center;display:flex;justify-content:center;margin-bottom:4rem}.floor-plan__toggle-container>p{font-size:2rem;font-weight:400;margin-right:1rem}.floor-plan__toggle-container input{display:none}input:checked+.floor-plan__toggle{background-color:#e79e81}input:checked+.floor-plan__toggle:before{transform:translateX(24px)}.floor-plan__toggle{background-color:#d2d2d2;border-radius:200px;cursor:pointer;height:25px;position:relative;transition:.2s;width:50px}.floor-plan__toggle:before{background-color:#fff;border-radius:200px;content:"";height:15px;margin:5px;position:absolute;transition:.2s;width:15px}.floor-plan__with-furniture.hidden,.floor-plan__without-furniture.hidden{display:none}.floor-plan--white{background-color:var(--color-white)}.floor-plan--light-gray{background-color:var(--color-gray-100)}@media(min-width:1300px){.floor-plan.overlap-bottom{margin-bottom:-50px;padding-bottom:unset!important}.floor-plan.overlap-top{margin-top:-50px;padding-top:unset!important}}@media(min-width:576px){.floor-plan table{font-size:1.6rem;margin-left:auto;margin-right:auto}.floor-plan__floor p{text-indent:5rem}}@media(min-width:768px){.floor-plan table{font-size:1.5rem}.floor-plan table tbody{font-size:1.7rem;font-weight:600}.floor-plan__floor img{margin-left:auto;margin-right:auto}.floor-plan__floor p{text-align:center}}@media(min-width:992px){.floor-plan__floor p{text-align:unset}.floor-plan table{margin-left:5rem;margin-right:unset}.floor-plan__title{font-size:3.2rem;margin-bottom:5rem}.floor-plan__floors{column-gap:1rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto}}@media(min-width:992px)and (min-width:1200px){.floor-plan__title{font-size:4rem}}