.elementor-64305 .elementor-element.elementor-element-7633811{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-64305 .elementor-element.elementor-element-1d69a10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--z-index:9999;}.elementor-64305 .elementor-element.elementor-element-5dc4200{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-64305 .elementor-element.elementor-element-521540f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-64305 .elementor-element.elementor-element-589a034{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-64305 .elementor-element.elementor-element-a6f6fc4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-64305 .elementor-element.elementor-element-ea21718{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-64305 .elementor-element.elementor-element-6fe69bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-467c171 *//* =========================================================
   02 | 25 HOLLY CIRCLE JUMP NAV
   ========================================================= */


/* =========================================================
   NORMAL POSITION
   ========================================================= */

.tc-holly-jumpnav {
  position: relative;
  z-index: 9999;

  width: fit-content;
  max-width: calc(100% - 32px);

  margin: 18px auto;
  padding: 8px 10px;

  background: rgba(255, 255, 255, .96) !important;

  border: 1px solid rgba(0, 18, 38, .12);
  border-radius: 999px;

  box-shadow: 0 6px 22px rgba(0, 18, 38, .10);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  font-family: "Montserrat", sans-serif;
}


/* =========================================================
   FIXED ON SCROLL
   ========================================================= */

.tc-holly-jumpnav.tc-holly-jumpnav--fixed {
  position: fixed !important;

  top: 16px !important;
  left: 50% !important;

  transform: translateX(-50%) !important;

  margin: 0 !important;

  z-index: 99999 !important;
}


/* Keeps page from jumping when nav becomes fixed */
.tc-holly-jumpnav-placeholder {
  width: 100%;
  height: 0;
}


/* =========================================================
   DESKTOP NAV
   ========================================================= */

.tc-holly-jumpnav__desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}


.tc-holly-jumpnav .tc-holly-jumpnav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 13px;

  color: #001226 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  text-decoration: none !important;

  border-radius: 999px;

  transition:
    background-color .2s ease,
    color .2s ease;
}


.tc-holly-jumpnav .tc-holly-jumpnav__link:hover {
  background: #f2f3f5 !important;
  color: #755d0f !important;
}


/* =========================================================
   BACK TO TOP
   ========================================================= */

.tc-holly-jumpnav .tc-holly-jumpnav__link--top {
  min-width: 34px;

  padding-left: 9px;
  padding-right: 9px;

  font-size: 18px !important;
}


/* =========================================================
   MOBILE DROPDOWN
   ========================================================= */

.tc-holly-jumpnav__mobile {
  display: none;
}


.tc-holly-jumpnav .tc-holly-jumpnav__select {
  width: 100%;
  min-width: 220px;

  padding: 9px 36px 9px 14px;

  background: #ffffff !important;

  border: 0 !important;
  border-radius: 999px;

  color: #001226 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}


/* =========================================================
   ANCHOR OFFSETS
   ========================================================= */

#top,
#about,
#grounds,
#location,
#highlights,
#faq {
  scroll-margin-top: 105px;
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.tc-holly-jumpnav a:focus-visible,
.tc-holly-jumpnav select:focus-visible {
  outline: 3px solid #001226;
  outline-offset: 3px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .tc-holly-jumpnav {
    width: calc(100% - 36px);
    max-width: 420px;

    margin: 12px auto;
    padding: 6px;
  }


  .tc-holly-jumpnav.tc-holly-jumpnav--fixed {
    top: 12px !important;
  }


  .tc-holly-jumpnav__desktop {
    display: none;
  }


  .tc-holly-jumpnav__mobile {
    display: block;
    width: 100%;
  }


  .tc-holly-jumpnav .tc-holly-jumpnav__select {
    width: 100%;
    min-width: 0;
  }


  #top,
  #about,
  #grounds,
  #location,
  #highlights,
  #faq {
    scroll-margin-top: 90px;
  }

}


/* =========================================================
   END | 25 HOLLY CIRCLE JUMP NAV
   ========================================================= *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2832dfa *//* =========================================================
   03 | 25 HOLLY CIRCLE PROPERTY OVERVIEW + ABOUT
   ========================================================= */

.tc-holly-overview {
  width: 100%;
  padding: 22px 24px 86px;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.tc-holly-overview__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}


/* =========================================================
   TOP PROPERTY OVERVIEW
   ========================================================= */

.tc-holly-overview__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  column-gap: 90px;
  align-items: start;
}


/* =========================================================
   PROPERTY FACTS
   ========================================================= */

.tc-holly-overview__facts {
  min-width: 0;
}

.tc-holly-overview .tc-holly-overview__status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 19px;

  color: #30363c !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.tc-holly-overview__status-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #219653;
  border-radius: 2px;
  transform: rotate(45deg);
}

