@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Belleza&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*BOOMTOWN*/
footer.bt-footer div.px--safe div.container.uk-text-small div.grid.grid--gutters div.cell.cell-xs-12.cell-md-3.cell-lg-2 {
  display: none; }

body > #footer {
  display: none; }

.header-mobile {
  display: none; }

#logo > a > img {
  max-height: 70px;
  width: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle; }

.home-listings h1 {
  color: #000 !important;
  padding-bottom: 20px;
  padding-top: 30px; }

.home-listings .grid {
  position: relative;
  align-items: center; }

.home-listings .bt-widget__title {
  color: #000 !important;
  text-align: left !important; }

section.home-listings.home-listings--featured div.js-widget-listings.at-widget-listings div.bt-widget.bt-featured-listings.at-featured-listings div div div.LazyLoad.is-visible div.grid.grid--gutters-small.grid--flexCells.grid-xs--full.grid-sm--halves.grid-md--thirds div.cell a.bt-listing-teaser.bt-listing-proptype__SF.bt-listing-teaser__preview div.listing-card__info {
  font-family: "Montserrat", sans-serif; }

.home-listings {
  background: #f9f9f9;
  padding-bottom: 30px; }

.home-listings .js-widget-listings {
  max-width: 1600px;
  margin: 0 auto; }

.home-listings .grid.grid-md--thirds {
  display: flex;
  flex-wrap: wrap; }

.home-listings .grid.grid-md--thirds > .cell {
  width: 25%; }

/* 2 columns on tablet */
@media (max-width: 1024px) {
  .home-listings .grid.grid-md--thirds > .cell {
    width: 50%; } }
/* 1 column on mobile */
@media (max-width: 600px) {
  .home-listings .grid.grid-md--thirds > .cell {
    width: 100%; } }
#main-top {
  visibility: visible !important; }

#main-top > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1224px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 200; }

#main-top .main-top__grid {
  min-height: 50px;
  display: flex;
  justify-content: space-between; }

#main-top #logo a {
  display: inline-block;
  padding-top: 0px; }

.main-menu {
  font-size: 14px;
  margin: -4px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-family: "Montserrat", sans-serif; }

.main-menu-item {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  line-height: 1.25;
  text-align: left;
  margin-top: 4px; }

.main-menu-item > .menu-link {
  color: #e9e7e7;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10px; }

.bt-ccomp[data-bt-ccomp=dropdown].bt-ccomp--active .bt-ccomp__content, .bt-ccomp.bt-ccomp__dropdown.bt-ccomp--active .bt-ccomp__content {
  display: block;
  animation: bt-drop 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

.bt-ccomp[data-bt-ccomp=dropdown] .bt-ccomp__content, .bt-ccomp[data-bt-ccomp=dropdown] .bt-react-dropdown__content, .bt-ccomp.bt-ccomp__dropdown .bt-ccomp__content, .bt-ccomp.bt-ccomp__dropdown .bt-react-dropdown__content {
  background: #fff;
  position: absolute;
  top: 100%;
  min-width: 240px;
  max-width: 250px;
  left: 0;
  padding: 12px;
  border: 1px solid #999;
  box-shadow: inset 0 -2px 4px -1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: left;
  z-index: 902;
  margin-top: 8px;
  display: none; }

.bt-ccomp .bt-ccomp__content {
  white-space: normal; }

.bt-ccomp[data-bt-ccomp=dropdown] .bt-ccomp__content:before, .bt-ccomp[data-bt-ccomp=dropdown] .bt-react-dropdown__content:before, .bt-ccomp.bt-ccomp__dropdown .bt-ccomp__content:before, .bt-ccomp.bt-ccomp__dropdown .bt-react-dropdown__content:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 10px;
  background: #fff;
  transform: rotate(135deg);
  border-bottom-left-radius: 5px;
  border: 1px solid #999;
  border-right: none;
  border-top: none; }

.menu-list .menu-list__link {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 4px 8px;
  text-decoration: none; }

.sub-menu-link {
  font-weight: 600; }

.main-sub-menu, .sub-menu {
  list-style: none;
  padding-left: 0; }

.menu-list {
  margin: 0 -8px;
  padding: 0;
  list-style: none; }

.uk-notouch .menu-list .menu-list__link:hover, .uk-notouch .menu-list .menu-list__link:focus {
  color: #000;
  background: #e9e7e7; }

.menu-separator {
  pointer-events: none;
  margin: 10px 0 6px; }

.menu-separator-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.6;
  padding: 6px 16px; }

.grid--center {
  align-items: center; }

@media (max-width: 991px) {
  .bt-header__mobile {
    padding: 8px 0 !important; }

  /* Hide desktop header */
  #main-top {
    display: none; }

  div.js-mobile-header__wrapper.bt-header__mobile.px-12--safe.py-4.header-mobile > div.cy-mobile-contacts a {
    color: #fff !important;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; }

  /**********/
  /* Mobile header bar */
  .header-mobile {
    display: block;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000; }

  /* Logo */
  .header-mobile .bt-inner-logo {
    max-width: 180px;
    max-height: 53px;
    width: auto;
    height: auto;
    padding: 0 20px; }

  /* Hide checkbox (keep functional) */
  .header-mobile .side-menu {
    position: absolute;
    left: -9999px; }

  /* Hamburger */
  .header-mobile .hamb {
    cursor: pointer;
    float: right;
    padding: 24px 20px; }

  .header-mobile .hamb-line {
    background: #ffffff;
    display: block;
    height: 2px;
    position: relative;
    width: 24px; }

  .header-mobile .hamb-line::before,
  .header-mobile .hamb-line::after {
    background: #ffffff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%; }

  .header-mobile .hamb-line::before {
    top: 5px; }

  .header-mobile .hamb-line::after {
    top: -5px; }

  .header-mobile .side-menu:checked ~ .grid .hamb-line {
    background: transparent; }

  .header-mobile .side-menu:checked ~ .grid .hamb-line::before {
    transform: rotate(-45deg);
    top: 0; }

  .header-mobile .side-menu:checked ~ .grid .hamb-line::after {
    transform: rotate(45deg);
    top: 0; }

  /* Mobile nav panel */
  .header-mobile .mobile-nav {
    width: 100%;
    background-color: #292828;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    z-index: 9999; }

  .header-mobile .mobile-nav h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px; }

  /* Open state with scroll inside menu */
  .header-mobile .side-menu:checked ~ .mobile-nav {
    max-height: calc(100vh - 65px);
    height: calc(100vh - 65px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-top: 20px;
    padding-bottom: 10px; }

  /* Base list reset */
  .header-mobile .mobile-menu-class,
  .header-mobile .mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0; }

  /* Remove any library pseudo bullets/dots */
  .header-mobile .mobile-menu-class li::before,
  .header-mobile .mobile-menu-class li::after,
  .header-mobile .mobile-submenu li::before,
  .header-mobile .mobile-submenu li::after {
    content: none !important;
    display: none !important; }

  /* Links */
  .header-mobile .mobile-menu-class a {
    display: block;
    padding: 16px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; }

  .header-mobile .mobile-menu-class a:hover {
    background-color: rgba(255, 255, 255, 0.1); }

  /* details/summary submenu behavior */
  .header-mobile .m-details {
    margin: 0;
    padding: 0; }

  .header-mobile .m-details > summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    padding: 16px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    position: relative; }

  /* Remove default marker */
  .header-mobile .m-details > summary::after {
    content: "\f054";
    /* fa-chevron-right */
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    opacity: 0.85; }

  /* Rotate when open */
  .header-mobile .m-details[open] > summary::after {
    transform: translateY(-50%) rotate(90deg); }

  /* Submenu indentation */
  .header-mobile .mobile-submenu a {
    padding-left: 34px;
    font-size: 14px; }

  /* Separator */
  .header-mobile .menu-separator {
    padding: 8px 0 6px;
    font-family: "Montserrat", sans-serif; }

  .header-mobile .menu-separator-label {
    display: block;
    padding: 8px 20px 4px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.55;
    color: #ffffff; }

  .header-mobile .menu-separator-label::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.12); }

  /* Keep radius <= 6px (if any elements get rounded elsewhere) */
  .header-mobile,
  .header-mobile * {
    border-radius: 0; } }
