:root {
  --blue: #122C40;
  --light-blue: #F0F3F5;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.bg-blue {
  background: var(--blue) !important;
}
.bg-blue * {
  color: white;
}

.wrapper {
  overflow-x: hidden;
}

.bg-light-blue {
  background: var(--light-blue) !important;
}

.w-100 {
  width: 100%;
}

.fw-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-family: "Vaud", sans-serif !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.ratio-16x9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ratio-16x9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.be-top-banner {
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 98;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
}
.be-top-banner.show {
  transform: translateY(0%);
  transition-delay: 1s;
}
.be-top-banner > .row {
  z-index: 1;
  padding: 0;
  background: var(--blue);
  position: relative;
}
.be-top-banner > .row a.close,
.be-top-banner > .row a.toggle {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1em;
  height: 1em;
  z-index: 11;
}
.be-top-banner > .row a.close img,
.be-top-banner > .row a.toggle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.be-top-banner .content {
  text-align: center;
}

.hero-bg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero.swiper-container .awards {
  width: 20vw;
  max-width: 260px;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  justify-content: space-around;
}
.hero.swiper-container .awards img {
  width: 48%;
}

.swiper-container.hero {
  margin-bottom: 6rem;
}
.swiper-container.hero .swiper-controls {
  margin-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  justify-self: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.swiper-container.hero .swiper-controls.show {
  opacity: 1;
  pointer-events: all;
}

.compact-banner {
  position: absolute;
  z-index: 9;
  width: 100%;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
.compact-banner img {
  max-width: 1200px;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  box-shadow: 2px 3px 22px -8px rgba(0, 0, 0, 0.59);
}

.be-hero.video {
  min-height: unset;
  margin-bottom: 0;
}
.be-hero.video .caption {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 11%;
  width: 50%;
  display: none;
}

.page-home .swiper-container .swiper-slide {
  min-height: unset !important;
}

h1.new-release {
  font-size: 1rem !important;
  display: inline-block;
  position: relative;
  padding: 0 1em;
  letter-spacing: 0.2em;
}
h1.new-release::before, h1.new-release::after {
  content: "";
  position: absolute;
  display: block;
  height: 1rem;
  width: 1px;
  background: var(--blue);
}
h1.new-release::before {
  left: 0;
}
h1.new-release:after {
  top: 0;
  right: 0;
}

.be-floorplans {
  display: flex;
  flex-direction: column;
}
.be-floorplans :not(.townhomes) {
  order: 1;
}

.text-white {
  color: white !important;
}

.btn.white {
  background: white;
}
.btn.white:hover {
  background: var(--blue);
  border-color: white;
}

.w-50 {
  width: 50% !important;
}

hr {
  border-color: var(--blue) !important;
}
hr.white {
  border-color: white !important;
}

.breathe {
  padding-bottom: 0 !important;
}
.breathe .video {
  position: relative;
  background: #000;
}
.breathe .video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.breathe .video.square {
  overflow: hidden;
}
.breathe .video.square iframe {
  height: 144%;
  top: unset;
  bottom: 0;
}
.breathe .video iframe {
  border: none;
  position: absolute;
  left: -2%;
  top: 0;
  width: 104%;
  height: 100%;
}
.breathe .video .bottom-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50%;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 15%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3rem;
}
.breathe .video .bottom-caption h1 {
  color: white;
}
.breathe .hero {
  max-width: 1800px;
  margin: auto;
}
.breathe .hero .mobile {
  display: none;
}
.breathe .hero .bottom {
  background: #8DC640;
  height: 10px;
  position: relative;
  z-index: 99;
}
.breathe .hero .bottom .badge-wrapper {
  position: absolute;
  justify-content: center;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.breathe .hero .bottom .badge-wrapper .badge {
  max-width: 120px;
  width: 20vw;
}
.breathe .hero .main-img {
  position: relative;
  z-index: 1;
}
.breathe .hero .main-img .full-img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
}
.breathe .hero .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 1150px;
}
.breathe .hero .caption h1 {
  font-size: 104px;
  margin-bottom: 0.25em;
}
.breathe .hero.home .content {
  margin: auto;
  background: #F0F3F5;
  z-index: 9;
  position: relative;
  height: 15vw;
  max-height: 276px;
}
.breathe .hero.home .content > img.bild {
  width: 80%;
  display: block;
  margin: auto;
  position: absolute;
  left: 7%;
  bottom: 33px;
}
.breathe .hero.townhomes {
  border-bottom: 10px solid black;
  border-color: #8DC640;
  margin-bottom: 100px;
}
.breathe .hero.townhomes .logo {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
}
.breathe .hero.townhomes .bild {
  position: absolute;
  z-index: 9;
  display: block;
  top: unset;
  bottom: 0;
  width: 15vw;
  left: 50%;
  max-width: 130px;
  transform: translate(-50%, 50%);
}
.breathe .hero .content img.logo {
  max-width: 220px;
  width: 25vw;
  display: block;
  margin: auto;
}
.breathe .arrow-down-wrapper {
  width: 100%;
  padding: 150px 0 0;
  display: flex;
  justify-content: center;
}
.breathe section {
  margin-bottom: 8em;
}
.breathe .projects-footer-nav {
  padding-top: 0;
  margin-top: 0;
}
.breathe .bedroom-item {
  position: relative;
  padding-left: 30px;
  overflow: hidden;
  --title-height: 6rem;
  margin-bottom: 6em;
  z-index: 1;
}
.breathe .bedroom-item .badge {
  position: absolute;
  max-width: 120px;
  width: 15%;
  right: 0;
  top: 0;
}
.breathe .bedroom-item::after {
  content: "";
  display: block;
  position: absolute;
  background: #C0C7CD;
  top: var(--title-height);
  width: 100px;
  height: 50px;
  left: 0;
  transform: translate(-10%, -50%) rotate(35deg);
  z-index: -1;
}
.breathe .bedroom-item section:first-of-type {
  margin-bottom: 0;
}
.breathe .bedroom-item .title {
  background: var(--blue);
  position: absolute;
  left: 0;
  display: flex;
  height: var(--title-height);
  align-items: center;
  justify-content: center;
  padding: 0 2em;
  z-index: 9;
  min-width: 300px;
  text-align: center;
}
.breathe .bedroom-item .title > h1 {
  color: white;
}
.breathe .bedroom-item .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--light-blue);
  padding: 2em 5em;
  width: 60%;
}
.breathe .bedroom-item .content h5 {
  margin: 1em 0;
}
.breathe #sales {
  padding: 5em 0;
}
.breathe #sales .sales-img {
  border-radius: 50%;
  width: 225px;
}
.breathe #sales .sales-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.breathe #sales .sales-wrapper ~ .sales-wrapper::after {
  display: none;
}
.breathe #sales .sales-wrapper .info {
  padding-left: 2em;
  display: block !important;
}
.breathe #sales .contact {
  justify-content: center;
  margin-top: 4em;
}
.breathe #sales .contact .icon {
  width: 60px;
}
.breathe #sales .contact .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.breathe #sales .contact .item a {
  margin-top: 0.5em;
  color: white;
  text-decoration: underline;
  font-size: 16px;
}
.breathe #sales-office {
  padding: 2em 0;
}
.breathe #sales-office .map-icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}
.breathe #sales-office .icon {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.breathe #sales-office .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.breathe.bedroom-template .hero {
  margin-top: 10px;
  background: var(--light-blue);
  display: flex;
}
.breathe.bedroom-template .hero .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5em;
}
.breathe.bedroom-template .hero .left .adward {
  height: 435px;
  width: auto;
  margin-right: 5em;
}
.breathe.bedroom-template .hero .right {
  width: 50%;
}
.breathe.bedroom-template .hero .bedroom-item {
  margin-bottom: 0;
}
.breathe.bedroom-template .hero .bedroom-item img {
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.breathe.bedroom-template #detail .info-wrapper {
  padding: 2em 0;
}
.breathe.bedroom-template #detail .info {
  display: flex;
  font-size: 2rem;
  justify-content: center;
  text-align: center;
}
.breathe.bedroom-template #detail .info h6 {
  text-align: center;
  font-size: 1em;
  padding: 0 0.5em;
  border-right: 1px solid var(--blue);
}
.breathe.bedroom-template #detail .info h6:last-of-type {
  border-right: none;
}
.breathe.bedroom-template #detail .info h6 .unit {
  display: block;
  text-transform: uppercase;
}
.breathe.bedroom-template #detail .price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.breathe.bedroom-template #detail .price {
  font-size: 3.5rem;
  text-align: center;
}
.breathe.bedroom-template #detail .price.old {
  font-size: 3rem;
}
.breathe.bedroom-template #detail .price > span {
  font-size: 1em;
}
.breathe.bedroom-template #detail .features {
  padding: 1rem;
}
.breathe.bedroom-template #detail .features ul {
  list-style-type: "+";
}
.breathe.bedroom-template #detail .features ul li {
  padding-left: 1em;
}
.breathe.bedroom-template #detail .floorplan img {
  margin: 4em auto;
  display: block;
  max-height: 800px;
  -o-object-fit: contain;
     object-fit: contain;
}
.breathe.bedroom-template .highlight {
  border-radius: 5px;
  overflow: hidden;
}
.breathe.bedroom-template .highlight h6 {
  font-size: 14px;
}
.breathe.bedroom-template .highlight p {
  font-size: 1.25rem;
}
.breathe.bedroom-template .highlight .content {
  padding: 2em 2em 1em;
}
.breathe.bedroom-template .table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 800px;
  margin: auto;
}
.breathe.bedroom-template table.floorplan {
  width: 100%;
  table-layout: fixed;
}
.breathe.bedroom-template table.floorplan .clickable-row {
  cursor: pointer;
}
.breathe.bedroom-template table.floorplan .clickable-row:hover {
  background-color: var(--light-blue);
}
.breathe.bedroom-template table.floorplan .name {
  padding-left: 1em;
  padding-right: 1em;
}
.breathe.bedroom-template table.floorplan th {
  background: var(--blue);
  color: white;
  padding: 0.5em;
  font-size: 12px;
}
.breathe.bedroom-template table.floorplan th:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.breathe.bedroom-template table.floorplan th:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
}
.breathe.bedroom-template table.floorplan tr {
  border-bottom: 2px solid var(--blue);
}
.breathe.bedroom-template table.floorplan tr:first-of-type {
  border-bottom: none;
}
.breathe.bedroom-template table.floorplan tr td {
  vertical-align: middle;
}
.breathe.bedroom-template table.floorplan tr td:nth-child(4), .breathe.bedroom-template table.floorplan tr td:nth-child(5), .breathe.bedroom-template table.floorplan tr td:nth-child(6) {
  background: var(--light-blue);
}
.breathe.bedroom-template table.floorplan tr td:nth-child(4) span {
  color: #936241;
  font-weight: 600;
}
.breathe.bedroom-template table.floorplan tr td.border-right {
  position: relative;
}
.breathe.bedroom-template table.floorplan tr td.border-right ::after {
  content: "";
  display: block;
  width: 2px;
  height: 1rem;
  background: var(--blue);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.breathe.bedroom-template table.floorplan td {
  font-size: 16px;
  text-align: center;
  padding: 0.75em;
  vertical-align: top;
  line-height: 1em;
}
.breathe .crossed {
  display: inline-block;
  position: relative;
}
.breathe .crossed::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 0.125em;
  width: 100%;
  background: red;
  left: 0;
  top: 50%;
  margin-top: -0.15em;
}

