html {
  font-size: 16px;
}

body {
  background-color: #0F172A;
  color: #FFF;
  margin: 0;
  padding: 0;
  text-align: left;
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, sans-serif, sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: normal;
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font-feature-settings: normal;
  font-kerning: auto;
  font-size-adjust: none;
}

*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}

img, svg {
  display: block;
}

svg {
  overflow-clip-margin: content-box;
  overflow: hidden;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  line-height: 1.688rem;
}

h1, h2 {
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1rem;
}

button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
  cursor: pointer;
  text-align: inherit;
}
button:focus {
  outline: none;
}

main {
  background-color: #F8FAFC;
}

button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

label {
  line-height: 1.5;
}

.btn-primary {
  padding: 0.5rem 1rem;
  background-color: #0284C7;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.75rem;
  transition: background-color 150ms ease;
  box-shadow: 0 1px 3px 0 rgba(2, 132, 199, 0.2), 0 1px 2px -1px rgba(2, 132, 199, 0.2);
}
.btn-primary:hover {
  background-color: #0369A1;
}
.btn-primary:active {
  background-color: #0369A1;
}
.btn-primary:focus-visible {
  outline: 2px solid #38BDF8;
  outline-offset: 2px;
}
.btn-secondary {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  color: #FFF;
  background-color: #0284C7;
  border: 1px solid #FFF;
  border-radius: 0.75rem;
  transition: all 150ms ease;
  box-shadow: 0 1px 3px 0 rgba(2, 132, 199, 0.2), 0 1px 2px -1px rgba(2, 132, 199, 0.2);
}
.btn-secondary:hover {
  background-color: #0369A1;
}
.btn-secondary-red {
  font-weight: 500;
  color: #E11D48;
  border: 1px solid #FECDD3;
  background-color: #FFF;
}
.btn-secondary-red:hover {
  background-color: #FFF1F2;
  border-color: #FDA4AF;
}
.btn-secondary-delete {
  gap: 0.375rem;
  padding: 0.625rem 0.75rem;
  color: #4e5a69;
  border: 1px solid #E2E8F0;
  background-color: #F0F9FF;
}
.btn-secondary-delete:hover {
  border-color: #FDA4AF;
  color: #F43F5E;
  background-color: #FFF1F2;
}

.box-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.625rem;
  padding: 0.875rem 0;
  border-radius: 0.75rem;
  background-color: #0284C7;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
  transition: all 150ms ease;
  box-shadow: 0 10px 15px -3px rgba(2, 132, 199, 0.25), 0 4px 6px -4px rgba(2, 132, 199, 0.25);
}
.box-btn:hover {
  background-color: #0369A1;
}
.box-btn:active {
  background-color: #075985;
}
.box-btn:focus-visible {
  outline: 2px solid #38BDF8;
  outline-offset: 2px;
}
.box-btn-secondary {
  padding: 0.75rem 0;
  border: 2px solid #E2E8F0;
  font-weight: 600;
  color: #4e5a69;
  background-color: #F0F9FF;
  box-shadow: none;
}
.box-btn-secondary:hover {
  border-color: #0284C7;
  color: #0284C7;
  background-color: #F0F9FF;
}
.box-btn-red {
  border: 2px solid #FB7185;
  background-color: #FFF1F2;
  color: #E11D48;
  font-weight: 600;
}
.box-btn-red:hover {
  background-color: #FFE4E6;
}

.btn-carousel-arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 2px solid #E2E8F0;
  color: #4e5a69;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease;
}
.btn-carousel-arrow:hover {
  border-color: #0284C7;
  background-color: #0284C7;
  color: #FFF;
}
.btn-carousel-dot {
  border-radius: 9999px;
  transition: all 200ms ease;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CBD5E1;
}
.btn-carousel-dot:hover {
  background-color: #58616d;
}
.btn-carousel-dot-active {
  width: 1.5rem;
  height: 0.5rem;
  background-color: #0284C7;
}