.js-homesearchbar-shortcode {
  width: 700px;
  max-width: 100%; }

.bt-dual-search .bt-dual-search__tabs__tab {
  background-color: #004E9B;
  font-family: "Montserrat", sans-serif; }

.bt-dual-search__wrapper .form__input-group {
  font-family: "Montserrat", sans-serif; }

.bt-hero__search-bar button[type="submit"] {
  font-family: "Montserrat", sans-serif;
  background-color: #004E9B; }

.bt-dual-search .bt-dual-search__tabs__tab.bt-dual-search__tabs__tab--active {
  background-color: #E01C2F;
  color: #fff; }

.bt-dual-search .bt-dual-search__wrapper {
  background-color: #fff; }

/* Simple BoomTown form styling for blank canvas pages */
.contact-form {
  width: 100%; }

.form__contact--simple {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 24px;
  border-radius: 5px; }

/* Field spacing */
.form__contact--simple .form__group {
  margin-bottom: 16px; }

.form__contact--simple .form__group .form__label-group {
  text-align: left !important; }

/* Inputs */
.form__contact--simple .form__input,
.form__contact--simple .form__textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 12px 14px;
  font-size: 16px;
  outline: none; }

/* Focus state */
.form__contact--simple .form__input:focus,
.form__contact--simple .form__textarea:focus {
  border-color: rgba(0, 0, 0, 0.55); }

/* Labels */
.form__contact--simple .form__label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left !important;
  margin-bottom: 6px;
  display: inline-block;
  opacity: .45; }

/* Button */
.form__contact--simple .btn.btn--primary {
  padding: 12px 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }

/* reCAPTCHA spacing (if present) */
.form__contact--simple .bt-recaptcha-v2 {
  margin: 16px 0; }

/* Disclaimer */
.form__contact--simple .recaptcha-disclaimer,
.form__contact--simple .bt-disclaimer-terms {
  font-size: 12px;
  line-height: 1.4;
  opacity: .75;
  margin-top: 10px; }

/*footer*/
#new-footer {
  background: #333;
  color: #fff;
  padding: 24px 0 0 0; }

#new-footer > footer > div > div > div.grid.grid--gutters.grid--justifyCenter.grid--center.bt-footer__tenant-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }

#new-footer footer.bt-footer div.px--safe div.container.uk-text-small {
  max-width: 1224px;
  margin: 0 auto; }

#new-footer .bt-footer__tenant-logo {
  display: inline-block;
  padding: 0 30px; }

#new-footer .bt-footer__link {
  color: #fff;
  font-weight: 600; }

#new-footer .bt-footer-nav__menu .bt-footer-nav__menu-item a {
  color: #fff;
  font-size: 13px;
  font-family: "Montserrat", sans-serif; }

#new-footer footer.bt-footer nav.bt-footer-aux.px--safe div.container {
  max-width: 1224px;
  margin: 0 auto; }

#new-footer .bt-footer__disclaimer {
  text-align: left; }

.bt-footer a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

.bt-footer a:hover {
  color: white; }

.bt-disclaimer-menu {
  line-height: 30px; }

.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between; }

a, .uk-link {
  text-decoration: none; }

.bt-footer-widget__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px 0;
  font-family: inherit;
  font-weight: 400;
  text-transform: none; }

address {
  font-style: normal; }

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "FontAwesome"; }

.uk-list, .bt-off-canvas__sub-menu, .bt-footer .widget ul, .bt-footer .bt-widget ul, .bt-search__price-list {
  padding: 0;
  list-style: none;
  font-family: "Montserrat", sans-serif; }

.uk-subnav-line > ::before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle; }

.uk-subnav > * {
  float: left; }

.uk-subnav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
  padding: 0;
  list-style: none; }

.uk-subnav > * {
  flex: none;
  padding-left: 8px;
  margin-top: 8px;
  position: relative; }

.bt-footer-aux {
  background: #222;
  padding-bottom: 8px;
  padding-top: 8px;
  line-height: 30px;
  margin-top: 24px; }

.bt-footer-aux a {
  font-size: 14px; }

.far {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 400; }

.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif; }