.tc-holly-overview .tc-holly-overview__price {
  margin: 0 0 14px;

  color: #000000 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.tc-holly-overview .tc-holly-overview__address {
  margin: 0 0 26px !important;

  color: #050505 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(30px, 3vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -.015em !important;
}


/* =========================================================
   PRIMARY STATS
   ========================================================= */

.tc-holly-overview__primary-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 8px;

  margin: 0 0 18px;
}

.tc-holly-overview .tc-holly-overview__primary-stats span {
  color: #111111 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.tc-holly-overview .tc-holly-overview__primary-stats strong {
  font-weight: 800 !important;
}

.tc-holly-overview .tc-holly-overview__separator {
  color: #666666 !important;
}


/* =========================================================
   STAT PILLS
   ========================================================= */

.tc-holly-overview__stat-pills {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin: 0 0 23px;
}

.tc-holly-overview__pill {
  display: flex;
  align-items: center;

  gap: 5px;

  padding: 13px 18px;

  background: #f1f1f1;

  border-radius: 6px;
}

.tc-holly-overview .tc-holly-overview__pill span,
.tc-holly-overview .tc-holly-overview__pill strong {
  color: #111111 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.2 !important;

  text-transform: uppercase !important;
}

.tc-holly-overview .tc-holly-overview__pill span {
  font-weight: 700 !important;
}

.tc-holly-overview .tc-holly-overview__pill strong {
  font-weight: 800 !important;
}


/* =========================================================
   LISTING INFO
   ========================================================= */

.tc-holly-overview__listing-info {
  margin-top: 4px;
}

.tc-holly-overview .tc-holly-overview__location {
  margin: 0 0 8px !important;

  color: #2f3439 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.tc-holly-overview .tc-holly-overview__listed-by {
  margin: 0 !important;

  color: #111111 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: italic;
  line-height: 1.5 !important;
}

.tc-holly-overview .tc-holly-overview__listed-by strong {
  font-weight: 800 !important;
}


/* =========================================================
   AGENT PHOTO
   ========================================================= */

.tc-holly-overview__agents {
  width: 100%;
  text-align: center;
}

.tc-holly-overview__agents-figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}

.tc-holly-overview__agents-image {
  display: block;
  width: 100%;

  aspect-ratio: 1 / 1;

  object-fit: cover;
  object-position: center 32%;

  border-radius: 6px;
}

.tc-holly-overview .tc-holly-overview__agents-caption {
  margin: 13px 0 0 !important;

  color: #111111 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: .09em !important;

  text-transform: uppercase !important;
}


/* =========================================================
   DIVIDER
   ========================================================= */

.tc-holly-overview__divider {
  width: 100%;
  height: 1px;

  margin: 28px 0 34px;

  background: #1b1b1b;
}


/* =========================================================
   ABOUT
   ========================================================= */