.text-blue {
  color: #38BDF8;
}
.text-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #58616d;
}
.text-info-small {
  font-size: 0.75rem;
}
.text-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.text-link:hover {
  color: #38BDF8;
  cursor: pointer;
}
.text-link-secondary {
  color: #0284C7;
}
.text-link-secondary:hover {
  color: #0369A1;
}
.text-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #0284C7;
  font-weight: 600;
  text-underline-offset: 2px;
  margin-top: 0.25rem;
}
.text-icon-link:hover {
  text-decoration: underline;
}
.text-bold {
  font-weight: 700;
  color: #0F172A;
  font-size: 0.875rem;
}
.text-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-small > * {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0F172A;
}
.title-big {
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
@media (min-width: 640px) {
  .title-big {
    font-size: 2.25rem;
  }
}
.title-medium {
  font-size: 1.875rem;
  margin-bottom: 0.25rem;
}
.title-category {
  font-weight: 700;
  margin-bottom: 1rem;
}
.title-box {
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.title-box-secondary {
  color: #0F172A;
  font-size: 1.25rem;
  font-weight: 700;
}

.space-card {
  background-color: #FFF;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: all 200ms ease;
}
.space-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.125rem);
}
.space-card-image {
  position: relative;
  overflow: hidden;
  background-color: #E2E8F0;
  aspect-ratio: 4/3;
}
.space-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.space-card-image-favorite {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  color: #58616d;
  border: none;
  cursor: pointer;
  transition: all 150ms ease;
}
.space-card-image-favorite:hover {
  color: #F43F5E;
  background-color: #FFF;
}
.space-card-image-favorite svg {
  fill: #FFF;
}
.space-card-image-favorite-active {
  background-color: #F43F5E;
  color: #FFF;
  box-shadow: 0 4px 6px -1px rgba(244, 63, 94, 0.3), 0 2px 4px -2px rgba(244, 63, 94, 0.3);
}
.space-card-info {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.space-card-info h3 {
  font-weight: 600;
  color: #0F172A;
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
  line-height: 1.375;
}
.space-card-location {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem;
  color: #4e5a69;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.space-card-location > svg {
  color: #0284C7;
  flex-shrink: 0;
}
.space-card-reviews {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}
.space-card-reviews__value {
  font-weight: 600;
  color: #0F172A;
}
.space-card-reviews__quant {
  color: #58616d;
}
.space-card-reviews__quant-small {
  font-size: 0.75rem;
}
.space-card-features {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 1rem;
}
.space-card-features-capacity svg {
  color: #58616d;
}
.space-card-features-capacity {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #4e5a69;
}
.space-card-features-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #4e5a69;
  background-color: #F1F5F9;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
}
.space-card-price-cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #F1F5F9;
}
.space-card-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}
.space-card-price span:first-of-type {
  font-family: monospace;
  font-weight: 700;
  color: #0284C7;
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
}
.space-card-price span:last-of-type {
  color: #58616d;
  font-size: 0.75rem;
}
.space-card-price-small span:first-of-type {
  font-size: 1rem;
}

.space-card-horizontal {
  flex-direction: row;
  overflow: hidden;
  transition: all 200ms ease;
}
.space-card-horizontal:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: none;
}
.space-card-horizontal:hover .space-card-image img {
  transform: scale(1.05);
}
.space-card-horizontal .space-card-image {
  width: 9rem;
  aspect-ratio: unset;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .space-card-horizontal .space-card-image {
    width: 13rem;
  }
}
.space-card-horizontal .space-card-image img {
  transition: transform 500ms ease;
}
.space-card-horizontal .space-card-features-capacity {
  color: #4e5a69;
}
.space-card-horizontal-info-container {
  flex: 1;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
@media (min-width: 640px) {
  .space-card-horizontal-info-container {
    flex-direction: row;
    align-items: center;
  }
}
.space-card-horizontal .space-card-info {
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
}
.space-card-horizontal .space-card-info h3 {
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 0.25rem;
  line-height: 1.5rem;
}
.space-card-horizontal .space-card-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.space-card-horizontal .space-card-features {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
.space-card-horizontal .space-card-reviews {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
}
.space-card-horizontal-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.space-card-horizontal-container > :not(:last-child) {
  margin-bottom: 1rem;
}

.box {
  background-color: #FFF;
  border-radius: 1rem;
  border: 1px solid #E2E8F0;
  box-shadow: 0 20px 25px -5px rgba(226, 232, 240, 0.6), 0 8px 10px -6px rgba(226, 232, 240, 0.6);
  padding: 1.5rem;
  overflow: hidden;
}
.box-secondary {
  background-color: #F0F9FF;
  border: 1px solid #BAE6FD;
  box-shadow: none;
}

form {
  color: #0F172A;
}
form input, form select, form textarea {
  color: #0F172A;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid #E2E8F0;
  background-color: #FFF;
  transition: all 150ms ease;
  font-size: 0.875rem;
}
form input:hover, form select:hover, form textarea:hover {
  border-color: #CBD5E1;
}
form input:focus, form select:focus, form textarea:focus {
  outline: none;
  border-color: #38BDF8;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.5);
}
form label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
form label.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  color: #7c8ea8;
  text-transform: none;
  margin: 0;
}
form label.checkbox-label div {
  position: relative;
  margin-top: 0.125rem;
}
form label.checkbox-label span {
  font-size: 0.75rem;
  line-height: 1.625;
}
form select {
  cursor: pointer;
}
form textarea {
  resize: none;
}
form input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border-color: #CBD5E1;
  accent-color: #0284C7;
  cursor: pointer;
}