#brontepopup {
  height: unset;
  max-width: 1640px;
  width: 90vw;
}
#brontepopup.be-popup {
  top: 200px !important;
}
#brontepopup.be-popup img {
  height: auto;
  width: 100%;
}
#brontepopup .close-button span {
  color: #122C40;
}

#features .content {
  padding: 2em;
  background: var(--light-blue);
  min-height: 220px;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
}

.accordion-header {
  width: 100%;
  padding: 1em 0;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  text-transform: uppercase;
  position: relative;
}
.accordion-header::before, .accordion-header::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  position: absolute;
  background: var(--blue);
  right: 0;
  top: calc(50% - 1px);
  transition: transform 0.3s ease-in-out;
}
.accordion-header::after {
  transform: rotate(90deg);
}
.accordion-header.active {
  font-weight: 500;
}
.accordion-header.active::before {
  transform: rotate(45deg);
}
.accordion-header.active::after {
  transform: rotate(135deg);
}

.accordion-content {
  padding: 0;
  max-height: 0;
  padding-top: 1em;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background: #fafafa;
  border-top: 1px solid #ccc;
  text-align: left;
}
.accordion-content p {
  font-size: 1.25em;
}

@media screen and (max-width: 1820px) {
  .hero .caption h1 {
    font-size: 7vw;
  }
  .hero .caption h2 {
    font-size: 2.7vw;
  }
  .breathe h1,
  .breathe .h1 {
    font-size: 2.75vw;
  }
  .breathe h2,
  .breathe .h2 {
    font-size: 3vw;
  }
  .breathe h5 {
    font-size: 1.75vw;
  }
  .breathe .bedroom-item .btn {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .breathe.bedroom-template .hero .left .adward {
    height: auto;
    width: 7vw;
    margin-top: auto;
    margin-bottom: 20px;
  }
  .breathe.bedroom-template .hero {
    flex-direction: column-reverse;
    margin-top: 1px;
  }
  .breathe.bedroom-template .hero h1,
  .breathe.bedroom-template .hero .h1 {
    font-size: 3.5vw;
  }
  .breathe.bedroom-template .hero .left,
  .breathe.bedroom-template .hero .right {
    width: 100%;
  }
  .breathe.bedroom-template .hero .left {
    padding: 20px 30px;
    z-index: 9;
    background: var(--light-blue);
    position: relative;
  }
  .breathe.bedroom-template .hero .left .adward {
    position: absolute;
    width: 10vw;
    left: calc(5vw + 20px);
    min-width: 90px;
    bottom: 0;
  }
  .breathe.bedroom-template .hero .content {
    width: 60vw;
    min-height: 200px;
    margin-left: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
  }
  .breathe.bedroom-template h1,
  .breathe.bedroom-template .h1 {
    font-size: 40px;
  }
  .breathe.bedroom-template .highlight h6 {
    font-size: 1.25rem;
  }
  .breathe.bedroom-template .highlight p {
    font-size: 1rem;
  }
  .breathe.bedroom-template #detail .price {
    font-size: 2rem;
  }
  .breathe.bedroom-template #detail .price.old {
    font-size: 1.75rem;
  }
  .breathe.bedroom-template #detail .price.now {
    padding-bottom: 2rem;
  }
  .breathe.bedroom-template #detail .floorplan img {
    max-width: 80vw;
    width: 100%;
    margin: 2em auto;
  }
  .breathe #intro,
  .breathe .arrow-down-wrapper {
    padding-top: 10vw;
  }
  .breathe .hero .caption h1,
  .breathe .hero .caption .h1 {
    font-size: 4vw;
  }
  .breathe .hero .caption h2,
  .breathe .hero .caption .h2 {
    font-size: 3vw;
  }
  .breathe .hero .caption h5 {
    font-size: 2vw;
  }
  .breathe .bedroom-item {
    --title-height: 5rem;
  }
  .breathe .bedroom-item .title {
    min-width: 30%;
  }
  .breathe .bedroom-item .content {
    top: 60%;
    padding: 1em 2em;
  }
}
@media screen and (max-width: 1112px) {
  .breathe .sub-nav ul li:not(:last-child) {
    margin-right: 1rem;
  }
  .breathe #sales .sales-img {
    max-width: 150px;
  }
  .breathe .hero .caption h1,
  .breathe .hero .caption .h1 {
    font-size: 6vw;
  }
  .breathe .hero .caption h2,
  .breathe .hero .caption .h2 {
    font-size: 2.75vw;
  }
  .breathe .hero .caption h5 {
    font-size: 3vw;
  }
  .breathe .hero .content {
    min-height: 20vw;
  }
  .be-top-banner h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1025px) {
  .breathe {
    padding-top: 100px !important;
  }
  .be-top-banner h3 {
    font-size: 1.5rem;
  }
  .be-top-banner h5 {
    font-size: 1rem;
  }
  .be-top-banner .content {
    padding: 2em;
  }
  .be-top-banner .content a {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
  .breathe section {
    margin-bottom: 6rem;
  }
  .breathe .bedroom-item {
    --title-height: 4rem;
    margin-bottom: 4rem;
  }
  .breathe.bedroom-template table.floorplan tr {
    border-bottom-width: 1px;
  }
  .breathe.bedroom-template table.floorplan th,
  .breathe.bedroom-template table.floorplan span {
    font-size: 10px !important;
  }
  .breathe.bedroom-template table.floorplan td {
    line-height: 0.5em;
  }
  .breathe.bedroom-template table.floorplan .name {
    width: 2em;
  }
  .breathe .hero .caption h1,
  .breathe .hero .caption .h1 {
    font-size: 8vw;
  }
  .breathe .hero .caption h2,
  .breathe .hero .caption .h2 {
    font-size: 2.75vw;
  }
  .breathe .hero .caption h5 {
    font-size: 3vw;
  }
  .breathe .hero .content {
    min-height: 18vw;
  }
  .breathe .hero .bedroom-item {
    padding-right: 10px;
  }
  .breathe .hero .bedroom-item img {
    min-height: 100vw;
  }
  .breathe #sales .sales-wrapper::after {
    display: none;
  }
  .breathe #sales .info {
    min-width: 35%;
  }
  .breathe h1,
  .breathe .h1 {
    font-size: 5vw;
  }
  .breathe h2,
  .breathe .h2 {
    font-size: 4vw;
  }
  .breathe h5 {
    font-size: 3vw;
  }
  .breathe .bedroom-item {
    padding-left: 10px;
  }
  .breathe .bedroom-item .content {
    position: relative;
    top: unset;
    left: unset;
    padding: 1em 2em;
    transform: none;
    width: 100%;
  }
  .be-top-banner {
    position: relative;
    transform: none !important;
    max-height: 0px;
    overflow: hidden;
  }
  .be-top-banner.show {
    max-height: 1000px;
  }
  .be-top-banner .close {
    filter: brightness(0) invert(1);
    display: none;
  }
  .be-top-banner .content .be-logo {
    display: none;
  }
  .be-top-banner .btn {
    font-size: 10px;
  }
  .be-top-banner h4 {
    font-size: 2.5vw;
  }
  .be-top-banner a.btn {
    font-size: 10px;
    padding: 1em 1.5em;
  }
  .be-top-banner .columns {
    padding-left: 12px;
    padding-right: 12px;
  }
  .breathe.bedroom-template .hero h1,
  .breathe.bedroom-template .hero .h1 {
    font-size: 4.5vw;
  }
  .breathe.bedroom-template h1,
  .breathe.bedroom-template .h1 {
    font-size: 6vw;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .breathe .hero .desktop {
    display: none;
  }
  .breathe .hero .mobile {
    display: block;
  }
}
@media screen and (max-width: 512px) {
  .breathe.bedroom-template h1,
  .breathe.bedroom-template .h1 {
    font-size: 6.5vw;
  }
  .be-top-banner h4 {
    font-size: 12px;
  }
  .breathe section {
    margin-bottom: 4rem;
  }
  .breathe .hero .caption h1,
  .breathe .hero .caption .h1 {
    font-size: 12vw;
  }
  .breathe .hero .caption h2,
  .breathe .hero .caption .h2 {
    font-size: 4vw;
  }
  .breathe .hero .content {
    min-height: 24vw;
  }
  .breathe h1,
  .breathe .h1 {
    font-size: 20px;
  }
  .breathe h2,
  .breathe .h2 {
    font-size: 16px;
  }
  .breathe h5 {
    font-size: 14px;
  }
  .breathe #sales .sales-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .breathe #sales .sales-wrapper .info {
    padding-left: 0;
    margin-top: 20px;
  }
}