.tc-holly-overview-about {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tc-holly-overview .tc-holly-overview-about__section-title {
  width: 100%;

  margin: 0 !important;
  padding: 0 0 14px !important;

  color: #070707 !important;

  border-bottom: 1px solid #d7d7d7;

  font-family: "Montserrat", sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: .02em !important;
}

.tc-holly-overview-about__block {
  width: 100%;
  margin: 0;
  padding: 25px 0 0;
}

.tc-holly-overview-about__block +
.tc-holly-overview-about__block {
  padding-top: 25px;
}

.tc-holly-overview .tc-holly-overview-about__heading {
  margin: 0 0 13px !important;

  color: #171a1d !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: .025em !important;

  text-transform: uppercase !important;
}

.tc-holly-overview .tc-holly-overview-about__block p {
  margin: 0 !important;

  color: #202428 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.82 !important;
}

.tc-holly-overview .tc-holly-overview-about__block strong {
  color: #171a1d !important;
  font-weight: 700 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .tc-holly-overview {
    padding: 62px 22px 74px;
  }

  .tc-holly-overview__top {
    grid-template-columns: minmax(0, 1fr) 230px;
    column-gap: 50px;
  }

}


/* =========================================================
   MOBILE / SINGLE COLUMN
   ========================================================= */

@media (max-width: 700px) {

  .tc-holly-overview {
    padding: 52px 18px 66px;
  }

  .tc-holly-overview__top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tc-holly-overview__agents {
    max-width: 300px;
    margin: 0 auto;
  }

  .tc-holly-overview__primary-stats {
    gap: 6px;
  }

  .tc-holly-overview__stat-pills {
    gap: 8px;
  }

  .tc-holly-overview__pill {
    padding: 11px 13px;
  }

  .tc-holly-overview__divider {
    margin: 27px 0 30px;
  }

  .tc-holly-overview-about__block {
    padding-top: 22px;
  }

  .tc-holly-overview .tc-holly-overview-about__block p {
    font-size: 15.5px !important;
    line-height: 1.78 !important;
  }

}


.tc-holly-overview__sqft-note {
  margin: 14px 0 0;
  max-width: 700px;

  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  line-height: 1.55;
  font-weight: 500;

  color: #3f4348;

  border-top: 1px solid rgba(0, 18, 38, 0.14);
  padding-top: 12px;
  }
  
  @media (max-width: 767px) {
  .tc-holly-overview__sqft-note {
    font-size: 11px;
    line-height: 1.5;
  }
}




/* =========================================================
   END | 25 HOLLY CIRCLE PROPERTY OVERVIEW + ABOUT
   ========================================================= *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-813bf49 *//* =========================================================
   06 | 25 HOLLY CIRCLE PROPERTY HIGHLIGHTS
   ========================================================= */

.tc-holly-highlights {
  width: 100%;
  padding: 92px 24px 98px;

  background: #001226;

  font-family: "Montserrat", sans-serif;
}


.tc-holly-highlights__inner {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.tc-holly-highlights__header {
  width: 100%;
  max-width: 760px;

  margin: 0 auto 48px;

  text-align: center;
}


.tc-holly-highlights .tc-holly-highlights__eyebrow {
  display: block;

  margin: 0 0 12px;

  color: #d4af37 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: .14em !important;

  text-transform: uppercase !important;
}


.tc-holly-highlights .tc-holly-highlights__title {
  margin: 0 0 20px !important;

  color: #ffffff !important;

  font-family: "Playfair Display", serif !important;
  font-size: clamp(40px, 4.3vw, 54px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -.02em !important;
}


.tc-holly-highlights__title::after {
  content: "";

  display: block;

  width: 52px;
  height: 3px;

  margin: 21px auto 0;

  background: #d4a439;
}


.tc-holly-highlights .tc-holly-highlights__intro {
  margin: 0 auto !important;

  color: #d5dce3 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}


/* =========================================================
   HIGHLIGHTS GRID
   ========================================================= */

.tc-holly-highlights__grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  column-gap: 38px;
  row-gap: 46px;
}


/* =========================================================
   INDIVIDUAL HIGHLIGHT
   ========================================================= */

.tc-holly-highlight {
  min-width: 0;
}


/* =========================================================
   IMAGE FRAME
   ========================================================= */

.tc-holly-highlight__figure {
  width: 100%;

  margin: 0 0 18px !important;
  padding: 7px;

  overflow: hidden;

  background: #ffffff;

  border-radius: 7px;

  box-shadow:
    0 5px 16px rgba(0, 0, 0, .16),
    0 16px 34px rgba(0, 0, 0, .12);
}


.tc-holly-highlight__image {
  display: block;

  width: 100%;

  aspect-ratio: 3 / 2;

  object-fit: cover;
  object-position: center center;

  border-radius: 3px;
}


/* =========================================================
   CONTENT
   ========================================================= */

.tc-holly-highlight__content {
  padding: 0 4px;
}





.tc-holly-highlights .tc-holly-highlight__title {
  margin: 0 0 7px !important;

  color: #ffffff !important;

  font-family: "Playfair Display", serif !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
}


.tc-holly-highlights .tc-holly-highlight__content p {
  margin: 0 !important;

  color: #cbd3db !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .tc-holly-highlights {
    padding: 78px 20px 84px;
  }


  .tc-holly-highlights__grid {
    column-gap: 26px;
    row-gap: 40px;
  }


  .tc-holly-highlights .tc-holly-highlight__title {
    font-size: 21px !important;
  }

}


/* =========================================================
   MOBILE PORTRAIT
   ========================================================= */

@media (max-width: 650px) {

  .tc-holly-highlights {
    padding: 66px 18px 72px;
  }


  .tc-holly-highlights__header {
    margin-bottom: 38px;
  }


  .tc-holly-highlights .tc-holly-highlights__title {
    font-size: 36px !important;
  }


  .tc-holly-highlights .tc-holly-highlights__intro {
    font-size: 15.5px !important;
  }


  .tc-holly-highlights__grid {
    grid-template-columns: 1fr;

    row-gap: 38px;
  }


  .tc-holly-highlight__figure {
    margin-bottom: 18px;
  }


  .tc-holly-highlights .tc-holly-highlight__title {
    font-size: 22px !important;
  }


  .tc-holly-highlights .tc-holly-highlight__content p {
    font-size: 14.5px !important;
  }

}


/* =========================================================
   END | 25 HOLLY CIRCLE PROPERTY HIGHLIGHTS
   ========================================================= *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77847bf *//* =========================================================
   04 | 25 HOLLY CIRCLE GROUNDS
   ========================================================= */

.tc-holly-grounds,
.tc-holly-grounds * {
  box-sizing: border-box;
}


/* SECTION
   --------------------------------------------------------- */

.tc-holly-grounds {
  width: 100%;

  padding: 96px 24px 104px;

  background: #f4f5f6;

  font-family: "Montserrat", sans-serif;
}


.tc-holly-grounds__inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.tc-holly-grounds__header {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;

  text-align: center;
}


.tc-holly-grounds .tc-holly-grounds__eyebrow {
  display: block;

  margin: 0 0 12px;

  color: #755d0f !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.14em !important;

  text-transform: uppercase !important;
}


.tc-holly-grounds .tc-holly-grounds__title {
  margin: 0 !important;

  color: #001226 !important;

  font-family: "Playfair Display", serif !important;
  font-size: clamp(40px, 4.2vw, 54px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;

  text-transform: none !important;
}


.tc-holly-grounds__title::after {
  content: "";

  display: block;

  width: 52px;
  height: 3px;

  margin: 22px auto 0;

  background: #d4a439;
}


/* =========================================================
   STORY
   ========================================================= */

.tc-holly-grounds__story {
  width: 100%;
  max-width: 900px;

  margin: 34px auto 0;

  text-align: center;
}


.tc-holly-grounds .tc-holly-grounds__copy {
  margin: 0 0 16px !important;

  color: #3d4145 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
}


.tc-holly-grounds .tc-holly-grounds__copy:last-child {
  margin-bottom: 0 !important;
}


.tc-holly-grounds .tc-holly-grounds__copy strong {
  color: #30343a !important;

  font-weight: 700 !important;
}


/* =========================================================
   VISUAL TRANSFORMATION HEADING
   ========================================================= */

.tc-holly-grounds .tc-holly-grounds__comparison-title {
  margin: 48px 0 26px !important;

  color: #001226 !important;

  font-family: "Playfair Display", serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;

  text-align: center;
  text-transform: none !important;
}


/* =========================================================
   IMAGE COMPARISON
   ========================================================= */

.tc-holly-grounds__comparison {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 26px;

  width: 100%;

  margin: 0;

  align-items: start;
}


/* =========================================================
   IMAGE CARDS
   ========================================================= */

.tc-holly-grounds__figure {
  width: 100%;

  margin: 0;
  padding: 8px 8px 0;

  overflow: hidden;

  background: #ffffff;

  border-radius: 8px;

  box-shadow:
    0 4px 14px rgba(0, 18, 38, 0.07),
    0 14px 30px rgba(0, 18, 38, 0.08);
}


/* =========================================================
   CLICKABLE IMAGE AREA
   ========================================================= */

.tc-holly-grounds__media {
  position: relative;

  display: block;

  width: 100%;
  aspect-ratio: 16 / 9;

  overflow: hidden;

  background: #dfe3e6;

  border-radius: 4px;

  cursor: zoom-in;
}


.tc-holly-grounds__media:focus-visible {
  outline: 3px solid #0b6cff;
  outline-offset: 3px;
}


/* =========================================================
   IMAGES
   ========================================================= */

.tc-holly-grounds .tc-holly-grounds__image {
  display: block;

  width: 100% !important;
  height: 100% !important;
  max-width: none !important;

  object-fit: cover;

  transition: transform 220ms ease;
}


.tc-holly-grounds .tc-holly-grounds__image--before {
  object-position: center 60%;
}


.tc-holly-grounds .tc-holly-grounds__image--current {
  object-position: center center;
}


.tc-holly-grounds__media:hover
.tc-holly-grounds__image {
  transform: scale(1.025);
}


/* =========================================================
   IMAGE CAPTIONS
   ========================================================= */

.tc-holly-grounds__caption {
  display: block;

  margin: 0;

  padding: 18px 18px 20px;

  color: #001226;

  font-family: "Montserrat", sans-serif;

  text-align: center;
}


.tc-holly-grounds__caption strong {
  display: block;

  color: #001226 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.08em !important;

  text-transform: uppercase !important;
}


.tc-holly-grounds__caption-copy {
  display: block;

  max-width: 500px;

  margin: 8px auto 0;

  color: #4a4e52 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;

  text-transform: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .tc-holly-grounds {
    padding: 78px 20px 84px;
  }


  .tc-holly-grounds__story {
    max-width: 720px;
  }


  .tc-holly-grounds .tc-holly-grounds__comparison-title {
    margin-top: 42px !important;

    font-size: 26px !important;
  }


  .tc-holly-grounds__comparison {
    gap: 18px;
  }


  .tc-holly-grounds__caption {
    padding: 16px 14px 18px;
  }


  .tc-holly-grounds__caption strong {
    font-size: 11px !important;
    letter-spacing: 0.07em !important;
  }


  .tc-holly-grounds__caption-copy {
    font-size: 13px !important;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .tc-holly-grounds {
    padding: 64px 18px 70px;
  }


  .tc-holly-grounds .tc-holly-grounds__title {
    font-size: 40px !important;
  }


  .tc-holly-grounds__story {
    margin-top: 28px;

    text-align: left;
  }


  .tc-holly-grounds .tc-holly-grounds__copy {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }


  .tc-holly-grounds .tc-holly-grounds__comparison-title {
    margin: 38px 0 22px !important;

    font-size: 25px !important;
  }


  .tc-holly-grounds__comparison {
    grid-template-columns: 1fr;

    gap: 22px;
  }


  .tc-holly-grounds__figure {
    padding: 6px 6px 0;

    border-radius: 6px;
  }


  .tc-holly-grounds__caption {
    padding: 16px 14px 18px;
  }


  .tc-holly-grounds__caption strong {
    font-size: 11px !important;
  }


  .tc-holly-grounds__caption-copy {
    margin-top: 7px;

    font-size: 13px !important;
    line-height: 1.55 !important;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .tc-holly-grounds__image {
    transition: none;
  }


  .tc-holly-grounds__media:hover
  .tc-holly-grounds__image {
    transform: none;
  }

}


/* =========================================================
   END | 25 HOLLY CIRCLE GROUNDS
   ========================================================= *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9218252 *//* =========================================================
   05 | 25 HOLLY CIRCLE LOCATION
   ========================================================= */

.tc-holly-location {
  width: 100%;
  padding: 88px 24px 96px;

  background: #ffffff;

  font-family: "Montserrat", sans-serif;
}


.tc-holly-location__inner {
  width: 100%;
  max-width: 920px;

  margin: 0 auto;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.tc-holly-location__header {
  width: 100%;
  max-width: 820px;

  margin: 0 auto 38px;

  text-align: center;
}


.tc-holly-location .tc-holly-location__eyebrow {
  display: block;

  margin: 0 0 14px;

  color: #755d0f !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: .13em !important;

  text-transform: uppercase !important;
}


.tc-holly-location .tc-holly-location__title {
  max-width: 780px;

  margin: 0 auto !important;

  color: #001226 !important;

  font-family: "Playfair Display", serif !important;
  font-size: clamp(42px, 4vw, 56px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;

  text-align: center;
  text-transform:none;
}


.tc-holly-location__title::after {
  content: "";

  display: block;

  width: 52px;
  height: 3px;

  margin: 22px auto 0;

  background: #d4a439;
}


/* =========================================================
   ONE-COLUMN BODY
   ========================================================= */

.tc-holly-location__body {
  display: block;

  width: 100%;
}


/* =========================================================
   LOCATION COPY
   ========================================================= */

.tc-holly-location__content {
  width: 100%;
  max-width: 820px;

  margin: 0 auto;

  padding: 0;

  text-align: center;
}


.tc-holly-location .tc-holly-location__copy {
  margin: 0 0 24px !important;

  color: #30343a !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;

  text-align: center;
}


.tc-holly-location .tc-holly-location__copy:last-child {
  margin-bottom: 0 !important;
}


.tc-holly-location .tc-holly-location__copy strong {
  color: #30343a !important;
  font-weight: 700 !important;
}


/* =========================================================
   WESTON GUIDE CARD
   ========================================================= */

.tc-holly-location__guide {
  width: 100%;
  max-width: 720px;

  margin: 40px auto 0;

  padding: 34px 40px 38px;

  background: #001226;

  border-radius: 8px;

  box-shadow:
    0 10px 26px rgba(0, 18, 38, .10),
    0 22px 46px rgba(0, 18, 38, .08);

  text-align: center;
}


.tc-holly-location .tc-holly-location__guide-label {
  display: block;

  margin: 0 0 15px;

  color: #d4af37 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: .13em !important;

  text-transform: uppercase !important;
}


.tc-holly-location .tc-holly-location__guide-copy {
  max-width: 660px;

  margin: 0 0 26px !important;

  color: #ffffff !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;

  text-align: center;
}


/* =========================================================
   GUIDE BUTTON
   ========================================================= */

.tc-holly-location__guide-link {
  display: inline-flex;

  align-items: center !important;
  justify-content: space-between;

  gap: 22px;

  min-height: 50px;

  padding: 14px 23px;

  color: #001226 !important;
  background: #ffffff;

  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .05em !important;

  text-transform: uppercase;
  text-decoration: none !important;

  transition:
    background-color .2s ease,
    color .2s ease;
}


.tc-holly-location__guide-link:hover {
  color: #ffffff !important;
  background: #001226;

  outline: 1px solid #ffffff;
}


.tc-holly-location__guide-arrow {
  font-size: 20px;
  line-height: 1;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

  .tc-holly-location {
    padding: 64px 20px 70px;
  }


  .tc-holly-location__header {
    margin-bottom: 30px;
  }


  .tc-holly-location .tc-holly-location__title {
    font-size: 40px !important;
  }


  .tc-holly-location__title::after {
    margin-top: 19px;
  }


  .tc-holly-location .tc-holly-location__copy {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }


  .tc-holly-location__guide {
    margin-top: 32px;

    padding: 30px 26px 32px;
  }


  .tc-holly-location__guide-link {
    width: 100%;
    
  }

}


/* =========================================================
   END | 25 HOLLY CIRCLE LOCATION
   ========================================================= *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c9cf5e *//* =========================================================
   06 | 25 HOLLY CIRCLE PROPERTY DETAILS FAQ
   ========================================================= */

.tc-holly-faq,
.tc-holly-faq * {
  box-sizing: border-box;
}


/* SECTION
   --------------------------------------------------------- */

.tc-holly-faq {
  width: 100%;
  padding: 96px 24px 104px;

  background: #f4f5f6;

  font-family: "Montserrat", sans-serif;
}


.tc-holly-faq__inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* SECTION HEADER
   --------------------------------------------------------- */

.tc-holly-faq__header {
  width: 100%;
  max-width: 880px;

  margin: 0 auto 48px;

  text-align: center;
}


.tc-holly-faq .tc-holly-faq__eyebrow {
  display: block;

  margin: 0 0 12px;

  color: #755d0f !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.14em !important;

  text-transform: uppercase !important;
}


.tc-holly-faq .tc-holly-faq__title {
  margin: 0 !important;

  color: #001226 !important;

  font-family: "Playfair Display", serif !important;
  font-size: clamp(40px, 4.2vw, 54px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;

  text-transform: none !important;
}


.tc-holly-faq__title::after {
  content: "";

  display: block;

  width: 52px;
  height: 3px;

  margin: 22px auto 0;

  background: #d4a439;
}


.tc-holly-faq .tc-holly-faq__intro {
  max-width: 720px;

  margin: 26px auto 0 !important;

  color: #3d4145 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}


/* =========================================================
   TWO INDEPENDENT COLUMNS
   ========================================================= */

.tc-holly-faq__grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 24px;

  width: 100%;

  align-items: start;
}


.tc-holly-faq__column {
  display: flex;

  flex-direction: column;

  gap: 24px;

  width: 100%;
  min-width: 0;
}


/* =========================================================
   Q&A CARD
   ========================================================= */

.tc-holly-faq__card {
  display: block;

  width: 100%;
  min-width: 0;
  height: auto;

  margin: 0;
  padding: 34px 32px 30px;

  background: #ffffff;

  border: 1px solid #d9dde1;
  border-top: 4px solid #001226;
  border-radius: 8px;

  box-shadow:
    0 4px 14px rgba(0, 18, 38, 0.05),
    0 12px 28px rgba(0, 18, 38, 0.05);
}


/* NUMBER
   --------------------------------------------------------- */

.tc-holly-faq .tc-holly-faq__number {
  display: block;

  margin: 0 0 10px;

  color: #755d0f !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em !important;
}


/* QUESTIONS
   --------------------------------------------------------- */

.tc-holly-faq .tc-holly-faq__question {
  margin: 0 0 18px !important;

  color: #001226 !important;

  font-family: "Playfair Display", serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;

  text-transform: none !important;
}


/* ANSWERS
   --------------------------------------------------------- */

.tc-holly-faq__answer {
  width: 100%;
}


.tc-holly-faq .tc-holly-faq__answer p {
  margin: 0 0 15px !important;

  color: #3d4145 !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
}


.tc-holly-faq .tc-holly-faq__answer p:last-child {
  margin-bottom: 0 !important;
}


.tc-holly-faq .tc-holly-faq__answer strong {
  color: #30343a !important;
  font-weight: 700 !important;
}


/* RELATED LINKS
   --------------------------------------------------------- */

.tc-holly-faq__links {
  display: flex;
  flex-wrap: wrap;

  gap: 10px 20px;

  width: 100%;

  margin-top: 22px;
}


.tc-holly-faq .tc-holly-faq__links a {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  color: #064f9c !important;

  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.06em !important;

  text-decoration: none !important;
  text-transform: uppercase !important;

  transition:
    color 180ms ease,
    transform 180ms ease;
}


.tc-holly-faq .tc-holly-faq__links a:hover,
.tc-holly-faq .tc-holly-faq__links a:focus-visible {
  color: #001226 !important;

  transform: translateX(2px);
}


.tc-holly-faq .tc-holly-faq__links a:focus-visible {
  outline: 2px solid #0b6cff;
  outline-offset: 4px;
}


/* =========================================================
   TABLET / MOBILE
   RETURN TO 01 → 07 READING ORDER
   ========================================================= */

@media (max-width: 900px) {

  .tc-holly-faq {
    padding: 78px 20px 84px;
  }


  .tc-holly-faq__header {
    margin-bottom: 40px;
  }


  .tc-holly-faq__grid {
    display: flex;

    flex-direction: column;

    gap: 20px;

    max-width: 720px;

    margin: 0 auto;
  }


  /*
   * display: contents allows each card to participate
   * directly in the parent flex layout so we can restore
   * the natural FAQ order on smaller screens.
   */

  .tc-holly-faq__column {
    display: contents;
  }


  .tc-holly-faq__card--01 {
    order: 1;
  }

  .tc-holly-faq__card--02 {
    order: 2;
  }

  .tc-holly-faq__card--03 {
    order: 3;
  }

  .tc-holly-faq__card--04 {
    order: 4;
  }

  .tc-holly-faq__card--05 {
    order: 5;
  }

  .tc-holly-faq__card--06 {
    order: 6;
  }

  .tc-holly-faq__card--07 {
    order: 7;
  }

}


/* MOBILE
   --------------------------------------------------------- */

@media (max-width: 600px) {

  .tc-holly-faq {
    padding: 64px 18px 70px;
  }


  .tc-holly-faq__header {
    margin-bottom: 34px;
  }


  .tc-holly-faq .tc-holly-faq__title {
    font-size: 40px !important;
  }


  .tc-holly-faq .tc-holly-faq__intro {
    margin-top: 22px !important;

    font-size: 15px !important;
    line-height: 1.65 !important;
  }


  .tc-holly-faq__card {
    padding: 28px 22px 25px;
  }


  .tc-holly-faq .tc-holly-faq__question {
    margin-bottom: 15px !important;

    font-size: 22px !important;
    line-height: 1.32 !important;
  }


  .tc-holly-faq .tc-holly-faq__answer p {
    font-size: 15px !important;
    line-height: 1.68 !important;
  }


  .tc-holly-faq__links {
    display: grid;

    grid-template-columns: 1fr;

    gap: 12px;

    margin-top: 20px;
  }


  .tc-holly-faq .tc-holly-faq__links a {
    font-size: 10px !important;
  }

}


/* REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

  .tc-holly-faq__links a {
    transition: none;
  }


  .tc-holly-faq .tc-holly-faq__links a:hover,
  .tc-holly-faq .tc-holly-faq__links a:focus-visible {
    transform: none;
  }

}


/* =========================================================
   END | 25 HOLLY CIRCLE PROPERTY DETAILS FAQ
   ========================================================= *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd69698 *//* =========================================================
   25 HOLLY CIRCLE | PROPERTY DISCLAIMER
   ========================================================= */

.tc-holly-disclaimer {
  width: min(1120px, calc(100% - 40px));
  margin: 48px auto 28px;
  padding-top: 18px;

  border-top: 1px solid rgba(0, 18, 38, 0.18);
}

.tc-holly-disclaimer p {
  margin: 0;

  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  line-height: 1.6;
  font-weight: 500;

  color: #30343a;
}

.tc-holly-disclaimer strong {
  font-weight: 700;
  color: #001226;
}

.tc-holly-disclaimer a {
  color: #064f9c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tc-holly-disclaimer a:hover,
.tc-holly-disclaimer a:focus {
  text-decoration-thickness: 2px;
}

/* MOBILE */
@media (max-width: 767px) {

  .tc-holly-disclaimer {
    width: min(100% - 28px, 1120px);
    margin: 36px auto 22px;
    padding-top: 16px;
  }

  .tc-holly-disclaimer p {
    font-size: 11px;
    line-height: 1.55;
  }

}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   01 | 25 HOLLY CIRCLE HERO
   ========================================================= */

.tc-holly-hero,
.tc-holly-hero * {
  box-sizing: border-box;
}


/* HERO FRAME
   --------------------------------------------------------- */

.tc-holly-hero {
  position: relative;
  width: 100%;
  height: clamp(680px, 82vh, 824px);
  overflow: hidden;
  isolation: isolate;
  background: #0c0c0f;
  color: #ffffff !important;
}


/* BACKGROUND IMAGE
   --------------------------------------------------------- */

.tc-holly-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Extra specificity and !important override Elementor's
   global image height and max-width rules. */

.tc-holly-hero .tc-holly-hero__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
}


/* IMAGE OVERLAY
   --------------------------------------------------------- */

.tc-holly-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 12, 18, 0.78) 0%,
      rgba(4, 12, 18, 0.55) 31%,
      rgba(4, 12, 18, 0.17) 60%,
      rgba(4, 12, 18, 0.12) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.10) 0%,
      rgba(0, 0, 0, 0.04) 62%,
      rgba(0, 0, 0, 0.30) 100%
    );
  pointer-events: none;
}


/* CONTENT POSITIONING
   --------------------------------------------------------- */

.tc-holly-hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 80px;
}

.tc-holly-hero__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: 4vw;
  padding-left: 4vw;
  text-align: left;
}


/* HEADLINE
   --------------------------------------------------------- */

.tc-holly-hero__title {
  font-family: "Merriweather", Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #ffffff !important;
}


/* POSITIONING LINE
   --------------------------------------------------------- */

.tc-holly-hero__positioning {
  max-width: 760px;
  margin: 26px 0 0;
  color: #ffffff;
  font-family: "Merriweather", Georgia, serif;
  font-size: clamp(25px, 1.8vw, 36px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.015em;
}


/* BUTTON GROUP
   --------------------------------------------------------- */

.tc-holly-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 42px;
}


/* BUTTONS
   --------------------------------------------------------- */

.tc-holly-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 18px 32px;
  border: 2px solid #ffffff !important;
  border-radius: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.tc-holly-hero__btn:hover,
.tc-holly-hero__btn:focus-visible {
  transform: translateY(-2px);
}


/* PRIMARY BUTTON
   --------------------------------------------------------- */

.tc-holly-hero__btn--primary {
  min-width: 300px;
  color: #0c0c0f !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.tc-holly-hero__btn--primary:hover,
.tc-holly-hero__btn--primary:focus-visible {
  color: #ffffff !important;
  background: #0c0c0f !important;
  border-color: #ffffff !important;
}


/* SECONDARY BUTTON
   --------------------------------------------------------- */

.tc-holly-hero__btn--secondary {
  min-width: 160px;
  color: #ffffff !important;
  background: transparent !important;
  border-color: #ffffff !important;
}

.tc-holly-hero__btn--secondary:hover,
.tc-holly-hero__btn--secondary:focus-visible {
  color: #0c0c0f !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}


/* DESKTOP
   Align content with logo and move house right
   --------------------------------------------------------- */

@media (min-width: 1025px) {

  .tc-holly-hero__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .tc-holly-hero .tc-holly-hero__image {
    transform: scale(1.08) translateX(2.5%);
    transform-origin: center center;
  }
}


/* TABLET
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1024px) {

  .tc-holly-hero {
    height: clamp(660px, 80vh, 780px);
  }

  .tc-holly-hero__content {
    padding-top: 60px;
  }

  .tc-holly-hero__inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .tc-holly-hero__title {
    max-width: 620px;
    font-size: clamp(52px, 7vw, 68px);
  }

  .tc-holly-hero__positioning {
    max-width: 650px;
    font-size: clamp(24px, 3vw, 30px);
  }

  .tc-holly-hero__actions {
    margin-top: 36px;
  }
}


/* MOBILE PORTRAIT
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .tc-holly-hero {
    height: max(680px, 88svh);
    max-height: 780px;
  }

  .tc-holly-hero .tc-holly-hero__image {
    transform: none;
    object-position: 61% center;
  }

  .tc-holly-hero__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(4, 12, 18, 0.58) 0%,
        rgba(4, 12, 18, 0.36) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.16) 0%,
        rgba(0, 0, 0, 0.20) 48%,
        rgba(0, 0, 0, 0.58) 100%
      );
  }

  .tc-holly-hero__content {
    align-items: center;
    padding: 90px 0 30px;
  }

  .tc-holly-hero__inner {
    padding-right: 22px;
    padding-left: 22px;
    text-align: center;
  }

  .tc-holly-hero__title {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(42px, 12vw, 56px);
    line-height: 1.04;
  }

  .tc-holly-hero__positioning {
    max-width: 390px;
    margin: 18px auto 0;
    font-size: clamp(20px, 5.8vw, 25px);
    line-height: 1.4;
  }

  .tc-holly-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 28px;
  }

  .tc-holly-hero__btn {
    width: min(100%, 340px);
    min-width: 0;
    min-height: 58px;
    padding: 15px 20px;
    font-size: 15px;
  }
}


/* SMALL MOBILE
   --------------------------------------------------------- */

@media (max-width: 390px) {

  .tc-holly-hero__inner {
    padding-right: 18px;
    padding-left: 18px;
  }

  .tc-holly-hero__title {
    font-size: 40px;
  }

  .tc-holly-hero__positioning {
    font-size: 19px;
  }
}


/* REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

  .tc-holly-hero__btn {
    transition: none;
  }

  .tc-holly-hero__btn:hover,
  .tc-holly-hero__btn:focus-visible {
    transform: none;
  }
}/* End custom CSS */