.form-field-error {
  color: #F43F5E;
}
.form-confirmation {
  color: #2c9454;
  background-color: #cfeedb;
  border: 1px solid #2c9454;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  margin-top: 1rem;
}
.form-confirmation-error {
  color: #F43F5E;
  background-color: #FDA4AF;
  border-color: #F43F5E;
}

.star-container {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.star-container .star-filled > svg {
  fill: #FBBF24;
  color: #FBBF24;
}
.star-container .star-empty > svg {
  fill: #F8FAFC;
  color: #FBBF24;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
}
.heading p:first-of-type {
  color: #38BDF8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.heading h2 {
  font-size: 1.875rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .heading h2 {
    font-size: 2.25rem;
  }
}
.heading p:last-of-type {
  color: #4e5a69;
  font-size: 1rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.625;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.is-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.spinner {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  border: 2px solid #E2E8F0;
  border-top-color: #0284C7;
  animation: spin 700ms linear infinite;
  display: inline-block;
  color: #0F172A;
}

.spaces-loading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  gap: 1rem;
  color: #8797ac;
}

.breadcrumb {
  padding-top: 2rem;
  padding-left: 2rem;
}
.breadcrumb ol {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #58616d;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease;
}
.breadcrumb a:hover {
  color: #8797ac;
}
.breadcrumb span[aria-current=page] {
  color: #0F172A;
  font-weight: 500;
}
.breadcrumb .breadcrumb-separator {
  display: flex;
  color: #58616d;
}

header {
  color: #FFF;
  background-color: #0F172A;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  height: 4rem;
  margin: auto;
  padding: 0 1rem;
  height: 4rem;
}
@media (min-width: 640px) {
  .header-inner {
    padding: 0 1.5rem;
  }
}

.logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.025em;
  mix-blend-mode: screen;
}
.logo__text {
  color: #FFF;
}
.logo-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.75rem;
  background-color: #0284C7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(2, 132, 199, 0.3), 0 2px 4px -2px rgba(2, 132, 199, 0.3);
}

.header-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
}
.header-nav-space_quant {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #0284C7;
  color: white;
  font-size: 0.75rem;
  line-height: 1rem;
  font-variant-numeric: tabular-nums;
}

.header-nav-link {
  padding: 0.5rem 0.875rem;
  border-radius: calc(0.75rem - 2px);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  mix-blend-mode: screen;
  color: #CBD5E1;
}
.header-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
.header-nav-link-active {
  color: #38BDF8;
  background-color: rgba(255, 255, 255, 0.1);
}

footer {
  background-color: #0F172A;
}

.footer-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 640px) {
  .footer-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px) {
  .footer-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.footer-links-section {
  grid-column: span 2/span 2;
}
@media (min-width: 640px) {
  .footer-links-section {
    grid-column: span 1/span 1;
  }
}

.footer-intro {
  font-size: 0.75rem;
  line-height: 1.625;
  color: #4e5a69;
  max-width: 200px;
}
.footer-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #38BDF8;
  gap: 0.375rem;
}
.footer-contact:hover {
  color: #FFF;
}
.footer-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer-logo-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.375rem;
  background-color: #0284C7;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1E293B;
  padding-top: 1.5rem;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #7c8ea8;
}
@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
  }
}

