/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./styles/spaces.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.spaces-root[data-spaces-theme=default] {
  --spaces-color-brand-1-default: #1a1a1a;
  --spaces-color-brand-1-default-rgb: 26, 26, 26;
  --spaces-color-brand-1-hover: #151515;
  --spaces-color-brand-1-alt: #f0f0f0;
  --spaces-color-brand-2-default: #f0f0f0;
  --spaces-color-brand-2-hover: silver;
  --spaces-color-brand-2-alt: #e9f7e9;
  --spaces-color-content-1: #222426;
  --spaces-color-content-2: #616366;
  --spaces-color-content-3: #9da1a6;
  --spaces-color-content-4: #fff;
  --spaces-color-content-brand-1-on-brand: #fff;
  --spaces-color-content-brand-1-on-ui: #1a1a1a;
  --spaces-color-content-brand-1-on-alt: #1a1a1a;
  --spaces-color-content-on-alt: #fff;
  --spaces-color-ui-1: #2b2e33;
  --spaces-color-ui-2: #919499;
  --spaces-color-ui-3: #d2d5d9;
  --spaces-color-ui-4: #edeff2;
  --spaces-color-ui-5: #f7f8fa;
  --spaces-color-ui-6: #fff;
  --spaces-color-static-white: #fff;
  --spaces-color-static-black: #000;
  --spaces-color-shadow-brand: 0 4px 6px -1px rgba(var(--spaces-color-brand-1-default-rgb), .1), 0 2px 4px -1px rgba(var(--spaces-color-brand-1-default-rgb), .06);
}

.spaces-root[data-spaces-theme=classic] {
  --spaces-color-brand-1-default: #1160e9;
  --spaces-color-brand-1-default-rgb: 17, 96, 233;
  --spaces-color-brand-1-hover: #0e4dba;
  --spaces-color-brand-1-alt: #e9eef7;
  --spaces-color-brand-2-default: #70e911;
  --spaces-color-brand-2-hover: #5aba0e;
  --spaces-color-brand-2-alt: #eff7e9;
  --spaces-color-content-1: #222426;
  --spaces-color-content-2: #616366;
  --spaces-color-content-3: #9da1a6;
  --spaces-color-content-4: #fff;
  --spaces-color-content-brand-1-on-brand: #fff;
  --spaces-color-content-brand-1-on-ui: #1160e9;
  --spaces-color-content-brand-1-on-alt: #1160e9;
  --spaces-color-content-on-alt: #fff;
  --spaces-color-ui-1: #2b2e33;
  --spaces-color-ui-2: #919499;
  --spaces-color-ui-3: #d2d5d9;
  --spaces-color-ui-4: #edeff2;
  --spaces-color-ui-5: #f7f8fa;
  --spaces-color-ui-6: #fff;
  --spaces-color-shadow-brand: 0 4px 6px -1px rgba(var(--spaces-color-brand-1-default-rgb), .1), 0 2px 4px -1px rgba(var(--spaces-color-brand-1-default-rgb), .06);
}

.spaces-hidden {
  display: none;
}

.spaces-no-flex {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 !important;
          flex: 0 !important;
}

.spaces-color-static-white {
  color: #fff;
}
.spaces-color-static-black {
  color: #000;
}
.spaces-color-brand-1-default {
  color: var(--spaces-color-brand-1-default);
}
.spaces-color-brand-1-hover:hover {
  color: var(--spaces-color-brand-1-hover);
}
.spaces-color-brand-1-alt {
  color: var(--spaces-color-brand-1-alt);
}
.spaces-color-brand-2-default {
  color: var(--spaces-color-brand-2-default);
}
.spaces-color-brand-2-hover:hover {
  color: var(--spaces-color-brand-2-hover);
}
.spaces-color-brand-2-alt {
  color: var(--spaces-color-brand-2-alt);
}
.spaces-color-content-1 {
  color: var(--spaces-color-content-1);
}
.spaces-color-content-2 {
  color: var(--spaces-color-content-2);
}
.spaces-color-content-3 {
  color: var(--spaces-color-content-3);
}
.spaces-color-content-4 {
  color: var(--spaces-color-content-4);
}
.spaces-color-content-brand-1-on-brand {
  color: var(--spaces-color-content-brand-1-on-brand);
}
.spaces-color-content-brand-1-on-ui {
  color: var(--spaces-color-content-brand-1-on-ui);
}
.spaces-color-content-brand-1-on-alt {
  color: var(--spaces-color-content-brand-1-on-alt);
}
.spaces-color-content-on-alt {
  color: var(--spaces-color-content-on-alt);
}
.spaces-color-ui-1 {
  color: var(--spaces-color-ui-1);
}
.spaces-color-ui-2 {
  color: var(--spaces-color-ui-2);
}
.spaces-color-ui-3 {
  color: var(--spaces-color-ui-3);
}
.spaces-color-ui-4 {
  color: var(--spaces-color-ui-4);
}
.spaces-color-ui-5 {
  color: var(--spaces-color-ui-5);
}
.spaces-color-ui-6 {
  color: var(--spaces-color-ui-6);
}

