@font-face {
  font-family: Circular Std;
  src: url('../fonts/CircularSpotifyText-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circular Std;
  src: url('../fonts/CircularStd-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: F37 Bergman;
  src: url('../fonts/F37Bergman-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Circular Std;
  src: url('../fonts/CircularStd-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --lavender: #8799bd;
  --offwhite: #f5f1ee;
  --black: #1a1a1a;
  --light: #d3ced8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.container-full {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.container-full.bg-cover {
  background-image: url('../images/bloom_cover_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: flex;
}

.logo-big {
  z-index: 1;
  max-width: 640px;
  margin-top: 125px;
  position: relative;
}

.container {
  max-width: 82%;
  position: relative;
}

.container.top {
  margin-top: 160px;
}

.link-block {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button {
  z-index: 9;
  border: 3px solid var(--lavender);
  background-color: var(--lavender);
  color: var(--offwhite);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 6px 26px 5px;
  font-family: Circular Std, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  background-color: var(--offwhite);
  color: var(--lavender);
}

.button.header-link {
  position: absolute;
  inset: 50px 5% auto auto;
}

.button.header-link:hover {
  border: 3px solid var(--lavender);
  background-color: var(--offwhite);
  color: var(--lavender);
}

.button.header-link.visible-xs {
  display: none;
  overflow: hidden;
}

.button.submit {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  padding: 7px 36px;
}

.button.submit.w--current {
  margin-bottom: 40px;
}

.button.plus {
  padding: 17px 54px;
  font-size: 24px;
}

.button.map-link {
  color: var(--black);
  white-space: nowrap;
  border-style: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 300;
}

.button.map-link.green {
  background-color: #a1bd7d;
  border-color: #a1bd7d;
}

.button.map-link.blue {
  background-color: #97c1d8;
  border-color: #97c1d8;
}

.button.map-link.pink {
  background-color: #d897c6;
}

.button.map-link.yellow {
  background-color: #f5e79f;
}

.button.map-link.orange {
  background-color: #fcbd75;
}

.button.map-link.teal {
  background-color: #c0e9d8;
}

.section.bg-light {
  background-color: var(--light);
}

.section.bg-lavender {
  background-color: var(--lavender);
}

.section.bg-offwhite {
  background-color: var(--offwhite);
}

.section.bg-offwhite.visiblexs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.section.bg-gradient {
  background-image: linear-gradient(#f5f1ee, #d3ced8 75%);
}

.paragraph {
  color: var(--lavender);
}

.body {
  background-color: var(--offwhite);
  color: var(--black);
  overscroll-behavior: none;
  font-family: Circular Std, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.body.center {
  text-align: center;
}

.body.small {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.big {
  color: var(--lavender);
  text-wrap: balance;
  margin-bottom: 40px;
  font-family: F37 Bergman, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.big.offwhite {
  color: var(--offwhite);
}

.big.thanks {
  text-align: center;
  margin-top: 115px;
  margin-bottom: 40px;
}

.big.center {
  text-align: center;
  margin-bottom: 0;
}

.spacer72 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.spacer60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-wrap {
  text-align: center;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.footer-info {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

.container-footer {
  padding-top: 30px;
}

.footer-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.rule {
  background-color: var(--black);
  height: 1px;
}

.spacer40 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black);
  align-items: flex-start;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  text-decoration: underline;
}

.link-home {
  text-align: center;
  text-decoration: none;
  display: block;
}

.logo-small {
  margin-top: 40px;
}

.medium {
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
}

.medium.center {
  text-align: center;
}

.spacer-big {
  padding-top: 80px;
  padding-bottom: 80px;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link.lavender {
  color: var(--lavender);
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.columns {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.columns.image-col {
  padding-bottom: 0;
}

.columns.team {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr 1fr 1fr;
}

.flexcol {
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

.flexcol.left {
  align-items: flex-start;
}

.flexcol.right {
  align-items: flex-end;
}

.flexcol.center {
  text-align: center;
  align-items: center;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-fill.offset-right {
  object-position: 90% 50%;
}

.image-fill.offset-left {
  object-position: 10% 50%;
}

.image-fill.h620 {
  height: 620px;
}

.radius-right {
  border-top-right-radius: 400px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.small {
  color: var(--lavender);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
}

.right {
  text-align: right;
}

.radius-left {
  border-top-left-radius: 400px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.play-icon {
  display: none;
}

.navbar {
  background-color: #0000;
  padding-top: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.brand-logo {
  width: 170px;
  padding-top: 24px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 700;
}

.nav-link.w--current {
  color: #fff;
  text-underline-offset: .15em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.nav-link.dark {
  color: var(--lavender);
}

.brand.hidden, .hidden {
  display: none;
}

.slider {
  background-color: var(--offwhite);
  height: 720px;
  padding-bottom: 60px;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.slide-image.offset-bottom {
  object-position: 50% 75%;
}

.spacer64 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.spacer64.visiblemobile {
  display: none;
}

.spacer100 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.slide-nav {
  padding-top: 0;
  position: absolute;
  inset: auto 0% 10px;
}

.radius-top {
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.caption {
  text-wrap: balance;
  margin-top: 36px;
  margin-bottom: 0;
}

.caption.center {
  text-align: center;
}

.caption.center.small {
  color: var(--black);
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
}

.caption.required {
  color: var(--black);
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 300;
}

.radius-both {
  object-fit: cover;
  border-radius: 400px;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.image-full {
  height: 620px;
}

.listings-table {
  min-height: 630px;
}

.container-nav {
  max-width: 100%;
  padding-left: 55px;
  padding-right: 55px;
}

.nav-links-wrap {
  flex-flow: row;
  display: flex;
}

.nav-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 170px auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.nav-menu {
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.team-item {
  display: flex;
}

.menu-button, .menu-button.w--open {
  background-color: #0000;
}

.mobile-brand, .menu-icon.close {
  display: none;
}

.lavender {
  color: var(--lavender);
  font-size: 18px;
}

.map-container {
  width: 100%;
  height: 780px;
  position: relative;
}

.map-nav {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow-x: scroll;
}

.sidebar {
  z-index: 1;
  background-color: var(--offwhite);
  width: 380px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow-y: auto;
  box-shadow: -2px 0 10px #0000001a;
}

.locations-list {
  padding: 18px 32px 18px 40px;
}

.mapbox {
  width: 100%;
  height: 100%;
  inset: 0%;
  position: absolute !important;
}

.category-header {
  margin-top: 36px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.location-item {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 1;
  transition: transform .3s;
}

.location-item:hover {
  transform: translateX(5px);
}

.button-wrap {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 64px 50%;
  transform: translateX(-50%);
}

.home-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-video.mobile {
  display: none;
}

.home-video.desktop {
  aspect-ratio: 16 / 9;
}

.legal {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .container-full.bg-cover {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-big {
    padding-bottom: 50px;
  }

  .button.header-link.static {
    display: block;
    position: static;
  }

  .big {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .logo-big {
    max-width: 66%;
  }

  .button.header-link.visible-xs {
    display: inline-block;
    overflow: visible;
  }

  .button.header-link.hidden-xs {
    display: none;
  }

  .big.thanks {
    font-size: 40px;
    line-height: 1.15;
  }

  .spacer60 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footer-info {
    font-size: 16px;
  }

  .container-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-row.links {
    justify-content: space-around;
  }
}

@media screen and (max-width: 479px) {
  .container-full.bg-cover {
    aspect-ratio: 3 / 2.125;
    height: 100%;
  }

  .logo-big {
    margin-top: 30px;
  }

  .container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.center {
    text-align: center;
  }

  .button {
    font-size: 14px;
  }

  .button.header-link {
    top: 25px;
  }

  .button.header-link.static {
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .button.header-link.static.hiddenxs {
    display: none;
  }

  .button.plus {
    padding: 7px 45px;
    font-size: 18px;
  }

  .button.plus.absolute {
    padding: 7px 17px;
    font-size: 18px;
    bottom: 24px;
  }

  .section.bg-offwhite.visiblexs {
    display: block;
  }

  .body, .body.small {
    font-size: 14px;
  }

  .big {
    font-size: 40px;
  }

  .big.thanks {
    margin-top: 160px;
    margin-bottom: 60px;
  }

  .spacer72 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .spacer72.hiddenmobile {
    display: none;
  }

  .spacer60 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-info {
    font-size: 14px;
  }

  .footer-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footer-row.links {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .footer-row.socials {
    flex-flow: row;
  }

  .spacer40 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-link {
    font-size: 12px;
  }

  .link-home {
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .logo-small {
    margin-top: 0;
  }

  .medium {
    font-size: 18px;
    line-height: 30px;
  }

  .columns {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding-bottom: 52px;
    display: flex;
  }

  .columns.team {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    padding-bottom: 36px;
  }

  .image-col {
    order: -1;
  }

  .flexcol.left, .flexcol.right {
    align-items: center;
  }

  .image-fill.h620 {
    height: 450px;
  }

  .radius-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 500px;
    border-bottom-left-radius: 500px;
    height: 350px;
  }

  .small {
    font-size: 18px;
  }

  .text-col {
    text-align: center;
  }

  .radius-left {
    border-top-left-radius: 0;
    border-bottom-right-radius: 500px;
    border-bottom-left-radius: 500px;
    height: 350px;
  }

  .navbar, .brand-logo {
    padding-top: 0;
  }

  .nav-link {
    text-transform: none;
    padding: 6px 0;
    font-family: F37 Bergman, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .spacer64 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .spacer64.visiblemobile {
    display: block;
  }

  .spacer100 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .spacer100.hiddenmobile {
    display: none;
  }

  .slide-nav {
    bottom: 4px;
  }

  .radius-top {
    height: 350px;
  }

  .radius-top.overflow {
    width: calc(100% + 64px);
    margin-left: -32px;
  }

  .caption.center.small {
    font-size: 14px;
  }

  .radius-both {
    border-radius: 0;
    height: 450px;
  }

  .radius-both.overflow {
    width: calc(100% + 64px);
    margin-left: -32px;
  }

  .listings-table {
    min-height: 480px;
  }

  .container-nav {
    padding-top: 30px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-links-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .nav-grid {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 36px;
    padding-right: 36px;
    display: flex;
  }

  .nav-menu {
    background-color: var(--lavender);
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .nav-menu.dark {
    background-color: var(--offwhite);
  }

  .menu-button {
    padding: 5px 0;
  }

  .mobile-center {
    text-align: center;
  }

  .mobile-brand {
    padding-left: 0;
    display: block;
  }

  .mobile-brand.w--current {
    padding-left: 0;
  }

  .hiddenmobile {
    display: none;
  }

  .menu-icon {
    width: 40px;
  }

  .map-container {
    height: 480px;
  }

  .map-nav {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 28px 16px;
  }

  .sidebar {
    display: none;
  }

  .home-video.mobile {
    aspect-ratio: 9 / 16;
    display: block;
  }

  .home-video.desktop {
    display: none;
  }
}

#w-node-_187ec254-04fb-1823-b74b-f637870261fe-4dcf8063, #w-node-_7101c256-7536-6e24-348a-d2b9802e4a43-d61c2744 {
  justify-self: start;
}


@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularSpotifyText-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'F37 Bergman';
  src: url('../fonts/F37Bergman-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}