.uk-subnav-line > :nth-child(n+2)::before {
  margin-right: 8px;
  border-left: 1px solid #999; }

.bt-disclaimer-menu__copyright__logo {
  height: 19px;
  display: inline-block;
  padding-right: 20px;
  margin-top: -3px; }

.bt-social-icons .bt-icon--facebook {
  background: #3b5998; }

.bt-social-icons .bt-icon--instagram {
  background: #f00075; }

.bt-social-icons .bt-icon--youtube {
  background: #e52d27; }

.bt-social-icons a {
  font-size: 18px;
  width: 35px;
  height: 35px;
  padding: 8px 6px;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  border-radius: 100%;
  margin: 4px 0 0 4px;
  position: relative;
  color: #fff;
  transition: background 0.25s; }

@media (max-width: 800px) {
  .uk-list {
    padding: 0;
    list-style: none; }

  .link-list__target {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    border-bottom: ridge;
    border-bottom-color: whitesmoke; }

  .link-list__target--disabled {
    color: #484848; }

  .link-list__item .bt-fa-icon {
    font-size: 18px;
    padding: 3px; }

  .link-list__icon--disabled {
    color: #484848; }

  .link-list__icon {
    float: right;
    color: #484848; }

  .uk-list > li:after, .bt-off-canvas__sub-menu > li:after, .bt-footer .widget ul > li:after, .bt-footer .bt-widget ul > li:after, .bt-search__price-list > li:after {
    clear: both; }

  .uk-list > li:before, .bt-off-canvas__sub-menu > li:before, .bt-footer .widget ul > li:before, .bt-footer .bt-widget ul > li:before, .bt-search__price-list > li:before, .uk-list > li:after, .bt-off-canvas__sub-menu > li:after, .bt-footer .widget ul > li:after, .bt-footer .bt-widget ul > li:after, .bt-search__price-list > li:after {
    content: "";
    display: table; }

  .uk-list, .bt-off-canvas__sub-menu, .bt-footer .widget ul, .bt-footer .bt-widget ul, .bt-search__price-list {
    padding: 0;
    list-style: none; }

  #new-footer > footer > div > div > div.grid.grid--gutters.grid--justifyCenter.grid--center.bt-footer__tenant-info > div {
    margin: 0 !important; } }
/**/
.bee-editor-container .bee-row-content {
  max-width: 100% !important;
  margin: 0 auto;
  display: flex; }

.bee-editor-container {
  background-color: transparent !important;
  color: #000; }

.bee-editor-container .bee-row-1 .bee-col-1 {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.social-link {
  display: flex;
  align-items: center;
  justify-content: center; }

.social-link img.zillow-icon {
  width: 16px;
  height: 16px;
  display: block;
  filter: brightness(0) invert(1);
  transition: filter .3s ease;
  transform: translateY(5px); }

.social-link:hover img.zillow-icon {
  filter: none; }

html {
  font-size: 16px; }

.belleza-regular {
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  font-style: normal; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*div.html5-video-container > video,
.html5-video-player .video-stream {
	top: 0 !important;
}*/
/* CHIME ADJUSTMENTS */
main#app.page-content header.md-header.layout3.transparent div.header-container a.logo {
  filter: brightness(0) invert(1); }

main#app.page-content header.md-header.layout3 div.header-container a.logo {
  filter: none; }

.md-header.layout2 {
  position: absolute;
  z-index: calc(var(--level-medium) + 10);
  width: 100%;
  background: transparent; }

.md-header.layout2 .header-container {
  position: absolute; }

.md-header.layout2 .header-container .header-bg {
  background: transparent !important;
  opacity: 0; }

html body.site.home.template30 main#app.page-content header.md-header.layout3.transparent div.header-container div.nav-container ul.head-menu li.menu-item {
  color: #fff; }

.md-header.layout3 .header-container .head-menu > .menu-item .wrapper a, .md-header.layout3 .header-container .head-account > .menu-item .wrapper a {
  color: #000; }

.md-house.layout1 .house-grid {
  margin-top: 0; }

#app.page-content div.md-house.layout1.mg-bg {
  padding-top: 0 !important; }

.house-grid {
  grid-gap: 16px !important; }

.house-grid.layout2.count_6, .house-grid.layout2.count_3 {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }

.house-grid-item.layout2 .house-preview {
  display: block; }

#app.page-content header.md-header.layout3 div.header-container div.nav-container ul.head-menu li.menu-item {
  color: #000; }

.md-custom-code, #app, main {
  background-color: transparent !important; }

.mg-container {
  max-width: 100% !important;
  width: 100% !important; }

.md-form {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.md-form.layout2 .info-agent {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  display: none; }

.md-form.layout2 .info-right {
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
  padding: 20px;
  width: 100%; }

.md-form.layout2 .info-right > div > h2 {
  margin-bottom: 20px;
  color: #000 !important; }

.disclaimer-wrap.opt-in .disclaimer-content {
  font-size: 12px; }

div.info-right > form > div.input-content > div > div > p.title {
  margin-bottom: 10px;
  color: #000 !important; }

.md-form.layout4 .info-right .agent-info {
  display: none; }

.md-form {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

div.info-right > form > div.submit-content > div {
  text-align: center !important; }

div.info-right > form > div.submit-content > div > button {
  width: auto !important;
  padding-left: 15px;
  padding-right: 15px; }

.disclaimer-content.party-consent * {
  color: black !important; }

.md-form input, .md-form textarea {
  color: black !important; }

.visible-after-animation {
  opacity: 1 !important; }

.WidgetTitle__Container-sc-9c92769d-0 {
  display: none; }

/* SIERRA */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0; }

.main-content {
  padding-bottom: 0;
  overflow: hidden; }

#page66575 .page {
  padding: 0 !important; }

body > div.clearfix {
  display: none; }

@media (max-width: 600px) {
  header .logo {
    display: none; } }
header.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1015;
  background: transparent;
  box-shadow: none; }

header.fixed .logo {
  text-align: center !important;
  top: 27px; }

header.fixed.reduced .logo {
  top: 0px;
  left: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

header.fixed.reduced {
  background-color: var(--si-secondary-color);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s all;
  transition: 0.2s all; }

header.fixed > .container > .dynamic-nav {
  padding-top: 30px; }

header.fixed.reduced > .container > .dynamic-nav {
  padding-top: 0px; }

/*hide components*/
.featured, .communities, .chart, .blog, .dark-banner {
  display: none; }

.home-quick-search {
  background: transparent !important;
  display: none !important; }

.home .fade-in.key-1 {
  display: none; }

.section--stats, .section--testimonials, .section--reviews, .section--fma, .section--agents {
  display: none; }

#home43466.home header.si-bgp--center div.container div.intro {
  display: none; }

#home43466.home section.section.section--content div.content {
  background: rgba(255, 255, 255, 0); }

.header {
  z-index: 1000; }

#home43466 > div.call-widget {
  position: relative; }

header::before {
  background: none !important; }

@media (max-width: 991px) {
  header::before {
    display: none; } }
#home43466 > header > img {
  display: none !important; }

@media (min-width: 992px) {
  header {
    background: none; } }
.content__container {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none !important;
  margin: 0 auto;
  padding: 1.5em;
  position: relative;
  width: 100%;
  z-index: 2; }

.content {
  padding: 0; }

.content__container {
  max-width: 100%;
  padding: 0 0; }

.footer {
  position: relative;
  z-index: 2; }

/**
 * Modern Animation System
 * - Optimized for performance
 * - Supports delays and custom durations
 * - Uses will-change for hardware acceleration
 * - Prevents layout thrashing
 */
/* Base animation settings - universal for all fade animations */
[class*="fade-"] {
  opacity: 0;
  will-change: opacity, transform;
  animation-play-state: paused;
  backface-visibility: hidden;
  perspective: 1000px;
  /* Ensure animations stay at their end state */
  animation-fill-mode: forwards !important; }

/* Pre-animation state handling */
[class*="fade-"][class$="-pre"] {
  /* Already set to opacity: 0 by the base class */
  /* This class will be removed by JS when element becomes visible */ }

/* Animation active state - universal for all elements */
[class*="fade-"].fade-in,
[class*="fade-"][class$="-active"] {
  animation-play-state: running;
  animation-duration: var(--anim-duration, 0.8s);
  animation-delay: var(--anim-delay, 0s);
  animation-timing-function: var(--anim-easing, cubic-bezier(0.25, 0.1, 0.25, 1));
  animation-fill-mode: forwards !important;
  /* Double ensure this is set */ }

/* Standard fade in - no movement */
.fade-in {
  animation-name: fadeIn; }

/* Directional animations */
.fade-up, .fade-up-active {
  animation-name: fadeUp;
  /* No initial transform - keyframes handle it all */ }

.fade-down, .fade-down-active {
  animation-name: fadeDown; }

.fade-left, .fade-left-active {
  animation-name: fadeLeft; }

.fade-right, .fade-right-active {
  animation-name: fadeRight; }

.fade-scale, .fade-scale-active {
  animation-name: fadeScale; }

.fade-scale-up, .fade-scale-up-active {
  animation-name: fadeScaleUp; }

/* Keyframes with explicit final state for all animations */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes fadeScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(30px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
/* Utility classes for customization */
.delay-100 {
  --anim-delay: 0.1s; }

.delay-200 {
  --anim-delay: 0.2s; }

.delay-300 {
  --anim-delay: 0.3s; }

.delay-400 {
  --anim-delay: 0.4s; }

.delay-500 {
  --anim-delay: 0.5s; }

.delay-800 {
  --anim-delay: 0.8s; }

.delay-1000 {
  --anim-delay: 1s; }

.duration-300 {
  --anim-duration: 0.3s; }

.duration-500 {
  --anim-duration: 0.5s; }

.duration-800 {
  --anim-duration: 0.8s; }

.duration-1000 {
  --anim-duration: 1s; }

.duration-1500 {
  --anim-duration: 1.5s; }

.duration-2000 {
  --anim-duration: 2s; }

.ease-linear {
  --anim-easing: linear; }

.ease-in {
  --anim-easing: cubic-bezier(0.42, 0, 1.0, 1.0); }

.ease-out {
  --anim-easing: cubic-bezier(0, 0, 0.58, 1.0); }

.ease-in-out {
  --anim-easing: cubic-bezier(0.42, 0, 0.58, 1.0); }

.ease-bounce {
  --anim-easing: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

/* Accessibility - reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  [class*="fade-"] {
    transition: opacity 0.1s ease-in-out !important;
    animation: none !important;
    transform: none !important; }

  .fade-in,
  [class*="fade-"][class$="-active"] {
    opacity: 1; } }
/* Lazy loading image styles */
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  .lazy.fade-in {
    opacity: 1; }

.contact {
  background-color: #000; }
  .contact .contact-content {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row; }
    @media (max-width: 991px) {
      .contact .contact-content {
        flex-direction: column;
        gap: 30px; } }
    .contact .contact-content > div {
      padding: 2vw 30px;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      gap: 15px;
      background: #F5F5F5;
      box-sizing: border-box; }
      @media (max-width: 991px) {
        .contact .contact-content > div {
          width: 100% !important; } }
    .contact .contact-content .contact-info {
      background: #000; }
      .contact .contact-content .contact-info img {
        /*filter: brightness(0)invert(1);*/
        width: 700px;
        max-width: 100%;
        margin-bottom: 10px; }
        .contact .contact-content .contact-info img._no-filter {
          filter: none !important;
          max-width: 330px; }
      .contact .contact-content .contact-info a {
        color: white;
        text-decoration: none;
        font-size: 1rem;
        letter-spacing: 2px;
        font-family: "Poppins", sans-serif !important; }
      .contact .contact-content .contact-info .share-links .sn {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; }
      .contact .contact-content .contact-info .bespoke-social-icons {
        display: flex;
        gap: 12px;
        justify-content: center;
        padding: 0;
        list-style: none; }
        .contact .contact-content .contact-info .bespoke-social-icons a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: #000;
          border: 1px solid #fff;
          text-decoration: none;
          transition: all 0.3s ease; }
          .contact .contact-content .contact-info .bespoke-social-icons a i {
            color: #fff;
            font-size: 16px;
            transition: color 0.3s ease; }
          .contact .contact-content .contact-info .bespoke-social-icons a:hover {
            background: #fff; }
            .contact .contact-content .contact-info .bespoke-social-icons a:hover i {
              color: #000; }
    .contact .contact-content .contact-form .contact-form-content {
      display: flex;
      width: 100%;
      flex-direction: row;
      padding-top: 30px; }
      @media (max-width: 578px) {
        .contact .contact-content .contact-form .contact-form-content {
          flex-direction: column; } }
      .contact .contact-content .contact-form .contact-form-content .contact-form-info {
        width: 50%;
        color: #1B1B1B !important;
        padding-top: 30px; }
        @media (max-width: 578px) {
          .contact .contact-content .contact-form .contact-form-content .contact-form-info {
            width: 100%; } }
        .contact .contact-content .contact-form .contact-form-content .contact-form-info p {
          font-family: "Poppins", sans-serif !important;
          font-size: 1rem;
          font-weight: 300;
          margin-bottom: 0;
          margin-top: 0;
          text-align: left !important;
          color: #1B1B1B !important; }
        .contact .contact-content .contact-form .contact-form-content .contact-form-info a {
          color: #1B1B1B !important;
          text-decoration: none !important; }
        .contact .contact-content .contact-form .contact-form-content .contact-form-info h4 {
          margin: 20px 0 0 !important;
          text-align: left !important;
          text-transform: capitalize !important;
          font-weight: 400 !important;
          font-family: "Montserrat", sans-serif !important;
          letter-spacing: normal !important;
          font-size: 1rem !important;
          color: #1B1B1B !important; }
        .contact .contact-content .contact-form .contact-form-content .contact-form-info h1 {
          font-family: "Belleza", serif !important;
          font-size: 4rem;
          font-weight: 300;
          color: #1B1B1B !important;
          text-align: left !important;
          margin-bottom: 30px !important;
          margin-top: -10px !important;
          line-height: 95%;
          text-transform: none !important; }
          @media (max-width: 1200px) {
            .contact .contact-content .contact-form .contact-form-content .contact-form-info h1 {
              font-size: 3rem; } }
          @media (max-width: 800px) {
            .contact .contact-content .contact-form .contact-form-content .contact-form-info h1 {
              font-size: 2.5rem; } }
      .contact .contact-content .contact-form .contact-form-content .contact-form-image {
        width: 50%;
        padding: 0 15px; }
        @media (max-width: 578px) {
          .contact .contact-content .contact-form .contact-form-content .contact-form-image {
            width: 100%;
            padding: 0;
            text-align: center; } }
        .contact .contact-content .contact-form .contact-form-content .contact-form-image img {
          max-width: 100%;
          width: 315px; }
    .contact .contact-content .contact-form .contact-form-inject {
      width: 100%; }
      .contact .contact-content .contact-form .contact-form-inject > div > div > h2 {
        display: none; }

body {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0;
  max-width: 100%;
  width: 100%; }
  body #cherieYoung {
    width: 100%;
    opacity: 1 !important; }
    body #cherieYoung #bespoke {
      width: 100%;
      position: relative;
      overflow: hidden; }
      body #cherieYoung #bespoke h1 {
        font-family: "Belleza", serif;
        font-size: 4rem;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: -10px;
        line-height: 95%;
        text-transform: uppercase; }
        @media (max-width: 1200px) {
          body #cherieYoung #bespoke h1 {
            font-size: 3rem; } }
        @media (max-width: 800px) {
          body #cherieYoung #bespoke h1 {
            font-size: 2.5rem; } }
      body #cherieYoung #bespoke h2 {
        font-family: "Belleza", serif;
        font-size: 3rem;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0; }
        @media (max-width: 1200px) {
          body #cherieYoung #bespoke h2 {
            font-size: 2.25rem; } }
        @media (max-width: 800px) {
          body #cherieYoung #bespoke h2 {
            font-size: 2rem; } }
      body #cherieYoung #bespoke h3 {
        font-family: "Belleza", serif;
        font-size: 1.5rem;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0; }
        @media (max-width: 1200px) {
          body #cherieYoung #bespoke h3 {
            font-size: 1.5rem; } }
        @media (max-width: 800px) {
          body #cherieYoung #bespoke h3 {
            font-size: 1.5rem; } }
      body #cherieYoung #bespoke h4 {
        font-family: "Belleza", serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 1.5rem;
        font-weight: 300;
        color: #6d6d6d;
        margin: 0px 0 38px; }
      body #cherieYoung #bespoke p {
        font-family: "Poppins", sans-serif;
        font-size: 1rem;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0; }
      body #cherieYoung #bespoke .background-content {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        filter: brightness(0.6);
        background-position: center;
        background-size: cover; }
        body #cherieYoung #bespoke .background-content .video-wrapper {
          position: relative;
          width: 100%;
          height: 100%;
          overflow: hidden; }
        body #cherieYoung #bespoke .background-content #background-video {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          object-fit: cover;
          display: block; }
        body #cherieYoung #bespoke .background-content .embed-responsive {
          padding: 0 !important;
          height: 100vh !important;
          overflow: hidden;
          position: relative; }
        body #cherieYoung #bespoke .background-content .embed-responsive video {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          width: auto !important;
          height: auto !important;
          object-fit: cover; }
        @media (max-width: 991px) {
          body #cherieYoung #bespoke .background-content {
            background-image: url("https://cy-boomtown-assets.s3.us-west-1.amazonaws.com/sites/findbreckenridgehome.com/images/Breckenridge.jpg") !important; }
            body #cherieYoung #bespoke .background-content #background-video {
              display: none !important; } }
      body #cherieYoung #bespoke .hero {
        position: relative;
        height: 100vh;
        display: flex;
        padding-top: 200px;
        justify-content: center;
        align-items: center;
        color: #fff;
        min-height: 700px;
        flex-wrap: wrap;
        box-sizing: border-box;
        margin-top: -110px; }
        @media (max-width: 991px) {
          body #cherieYoung #bespoke .hero {
            height: fit-content;
            margin-top: 0px;
            padding-top: 200px;
            padding-bottom: 60px;
            min-height: 500px; } }
        @media (max-width: 600px) {
          body #cherieYoung #bespoke .hero {
            height: fit-content;
            margin-top: 0px;
            padding-top: 50px;
            padding-bottom: 30px;
            min-height: 400px; } }
        body #cherieYoung #bespoke .hero .bottom-cta {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          display: flex;
          flex-direction: row;
          background-color: rgba(0, 0, 0, 0.5);
          gap: 30px; }
          body #cherieYoung #bespoke .hero .bottom-cta a {
            display: block;
            padding-top: 20px;
            padding-bottom: 20px;
            font-weight: 300;
            color: white;
            text-decoration: none;
            letter-spacing: 2px;
            font-size: 1rem;
            position: relative; }
            @media (max-width: 800px) {
              body #cherieYoung #bespoke .hero .bottom-cta a {
                text-align: left !important;
                width: 100% !important;
                margin: auto;
                padding-left: 30px;
                padding-right: 30px;
                border-radius: 0px !important;
                font-size: .8rem; } }
          body #cherieYoung #bespoke .hero .bottom-cta a:first-of-type {
            width: 60%;
            border-right: 1px solid white;
            text-align: center; }
          @media (max-width: 800px) {
            body #cherieYoung #bespoke .hero .bottom-cta {
              flex-direction: column;
              gap: 0px; } }
        body #cherieYoung #bespoke .hero .hero-content {
          text-align: center;
          width: 100%;
          position: relative;
          z-index: 3;
          color: #fff;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-top: -130px;
          gap: 20px; }
          body #cherieYoung #bespoke .hero .hero-content h1, body #cherieYoung #bespoke .hero .hero-content h2 {
            font-family: "Belleza", serif !important; }
          body #cherieYoung #bespoke .hero .hero-content img.hero-logo {
            display: inline-block;
            max-height: 200px;
            /*filter: brightness(0)invert(1);*/ }
            @media (max-width: 991px) {
              body #cherieYoung #bespoke .hero .hero-content img.hero-logo {
                max-height: 30vw; } }
            @media (max-width: 600px) {
              body #cherieYoung #bespoke .hero .hero-content img.hero-logo {
                max-width: 90%; } }
          body #cherieYoung #bespoke .hero .hero-content .hero-swiper {
            max-width: 1000px;
            margin: 0 auto;
            overflow: hidden; }
            body #cherieYoung #bespoke .hero .hero-content .hero-swiper .swiper {
              position: relative;
              min-height: 43px; }
              @media (max-width: 757px) {
                body #cherieYoung #bespoke .hero .hero-content .hero-swiper .swiper {
                  min-height: 60px; } }
            body #cherieYoung #bespoke .hero .hero-content .hero-swiper .swiper-wrapper {
              position: relative;
              height: 100%; }
            body #cherieYoung #bespoke .hero .hero-content .hero-swiper .swiper-slide {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              opacity: 0 !important;
              z-index: 0;
              transition: opacity 0.6s ease;
              pointer-events: none; }
            body #cherieYoung #bespoke .hero .hero-content .hero-swiper .swiper-slide-active {
              opacity: 1 !important;
              z-index: 1;
              pointer-events: auto; }
            body #cherieYoung #bespoke .hero .hero-content .hero-swiper h1 {
              font-size: 2.5rem;
              line-height: normal;
              text-align: center;
              margin: 0;
              white-space: normal;
              overflow-wrap: break-word;
              padding: 0 20px;
              font-family: "Belleza", serif !important; }
              @media (max-width: 757px) {
                body #cherieYoung #bespoke .hero .hero-content .hero-swiper h1 {
                  font-size: 1.7rem; } }
            body #cherieYoung #bespoke .hero .hero-content .hero-swiper h2 {
              font-family: "Belleza", serif !important; }
          body #cherieYoung #bespoke .hero .hero-content .hero-cta {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 2rem;
            gap: 30px; }
            @media (max-width: 800px) {
              body #cherieYoung #bespoke .hero .hero-content .hero-cta {
                flex-direction: column;
                gap: 10px; } }
            body #cherieYoung #bespoke .hero .hero-content .hero-cta a {
              font-family: "Montserrat", sans-serif !important;
              font-size: 1.3rem;
              font-weight: 300;
              color: #fff;
              text-align: center;
              padding: .5rem 2rem;
              background-color: rgba(0, 0, 0, 0);
              border-radius: 0;
              text-decoration: none;
              transition: all .3s ease-in-out;
              position: relative;
              border: 1px solid #fff; }
              body #cherieYoung #bespoke .hero .hero-content .hero-cta a:hover {
                background-color: black;
                border: 1px solid #000;
                color: #fff; }
              body #cherieYoung #bespoke .hero .hero-content .hero-cta a:hover span {
                transition: .5s; }
              body #cherieYoung #bespoke .hero .hero-content .hero-cta a span {
                font-weight: bold;
                transition: .5s; }
              @media (max-width: 800px) {
                body #cherieYoung #bespoke .hero .hero-content .hero-cta a {
                  font-size: 1rem;
                  width: auto;
                  margin: auto;
                  padding-left: 15px;
                  padding-right: 15px; } }
      body #cherieYoung #bespoke .welcome {
        padding: 90px 0 60px;
        background-color: white;
        position: relative; }
        @media (max-width: 800px) {
          body #cherieYoung #bespoke .welcome {
            padding: 60px 0 30px; } }
        body #cherieYoung #bespoke .welcome .welcome-content {
          max-width: 1350px;
          margin: auto;
          display: flex;
          justify-content: center;
          align-items: start;
          gap: 60px;
          padding: 0 50px 0 30px; }
          body #cherieYoung #bespoke .welcome .welcome-content h1 {
            padding-bottom: 15px;
            font-family: "Belleza", serif !important;
            color: #1B1B1B;
            text-align: left; }
            body #cherieYoung #bespoke .welcome .welcome-content h1 span {
              font-weight: bold;
              color: #111;
              transition: .5s;
              font-size: 18px; }
          body #cherieYoung #bespoke .welcome .welcome-content p {
            color: #1B1B1B;
            text-align: left;
            margin-bottom: 15px; }
          body #cherieYoung #bespoke .welcome .welcome-content h4 {
            font-family: "Belleza", serif !important;
            font-size: 2.5rem;
            margin-bottom: 15px; }
          body #cherieYoung #bespoke .welcome .welcome-content div {
            width: 50%; }
            body #cherieYoung #bespoke .welcome .welcome-content div div.image-box {
              width: 90%;
              display: block;
              position: relative; }
              body #cherieYoung #bespoke .welcome .welcome-content div div.image-box::before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                transition: .5s;
                z-index: 0;
                border: 2px solid rgba(0, 0, 0, 0.42);
                translate: 25px -25px; }
            @media (max-width: 991px) {
              body #cherieYoung #bespoke .welcome .welcome-content div {
                width: 100% !important; } }
          body #cherieYoung #bespoke .welcome .welcome-content div.welcome-text-wrapper {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            flex-wrap: nowrap;
            /* This keeps the label and box2 side-by-side */
            width: 50%;
            padding-left: 0px;
            position: relative;
            /*@media(max-width:991px){padding-left: 30px;}
             @media(max-width:750px){padding-left: 20px;}*/ }
            body #cherieYoung #bespoke .welcome .welcome-content div.welcome-text-wrapper div.tagline.left {
              color: #6d6d6d;
              font-family: "Belleza", serif !important;
              font-weight: 600;
              text-transform: uppercase;
              letter-spacing: 5px;
              font-size: 24px;
              text-align: center;
              position: absolute;
              top: 50%;
              left: 0;
              transform: rotate(270deg) translateX(-50%);
              transform-origin: left center;
              white-space: nowrap; }
            body #cherieYoung #bespoke .welcome .welcome-content div.welcome-text-wrapper div.welcome-text {
              width: 90%;
              text-align: left; }
          body #cherieYoung #bespoke .welcome .welcome-content img {
            width: 100%; }
          body #cherieYoung #bespoke .welcome .welcome-content .toggle-button {
            font-family: "Montserrat", sans-serif !important;
            background-color: rgba(0, 0, 0, 0.1);
            border: 1px solid #111;
            color: black;
            padding: 0.7rem 1.5rem;
            border-radius: 4px;
            cursor: pointer;
            margin: 1rem 0;
            position: relative;
            transition: all 0.3s ease;
            font-weight: 500; }
            body #cherieYoung #bespoke .welcome .welcome-content .toggle-button::after {
              content: "▼";
              display: inline-block;
              margin-left: 8px;
              transition: transform 0.3s ease;
              font-size: 0.75em; }
            body #cherieYoung #bespoke .welcome .welcome-content .toggle-button:hover {
              background-color: #111;
              color: #fff; }
            body #cherieYoung #bespoke .welcome .welcome-content .toggle-button.expanded::after {
              transform: rotate(180deg); }
          body #cherieYoung #bespoke .welcome .welcome-content .read-more {
            overflow: hidden;
            transition: height 0.5s ease, opacity 0.5s ease;
            height: 0;
            opacity: 0;
            width: 100%; }
            body #cherieYoung #bespoke .welcome .welcome-content .read-more p {
              margin-bottom: 1rem; }
            body #cherieYoung #bespoke .welcome .welcome-content .read-more.expanded {
              height: auto;
              opacity: 1; }
          body #cherieYoung #bespoke .welcome .welcome-content .welcome-cta {
            display: flex;
            justify-content: left;
            align-items: start;
            margin-top: 0;
            margin-left: 0;
            gap: 30px;
            width: fit-content; }
            body #cherieYoung #bespoke .welcome .welcome-content .welcome-cta a {
              font-family: "Montserrat", sans-serif !important;
              font-size: 1.3rem;
              font-weight: 300;
              color: #111;
              text-align: center;
              padding: .5rem 2rem;
              background-color: rgba(0, 0, 0, 0);
              border-radius: 0;
              text-decoration: none;
              transition: all .3s ease-in-out;
              position: relative;
              border: 1px solid #000; }
              body #cherieYoung #bespoke .welcome .welcome-content .welcome-cta a:hover {
                background-color: black;
                border: 1px solid #fff;
                color: #fff; }
              body #cherieYoung #bespoke .welcome .welcome-content .welcome-cta a:hover span {
                color: #000000;
                transition: .5s; }
              body #cherieYoung #bespoke .welcome .welcome-content .welcome-cta a span {
                font-weight: bold;
                color: #111;
                transition: .5s; }
            @media (max-width: 800px) {
              body #cherieYoung #bespoke .welcome .welcome-content .welcome-cta {
                justify-content: center;
                margin-left: -30px; } }
            @media (max-width: 786px) {
              body #cherieYoung #bespoke .welcome .welcome-content .welcome-cta {
                flex-direction: column;
                gap: 10px;
                margin-left: 0px; }
                body #cherieYoung #bespoke .welcome .welcome-content .welcome-cta a {
                  font-size: 1.5rem;
                  margin-left: 0; } }