.footer-nav {
  line-height: 1rem;
}
.footer-nav-title {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.footer-nav ul > li {
  margin-top: 0.5rem;
}
.footer-nav-link {
  font-size: 0.75rem;
  text-wrap-mode: nowrap;
  color: #8797ac;
}
.footer-nav-link:hover {
  color: #38BDF8;
}

.container {
  position: relative;
  margin: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #0F172A;
}
.hero-center {
  padding: 4rem 0;
}
@media (min-width: 640px) {
  .hero-center {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.hero-background-gradiant {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: radial-gradient(circle at 20% 50%, rgb(2, 132, 199) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgb(56, 189, 248) 0%, transparent 40%);
}
.hero-background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}
.hero-primary-gradiant {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0F172A 0%, rgba(15, 23, 42, 0.75) 50%, rgba(15, 23, 42, 0.3) 100%);
}
.hero-secondary-gradiant {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.6) 0%, transparent 50%, transparent 100%);
}
.hero-content {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 640px) {
  .hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.hero-content-center {
  padding: 0 1rem;
  text-align: center;
}
.hero-content-center h1, .hero-content-center h2 {
  margin: auto;
}
.hero-content-inner {
  max-width: 42rem;
}
.hero h1 {
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 1.25rem;
}
@media (min-width: 640px) {
  .hero h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .hero h1 {
    font-size: 3.75rem;
  }
}
.hero h2 {
  color: #CBD5E1;
  line-height: 1.5rem;
  line-height: 1.625;
  max-width: 32rem;
}
@media (min-width: 640px) {
  .hero h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.hero-features {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.hero-feature {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #38BDF8;
}

.info-bullet {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #38BDF8;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  background-color: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
}

.page-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 2.5rem;
}
.page-info span:not(.text-bold) {
  color: #4e5a69;
  font-size: 0.875rem;
}
.page-info-description-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
}

.space_search {
  background-color: #FFF;
}

.search {
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media (min-width: 640px) {
  .search {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}
.search-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.search-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  color: #58616d;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.search-divider {
  width: 1px;
  height: 1rem;
  background-color: #E2E8F0;
}
.search-select {
  padding: 0.5rem 0.75rem;
  border: 1px solid #E2E8F0;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #0F172A;
  background-color: #FFF;
  cursor: pointer;
  transition: all 150ms ease;
  border-color: #E2E8F0;
}
.search-select:focus {
  outline: none;
  border-color: #38BDF8;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.5);
}
.search-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #7c8ea8;
  transition: color 150ms ease;
  user-select: none;
  font-weight: 500;
}
.search-label:hover {
  color: #0284C7;
}
.search-checkbox {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border-color: #CBD5E1;
  accent-color: #0284C7;
  cursor: pointer;
}

.spaces {
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px) {
  .spaces {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.spaces h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 1.5rem;
}

.spaces-card-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .spaces-card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .spaces-card-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.my_spaces {
  max-width: 64rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px) {
  .my_spaces {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.space {
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 640px) {
  .space {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.space-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 3rem;
  height: 260px;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 640px) {
  .space-images {
    height: 400px;
  }
}
.space-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}
.space-images img:hover {
  transform: scale(1.05);
}
.space-images-primary {
  grid-column: span 2/span 2;
  background-color: #E2E8F0;
  overflow: hidden;
}
.space-images-side {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.space-images-side div:first-child {
  flex: 1;
  background-color: #E2E8F0;
  overflow: hidden;
  border-top-right-radius: 1rem;
}
.space-images-side div:last-child {
  flex: 1;
  background-color: #E2E8F0;
  overflow: hidden;
  border-bottom-right-radius: 1rem;
}

.space-details {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .space-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.space-details-info > :not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .space-details-info {
    grid-column: span 2/span 2;
  }
}
.space-details-info div:first-child p {
  font-size: 0.9375rem;
  color: #7c8ea8;
  line-height: 1.625;
}

.space-details-features h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 1.25rem;
}
.space-details-features-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .space-details-features-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.space-details-features-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #334155;
  background-color: #FFF;
  border: 1px solid #F1F5F9;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
}
.space-details-features-list li svg {
  color: #0284C7;
}

.space-details-config {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #7c8ea8;
  font-size: 0.875rem;
}

.space-details-princing {
  position: sticky;
  top: 7rem;
}
.space-details-princing-list > :not(:last-child) {
  margin-top: 0.25rem;
}
.space-details-princing-list {
  margin-bottom: 1.75rem;
}
.space-details-princing-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #F1F5F9;
}
.space-details-princing-line div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  color: #4e5a69;
  font-size: 0.875rem;
}
.space-details-princing-line > span {
  font-family: monospace;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #0F172A;
  font-size: 1.25rem;
}
.space-details-princing-line-highlight div {
  font-weight: 600;
  color: #0F172A;
}
.space-details-princing-line-highlight div > svg {
  color: #0284C7;
}
.space-details-princing-line-highlight > span {
  font-family: monospace;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #0284C7;
  font-size: 1.5rem;
}
.space-details-princing-cta > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.space-details-princing-note {
  text-align: center;
  font-size: 0.75rem;
  color: #58616d;
  margin-top: 1rem;
  line-height: 1.625;
}
.space-details-princing p {
  text-align: center;
  font-size: 0.75rem;
  color: #58616d;
  margin-top: 1rem;
  line-height: 1.625;
}

.space-error {
  color: #b91c1c;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.contact {
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 640px) {
  .contact {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .contact-grid-form {
    grid-column: span 3/span 3;
  }
}
.contact-grid-info > div:not(:first-child) {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .contact-grid-info {
    grid-column: span 2/span 2;
  }
}
.contact-form > * {
  margin-top: 1.25rem;
}
.contact-form-container {
  background-color: #FFF;
  border-radius: 1rem;
  border: 1px solid #E2E8F0;
  box-shadow: 0 10px 15px -3px rgba(241, 245, 249, 0.8), 0 4px 6px -4px rgba(241, 245, 249, 0.8);
  padding: 2rem;
}
.contact-form-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.contact-form-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px) {
  .contact-form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-info-details {
  background-color: #0F172A;
  border-radius: 1rem;
  padding: 1.75rem;
  color: #FFF;
}
.contact-info-details h2 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.contact-info-details > p {
  color: #38BDF8;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.contact-info-details-container > :not(:first-child) {
  margin-top: 1.25rem;
}
.contact-info-details-line {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}
.contact-info-details-line div:first-of-type {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.contact-info-details-line div > p:first-of-type {
  color: #58616d;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 0.125rem;
}
.contact-info-details-line div > p:last-of-type {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.625;
  white-space: pre-line;
}
.contact-info-details-line svg {
  color: #0284C7;
}
.contact-info-bullet {
  background-color: #F0F9FF;
  border: 1px solid #BAE6FD;
  border-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-info-bullet-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background-color: rgba(2, 132, 199, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-bullet-icon svg {
  color: #0284C7;
}
.contact-info-bullet-text p:first-of-type {
  font-weight: 600;
  color: #0F172A;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.contact-info-bullet-text p:last-of-type {
  color: #4e5a69;
  font-size: 0.75rem;
  line-height: 1.625;
}
.contact-info-featured-review {
  background-color: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 1rem;
  padding: 1.25rem;
}
.contact-info-featured-review-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.contact-info-featured-review-rating span {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0F172A;
}
.contact-info-featured-review p {
  font-size: 0.75rem;
}
.contact-info-featured-review p:first-of-type {
  color: #4e5a69;
  line-height: 1.625;
  font-style: italic;
}
.contact-info-featured-review p:last-of-type {
  font-weight: 600;
  color: #0F172A;
  margin-top: 0.5rem;
}

.team {
  background-color: #FFF;
  border-top: 1px solid #F1F5F9;
  padding: 5rem 0;
}
.team-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 640px) {
  .team-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.carousel {
  position: relative;
}
.carousel-inner {
  overflow: hidden;
}
.carousel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  transition: opacity 300ms ease;
  opacity: 1;
}
@media (min-width: 640px) {
  .carousel-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.carousel-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.carousel-dots {
  display: flex;
  gap: 0.5rem;
}

.carousel-card {
  text-align: center;
}
.carousel-card:hover .carousel-card-image img {
  transform: scale(1.05);
}
.carousel-card:hover .carousel-card-image-hover-gradiant {
  opacity: 1;
}
.carousel-card-image {
  position: relative;
  margin: 0 auto;
  width: 7rem;
  height: 7rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #E2E8F0;
  margin-bottom: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}
@media (min-width: 640px) {
  .carousel-card-image {
    width: 8rem;
    height: 8rem;
  }
}
.carousel-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 500ms ease;
}
.carousel-card-image-hover-gradiant {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.4), transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}
.carousel-card p:first-of-type {
  font-weight: 600;
  color: #0F172A;
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
}
.carousel-card p:last-of-type {
  font-size: 0.75rem;
  color: #0284C7;
  font-weight: 500;
}
.carousel-card-mail {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #38BDF8;
  svg-fill: #38BDF8;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.location {
  max-width: 80rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0;
  padding-bottom: 4rem;
}
@media (min-width: 640px) {
  .location {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.location-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  height: 14rem;
  background: linear-gradient(to bottom right, #F1F5F9, #F0F9FF, #F1F5F9);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .location-box {
    height: 18rem;
  }
}
.location-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background-color: rgba(2, 132, 199, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-icon svg {
  color: #0284C7;
}
.location-adress {
  text-align: center;
}
.location-adress p {
  text-align: center;
}
.location-adress p:first-of-type {
  font-weight: 600;
  color: #0F172A;
  font-size: 0.875rem;
}
.location-adress p:last-of-type {
  color: #58616d;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

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