:root {
  --navy: #00305b;
  --cream: #fff5e5;
  --sand: #e9e2d7;
  --red: #c22727;
  --white: #ffffff;
  --font: "Inter", system-ui, sans-serif;
  --page: 1440px;
  --gutter: 105px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  color: var(--navy);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 1000;
  background: var(--cream);
  color: var(--navy);
  padding: 8px 16px;
  border-radius: 8px;
}

.skip-link:focus {
  top: 16px;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  padding: 12px 40px 11px 39px;
  border: 0;
  border-radius: 80px;
  font-family: var(--font);
  font-size: 20.845px;
  font-weight: 500;
  line-height: 33.402px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.btn-pill:hover {
  filter: brightness(0.96);
  transform: translateY(-1px);
}

.btn-pill:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 3px;
}

.btn-pill--cream {
  background: var(--cream);
  color: var(--navy);
}

.btn-pill--navy {
  background: var(--navy);
  color: var(--white);
}

.btn-pill--sand {
  background: var(--sand);
  color: var(--navy);
}

.btn-pill--lg {
  font-size: 24.845px;
  font-weight: 700;
}

.eyebrow {
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 7.5px;
  line-height: 55px;
  text-transform: uppercase;
}

.h-display {
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
}

.h-section {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.h-card {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
}

.body-copy {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.body-copy + .body-copy {
  margin-top: 24px;
}

.stat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 8px;
}

.stat__num {
  margin: 0;
  font-size: 63px;
  font-weight: 700;
  line-height: 55px;
}

.stat__unit {
  margin: 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
}

.stat__label {
  margin: 4px 0 0;
  width: 100%;
  font-size: 16.727px;
  font-weight: 400;
  line-height: 46px;
}

.watermark {
  position: absolute;
  inset: 0;
  background: url("../assets/images/watermark.png") center / cover no-repeat;
  opacity: 0.05;
  pointer-events: none;
}

.brand {
  position: relative;
  width: 206px;
  height: 216px;
}

.brand__bird {
  position: absolute;
  inset: 0;
  width: 206px;
  height: 216px;
  object-fit: cover;
  opacity: 0.8;
}

.brand__wordmark {
  position: absolute;
  left: 24px;
  top: 70px;
  width: 160px;
  height: 81px;
  object-fit: contain;
}

.brand__bird,
.brand__wordmark,
.chevron img,
.oxford__logo,
.site-footer__oxford {
  max-width: none;
}

.brand--footer {
  width: 131px;
  height: 138px;
}

.brand--footer .brand__bird {
  width: 131px;
  height: 138px;
}

.brand--footer .brand__wordmark {
  left: 15px;
  top: 45px;
  width: 102px;
  height: 51px;
}

/* Hero */
.hero {
  position: relative;
  min-height: 919px;
  padding: 44px 0 78px;
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.hero__brand {
  position: relative;
  z-index: 3;
}

.hero__copy {
  width: 100%;
  margin-top: 41px;
  text-align: left;
}

.hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  color: var(--white);
  font-size: 85.288px;
  font-weight: 700;
  line-height: 91.617px;
  text-transform: uppercase;
}

.hero__title-row {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero__place {
  margin: 0;
  font-size: 31.845px;
  font-weight: 500;
  line-height: 33.402px;
  text-transform: uppercase;
}

.hero__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 5px 0 0;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
}

.hero__from {
  font-size: 25.747px;
  font-weight: 400;
  line-height: 1;
}

.hero__amount {
  font-size: 53.111px;
  font-weight: 600;
  line-height: 1;
}

.hero__occupancy {
  margin: 49px 0 0;
  color: var(--white);
  font-size: 18.371px;
  font-weight: 400;
  letter-spacing: 9.1857px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero__lede {
  margin: 18px 0 0;
  max-width: 561px;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 73px;
}

.hero__media {
  position: relative;
  z-index: 1;
  padding-top: 37px;
}

.hero__photo {
  display: block;
  width: 637px;
  max-width: 100%;
  height: 771px;
  margin-left: auto;
  object-fit: cover;
  object-position: 20% 50%;
  border-radius: 0 200px 200px 200px;
}

/* Intro */
.intro {
  position: relative;
  overflow: hidden;
  padding: 74px 0 120px;
  background: var(--white);
}

.intro__bird {
  position: absolute;
  left: 50%;
  top: -40px;
  width: 671px;
  height: 822px;
  object-fit: contain;
  opacity: 0.35;
  mix-blend-mode: luminosity;
  pointer-events: none;
  max-width: none;
  transform: translateX(-28%);
  z-index: 0;
}

.intro .container {
  position: relative;
  z-index: 1;
}

.intro__photo {
  display: block;
  width: 100%;
  max-width: 660px;
  height: 461px;
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 290px 0 0 290px;
}

.intro__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.intro__copy .h-display {
  max-width: 620px;
  color: var(--navy);
}

.intro__copy .body-copy {
  margin-top: 24px;
  max-width: 561px;
  color: var(--navy);
}

/* Architecture */
.architecture {
  position: relative;
  min-height: 950px;
  color: var(--navy);
  overflow: hidden;
}

.architecture__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

.architecture__content {
  position: relative;
  z-index: 1;
  padding: 72px 24px 40px;
  text-align: center;
}

.architecture__content .body-copy {
  max-width: 707px;
  margin: 26px auto 0;
}

.architecture__sub {
  margin: 58px 0 0;
}

.architecture__lists {
  display: grid;
  grid-template-columns: 381px 440px;
  justify-content: center;
  gap: 16px 78px;
  margin: 0 auto;
  padding: 0;
  max-width: 917px;
  text-align: left;
}

.architecture__lists ul {
  margin: 0;
  padding-left: 27px;
  font-size: 18px;
  line-height: 24px;
}

.architecture__lists li + li {
  margin-top: 0;
}

/* Interiors */
.interiors {
  position: relative;
  padding: 134px 0 80px;
  overflow: hidden;
}

.interiors__carousel-wrap {
  display: grid;
  grid-template-columns: 27px minmax(0, 1118px) 27px;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.interiors .carousel-inner,
.interiors .carousel-item {
  overflow: hidden;
}

.interiors .carousel-item img {
  width: 1118px;
  height: 688px;
  object-fit: cover;
}

.chevron {
  position: relative;
  display: block;
  width: 27px;
  height: 35px;
}

.chevron img {
  position: absolute;
  left: -5.52px;
  top: -2.5px;
  width: 34.18px;
  height: 40.03px;
}

.chevron--next {
  transform: rotate(180deg);
}

.carousel-nav {
  width: 27px;
  height: 35px;
  padding: 0;
  border: 0;
  background: transparent;
}

.carousel-nav:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 4px;
}

.interiors__split {
  display: grid;
  grid-template-columns: 406px 1fr;
  gap: 80px 79px;
  margin-top: 90px;
}

.interiors__copy .body-copy {
  margin-top: 36px;
  max-width: 337px;
}

.interiors__finishes-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.interiors__finishes .body-copy {
  margin-top: 36px;
  max-width: 625px;
}

.btn-pill--sm {
  width: 148px;
  padding-inline: 24px;
  flex: 0 0 auto;
}

.highlights {
  margin-top: 56px;
}

.highlights__title {
  margin: 0 0 13px;
}

.highlights__lists {
  display: grid;
  grid-template-columns: 271px 344px;
  gap: 24px 89px;
}

.highlights__lists ul {
  margin: 0;
  padding-left: 24px;
  font-size: 16px;
  line-height: 22px;
}

.highlights__lists li + li {
  margin-top: 0;
}

/* Nature */
.nature {
  position: relative;
  min-height: 986px;
  padding: 78px 0 48px;
  color: var(--white);
  overflow: hidden;
}

.nature__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

.nature__content {
  position: relative;
  z-index: 1;
}

.nature__content .h-display {
  text-align: center;
  color: var(--white);
}

.nature__photos {
  position: relative;
  min-height: 599px;
  margin-top: 58px;
}

.nature__photo--river {
  width: 733px;
  height: 532px;
  object-fit: cover;
  border-radius: 0 180px 180px 180px;
}

.nature__photo--kids {
  position: absolute;
  top: 67px;
  left: 634px;
  width: 597px;
  height: 398px;
  object-fit: cover;
  border-radius: 180px 180px 0 180px;
}

.nature__copy {
  max-width: 658px;
  margin: 51px auto 0;
  text-align: center;
}

/* Amenities */
.amenities {
  position: relative;
  background: var(--sand);
  padding: 105px 0 80px;
  overflow: hidden;
}

.amenities__head {
  display: grid;
  grid-template-columns: 553px 1fr;
  gap: 24px 54px;
  align-items: start;
}

.amenities__head .body-copy {
  max-width: 530px;
  padding-top: 18px;
}

.amenities__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 32px;
  margin-top: 24px;
}

.amenities__card img {
  width: 255px;
  height: 168px;
  margin-top: 12px;
  object-fit: cover;
}

/* Schools */
.schools {
  padding: 111px 0;
}

.schools__grid {
  display: grid;
  grid-template-columns: 1fr 567px;
  gap: 48px 80px;
  align-items: center;
}

.schools__copy .body-copy {
  margin-top: 41px;
  max-width: 489px;
}

.schools__photo {
  width: 567px;
  height: 396px;
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 290px 0 290px 290px;
}

/* Convenience */
.convenience {
  position: relative;
  min-height: 934px;
  overflow: hidden;
}

.convenience__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 35% 50%;
}