.spaces-text {
  font-style: normal;
  font-weight: 500;
}
.spaces-text-heading-large {
  font-size: 40px;
  line-height: 48px;
}
.spaces-text-heading-default {
  font-size: 24px;
  line-height: 32px;
}
.spaces-text-p-default {
  font-size: 16px;
  line-height: 24px;
}
.spaces-text-p-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.spaces-text-p-link {
  font-size: 16px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.spaces-text-p-s-default {
  font-size: 14px;
  line-height: 16px;
}
.spaces-text-p-small {
  font-size: 12px;
  line-height: 16px;
}
.spaces-text-p-small-link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.spaces-button {
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 2px;
  color: var(--spaces-color-content-2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
}
.spaces-button path {
  -webkit-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  fill: var(--spaces-color-content-2);
}
.spaces-button:hover, .spaces-button:focus {
  border-color: var(--spaces-color-ui-1);
  color: var(--spaces-color-content-1);
}
.spaces-button:hover path, .spaces-button:focus path {
  fill: var(--spaces-color-content-1);
}
.spaces-button-bordered {
  background: var(--spaces-color-ui-6);
  border-color: var(--spaces-color-ui-2);
}

.spaces-icon-button {
  padding: 8px;
}
.spaces-icon-button-small {
  padding: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.spaces-button-brand {
  border-color: var(--spaces-color-brand-1-default);
  color: var(--spaces-color-brand-1-default);
}
.spaces-button-brand path {
  fill: var(--spaces-color-brand-1-default);
}
.spaces-button-brand:hover {
  border-color: var(--spaces-color-brand-1-hover);
  color: var(--spaces-color-brand-1-hover);
}
.spaces-button-brand:hover path {
  fill: var(--spaces-color-brand-1-hover);
}

.spaces-button-content-brand-1-on-ui {
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: var(--spaces-color-content-brand-1-on-ui);
}
.spaces-button-content-brand-1-on-ui path {
  fill: var(--spaces-color-content-brand-1-on-ui);
}
.spaces-button-content-brand-1-on-ui:hover, .spaces-button-content-brand-1-on-ui:focus {
  border-color: var(--spaces-color-content-brand-1-on-ui);
  color: var(--spaces-color-content-brand-1-on-ui);
}
.spaces-button-content-brand-1-on-ui:hover path, .spaces-button-content-brand-1-on-ui:focus path {
  fill: var(--spaces-color-content-brand-1-on-ui);
}
.spaces-button-content-brand-1-on-ui-bordered {
  border-color: var(--spaces-color-content-brand-1-on-ui);
}
.spaces-button-content-brand-1-on-ui-bordered:hover, .spaces-button-content-brand-1-on-ui-bordered:focus {
  background: var(--spaces-color-ui-5);
  border-color: var(--spaces-color-content-brand-1-on-ui);
  color: var(--spaces-color-content-brand-1-on-ui);
}
.spaces-button-content-brand-1-on-ui-bordered:hover path, .spaces-button-content-brand-1-on-ui-bordered:focus path {
  fill: var(--spaces-color-content-brand-1-on-ui);
}

.spaces-button-fill {
  -webkit-transition-property: background, border-color, color;
  transition-property: background, border-color, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: black;
  color: #fff;
}
.spaces-button-fill path {
  -webkit-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  fill: #fff;
}
.spaces-button-fill:hover, .spaces-button-fill:focus {
  background: #fff;
  border-color: #000;
  color: #000;
}
.spaces-button-fill:hover path, .spaces-button-fill:focus path {
  fill: #000;
}
.spaces-button-fill-bordered {
  border-color: #fff;
}

.spaces-button-fill-brand,
.spaces-button.spaces-active {
  -webkit-transition-property: background, border-color, color;
  transition-property: background, border-color, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: var(--spaces-color-brand-1-default);
  border-color: var(--spaces-color-brand-1-default);
  color: var(--spaces-color-content-brand-1-on-brand);
}
.spaces-button-fill-brand path,
.spaces-button.spaces-active path {
  -webkit-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  fill: var(--spaces-color-content-brand-1-on-brand);
}
.spaces-button-fill-brand:hover, .spaces-button-fill-brand:focus,
.spaces-button.spaces-active:hover,
.spaces-button.spaces-active:focus {
  background: var(--spaces-color-brand-1-hover);
  border-color: var(--spaces-color-brand-1-hover);
  color: var(--spaces-color-content-brand-1-on-brand);
}
.spaces-button-fill-brand:hover path, .spaces-button-fill-brand:focus path,
.spaces-button.spaces-active:hover path,
.spaces-button.spaces-active:focus path {
  fill: var(--spaces-color-content-brand-1-on-brand);
}

.spaces-button-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.spaces-disabled {
  border-color: transparent;
  cursor: not-allowed;
  opacity: 0.5;
}
.spaces-disabled:hover, .spaces-disabled:focus {
  border-color: transparent;
}

.spaces-anchor {
  color: var(--spaces-color-content-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spaces-anchor path {
  fill: var(--spaces-color-content-2);
}
.spaces-anchor:hover, .spaces-anchor:focus {
  color: var(--spaces-color-content-1);
}
.spaces-anchor:hover path, .spaces-anchor:focus path {
  fill: var(--spaces-color-content-1);
}

.spaces-anchor-brand-1-default {
  color: var(--spaces-color-brand-1-default);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spaces-anchor-brand-1-default path {
  fill: var(--spaces-color-content-1);
}
.spaces-anchor-brand-1-default:hover {
  color: var(--spaces-color-brand-1-hover);
}
.spaces-anchor-brand-1-default:hover path {
  fill: var(--spaces-color-brand-1-hover);
}

.spaces-anchor-brand-1-on-ui {
  color: var(--spaces-color-content-brand-1-on-ui);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spaces-anchor-brand-1-on-ui path {
  fill: var(--spaces-color-content-brand-1-on-ui);
}
.spaces-anchor-brand-1-on-ui:hover {
  color: var(--spaces-color-content-brand-1-on-ui);
}
.spaces-anchor-brand-1-on-ui:hover path {
  fill: var(--spaces-color-content-brand-1-on-ui);
}

.spaces-ul {
  list-style: disc;
  margin: 0;
  padding-left: 24px;
}

.spaces-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  width: 24px;
}
.spaces-icon-small {
  height: 16px;
  width: 16px;
}

.spaces-tags-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.spaces-tag {
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  white-space: nowrap;
}
.spaces-tag--default {
  background-color: var(--spaces-color-ui-1);
  color: var(--spaces-color-content-4);
}
.spaces-tag--brand-1 {
  background-color: var(--spaces-color-brand-1-alt);
  color: var(--spaces-color-content-brand-1-on-alt);
}
.spaces-tag--brand-2 {
  background-color: var(--spaces-color-brand-2-alt);
  color: var(--spaces-color-content-brand-2-on-alt);
}

.spaces-plan .spaces-tag--specials {
  display: none;
}

.spaces-plan.special .spaces-tag--specials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.spaces-interstitial {
  background-color: var(--spaces-color-ui-6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.spaces-interstitial.spaces-active {
  z-index: 2;
}

.spaces-interstitial-ring {
  display: none;
  height: 80px;
  left: 50%;
  position: relative;
  top: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
}

.spaces-active .spaces-interstitial-ring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spaces-interstitial-ring div {
  -webkit-animation: ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 8px solid var(--spaces-color-content-brand-1-on-ui);
  border-color: var(--spaces-color-content-brand-1-on-ui) transparent transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 64px;
  margin: 8px;
  position: absolute;
  width: 64px;
}

.spaces-interstitial-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.spaces-interstitial-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.spaces-interstitial-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spaces-modal.spaces-sightmap-modal {
  z-index: 99993;
}

.spaces-modal--open .spaces-modal-content.spaces-sightmap-modal-content {
  height: calc(100% - 160px);
  padding: 16px;
  width: 100%;
}
.spaces-modal--open .spaces-modal-content.spaces-sightmap-modal-content .spaces__tab-map {
  height: 100%;
}
@media (min-width: 1280px) {
  .spaces-modal--open .spaces-modal-content.spaces-sightmap-modal-content {
    height: calc(100vh - 80px);
    width: calc(100vw - 48px);
  }
}

.spaces-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
}

.spaces-lease-term-container-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.spaces-lease-term-container-section.spaces-lease-term-controls {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.spaces-footer {
  border-top: 1px solid var(--spaces-color-ui-3);
}

.spaces-control {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.spaces-control-divider {
  background: var(--spaces-color-ui-3);
  display: none;
  height: 40px;
  width: 1px;
}
@media (min-width: 1280px) {
  .spaces-control-divider {
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.spaces-control-tabs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  gap: 8px;
}
@media (min-width: 1280px) {
  .spaces-control-tabs {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.spaces-control-tabs > .spaces-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.spaces-control-filters {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  gap: 8px;
}
@media (min-width: 1280px) {
  .spaces-control-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.spaces-control-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.spaces-control-filter-input {
  height: 42px;
}

.spaces-control-filters-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.spaces-mobile-filter-trigger {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
@media (min-width: 1280px) {
  .spaces-mobile-filter-trigger {
    display: none;
  }
}

.spaces-filter-icon-indicator {
  fill: var(--spaces-color-brand-1-default);
}

.spaces-filter-icon-active,
.spaces-filter-icon-indicator {
  display: none;
}

.spaces-filtered .spaces-filter-icon-active,
.spaces-filtered .spaces-filter-icon-indicator {
  display: inline;
}
.spaces-filtered .spaces-filter-icon {
  display: none;
}

.spaces-filter-modal .spaces-modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--spaces-color-ui-6);
  border-bottom: 1px solid var(--spaces-color-ui-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.spaces-filter-modal .spaces-modal-content {
  background: var(--spaces-color-ui-6);
  border: 1px solid var(--spaces-color-ui-3);
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05), 0 20px 30px -5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05), 0 20px 30px -5px rgba(0, 0, 0, 0.06);
  max-width: calc(100% - 32px);
  width: 416px;
}
.spaces-filter-modal .spaces-modal-footer {
  background: var(--spaces-color-ui-6);
  border-top: 1px solid var(--spaces-color-ui-3);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 16px 24px;
  position: sticky;
  z-index: 2;
}
.spaces-filter-modal .spaces-modal-footer .spaces-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.spaces-filter-modal-sort {
  border-bottom: 1px solid var(--spaces-color-ui-3);
  padding: 24px;
}
.spaces-filter-modal .spaces__status-sort {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.spaces-filter-modal .spaces__status-sort__control {
  width: 100%;
}
.spaces-filter-modal .spaces__status-sort__control .spaces__select {
  width: 100%;
}
.spaces-filter-modal .spaces__icon-sort {
  display: none;
}
.spaces-filter-modal .spaces__status-sort__label {
  font-weight: 600;
}
.spaces-filter-modal-core-filters {
  padding: 24px;
}
.spaces-filter-modal .spaces-control-filters {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spaces-filter-modal .spaces-control-filters-button {
  display: none;
}

.spaces-control-status {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spaces-control-status-detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1280px) {
  .spaces-control-status-detail {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.spaces-control-status-detail .spaces-button {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.spaces-control-status-reset-filters {
  display: none;
}
@media (min-width: 1280px) {
  .spaces-control-status-reset-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@font-face {
  font-family: "spaces-icon-font";
  src: url(bd17592db163b2ccda03.ttf?vdvebz&version=2) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=spaces__icon],
[class*=spaces__icon] {
  font-family: "spaces-icon-font" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: never;
  text-transform: none;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spaces__icon-bathroom:before {
  content: "\e800";
}

/* '' */
.spaces__icon-bed:before {
  content: "\e801";
}

/* '' */
.spaces__icon-bullet:before {
  content: "\e802";
}

/* '' */
.spaces__icon-calendar:before {
  content: "\e803";
}

/* '' */
.spaces__icon-camera:before {
  content: "\e804";
}

/* '' */
.spaces__icon-check:before {
  content: "\e805";
}

/* '' */
.spaces__icon-dots:before {
  content: "\e806";
}

/* '' */
.spaces__icon-filter:before {
  content: "\e807";
}

/* '' */
.spaces__icon-floor-plan:before {
  content: "\e808";
}

/* '' */
.spaces__icon-fullscreen:before {
  content: "\e809";
}

/* '' */
.spaces__icon-link:before {
  content: "\e80a";
}

/* '' */
.spaces__icon-list:before {
  content: "\e80b";
}

/* '' */
.spaces__icon-mail:before {
  content: "\e80c";
}

/* '' */
.spaces__icon-map:before {
  content: "\e80d";
}

/* '' */
.spaces__icon-minus:before {
  content: "\e80e";
}

/* '' */
.spaces__icon-phone:before {
  content: "\e80f";
}

/* '' */
.spaces__icon-plus:before {
  content: "\e810";
}

/* '' */
.spaces__icon-size:before {
  content: "\e811";
}

/* '' */
.spaces__icon-sort:before {
  content: "\e812";
}

/* '' */
.spaces__icon-communities:before {
  content: "\e813";
}

/* '' */
.spaces__icon-virtual-tour:before {
  content: "\e814";
}

/* '' */
.spaces__icon-x:before {
  content: "\e815";
}

/* '' */
.spaces__icon-arrow-down:before {
  content: "\e816";
}

/* '' */
.spaces__icon-arrow-left:before {
  content: "\e817";
}

/* '' */
.spaces__icon-arrow-right:before {
  content: "\e818";
}

/* '' */
.spaces__icon-arrow-up:before {
  content: "\e819";
}

/* '' */
.spaces__icon-caret-down:before {
  content: "\e81a";
}

/* '' */
.spaces__icon-caret-left:before {
  content: "\e81b";
}

/* '' */
.spaces__icon-caret-right:before {
  content: "\e81c";
}

/* '' */
.spaces__icon-caret-up:before {
  content: "\e81d";
}

/* '' */
.spaces__icon-spinner:before {
  content: "\e830";
}

/* '' */
.spaces__animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.spaces-accordion,
.spaces-accordion {
  max-width: 100%;
}

.spaces-accordion {
  padding: 0;
}

.spaces-accordion .title,
.spaces-accordion .title {
  cursor: pointer;
}

.spaces-accordion .title:not(.ui) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
}

.spaces-accordion .title ~ .content,
.spaces-accordion .title ~ .content {
  display: none;
}

.spaces-accordion:not(.styled) .title ~ .content:not(.ui),
.spaces-accordion:not(.styled).title ~ .content:not(.ui) {
  padding-bottom: 24px;
}

.spaces-accordion .title .spaces-icon,
.spaces-accordion.title .spaces-icon {
  display: inline-block;
  float: none;
  opacity: 1;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
  vertical-align: baseline;
}

.spaces-accordion.menu .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.spaces-accordion .header .spaces-icon {
  font-size: 1em;
  margin: 0 0.25rem 0 0;
}

.spaces-accordion .active.title .spaces-icon .spaces-svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.spaces-accordion .active.content,
.spaces-accordion .accordion .active.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spaces_select {
  background-color: transparent;
  border: 1px solid var(--spaces-color-ui-2);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  outline: none;
  padding: 8px 8px 8px 16px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.spaces_select > .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}

.spaces_select:hover {
  border-color: var(--spaces-color-brand-1-default);
}

.spaces_select.open,
.spaces_select:active,
.spaces_select:focus {
  border-color: var(--spaces-color-brand-1-default);
}

.spaces_select::after {
  border-bottom: 2px solid var(--spaces-color-ui-2);
  border-right: 2px solid var(--spaces-color-ui-2);
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.spaces_select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.spaces_select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.spaces_select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.spaces_select.disabled:after {
  border-color: #cccccc;
}

.spaces_select.wide {
  width: 100%;
}

.spaces_select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.spaces_select.right {
  float: right;
}

.spaces_select.right .list {
  left: auto;
  right: 0;
}

.spaces_select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.spaces_select.small:after {
  height: 4px;
  width: 4px;
}

.spaces_select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.spaces_select .list {
  background-color: var(--spaces-color-ui-6);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  margin-top: 4px;
  max-height: 180px;
  opacity: 0;
  overflow: scroll;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  width: 100%;
  z-index: 9;
}

.spaces_select-tall .list {
  max-height: unset;
}

.spaces_select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.spaces_select .option {
  background-color: var(--spaces-color-ui-6);
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  overflow: hidden;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.spaces_select .option.focus,
.spaces_select .option.selected.focus,
.spaces_select .option:hover {
  background-color: var(--spaces-color-ui-6);
}

.spaces_select .option.selected {
  font-weight: bold;
}

.spaces_select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .spaces_select .list {
  display: none;
}

.no-csspointerevents .spaces_select.open .list {
  display: block;
}

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 210px;
  z-index: -1;
}
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #d2d5d9;
  -webkit-box-shadow: 0 3px 6px #d2d5d9;
          box-shadow: 0 3px 6px #d2d5d9;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #1a1a1a;
}
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #1a1a1a;
}
.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #1a1a1a;
}
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #1a1a1a;
}
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
  content: "";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #d2d5d9;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #d2d5d9;
  color: #fff;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  background-color: #1a1a1a;
  color: #fff;
  font-weight: 700;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #919499;
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=years] > li, .datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}

body.compensate-for-scrollbar {
  height: 100%;
  overflow: hidden;
}

.fancybox-active {
  height: 100%;
  overflow: hidden;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button:not(:disabled) {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button:not(:disabled) {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
[data-spaces-tooltip] {
  position: relative;
}
[data-spaces-tooltip]::before, [data-spaces-tooltip]::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  will-change: transform;
  z-index: 10;
}
[data-spaces-tooltip]::before {
  background-size: 100% auto !important;
  content: "";
}
[data-spaces-tooltip]::after {
  background: var(--spaces-color-ui-1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: var(--spaces-color-content-4);
  content: attr(data-spaces-tooltip);
  display: block;
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  padding: 16px 32px;
  text-transform: var(--microtip-text-transform, none);
  white-space: pre;
}
@media (min-width: 810px) {
  [data-spaces-tooltip]:hover::before, [data-spaces-tooltip]:hover::after {
    opacity: 1;
    pointer-events: auto;
  }
}

[data-spaces-tooltip][data-microtip-position|=top]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  margin-bottom: 5px;
  width: 18px;
}
[data-spaces-tooltip][data-microtip-position|=top]::after {
  margin-bottom: 11px;
}
[data-spaces-tooltip][data-microtip-position|=top]::before {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
[data-spaces-tooltip][data-microtip-position|=top]:hover::before {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}
[data-spaces-tooltip][data-microtip-position|=top]::after {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
[data-spaces-tooltip][data-microtip-position=top]:hover::after {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}
[data-spaces-tooltip][data-microtip-position=top-left]::after {
  bottom: 100%;
  -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
          transform: translate3d(calc(-100% + 16px), 0, 0);
}
[data-spaces-tooltip][data-microtip-position=top-left]:hover::after {
  -webkit-transform: translate3d(calc(-100% + 16px), -5px, 0);
          transform: translate3d(calc(-100% + 16px), -5px, 0);
}
[data-spaces-tooltip][data-microtip-position=top-right]::after {
  bottom: 100%;
  -webkit-transform: translate3d(calc(0% - 16px), 0, 0);
          transform: translate3d(calc(0% - 16px), 0, 0);
}
[data-spaces-tooltip][data-microtip-position=top-right]:hover::after {
  -webkit-transform: translate3d(calc(0% - 16px), -5px, 0);
          transform: translate3d(calc(0% - 16px), -5px, 0);
}
[data-spaces-tooltip][data-microtip-position|=bottom]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  margin-bottom: 0;
  margin-top: 5px;
  width: 18px;
}
[data-spaces-tooltip][data-microtip-position|=bottom]::after {
  margin-top: 11px;
}
[data-spaces-tooltip][data-microtip-position|=bottom]::before {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate3d(-50%, -10px, 0);
          transform: translate3d(-50%, -10px, 0);
}
[data-spaces-tooltip][data-microtip-position|=bottom]:hover::before, [data-spaces-tooltip][data-microtip-position|=bottom].tip-displayed::before {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
[data-spaces-tooltip][data-microtip-position|=bottom]::after {
  left: 50%;
  top: 100%;
  -webkit-transform: translate3d(-50%, -10px, 0);
          transform: translate3d(-50%, -10px, 0);
}
[data-spaces-tooltip][data-microtip-position=bottom]:hover::after, [data-spaces-tooltip].tip-displayed::after {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
[data-spaces-tooltip][data-microtip-position=bottom-left]::after {
  top: 100%;
  -webkit-transform: translate3d(calc(-100% + 16px), -10px, 0);
          transform: translate3d(calc(-100% + 16px), -10px, 0);
}
[data-spaces-tooltip][data-microtip-position=bottom-left]:hover::after {
  -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
          transform: translate3d(calc(-100% + 16px), 0, 0);
}
[data-spaces-tooltip][data-microtip-position=bottom-right]::after {
  top: 100%;
  -webkit-transform: translate3d(calc(0% - 16px), -10px, 0);
          transform: translate3d(calc(0% - 16px), -10px, 0);
}
[data-spaces-tooltip][data-microtip-position=bottom-right]:hover::after {
  -webkit-transform: translate3d(calc(0% - 16px), 0, 0);
          transform: translate3d(calc(0% - 16px), 0, 0);
}
[data-spaces-tooltip][data-microtip-position=left]::before, [data-spaces-tooltip][data-microtip-position=left]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate3d(10px, -50%, 0);
          transform: translate3d(10px, -50%, 0);
}
[data-spaces-tooltip][data-microtip-position=left]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  margin-bottom: 0;
  margin-right: 5px;
  width: 6px;
}
[data-spaces-tooltip][data-microtip-position=left]::after {
  margin-right: 11px;
}
[data-spaces-tooltip][data-microtip-position=left]:hover::before, [data-spaces-tooltip][data-microtip-position=left]:hover::after, [data-spaces-tooltip][data-microtip-position=left].tip-displayed::before, [data-spaces-tooltip][data-microtip-position=left].tip-displayed::after {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
[data-spaces-tooltip][data-microtip-position=right]::before, [data-spaces-tooltip][data-microtip-position=right]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(-10px, -50%, 0);
          transform: translate3d(-10px, -50%, 0);
}
[data-spaces-tooltip][data-microtip-position=right]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  margin-bottom: 0;
  margin-left: 5px;
  width: 6px;
}
[data-spaces-tooltip][data-microtip-position=right]::after {
  margin-left: 11px;
}
[data-spaces-tooltip][data-microtip-position=right]:hover::before, [data-spaces-tooltip][data-microtip-position=right]:hover::after {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
[data-spaces-tooltip][data-microtip-size=small]::after {
  white-space: initial;
  width: 80px;
}
[data-spaces-tooltip][data-microtip-size=medium]::after {
  white-space: initial;
  width: 150px;
}
[data-spaces-tooltip][data-microtip-size=large]::after {
  white-space: initial;
  width: 260px;
}

.spaces-select.selection.ui.dropdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--spaces-color-ui-6);
  border: 1px solid var(--spaces-color-ui-2);
  border-radius: 2px;
  color: var(--spaces-color-content-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
}
.spaces-select.selection.ui.dropdown:hover, .spaces-select.selection.ui.dropdown:focus {
  border-color: var(--spaces-color-brand-1-default);
}
.spaces-select.selection.ui.dropdown.active:hover, .spaces-select.selection.ui.dropdown.active:focus {
  border-color: var(--spaces-color-brand-1-default);
}
.spaces-select.selection.ui.dropdown.active:hover .menu, .spaces-select.selection.ui.dropdown.active:focus .menu {
  border-color: var(--spaces-color-brand-1-default);
}

.spaces-select.ui.selection.active.dropdown {
  border-color: var(--spaces-color-brand-1-default);
}
.spaces-select.ui.selection.active.dropdown .menu {
  border-color: var(--spaces-color-brand-1-default);
}
.spaces-select.ui.selection.active.dropdown .menu:hover, .spaces-select.ui.selection.active.dropdown .menu:focus {
  border-color: var(--spaces-color-brand-1-default);
}

.spaces-select.ui.dropdown > .text {
  color: var(--spaces-color-content-1);
  font-size: 16px;
  line-height: 24px;
}

.spaces-select.ui.selection.visible.dropdown > .text:not(.default) {
  color: var(--spaces-color-content-1);
}

.spaces-select.ui.selection.dropdown .menu > .item {
  background: var(--spaces-color-ui-6);
  border-top: 1px solid var(--spaces-color-ui-6);
  color: var(--spaces-color-content-1);
}
.spaces-select.ui.selection.dropdown .menu > .item:hover {
  background: var(--spaces-color-brand-1-default);
  color: var(--spaces-color-content-brand-1-on-brand);
}

.spaces-bold {
  font-weight: 510;
}

.spaces-normal {
  font-weight: normal;
}

.spaces__label {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.spaces__label-inlineblock {
  display: inline-block;
}
.spaces__label-inline {
  display: inline;
}
.spaces__label-small {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.spaces__label-small-inlineblock {
  display: inline-block;
}
.spaces__label-small-inline {
  display: inline;
}
.spaces__label-heading {
  display: block;
  font-size: 24px;
  line-height: 32px;
}
.spaces__label-heading-inlineblock {
  display: inline-block;
}
.spaces__label-heading-inline {
  display: inline;
}
.spaces__label-heading-large {
  display: block;
  font-size: 40px;
  line-height: 48px;
}
.spaces__label-heading-large-inlineblock {
  display: inline-block;
}
.spaces__label-heading-large-inline {
  display: inline;
}

[class^=spaces__button] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #919499;
  border-radius: 2px;
  color: #616366;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px 8px 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  white-space: nowrap;
}
[class^=spaces__button] [class^=spaces__icon] {
  margin-right: 8px;
}
[class^=spaces__button]:hover, [class^=spaces__button]:focus {
  background-color: #fff;
  border-color: #2b2e33;
  color: #222426;
  outline: 0;
}

.spaces__button-primary {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  color: #fff;
}
.spaces__button-primary:hover, .spaces__button-primary:focus {
  background-color: #151515;
  color: #fff;
}
.spaces__button-primary-inverted {
  background-color: #fff;
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.spaces__button-primary-inverted:hover, .spaces__button-primary-inverted:focus {
  border-color: #1a1a1a;
  color: #1a1a1a;
  background-color: #f7f8fa;
}
.spaces__button.spaces__active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  -webkit-box-shadow: 0 4px 6px -1px rgba(26, 26, 26, 0.1), 0 2px 4px -1px rgba(26, 26, 26, 0.06);
          box-shadow: 0 4px 6px -1px rgba(26, 26, 26, 0.1), 0 2px 4px -1px rgba(26, 26, 26, 0.06);
  color: #fff;
}
.spaces__button.spaces__active:hover {
  background-color: #151515;
}
.spaces__button.spaces__disabled {
  border: 2px solid #919499;
}
.spaces__button-borderless {
  border: 0 !important;
}

[class^=spaces__link] {
  text-decoration: none;
}
[class^=spaces__link]:focus, [class^=spaces__link]:hover {
  text-decoration: underline;
}

.spaces__link-primary {
  color: #1a1a1a;
}
.spaces__link-primary:hover {
  color: #1a1a1a;
}

[class^=spaces__figure] {
  margin: 0;
}

.spaces__date {
  background-color: transparent;
  border: 0 !important;
  color: #616366;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  padding: 0 !important;
  width: 100%;
}
.spaces__date:hover, .spaces__date:focus {
  color: #222426;
  outline: 0;
}

.spaces-disclaimer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  text-align: center;
}

.spaces-label {
  font-size: 16px;
  line-height: 24px;
}
.spaces-label-small {
  font-size: 12px;
  line-height: 16px;
}
.spaces-label-heading {
  font-size: 24px;
  font-weight: 510;
  line-height: 32px;
}

.spaces__hidden {
  display: none !important;
}

.spaces__tab,
.spaces-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 810px) {
  .spaces__tab,
.spaces-tab {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.spaces__tab-unit,
.spaces-tab-unit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.spaces__tab-community,
.spaces-tab-community {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.spaces__tab-apply,
.spaces-tab-apply {
  padding-top: 80px;
}
.spaces__tab-map,
.spaces-tab-map {
  height: 586px;
}
@media (min-width: 1280px) {
  .spaces__tab-map,
.spaces-tab-map {
    height: 860px;
  }
}

[data-spaces-controller=map] .spaces__status-count {
  display: none !important;
}

.spaces-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 24px;
}
@media (min-width: 1280px) {
  .spaces-header {
    border-bottom: 1px solid var(--spaces-color-ui-3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 24px;
  }
}

.spaces__movein {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid var(--spaces-color-ui-2);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--spaces-color-content-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: inherit;
  gap: 85px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px 8px 8px 16px;
  position: relative;
}
.spaces__movein:hover, .spaces__movein:focus-within {
  border-color: var(--spaces-color-brand-1-default);
  color: var(--spaces-color-content-1);
}
.spaces__movein.has_date::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--spaces-color-ui-2);
  content: "\e90c";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "spaces-icon-font";
  font-size: 10px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 12px;
}

#spaces-picker-container-modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#spaces-picker-container-modal .spaces_select {
  width: 100%;
}
#spaces-picker-container-modal .datepicker-container.datepicker-inline {
  z-index: 1;
}

.spaces__status {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--spaces-color-ui-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  padding: 16px 0;
}
@media (min-width: 1280px) {
  .spaces__status {
    border-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 32px 8px;
    padding: 0;
  }
}
.spaces__status--wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 1280px) {
  .spaces__status--wrapper {
    gap: 32px;
    width: unset;
  }
}
.spaces__status-count {
  color: var(--spaces-color-content-2);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 0;
}
.spaces__status-count__number {
  color: var(--spaces-color-content-1);
  font-weight: 510;
}
.spaces__status-reset__wrapper {
  display: none;
}
@media (min-width: 1280px) {
  .spaces__status-reset__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.spaces__status-reset {
  background-color: transparent;
  border-color: transparent;
}
.spaces__status-reset:hover, .spaces__status-reset:focus {
  background-color: transparent;
  border: 1px solid var(--spaces-color-brand-1-default);
}

.spaces__status-sort {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 1280px) {
  .spaces__status-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spaces__status-sort.toggled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spaces__status-sort__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 4px;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .spaces__status-sort__label {
    margin-bottom: 0;
  }
}

.spaces__sort {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.spaces__sort::after {
  border: 0;
  content: "";
}
.spaces__sort.spaces__select > span.current {
  width: unset;
}
.spaces__sort.spaces__select ul.list {
  width: unset;
}

.spaces__status-no-results {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--spaces-color-ui-6);
  border-radius: 8px;
  color: var(--spaces-color-content-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
.spaces__status-no-results__heading {
  color: var(--spaces-color-content-1);
  font-size: 24px;
  font-weight: 510;
  line-height: 32px;
  text-align: center;
}

.spaces-explore-menu {
  position: relative;
}

.spaces-menu {
  background-color: var(--spaces-color-ui-6);
  border: 1px solid var(--spaces-color-ui-3);
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: none;
  position: absolute;
  z-index: 1;
}
.spaces-menu.spaces-menu--visible {
  display: block;
}

.spaces-menu-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--spaces-color-content-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px;
}
.spaces-menu-item path {
  fill: var(--spaces-color-content-2);
}
.spaces-menu-item:hover, .spaces-menu-item:focus {
  color: var(--spaces-color-content-1);
}
.spaces-menu-item:hover path, .spaces-menu-item:focus path {
  color: var(--spaces-color-content-1);
}

.spaces__return {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--spaces-color-brand-1-default);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 16px;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 24px;
  margin: 24px 0;
  padding: 8px 16px;
}
.spaces__return:hover, .spaces__return:focus {
  color: var(--spaces-color-brand-1-hover);
}

.spaces__gallery-trigger {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 8px;
  line-height: 24px;
  padding: 8px 16px;
}
.spaces__gallery-trigger:hover, .spaces__gallery-trigger:focus {
  color: #fff;
}
.spaces__gallery-trigger__wrapper {
  bottom: 24px;
  display: inline-block;
  left: 24px;
  position: absolute;
}
.spaces__gallery-trigger > i {
  font-size: 16px;
  line-height: 24px;
}

.spaces-mobile-list-control {
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  width: 100%;
  z-index: 999999;
}
@media (min-width: 1280px) {
  .spaces-mobile-list-control {
    display: none;
  }
}

.spaces__plan {
  border: 1px solid var(--spaces-color-ui-3);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 12px 0;
  position: relative;
  width: 100%;
}
.spaces__plan::before {
  background-color: var(--spaces-color-content-brand-1-on-ui);
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  width: 100%;
  z-index: 9;
}
@media (min-width: 810px) {
  .spaces__plan {
    margin: 12px;
    max-width: calc(50% - 24px);
  }
}
@media (min-width: 1280px) {
  .spaces__plan {
    max-width: calc(25% - 24px);
  }
}
.spaces__plan:hover, .spaces__plan:focus, .spaces__plan:focus-within {
  -webkit-box-shadow: 0 10px 15px -3px rgba(26, 26, 26, 0.1), 0 4px 6px -2px rgba(26, 26, 26, 0.05);
          box-shadow: 0 10px 15px -3px rgba(26, 26, 26, 0.1), 0 4px 6px -2px rgba(26, 26, 26, 0.05);
}
.spaces__plan:hover::before, .spaces__plan:focus::before, .spaces__plan:focus-within::before {
  height: 4px;
}
.spaces__plan__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.spaces__plan__figure {
  position: relative;
}
.spaces__plan__info {
  background-color: var(--spaces-color-ui-6);
  border-top: 1px solid var(--spaces-color-ui-3);
  color: var(--spaces-color-content-1);
  height: 100%;
  padding: 16px;
}
.spaces__plan__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.spaces__plan__content-wrapper .spaces__label {
  margin-bottom: 0;
}
.spaces__plan__name {
  color: var(--spaces-color-content-1);
  display: inline-block;
  font-size: 24px;
  font-weight: 510;
  line-height: 32px;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.spaces__plan__name-wrapper {
  margin-bottom: 4px;
}
.spaces__plan__availability {
  color: var(--spaces-color-content-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 24px;
  line-height: 24px;
}
.spaces__plan__attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.spaces__plan__attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spaces__plan__detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--spaces-color-ui-6);
  border-top: 1px solid var(--spaces-color-ui-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 8px;
  margin: auto 0 0;
  padding: 16px;
}
.spaces__plan__media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spaces__plan .spaces-tags-wrapper {
  height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.spaces__plan .spaces-figcaption {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.spaces-plan {
  border: 1px solid var(--spaces-color-ui-3);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 12px 0;
  position: relative;
  width: 100%;
}
.spaces-plan::before {
  background-color: var(--spaces-color-content-brand-1-on-ui);
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  width: 100%;
  z-index: 9;
}
@media (min-width: 810px) {
  .spaces-plan {
    margin: 12px;
    max-width: calc(50% - 24px);
  }
}
@media (min-width: 1280px) {
  .spaces-plan {
    max-width: calc(25% - 24px);
  }
}
.spaces-plan:hover, .spaces-plan:focus, .spaces-plan:focus-within {
  -webkit-box-shadow: 0 10px 15px -3px rgba(26, 26, 26, 0.1), 0 4px 6px -2px rgba(26, 26, 26, 0.05);
          box-shadow: 0 10px 15px -3px rgba(26, 26, 26, 0.1), 0 4px 6px -2px rgba(26, 26, 26, 0.05);
}
.spaces-plan:hover::before, .spaces-plan:focus::before, .spaces-plan:focus-within::before {
  height: 4px;
}
.spaces-plan-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.spaces-plan-figure {
  position: relative;
}
.spaces-plan-image {
  margin: 0;
  max-height: 310px;
  min-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.spaces-plan-info {
  background-color: var(--spaces-color-ui-6);
  border-top: 1px solid var(--spaces-color-ui-3);
  color: var(--spaces-color-content-1);
  height: 100%;
  padding: 16px;
}
.spaces-plan-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.spaces-plan-content-wrapper .spaces-label {
  margin-bottom: 0;
}
.spaces-plan-name {
  color: var(--spaces-color-content-1);
  display: inline-block;
  font-size: 24px;
  font-weight: 510;
  line-height: 32px;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.spaces-plan-name-wrapper {
  margin-bottom: 4px;
}
.spaces-plan-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 24px;
  line-height: 24px;
}
.spaces-plan-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.spaces-plan-attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spaces-plan-detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--spaces-color-ui-6);
  border-top: 1px solid var(--spaces-color-ui-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 8px;
  margin: auto 0 0;
  padding: 16px;
}
.spaces-plan-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spaces-plan .spaces-tags-wrapper {
  height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.spaces-plan .spaces-figcaption {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.spaces__unit {
  background-color: var(--spaces-color-ui-6);
  border: 1px solid var(--spaces-color-ui-3);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 810px) {
  .spaces__unit {
    width: calc(50% - 24px);
    margin: 12px;
  }
}
@media (min-width: 1280px) {
  .spaces__unit {
    width: 100%;
    margin: 0 0 24px;
  }
}
.spaces__unit:hover, .spaces__unit:focus, .spaces__unit:focus-within {
  border-color: var(--spaces-color-brand-1-default);
  -webkit-box-shadow: 0 10px 15px -3px rgba(26, 26, 26, 0.1), 0 4px 6px -2px rgba(26, 26, 26, 0.05);
          box-shadow: 0 10px 15px -3px rgba(26, 26, 26, 0.1), 0 4px 6px -2px rgba(26, 26, 26, 0.05);
}
.spaces__unit.spaces__focused {
  border-color: var(--spaces-color-brand-1-default);
}
@media (min-width: 1280px) {
  .spaces__unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spaces__unit-column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 16px;
  white-space: nowrap;
  width: 100%;
}
.spaces__unit-column:not(:last-of-type, .spaces__unit-availability) {
  border-bottom: 1px solid var(--spaces-color-ui-3);
}
@media (min-width: 1280px) {
  .spaces__unit-column {
    padding: 16px 24px;
  }
  .spaces__unit-column:not(:last-of-type) {
    border-bottom: 0;
    border-right: 1px solid var(--spaces-color-ui-3);
  }
}
.spaces__unit-column__label {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.spaces__unit-column .spaces__label-unit-number {
  font-size: 24px;
  line-height: 32px;
}
.spaces__unit-availability {
  gap: 24px;
  text-align: left;
}
.spaces__unit-plan-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
}
@media (min-width: 1280px) {
  .spaces__unit-plan-info {
    padding-top: 16px;
  }
}
.spaces__unit-plan-info > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spaces__unit-number {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}
@media (min-width: 1280px) {
  .spaces__unit-number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: unset;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 1280px) {
  .spaces__unit-number .spaces-tags-wrapper {
    left: 16px;
    position: absolute;
    top: -16px;
  }
}
.spaces__unit-plan-info .spaces__label-icon {
  margin-right: 0;
}
.spaces__unit-location {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
}
@media (min-width: 1280px) {
  .spaces__unit-location {
    display: none;
  }
}
@media (min-width: 1375px) {
  .spaces__unit-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .spaces__unit .spaces-tags-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.spaces__unit-column.spaces__unit-media {
  border-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.spaces__unit-cta {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  gap: 16px;
  padding-top: 0;
}
@media (min-width: 1280px) {
  .spaces__unit-cta {
    padding-top: 16px;
  }
}
.spaces__unit-cta .spaces__explore-menu,
.spaces__unit-cta .spaces__button-primary,
.spaces__unit-cta .spaces__button {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spaces__unit-cta .spaces__explore-menu .spaces__button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spaces__unit-availability {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spaces__unit-availability > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.spaces__unit-availability .spaces__select {
  border: 0;
  color: var(--spaces-color-brand-1-default);
  padding-left: 0;
}
.spaces__unit-availability .spaces__select::after {
  border-bottom: 2px solid var(--spaces-color-brand-1-default);
  border-right: 2px solid var(--spaces-color-brand-1-default);
  margin-top: -6px;
}

.spaces-modal-content.spaces-community-units-content {
  border-radius: 8px;
  width: calc(100% - 32px);
}
.spaces-modal-content.spaces-community-units-content .spaces-modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: var(--spaces-color-ui-6);
  border-bottom: 1px solid var(--spaces-color-ui-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.spaces-modal-content.spaces-community-units-content .spaces-modal-header .spaces-button {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
@media (min-width: 1280px) {
  .spaces-modal-content.spaces-community-units-content .spaces-modal-header {
    padding: 24px;
  }
}
.spaces-modal-content.spaces-community-units-content .community-unit-modal-wrapper {
  padding: 16px;
}
@media (min-width: 1280px) {
  .spaces-modal-content.spaces-community-units-content .community-unit-modal-wrapper {
    padding: 24px 40px;
  }
}
.spaces-modal-content.spaces-community-units-content .spaces-unit-column-community {
  display: none;
}

.spaces-calculator-modal-content iframe {
  height: 100%;
  width: 100%;
}

.spaces-tab-portfolio {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1280px) {
  .spaces-tab-portfolio {
    gap: 24px;
  }
}

.spaces-portfolio-map-container {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  height: 100vh;
  position: relative;
}

.spaces-tab-portfolio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
}
@media (min-width: 1280px) {
  .spaces-tab-portfolio-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spaces-tab-portfolio-wrapper .spaces-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.spaces-tab-portfolio-wrapper.spaces-map-split .spaces-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1280px) {
  .spaces-tab-portfolio-wrapper.spaces-map-split .spaces-tab-container {
    max-height: 100vh;
    overflow-y: scroll;
  }
}
.spaces-tab-portfolio-wrapper.spaces-map-split .spaces-portfolio-map-container {
  display: none;
}
@media (min-width: 1280px) {
  .spaces-tab-portfolio-wrapper.spaces-map-split .spaces-portfolio-map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.spaces-tab-portfolio-wrapper.spaces-map-open .spaces-tab-container {
  display: none;
}
.spaces-tab-portfolio-wrapper.spaces-map-open .spaces-portfolio-map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.spaces-tab-portfolio-wrapper .spaces-map-tile .spaces-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spaces-tab-portfolio-wrapper .spaces-map-tile .spaces-portfolio-map-container {
  display: none;
}

.spaces-tab-portfolio-map-toggle-wrapper,
.spaces-tab-portfolio-map-toggle-wrapper-mobile {
  display: none;
  padding: 0 16px;
}
.spaces-tab-portfolio-map-toggle-wrapper .spaces-button,
.spaces-tab-portfolio-map-toggle-wrapper-mobile .spaces-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.spaces-portfolio-community .spaces-control-filter-community {
  display: none;
}
.spaces-portfolio-community .spaces-portfolio-list-toggle {
  display: none;
}
.spaces-portfolio-community .spaces-portfolio-map-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spaces-portfolio-community.spaces-map-open .spaces-portfolio-list-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spaces-portfolio-community.spaces-map-open .spaces-portfolio-map-toggle {
  display: none;
}
.spaces-portfolio-community .spaces-tab-portfolio-map-toggle-wrapper-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}
@media (min-width: 1280px) {
  .spaces-portfolio-community .spaces-tab-portfolio-map-toggle-wrapper-mobile {
    display: none;
  }
}
.spaces-portfolio-community .spaces-tab-portfolio-map-toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spaces-portfolio-map-control {
  height: 100%;
  width: 100%;
}
.spaces-portfolio-map-control .gm-ui-hover-effect {
  background: var(--spaces-color-static-black) !important;
  border: 1px solid var(--spaces-color-static-white) !important;
  border-radius: 2px;
  height: 40px !important;
  right: 8px !important;
  top: 8px !important;
  width: 40px !important;
}
.spaces-portfolio-map-control .gm-ui-hover-effect::before {
  color: var(--spaces-color-static-white);
  content: "\e815";
  font-family: "spaces-icon-font" !important;
  font-size: 20px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.spaces-portfolio-map-control .gm-ui-hover-effect > span {
  display: none !important;
  margin: 0 !important;
  -webkit-mask-image: unset !important;
          mask-image: unset !important;
}
.spaces-portfolio-map-control .gm-style-iw-d {
  overflow: hidden !important;
}
.spaces-portfolio-map-control .gm-style-iw {
  max-width: unset !important;
}
.spaces-portfolio-map-control .gm-style-iw.gm-style-iw-c {
  background: transparent;
  min-width: 264px;
  padding: 0 !important;
  width: 304px;
}
.spaces-portfolio-map-control .gm-style-iw.gm-style-iw-c .spaces-community {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.spaces-community-view-switcher {
  border-radius: 4px;
  display: none;
  left: 24px;
  position: absolute;
  top: 24px;
  z-index: 1;
}
.spaces-community-view-switcher .spaces-button:first-of-type {
  border-right: 0;
}
.spaces-community-view-switcher .spaces-button:last-of-type {
  border-left: 0;
}
@media (min-width: 1280px) {
  .spaces-community-view-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.spaces-control-status .spaces-community-view-switcher {
  left: 0;
  margin-left: 16px;
  margin-right: 0;
  position: relative;
  top: 0;
}

.spaces-community {
  -webkit-transition-property: border-color, -webkit-box-shadow;
  transition-property: border-color, -webkit-box-shadow;
  transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  --spaces-community-gap: 24px;
  --spaces-community-margin: calc(var(--spaces-community-gap) / 2);
  background-color: var(--spaces-color-ui-6);
  border: 1px solid var(--spaces-color-ui-3);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--spaces-community-gap);
  margin: var(--spaces-community-margin) 0;
  max-width: 375px;
  width: calc(100% - var(--spaces-community-margin));
}
@media (min-width: 810px) {
  .spaces-community {
    margin: var(--spaces-community-margin);
    width: calc(50% - 24px);
  }
}
@media (min-width: 1280px) {
  .spaces-community {
    margin: var(--spaces-community-margin);
    width: calc(50% - 24px);
  }
}
.spaces-community:hover, .spaces-community:focus, .spaces-community:focus-within, .spaces-community.spaces-active {
  border-color: var(--spaces-color-brand-1-default);
  -webkit-box-shadow: var(--spaces-color-shadow-brand);
          box-shadow: var(--spaces-color-shadow-brand);
  cursor: pointer;
}
.spaces-community > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spaces-community-image {
  background-repeat: no-repeat;
  background-size: cover;
  gap: 8px;
  height: 160px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px;
}
.spaces-community-overview {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 0 16px;
}
.spaces-community-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spaces-community-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spaces-community-cta {
  border-top: 1px solid var(--spaces-color-ui-3);
  gap: 8px;
  padding: 16px;
}
.spaces-community-cta .spaces-community-sightmap {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.spaces-community .spaces-tags-wrapper {
  min-height: 24px;
}

.spaces__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  gap: 40px;
  line-height: 24px;
  padding-top: 16px;
  width: 100%;
}
@media (min-width: 1280px) {
  .spaces__detail {
    padding-top: 80px;
  }
}
.spaces__detail-content-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
.spaces__detail-content-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1280px) {
  .spaces__detail-content-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid var(--spaces-color-ui-3);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
    padding-bottom: 40px;
  }
}
.spaces__detail-visuals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.spaces__detail-figure {
  border: 1px solid var(--spaces-color-ui-3);
  border-radius: 4px;
  position: relative;
}
.spaces__detail-controls__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.spaces__detail-controls__view > [class^=spaces__button] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spaces__detail-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: var(--spaces-color-ui-6);
  border: 1px solid var(--spaces-color-ui-3);
  border-radius: 4px;
  color: var(--spaces-color-content-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 16px;
}
@media (min-width: 1280px) {
  .spaces__detail-content {
    padding: 40px;
  }
}
.spaces__detail-name {
  color: var(--spaces-color-content-1);
  font-size: 40px;
  line-height: 48px;
}
.spaces__detail-description {
  color: var(--spaces-color-content-2);
  font-size: 16px;
  line-height: 24px;
}
.spaces__detail-overview {
  border-bottom: 1px solid var(--spaces-color-ui-3);
  border-top: 1px solid var(--spaces-color-ui-3);
  width: 100%;
}
.spaces__detail-overview_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.spaces__detail-amenities {
  width: 100%;
}
.spaces__detail-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
}
.spaces__detail-controls__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (min-width: 1280px) {
  .spaces__detail-controls__share {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.spaces__detail-controls__share > [class^=spaces__button] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spaces__detail-footer .spaces__disclaimer {
  padding: 0;
  text-align: left;
}
.spaces__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.spaces__detail-list__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.spaces__detail-list__status-count {
  color: var(--spaces-color-content-1);
  font-size: 24px;
  line-height: 32px;
}
.spaces__detail-list__status-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.spaces__detail-map {
  height: 586px;
  margin-bottom: 40px;
}
.spaces__detail-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.spaces__detail-availability-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spaces__detail-availability-label {
  font-size: 12px;
  line-height: 16px;
}
.spaces__detail-availability-value {
  font-size: 16px;
  line-height: 24px;
}
.spaces__detail-footer {
  font-size: 12px;
  line-height: 16px;
}
.spaces__detail-list__available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 810px) {
  .spaces__detail-list__available {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .spaces__detail-list__available {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.spaces__image-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  bottom: 0;
  height: 48px;
  position: absolute;
  width: 100%;
}

.spaces-detail-label {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-bottom: 8px;
}

#spaces-plan-amenities {
  padding-top: 0;
}

.spaces__detail-attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.spaces-detail-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.spaces-detail-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.spaces-detail-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}

.spaces-detail-attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.spaces-detail-specials-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spaces-accordion--amenities {
  border-bottom: 1px solid var(--spaces-color-ui-3);
  padding-bottom: 24px;
}

.spaces-detail-availability-column-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.spaces-modal,
.spaces-modal-overlay {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99992;
}

.spaces-modal {
  -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;
  pointer-events: none;
  position: fixed !important;
}

.spaces-modal-overlay {
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}

.spaces-modal--open .spaces-modal-overlay {
  opacity: 1;
  pointer-events: auto;
}

.spaces-modal-content {
  background: var(--spaces-color-ui-6);
  max-width: calc(100% - 32px);
  opacity: 0;
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}

.spaces-modal--open .spaces-modal-content {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: calc(100vh - 144px);
  overflow-y: scroll;
  pointer-events: auto;
}

.spaces-modal-close {
  background-color: transparent;
  border: 2px solid var(--spaces-color-static-white);
  border-radius: 2px;
  color: var(--spaces-color-static-white);
  position: absolute;
  right: 16px;
  top: 24px;
}
.spaces-modal-close:hover, .spaces-modal-close:focus {
  border-color: #cccccc;
  color: #cccccc;
}

.spaces-modal-noscroll {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

.spaces-modal.spaces-modal-pop.spaces-modal--close .spaces-modal-content,
.spaces-modal.spaces-modal-pop.spaces-modal--open .spaces-modal-content {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.spaces-modal.spaces-modal-pop.spaces-modal--open .spaces-modal-content {
  -webkit-animation-name: spaces-modal-pop-anim-open;
          animation-name: spaces-modal-pop-anim-open;
}

.spaces-modal.spaces-modal-pop.spaces-modal--close .spaces-modal-content {
  -webkit-animation-name: spaces-modal-pop-anim-close;
          animation-name: spaces-modal-pop-anim-close;
}

@-webkit-keyframes spaces-modal-pop-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes spaces-modal-pop-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes spaces-modal-pop-anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
            transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes spaces-modal-pop-anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
            transform: scale3d(0.9, 0.9, 1);
  }
}
.spaces-modal.spaces-modal-grow-in-left .spaces-modal__overlay {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.spaces-modal.spaces-modal-grow-in-left.spaces-modal--close .spaces-modal__content,
.spaces-modal.spaces-modal-grow-in-left.spaces-modal--open .spaces-modal__content {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.spaces-modal.spaces-modal-grow-in-left.spaces-modal--open .spaces-modal__content {
  -webkit-animation-name: spaces-modal-grow-in-left-anim-open;
          animation-name: spaces-modal-grow-in-left-anim-open;
}

.spaces-modal.spaces-modal-grow-in-left.spaces-modal--close .spaces-modal__content {
  -webkit-animation-name: spaces-modal-grow-in-left-anim-close;
          animation-name: spaces-modal-grow-in-left-anim-close;
}

.spaces-modal.spaces-modal-grow-in-left.spaces-modal--open .spaces-modal__close,
.spaces-modal.spaces-modal-grow-in-left.spaces-modal--open .spaces-modal__title {
  -webkit-animation: spaces-modal-grow-in-left-anim-elem-open 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
          animation: spaces-modal-grow-in-left-anim-elem-open 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.spaces-modal.spaces-modal-grow-in-left.spaces-modal--close .spaces-modal__close,
.spaces-modal.spaces-modal-grow-in-left.spaces-modal--close .spaces-modal__title {
  -webkit-animation: spaces-modal-grow-in-left-anim-elem-close 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
          animation: spaces-modal-grow-in-left-anim-elem-close 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
}

@-webkit-keyframes spaces-modal-grow-in-left-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
            transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes spaces-modal-grow-in-left-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
            transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes spaces-modal-grow-in-left-anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
            transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}
@keyframes spaces-modal-grow-in-left-anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
            transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}
@-webkit-keyframes spaces-modal-grow-in-left-anim-elem-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes spaces-modal-grow-in-left-anim-elem-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes spaces-modal-grow-in-left-anim-elem-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
}
@keyframes spaces-modal-grow-in-left-anim-elem-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
}
.spaces-modal.spaces-modal-grow .spaces-modal__overlay {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.spaces-modal.spaces-modal-grow.spaces-modal--close .spaces-modal__content,
.spaces-modal.spaces-modal-grow.spaces-modal--open .spaces-modal__content {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.spaces-modal.spaces-modal-grow.spaces-modal--open .spaces-modal__content {
  -webkit-animation-name: spaces-modal-grow-anim-open;
          animation-name: spaces-modal-grow-anim-open;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
          animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.spaces-modal.spaces-modal-grow.spaces-modal--close .spaces-modal__content {
  -webkit-animation-name: spaces-modal-grow-anim-close;
          animation-name: spaces-modal-grow-anim-close;
}

@-webkit-keyframes spaces-modal-grow-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes spaces-modal-grow-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
            transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes spaces-modal-grow-anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
  }
}
@keyframes spaces-modal-grow-anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
  }
}
.spaces-modal.spaces-modal-pop.spaces-modal--close .spaces-modal-content,
.spaces-modal.spaces-modal-pop.spaces-modal--open .spaces-modal-content {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.spaces-modal.spaces-modal-pop.spaces-modal--open .spaces-modal-content {
  -webkit-animation-name: spaces-modal-pop-anim-open;
          animation-name: spaces-modal-pop-anim-open;
}

.spaces-modal.spaces-modal-pop.spaces-modal--close .spaces-modal-content {
  -webkit-animation-name: spaces-modal-pop-anim-close;
          animation-name: spaces-modal-pop-anim-close;
}

@keyframes spaces-modal-pop-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes spaces-modal-pop-anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
            transform: scale3d(0.9, 0.9, 1);
  }
}
.spaces-modal.spaces-modal-slide-in-down .spaces-modal__overlay {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.spaces-modal.spaces-modal-slide-in-down .spaces-modal__content {
  overflow: hidden;
}

.spaces-modal.spaces-modal-slide-in-down.spaces-modal--close .spaces-modal__content,
.spaces-modal.spaces-modal-slide-in-down.spaces-modal--open .spaces-modal__content {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.spaces-modal.spaces-modal-slide-in-down.spaces-modal--open .spaces-modal__content {
  -webkit-animation-name: spaces-modal-slide-in-down-anim-open;
          animation-name: spaces-modal-slide-in-down-anim-open;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.spaces-modal.spaces-modal-slide-in-down.spaces-modal--close .spaces-modal__content {
  -webkit-animation-name: spaces-modal-slide-in-down-anim-close;
          animation-name: spaces-modal-slide-in-down-anim-close;
}

.spaces-modal.spaces-modal-slide-in-down.spaces-modal--open .spaces-modal__close,
.spaces-modal.spaces-modal-slide-in-down.spaces-modal--open h2 {
  -webkit-animation: spaces-modal-slide-in-down-anim-elem 0.4s both;
          animation: spaces-modal-slide-in-down-anim-elem 0.4s both;
}

.spaces-modal.spaces-modal-slide-in-down.spaces-modal--open .spaces-modal__title {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.spaces-modal.spaces-modal-slide-in-down.spaces-modal--open .spaces-modal__close {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

@-webkit-keyframes spaces-modal-slide-in-down-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes spaces-modal-slide-in-down-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes spaces-modal-slide-in-down-anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@keyframes spaces-modal-slide-in-down-anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@-webkit-keyframes spaces-modal-slide-in-down-anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes spaces-modal-slide-in-down-anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.spaces-modal.spaces-modal-slide-in-left .spaces-modal--close .spaces-modal__overlay {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.spaces-modal.spaces-modal-slide-in-left.spaces-modal--close .spaces-modal__content,
.spaces-modal.spaces-modal-slide-in-left.spaces-modal--open .spaces-modal__content {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.spaces-modal.spaces-modal-slide-in-left.spaces-modal--open .spaces-modal__content {
  -webkit-animation-name: spaces-modal-slide-in-left-anim-open;
          animation-name: spaces-modal-slide-in-left-anim-open;
}

.spaces-modal.spaces-modal-slide-in-left.spaces-modal--close .spaces-modal__content {
  -webkit-animation-name: spaces-modal-slide-in-left-anim-close;
          animation-name: spaces-modal-slide-in-left-anim-close;
}

@-webkit-keyframes spaces-modal-slide-in-left-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
            transform: translate3d(calc(-100vw - 50%), 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes spaces-modal-slide-in-left-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
            transform: translate3d(calc(-100vw - 50%), 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes spaces-modal-slide-in-left-anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
            transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
            transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}
@keyframes spaces-modal-slide-in-left-anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
            transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
            transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}
.spaces-modal.spaces-modal-slide-in-up .spaces-modal__overlay {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.spaces-modal.spaces-modal-slide-in-up.spaces-modal--close .spaces-modal__content,
.spaces-modal.spaces-modal-slide-in-up.spaces-modal--open .spaces-modal__content {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.spaces-modal.spaces-modal-slide-in-up.spaces-modal--open .spaces-modal__content {
  -webkit-animation-name: spaces-modal-slide-in-up-anim-open;
          animation-name: spaces-modal-slide-in-up-anim-open;
}

.spaces-modal.spaces-modal-slide-in-up.spaces-modal--close .spaces-modal__content {
  -webkit-animation-name: spaces-modal-slide-in-up-anim-close;
          animation-name: spaces-modal-slide-in-up-anim-close;
}

.spaces-modal.spaces-modal-slide-in-up.spaces-modal--open .spaces-modal__close,
.spaces-modal.spaces-modal-slide-in-up.spaces-modal--open .spaces-modal__title {
  -webkit-animation: spaces-modal-slide-in-up-anim-elem 0.3s both;
          animation: spaces-modal-slide-in-up-anim-elem 0.3s both;
}

.spaces-modal.spaces-modal-slide-in-up.spaces-modal--open .spaces-modal__title {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.spaces-modal.spaces-modal-slide-in-up.spaces-modal--open .spaces-modal__close {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@-webkit-keyframes spaces-modal-slide-in-up-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes spaces-modal-slide-in-up-anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes spaces-modal-slide-in-up-anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
}
@keyframes spaces-modal-slide-in-up-anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }
}
@-webkit-keyframes spaces-modal-slide-in-up-anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes spaces-modal-slide-in-up-anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.spaces-modal.spaces-modal-sticky-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.spaces-modal.spaces-modal-sticky-bottom.spaces-modal--close .spaces-modal__content,
.spaces-modal.spaces-modal-sticky-bottom.spaces-modal--open .spaces-modal__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.spaces-modal.spaces-modal-sticky-bottom.spaces-modal--open .spaces-modal__content {
  -webkit-animation-name: spaces-modal-sticky-bottom-anim-open;
          animation-name: spaces-modal-sticky-bottom-anim-open;
}

.spaces-modal.spaces-modal-sticky-bottom.spaces-modal--close .spaces-modal__content {
  -webkit-animation-name: spaces-modal-sticky-bottom-anim-close;
          animation-name: spaces-modal-sticky-bottom-anim-close;
}

.spaces-modal.spaces-modal-sticky-bottom.spaces-modal--open .spaces-modal__close,
.spaces-modal.spaces-modal-sticky-bottom.spaces-modal--open .spaces-modal__title {
  -webkit-animation: spaces-modal-sticky-bottom-anim-elem 0.3s both;
          animation: spaces-modal-sticky-bottom-anim-elem 0.3s both;
}

.spaces-modal.spaces-modal-sticky-bottom.spaces-modal--open .spaces-modal__title {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.spaces-modal.spaces-modal-sticky-bottom.spaces-modal--open .spaces-modal__close {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes spaces-modal-sticky-bottom-anim-open {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
            transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  }
}

@keyframes spaces-modal-sticky-bottom-anim-open {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
            transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  }
}
@-webkit-keyframes spaces-modal-sticky-bottom-anim-close {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
            transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  }
}
@keyframes spaces-modal-sticky-bottom-anim-close {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
            transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  }
}
@-webkit-keyframes spaces-modal-sticky-bottom-anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes spaces-modal-sticky-bottom-anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.spaces-modal.spaces-modal-sticky-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.spaces-modal.spaces-modal-sticky-top.spaces-modal--close .spaces-modal-content,
.spaces-modal.spaces-modal-sticky-top.spaces-modal--open .spaces-modal-content {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.spaces-modal.spaces-modal-sticky-top.spaces-modal--open .spaces-modal-content {
  -webkit-animation-name: spaces-modal-sticky-top-anim-open;
          animation-name: spaces-modal-sticky-top-anim-open;
}

.spaces-modal.spaces-modal-sticky-top.spaces-modal--close .spaces-modal-content {
  -webkit-animation-name: spaces-modal-sticky-top-anim-close;
          animation-name: spaces-modal-sticky-top-anim-close;
}

.spaces-modal.spaces-modal-sticky-top.spaces-modal--open .spaces-modal-close,
.spaces-modal.spaces-modal-sticky-top.spaces-modal--open .spaces-modal-title {
  -webkit-animation: spaces-modal-sticky-top-anim-elem 0.3s both;
          animation: spaces-modal-sticky-top-anim-elem 0.3s both;
}

.spaces-modal.spaces-modal-sticky-top.spaces-modal--open .spaces-modal-title {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.spaces-modal.spaces-modal-sticky-top.spaces-modal--open .spaces-modal-close {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

@-webkit-keyframes spaces-modal-sticky-top-anim-open {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes spaces-modal-sticky-top-anim-open {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes spaces-modal-sticky-top-anim-close {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes spaces-modal-sticky-top-anim-close {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes spaces-modal-sticky-top-anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes spaces-modal-sticky-top-anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.single-spaces-property {
  margin: 0;
  padding: 0;
}

.spaces-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 40px 0;
  position: relative;
}

.spaces-override {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spaces-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1280px) {
  .spaces-container {
    max-width: 1328px;
  }
}

.spaces-portfolio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}

.spaces__control-filters {
  width: 100%;
}

.spaces__control-filters__filter {
  width: 100%;
}
.spaces__control-filters__filter:not(:last-child) {
  margin-right: 8px;
}

.spaces__img {
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.spaces__label-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  margin-right: 16px;
}
.spaces__label-icon__icon {
  color: var(--spaces-color-content-2);
  margin: 0 8px 4px 4px;
}

.spaces__disclaimer {
  padding: 50px 0;
  text-align: center;
}

.spaces__realpage {
  width: 100%;
}

.spaces__sightmap {
  height: 100%;
  width: 100%;
}

.spaces__lease-date {
  color: var(--spaces-color-brand-1-default);
  font-size: 16px;
  width: 90px;
}
.spaces__lease-date::after {
  border-bottom: 2px solid var(--spaces-color-brand-1-default);
  border-right: 2px solid var(--spaces-color-brand-1-default);
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.spaces__lease-term-container {
  max-width: calc(1088px - 50%);
  padding: 44px 44px 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 810px) {
  .spaces__lease-term-container {
    min-width: 375px;
  }
}
.spaces__lease-term-container__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.spaces__lease-term-container .spaces__date {
  color: var(--spaces-color-brand-1-default);
  text-align: center;
  text-transform: uppercase;
}
.spaces__lease-term-container .datepicker-inline {
  margin: 0 auto;
}
.spaces__lease-term-container__heading {
  color: var(--spaces-color-content-1);
}

.spaces__opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
}
.spaces__opener::after {
  border-bottom: 2px solid var(--spaces-color-brand-1-default);
  border-right: 2px solid var(--spaces-color-brand-1-default);
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.spaces__opener.open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.spaces__select-embed {
  border: 0;
  height: 0;
  padding: 0;
  width: 100%;
}
.spaces__select-embed::after {
  display: none;
}
.spaces__select-embed ul.list {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  width: 100%;
}
.spaces__select-embed li.option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.spaces__select-embed li.option::before {
  border: 1px solid var(--spaces-color-ui-3);
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  margin-right: 20px;
  width: 20px;
}
.spaces__select-embed li.option.selected::before {
  background-color: var(--spaces-color-brand-1-default);
}
.spaces__select-embed li.option[data-value="*"] {
  display: none;
}
.spaces__select-embed .current {
  display: none;
}

.spaces__custom-filter__lable {
  border-top: 1px solid var(--spaces-color-ui-3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 -24px;
  padding-left: 24px;
  padding-top: 15px;
}

.spaces__mft i.spaces__icon-filters {
  margin: 0;
}

.spaces-unavailble__heading {
  padding: 0 16px;
}

.spaces-unavailble__plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.spaces__debug {
  background-color: var(--spaces-color-brand-1-default);
  color: var(--spaces-color-content-brand-1-on-brand);
  font-weight: bold;
  padding: 15px;
}

.spaces__filters-extra {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 42px;
}

.spaces__control-filters__filter-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 24px !important;
}

.spaces-hidden {
  display: none !important;
}

.spaces-borderless {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.spaces-lease-term-content-wrapper {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  gap: 16px;
}
.spaces-lease-term-content-wrapper #spaces-lease-term-date-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spaces-lease-term-content-wrapper .datepicker-container {
  z-index: 0;
}
.spaces-lease-term-content-wrapper .spaces__select .list {
  max-height: 150px;
  overflow-y: scroll;
  width: 100%;
}
.spaces-lease-term-content-wrapper .spaces__button-primary {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spaces-lease-term-content-wrapper .spaces__label {
  font-size: 16px;
  line-height: 24px;
}
.spaces-lease-term-content-wrapper .spaces__label-small {
  font-size: 12px;
  line-height: 16px;
}

section.spaces a:focus,
section.spaces a:focus-within {
  outline: 0 !important;
}

.spaces-modal-disclaimer {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 15px);
  z-index: 99;
}
@media (min-width: 1280px) {
  .spaces-modal-disclaimer {
    padding-bottom: 15px;
    width: calc(80% - 80px);
  }
}
.spaces-modal-disclaimer-content {
  text-align: center;
}

.spaces-modal--open .spaces-modal-disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spaces__label-community {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1280px) {
  .spaces__label-community {
    width: 150px;
  }
}

/*# sourceMappingURL=spaces_styles.css.map*/