@media (max-width: 1200px) and (min-width: 801px) {
  body #cherieYoung #bespoke .welcome .welcome-content .welcome-cta {
    margin-right: -50vw;
    width: fit-content; } }

          @media (max-width: 800px) {
            body #cherieYoung #bespoke .welcome .welcome-content {
              flex-direction: column;
              gap: 30px; }
              body #cherieYoung #bespoke .welcome .welcome-content div:last-of-type {
                width: 100%;
                order: 1; }
              body #cherieYoung #bespoke .welcome .welcome-content div:first-of-type {
                width: 100%;
                order: 2; } }
        body #cherieYoung #bespoke .welcome .lenders {
          padding-top: 60px; }
          body #cherieYoung #bespoke .welcome .lenders h1 {
            color: #000; }
      body #cherieYoung #bespoke .excellence {
        background: #fff;
        padding: 30px 15px; }
        body #cherieYoung #bespoke .excellence h1 {
          color: #1B1B1B;
          margin-bottom: 20px; }
        body #cherieYoung #bespoke .excellence h3 {
          color: #1B1B1B; }
        body #cherieYoung #bespoke .excellence p {
          color: #1B1B1B;
          font-weight: 400; }
        body #cherieYoung #bespoke .excellence .logo-carousel-container {
          max-width: 1000px;
          margin: 0 auto;
          padding: 20px;
          overflow: hidden; }
          body #cherieYoung #bespoke .excellence .logo-carousel-container .logo-swiper .swiper-wrapper {
            transition-timing-function: linear !important; }
          body #cherieYoung #bespoke .excellence .logo-carousel-container .logo-swiper .swiper-slide {
            width: auto;
            padding: 0 30px;
            position: relative;
            display: flex;
            justify-content: center; }
            body #cherieYoung #bespoke .excellence .logo-carousel-container .logo-swiper .swiper-slide:not(.swiper-slide-duplicate)::after {
              content: "";
              position: absolute;
              right: -15px;
              top: 50%;
              transform: translateY(-50%);
              height: 50%;
              width: 1px;
              background-color: #ccc; }
            body #cherieYoung #bespoke .excellence .logo-carousel-container .logo-swiper .swiper-slide:last-child::after {
              display: none; }
            body #cherieYoung #bespoke .excellence .logo-carousel-container .logo-swiper .swiper-slide img {
              height: 60px;
              width: auto;
              display: block;
              filter: grayscale(100%);
              opacity: 1;
              transition: filter 0.3s, opacity 0.3s; }
      body #cherieYoung #bespoke .featured-lifestyles {
        padding-top: 30px;
        padding-bottom: 60px; }
        @media (max-width: 800px) {
          body #cherieYoung #bespoke .featured-lifestyles {
            padding-top: 0px; } }
      body #cherieYoung #bespoke .featured-lifestyles,
      body #cherieYoung #bespoke .featured-areas {
        background-color: white; }
        body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-header,
        body #cherieYoung #bespoke .featured-areas .featured-content .featured-header {
          padding-top: 30px;
          padding-bottom: 30px;
          padding-left: 20px;
          padding-right: 20px; }
          body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-header h1,
          body #cherieYoung #bespoke .featured-areas .featured-content .featured-header h1 {
            color: black;
            line-height: 1.1;
            font-family: "Belleza", serif !important; }
        body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles,
        body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles {
          display: grid;
          grid-template-columns: repeat(12, 1fr);
          gap: 16px;
          max-width: 100%;
          width: 1650px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 30px;
          /* 🔽 Override para móviles (sin hover) */ }
          body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile,
          body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile {
            grid-column: span 4; }
          body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile.narrow,
          body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile.narrow {
            grid-column: span 3; }
          body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile.wide,
          body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile.wide {
            grid-column: span 8; }
          body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile,
          body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: relative;
            box-sizing: border-box;
            align-self: stretch;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            z-index: 1;
            padding: 15px 0;
            min-height: 500px;
            /* Default (desktop) → empieza en gris */
            filter: grayscale(0%);
            transition: filter .5s ease; }
            body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile:hover,
            body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile:hover {
              filter: grayscale(100%);
              transition: filter .5s ease; }
              body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile:hover::before,
              body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile:hover::before {
                background-color: rgba(0, 0, 0, 0.1);
                transition: 0.5s; }
            body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile::before,
            body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile::before {
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: 0;
              background-color: rgba(0, 0, 0, 0.1);
              transition: 0.5s;
              z-index: 1; }
            body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile .featured-tile-content span,
            body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile .featured-tile-content span {
              border-radius: 10px;
              display: inline-block;
              color: #fff !important;
              width: fit-content;
              white-space: normal;
              padding: 10px;
              transition: 0.5s;
              margin-top: 25px;
              font-weight: 400;
              font-family: "Belleza", serif !important;
              box-sizing: border-box;
              overflow: hidden;
              position: relative;
              background: rgba(0, 0, 0, 0.2);
              z-index: 1;
              text-decoration: none;
              font-size: 2.6rem; }
              body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile .featured-tile-content span:hover,
              body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile .featured-tile-content span:hover {
                background: rgba(0, 0, 0, 0.3);
                color: #fff !important; }
          @media (hover: none) and (pointer: coarse) {
            body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile,
            body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile {
              filter: grayscale(0%);
              /* siempre a color */ } }
        @media (max-width: 1200px) {
          body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles,
          body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles {
            grid-template-columns: repeat(2, 1fr); }
            body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile,
            body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile {
              grid-column: span 1 !important; }
          body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles.odd .tile:last-child,
          body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles.odd .tile:last-child {
            grid-column: span 2 !important; } }
        @media (max-width: 800px) {
          body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles,
          body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles {
            grid-template-columns: 1fr;
            gap: 2px;
            margin-top: 0px; }
            body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles .tile,
            body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles .tile {
              grid-column: span 1 !important;
              min-height: 400px; }
          body #cherieYoung #bespoke .featured-lifestyles .featured-content .featured-tiles.odd .tile:last-child,
          body #cherieYoung #bespoke .featured-areas .featured-content .featured-tiles.odd .tile:last-child {
            grid-column: span 1 !important; } }
      body #cherieYoung #bespoke .buyer-seller {
        background-color: transparent;
        position: relative;
        background-size: cover;
        background-position: center; }
        @media (min-width: 801px) {
          body #cherieYoung #bespoke .buyer-seller::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 1px;
            height: 80%;
            background: white;
            opacity: .75;
            transform: translate(-50%, -50%); } }
        @media (max-width: 756px) {
          body #cherieYoung #bespoke .buyer-seller {
            padding-top: 2px;
            padding-bottom: 0;
            background-image: url(""); } }
        body #cherieYoung #bespoke .buyer-seller .buyer-seller-content {
          display: flex;
          justify-content: center;
          align-items: center;
          height: fit-content;
          background-size: cover;
          background-position: center;
          position: relative;
          overflow: hidden; }
          @media (max-width: 756px) {
            body #cherieYoung #bespoke .buyer-seller .buyer-seller-content {
              background-position: 65% 50%; } }
          body #cherieYoung #bespoke .buyer-seller .buyer-seller-content::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.3);
            transition: 0.5s;
            z-index: 1; }
          body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers, body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers {
            width: 50%;
            padding: 15vw 0;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 60px;
            height: 100%;
            position: relative;
            transition: backdrop-filter 0.5s ease;
            z-index: 2; }
            body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers > .bs-inner-content, body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers > .bs-inner-content {
              position: relative;
              z-index: 2;
              display: flex;
              justify-content: center;
              flex-direction: column;
              align-items: center;
              text-align: center;
              gap: 60px;
              height: 100%; }
            body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers h1, body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers h1 {
              font-size: 5rem;
              font-family: "Belleza", serif !important; }
            body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers h3, body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers h3 {
              font-family: "Belleza", serif !important; }
            body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers:hover, body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers:hover {
              backdrop-filter: grayscale(100%);
              transition: backdrop-filter 0.5s ease; }
          body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers {
            background: none;
            background-image: none;
            order: 1; }
          body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers {
            background: none;
            background-image: none;
            order: 2; }
          @media (max-width: 800px) {
            body #cherieYoung #bespoke .buyer-seller .buyer-seller-content {
              flex-direction: column;
              padding: 0;
              gap: 2px;
              background: none !important; }
              body #cherieYoung #bespoke .buyer-seller .buyer-seller-content::before {
                display: none; }
              body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers, body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers {
                width: 100%;
                order: 2;
                gap: 30px;
                /* and/or kill the transition if you like */
                transition: none !important; }
                body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers h1, body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers h1 {
                  font-size: 4rem; }
                body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers:hover, body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers:hover {
                  backdrop-filter: none !important; }
                body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers::before, body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers::before {
                  content: "";
                  position: absolute;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  top: 0;
                  background-color: rgba(0, 0, 0, 0.3);
                  transition: 0.5s;
                  z-index: 1; }
                body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers > .bs-inner-content, body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers > .bs-inner-content {
                  position: relative;
                  z-index: 2;
                  display: flex;
                  justify-content: center;
                  flex-direction: column;
                  align-items: center;
                  text-align: center;
                  gap: 60px;
                  height: 100%; }
              body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .buyers {
                background-image: url("");
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                order: 1; }
              body #cherieYoung #bespoke .buyer-seller .buyer-seller-content > .sellers {
                background-image: url("");
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                order: 2; } }
          body #cherieYoung #bespoke .buyer-seller .buyer-seller-content a {
            font-family: "Montserrat", sans-serif !important;
            font-size: 1.3rem;
            font-weight: 300;
            color: #fff;
            text-align: center;
            padding: .5rem 2rem;
            background-color: rgba(0, 0, 0, 0);
            border: 1px solid #fff;
            border-radius: 0px;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
            position: relative; }
            @media (max-width: 800px) {
              body #cherieYoung #bespoke .buyer-seller .buyer-seller-content a {
                font-size: 1.5rem;
                width: 80%;
                margin: auto;
                padding-left: 5px;
                padding-right: 5px;
                max-width: 200px; } }
            body #cherieYoung #bespoke .buyer-seller .buyer-seller-content a:hover {
              background-color: black;
              border: 1px solid #000;
              color: #fff; }
      body #cherieYoung #bespoke #featured {
        background: #fff;
        padding: 20px 15px 20px 15px; }
        body #cherieYoung #bespoke #featured h1 {
          color: #1B1B1B;
          margin: 20px 0; }
        body #cherieYoung #bespoke #featured h3 {
          margin-top: 35px;
          text-align: left;
          font-size: 1.1rem; }
          body #cherieYoung #bespoke #featured h3 a {
            color: #fff !important;
            text-align: left;
            /*font-family: "Poppins", sans-serif;*/ }
        body #cherieYoung #bespoke #featured .property-grid {
          display: block;
          position: relative; }
        @media (max-width: 991px) {
          body #cherieYoung #bespoke #featured {
            padding: 30px 15px 80px 15px; } }
        @media (max-width: 767px) {
          body #cherieYoung #bespoke #featured {
            padding: 30px 0 20px 0; }
            body #cherieYoung #bespoke #featured h1 {
              margin-bottom: 20px; } }
      body #cherieYoung #bespoke .socials-IG {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0px; }
        body #cherieYoung #bespoke .socials-IG h1 {
          padding-top: 30px;
          padding-bottom: 30px;
          color: black; }
          @media (max-width: 790px) {
            body #cherieYoung #bespoke .socials-IG h1 {
              font-size: 3rem; } }
          @media (max-width: 320px) {
            body #cherieYoung #bespoke .socials-IG h1 {
              font-size: 2.5rem; } }
        body #cherieYoung #bespoke .socials-IG h3 {
          color: black; }
        body #cherieYoung #bespoke .socials-IG .social-feed {
          padding: 60px 0;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          width: 100%; }
          body #cherieYoung #bespoke .socials-IG .social-feed #elfsight-holder {
            width: 100%; }
      body #cherieYoung #bespoke .socials-GR {
        background-color: rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0; }
        body #cherieYoung #bespoke .socials-GR h1 {
          padding-top: 30px;
          color: white;
          margin-bottom: 20px; }
          @media (max-width: 790px) {
            body #cherieYoung #bespoke .socials-GR h1 {
              font-size: 3rem; } }
          @media (max-width: 320px) {
            body #cherieYoung #bespoke .socials-GR h1 {
              font-size: 2.5rem; } }
        body #cherieYoung #bespoke .socials-GR h3 {
          color: white; }
        body #cherieYoung #bespoke .socials-GR img {
          width: 270px; }
        body #cherieYoung #bespoke .socials-GR .social-feed {
          width: 100%;
          padding-top: 30px;
          padding-bottom: 0px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder {
            width: 100%;
            max-width: 1300px;
            padding: 0 20px;
            margin-bottom: 40px;
            height: auto;
            overflow: visible; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .si-testimonials {
              background-color: rgba(0, 0, 0, 0.46);
              padding: 40px;
              border-radius: 20px;
              position: relative;
              height: auto;
              overflow: hidden;
              min-height: 180px; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .slick-slide {
              height: auto !important;
              max-height: none !important; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .si-testimonials__item {
              text-align: center;
              padding: 30px;
              font-family: 'Montserrat', sans-serif;
              font-size: 1.2rem;
              color: #fff;
              position: relative; }
              body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .si-testimonials__item::before {
                content: "“";
                font-size: 100px;
                color: #fff;
                position: absolute;
                top: -20px;
                left: 20px;
                line-height: 1;
                font-family: Georgia, serif;
                opacity: 0.3; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .si-testimonials__item-content {
              overflow: hidden;
              position: relative;
              padding-right: 10px;
              word-break: break-word;
              line-height: 1.5; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .si-testimonials.si-testimonials--scroller {
              border: none !important;
              padding: 10px; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .si-testimonials__item-by {
              display: block;
              margin-top: 20px;
              font-weight: 600;
              color: #fff;
              font-size: 1rem;
              text-transform: uppercase;
              letter-spacing: 1px; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .slick-dots {
              margin-top: 30px;
              text-align: center; }
              body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .slick-dots li {
                display: inline-block;
                margin: 0 6px; }
                body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .slick-dots li button {
                  width: 12px;
                  height: 12px;
                  border-radius: 50%;
                  background: #ccc;
                  border: none;
                  opacity: 0.5;
                  transition: all 0.3s ease; }
                  body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .slick-dots li button:hover {
                    opacity: 0.8; }
                body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .slick-dots li.slick-active button {
                  background: #fff;
                  opacity: 1; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .slick-arrow {
              display: none !important; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .testimonials-holder .slick-list,
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .testimonials-holder .slick-track,
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .testimonials-holder .slick-slide {
              height: auto !important;
              min-height: 0 !important;
              max-height: none !important; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder .testimonials-holder .slick-list {
              overflow: hidden !important; }
            body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder a.view-all-testimonials {
              display: inline-block;
              margin: 40px auto 0;
              text-align: center;
              font-size: 1.3rem;
              font-weight: 300;
              color: #fff;
              padding: 0.5rem 2rem;
              background-color: transparent;
              border: 1px solid #fff;
              border-radius: 0;
              text-decoration: none;
              transition: all 0.3s ease-in-out; }
              body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder a.view-all-testimonials:hover {
                background-color: #fff;
                color: #000; }
              @media (max-width: 768px) {
                body #cherieYoung #bespoke .socials-GR .social-feed .testimonials-holder a.view-all-testimonials {
                  font-size: 1.2rem;
                  width: 80%;
                  max-width: 200px; } }
          @media (max-width: 768px) {
            body #cherieYoung #bespoke .socials-GR .social-feed .si-testimonials {
              padding: 30px 15px; }
            body #cherieYoung #bespoke .socials-GR .social-feed .si-testimonials__item {
              padding: 20px 10px;
              font-size: 1rem; }
            body #cherieYoung #bespoke .socials-GR .social-feed .si-testimonials__item-by {
              font-size: 0.9rem; } }
          body #cherieYoung #bespoke .socials-GR .social-feed a {
            font-family: "Montserrat", sans-serif;
            font-size: 1.3rem;
            font-weight: 300;
            color: #fff;
            text-align: center;
            padding: .5rem 2rem;
            background-color: rgba(0, 0, 0, 0);
            border: 1px solid #fff;
            border-radius: 0px;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
            position: relative; }
            @media (max-width: 800px) {
              body #cherieYoung #bespoke .socials-GR .social-feed a {
                font-size: 1.5rem;
                width: 80%;
                margin: auto;
                padding-left: 5px;
                padding-right: 5px;
                max-width: 200px; } }
            body #cherieYoung #bespoke .socials-GR .social-feed a:hover {
              background-color: black;
              border: 1px solid #000; }
            body #cherieYoung #bespoke .socials-GR .social-feed a:hover span {
              color: #000000; }
            body #cherieYoung #bespoke .socials-GR .social-feed a span {
              font-weight: bold;
              color: #111;
              transition: 0.5s; }
      body #cherieYoung #bespoke .fb-feed {
        background: #fff;
        padding: 0 15px;
        margin-top: -30px; }