.convenience__panel {
  position: relative;
  z-index: 1;
  margin: 109px 73px 100px auto;
  width: 612px;
  min-height: 725px;
  padding: 75px 40px 24px 46px;
  background: var(--navy);
  color: var(--white);
}

.convenience__panel .body-copy {
  margin-top: 41px;
  max-width: 489px;
}

.convenience__panel .eyebrow {
  margin-top: 52px;
}

.convenience__stats {
  display: grid;
  grid-template-columns: 1fr 386px;
  gap: 16px;
  margin-top: 12px;
  align-items: end;
}

.convenience .stat__num {
  font-size: 57.607px;
  line-height: 50.292px;
}

.convenience .stat__unit {
  font-size: 22.86px;
  line-height: 25.603px;
}

.convenience .stat__label {
  font-size: 26.268px;
  font-weight: 700;
  line-height: 42.062px;
}

.convenience__map {
  width: 386px;
  height: 281px;
  object-fit: contain;
  margin-left: auto;
}

/* Explore */
.explore {
  position: relative;
  padding: 83px 0 80px;
  overflow: hidden;
}

.explore .h-display {
  text-align: center;
}

.explore__grid {
  display: grid;
  grid-template-columns: 345px 401px 345px;
  justify-content: space-between;
  gap: 30px;
  margin-top: 55px;
}

.explore__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.explore__card img {
  width: 100%;
  height: 356px;
  object-fit: cover;
}

.explore__card--brochure img {
  height: 367px;
  object-fit: contain;
  background: transparent;
}

.explore__card .body-copy {
  max-width: 370px;
}

.explore__models {
  margin: 0;
  padding-left: 27px;
  text-align: left;
  max-width: 370px;
  font-size: 18px;
  line-height: 24px;
}

/* Register */
.register {
  background: var(--navy);
  color: var(--white);
  padding: 83px 0 80px;
}

.register .h-display,
.register .body-copy {
  text-align: center;
}

.register .body-copy {
  max-width: 769px;
  margin: 13px auto 0;
}

.register-form {
  max-width: 1032px;
  margin: 86px auto 0;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 39px 111px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.field label,
.choice-group > span {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.choice-group > span {
  text-transform: none;
}

.realtor-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.stat--spaced {
  margin-top: 24px;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"] {
  width: 100%;
  max-width: 400px;
  height: 36px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 2px solid var(--white);
  border-radius: 0;
  background: transparent;
  color: var(--white);
  font-family: var(--font);
  font-size: 18px;
}

.field input:focus {
  outline: none;
  border-bottom-color: var(--sand);
}

.field input.is-invalid {
  border-bottom-color: #ffb4b4;
}

.consent.is-invalid .choice__box,
.choice-group.is-invalid .choice__box {
  border-color: #ffb4b4;
}

.field-error {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.3;
  color: #ffd6d6;
}

.field-error--consent {
  max-width: 948px;
  margin: -36px auto 0;
  padding-left: 51px;
  text-align: left;
}

.choice-row {
  display: flex;
  gap: 24px;
  margin-top: 7px;
}

.choice {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice__box {
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
  background: transparent;
  flex: 0 0 18px;
}

.choice input:checked + .choice__box {
  background: var(--white);
}

.choice input:focus-visible + .choice__box {
  outline: 2px solid var(--sand);
  outline-offset: 2px;
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 33px;
  align-items: start;
  margin-top: 42px;
  cursor: pointer;
  position: relative;
}

.consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.consent input:checked + .choice__box {
  background: var(--white);
}

.consent input:focus-visible + .choice__box {
  outline: 2px solid var(--sand);
  outline-offset: 2px;
}

.consent p {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}

.register-form .btn-pill {
  display: flex;
  width: 294px;
  margin: 64px auto 0;
}

.form-status {
  min-height: 24px;
  margin: 16px 0 0;
  text-align: center;
  font-size: 16px;
}

.form-status--success {
  color: #d4edda;
}

.form-status--error {
  color: #ffd6d6;
}

.register-form .btn-pill:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Oxford */
.oxford {
  background: var(--sand);
  padding: 98px 0;
}

.oxford__grid {
  display: grid;
  grid-template-columns: 294px 1fr;
  gap: 48px 178px;
  align-items: start;
}
.oxford__logos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.oxford__logo {
  width: 294px;
  height: 104px;
  margin-top: 35px;
  object-fit: contain;
}

.oxford__copy .body-copy {
  margin-top: 33px;
  max-width: 622px;
}

/* Reserve */
.reserve {
  position: relative;
  overflow: hidden;
  padding: 105px 0 82px;
}

.reserve__bird {
  position: absolute;
  right: 580px;
  top: 28px;
  width: 603px;
  height: 738px;
  object-fit: cover;
  transform: scaleX(-1);
  mix-blend-mode: luminosity;
  pointer-events: none;
  max-width: none;
}

.reserve__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 538px;
  gap: 40px 80px;
  align-items: end;
}

.reserve__copy .h-display {
  max-width: 762px;
}

.reserve__copy .body-copy {
  margin-top: 30px;
  max-width: 544px;
}

.reserve__phone {
  margin: 65px 0 22px;
  font-size: 21px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}

.reserve__phone a {
  text-decoration: none;
}

.occupancy-card {
  width: 538px;
  height: 347px;
  padding: 46px 40px 24px;
  background: var(--red);
  color: var(--white);
  border-radius: 0 180px 180px 180px;
  text-align: center;
}

.occupancy-card h2 {
  margin: 0;
  font-size: 60.408px;
  font-weight: 700;
  line-height: 71.413px;
  text-transform: uppercase;
}

.occupancy-card hr {
  width: 418px;
  max-width: 100%;
  margin: 18px auto 0;
  border: 0;
  border-top: 1px solid var(--white);
}

.occupancy-card p {
  margin: 16px 0 0;
  text-transform: uppercase;
}

.occupancy-card .hero__from {
  font-size: 27.254px;
}

.occupancy-card .hero__amount {
  font-size: 56.22px;
}

/* Footer */
.site-footer {
  background: var(--navy);
  color: var(--white);
  padding: 44px 0;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr auto auto auto auto auto;
  gap: 24px 32px;
  align-items: center;
}

.site-footer p {
  margin: 0;
  max-width: 710px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.site-footer__rule {
  width: 1px;
  height: 95px;
  background: var(--white);
  opacity: 0.85;
}

.site-footer__oxford {
  width: 160px;
  height: 57px;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .interiors__split,
  .schools__grid,
  .amenities__head,
  .explore__grid,
  .oxford__grid,
  .reserve__grid,
  .form-grid,
  .realtor-fields,
  .convenience__stats {
    grid-template-columns: 1fr;
  }

  .amenities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amenities__card img {
    width: 100%;
    max-width: 255px;
    height: 168px;
  }

  .hero {
    min-height: 0;
    padding: 32px 0 56px;
  }

  .hero__copy {
    margin-top: 24px;
  }

  .hero__media {
    padding-top: 0;
  }

  .hero__photo {
    width: 100%;
    max-width: 637px;
    height: auto;
    aspect-ratio: 637 / 771;
    margin: 0 auto 24px;
    border-radius: 0 120px 120px 120px;
  }

  .hero__media {
    min-height: 0;
  }

  .intro__photo,
  .schools__photo,
  .nature__photo--river,
  .nature__photo--kids,
  .interiors .carousel-item img,
  .oxford__logo,
  .occupancy-card,
  .convenience__panel,
  .convenience__map {
    width: 100%;
    max-width: 100%;
  }

  .intro__photo {
    height: auto;
    aspect-ratio: 660 / 461;
    border-radius: 200px 0 0 200px;
  }

  .schools__photo {
    height: auto;
    aspect-ratio: 567 / 396;
  }

  .nature__photos {
    min-height: 0;
    display: grid;
    gap: 24px;
  }

  .nature__photo--kids {
    position: static;
  }

  .nature__photo--river,
  .nature__photo--kids {
    height: auto;
    aspect-ratio: 733 / 532;
  }

  .nature__photo--kids {
    aspect-ratio: 597 / 398;
  }

  .interiors__carousel-wrap {
    grid-template-columns: 27px 1fr 27px;
    gap: 16px;
  }

  .interiors .carousel-item img {
    height: auto;
    aspect-ratio: 1118 / 688;
  }

  .convenience__panel {
    margin: 48px 16px;
    width: auto;
  }

  .explore__card,
  .explore__card--brochure img,
  .explore__card img {
    width: 100%;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .site-footer__rule {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero__title {
    font-size: 48px;
    line-height: 52px;
  }

  .hero__place {
    font-size: 18px;
    line-height: 22px;
  }

  .hero__title-row {
    gap: 14px;
  }

  .hero__amount,
  .occupancy-card .hero__amount {
    font-size: 36px;
  }

  .h-display,
  .occupancy-card h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .h-section {
    font-size: 28px;
    line-height: 34px;
  }

  .hero__brand {
    left: auto;
    top: auto;
  }

  .brand,
  .brand__bird {
    width: 124px;
    height: 130px;
  }

  .brand__wordmark {
    left: 14px;
    top: 42px;
    width: 96px;
    height: 48px;
  }

  .hero__copy {
    margin-top: 16px;
  }

  .hero__price,
  .hero__lede,
  .hero__occupancy {
    width: auto;
    max-width: 100%;
    text-align: left;
  }

  .hero__occupancy {
    letter-spacing: 4px;
  }

  .hero__actions,
  .architecture__lists,
  .highlights__lists,
  .amenities__grid {
    grid-template-columns: 1fr;
    display: grid;
  }
  .architecture__content{padding:15px  ;}
  .architecture__content .body-copy {
    margin: 10px auto 0;
}
.architecture__sub {
  margin: 10px 0 0;
}
  .hero__actions {
    gap: 12px;
  }

  .btn-pill {
    width: 100%;
  }

  .intro__copy {
    padding-top: 8px;
  }
  .interiors__finishes-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .intro__bird,
  .reserve__bird {
    width: 280px;
    height: 340px;
    left: auto;
    right: -40px;
  }

  .stat__num {
    font-size: 48px;
  }
}
@media (max-width: 375px) {
  .reserve__copy .h-display {
    max-width: 215px;
}
.reserve__copy .body-copy {
  max-width: 355px;
}
.reserve__phone{font-size: 15px;}
.occupancy-card{padding: 46px 0px 21px;}
}