@charset "UTF-8";
/*
Theme Name: Groundfloor
Text Domain: Groundfloor
Theme URI: 
Author: Groundfloor
Author URI: Groundfloor
Version: 1.3
Description: 
Tags: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&amp;display=swap");
@import url("swiper-bundle.min.css");
:root {
  --hunting_green: #032224;
  --hunting_green_overlay: rgba(3, 34, 36, 0.4);
  --hunting_green_overlay2: rgba(3, 34, 36, 0.6);
  --mustard: #d69c46;
  --mustard_hover: rgba(214, 156, 70, 0.8);
  --mustard_outline: rgba(214, 156, 70, 0.2);
  --mustard_alpha_3: rgba(214, 156, 70, 0.3);
  --ecru: #fffbf9;
  --ecru_borders: rgba(255, 251, 249, 0.1);
  --blush_pink: #c2957d;
  --dusty_green: #848e86;
  --dusty_green_highlight: rgba(132, 142, 134, 0.1);
  --dusty_green_highlight2: rgba(132, 142, 134, 0.26);
  --dusty_green_highlight3: rgba(132, 142, 134, 0.5);
  --dusty_green_alpha_3: rgba(132, 142, 134, 0.3);
  --primary_text: #2e2e2e;
  --text: #909090;
  --text_2: #848e86;
  --white: #ffffff;
  --black: #000000;
  --text_dark: #7a7878;
  --text_light: #bbbbbb;
  --card: rgba(1, 19, 20, 0.3);
  --blush_pink_alpha_3: rgba(194, 149, 125, 0.3);
  --base: 16px;
  --outer_gap: 3.5rem;
  --12px: 0.75rem;
  --16px: 1rem;
  --17px: 1.06rem;
  --18px: 1.13rem;
  --19px: 1.19rem;
  --20px: 1.25rem;
  --24px: 1.5rem;
  --32px: 2rem;
  --40px: 2.5rem;
  --48px: 3rem;
  --64px: 4rem;
  --72px: 4.5rem;
  --proxima_nova: "Proxima Nova", sans-serif;
  --beautique_display: "Beautique Display", serif;
  --afacad: "Afacad", serif;
  --font_default: var(--afacad);
}
@media (max-width: 768px) {
  :root {
    --outer_gap: 1rem;
  }
}

:root {
  font-family: var(--afacad);
  line-height: 1.4;
  font-weight: 400;
  font-size: var(--base);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font_default);
  background-color: var(--hunting_green);
  color: var(--ecru);
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../png/noise.png");
  background-repeat: repeat;
  pointer-events: none;
  z-index: 1;
}
body .site {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  body.overflow-mobile-hidden {
    overflow: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--beautique_display);
}

h1 {
  font-size: 3.2rem;
}

h1,
.h1 {
  font-size: var(--72px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 2.5px;
}

h2,
.h2 {
  font-size: var(--64px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 2.5px;
}
@media (max-width: 1400px) {
  h2,
  .h2 {
    font-size: var(--48px);
    letter-spacing: normal;
  }
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: var(--40px);
  }
}
@media (max-width: 992px) {
  h2,
  .h2 {
    font-size: var(--32px);
  }
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: var(--24px);
  }
}

h3,
.h3 {
  font-size: var(--48px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 2.5px;
}
@media (max-width: 992px) {
  h3,
  .h3 {
    font-size: var(--40px);
  }
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: var(--32px);
    line-height: 1.2;
    letter-spacing: 1px;
  }
}

h4,
.h4 {
  font-size: var(--40px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1.6px;
}
@media (max-width: 992px) {
  h4,
  .h4 {
    font-size: var(--32px);
    line-height: 1.2;
    letter-spacing: 1px;
  }
}

h5,
.h5 {
  font-size: var(--32px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1.8px;
}
@media (max-width: 992px) {
  h5,
  .h5 {
    font-size: var(--24px);
  }
}

.sh1 {
  font-size: var(--40px);
  font-weight: 400;
  font-family: var(--afacad);
  line-height: 1.4;
  letter-spacing: normal;
}

.sh2 {
  font-size: var(--32px);
  font-weight: 400;
  font-family: var(--afacad);
  line-height: 1.4;
  letter-spacing: normal;
}

.b1 {
  font-size: var(--24px);
  line-height: 1.4;
  letter-spacing: normal;
}

.b2 {
  font-size: var(--16px);
  line-height: 1.4;
  letter-spacing: normal;
}

.caption {
  font-size: var(--12px);
  line-height: 1.4;
  letter-spacing: normal;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 55px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-inline: 72px;
  }
}

.screen-reader-text {
  display: none;
}

body.page-template-template-membership footer.site-footer {
  padding-top: 0;
}
body.page-template-template-membership footer.site-footer .cta {
  display: none;
}
body.page-template-template-membership footer.site-footer .site-footer__content {
  padding-top: 66px;
}

body.page-template-template-locations footer.site-footer {
  padding-top: 0;
}
body.page-template-template-locations footer.site-footer .cta {
  display: none;
}
body.page-template-template-locations footer.site-footer .site-footer__content {
  padding-top: 75px;
}

.glow {
  position: relative;
  z-index: 1;
  background-image: url("../png/noise.png");
}
.glow::before {
  content: "";
  width: 60%;
  height: 60%;
  position: absolute;
  background: linear-gradient(0deg, #205148 0%, #355832 100%);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 200px;
  filter: blur(80px);
  opacity: 0.6;
}
.glow > * {
  position: relative;
  z-index: 2;
}
.glow.no-noise {
  background-image: none;
}
.glow.opacity-full::before {
  opacity: 1;
}

.flex-1 {
  flex: 1;
}

.mustard {
  color: var(--mustard);
}

.blush-pink {
  color: var(--blush_pink);
}

.line-through {
  text-decoration: line-through;
}

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

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

.button {
  border: none;
  outline: none;
  text-decoration: none;
  color: var(--white);
  background-color: transparent;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-family: var(--afacad);
  padding: 13px 24px;
  gap: 2rem;
  position: relative;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
  outline: solid 4px var(--mustard_outline);
  letter-spacing: -0.4px;
}
@media (max-width: 768px) {
  .button {
    font-size: 1rem;
  }
}
@media (max-width: 430px) {
  .button {
    width: 100%;
    justify-content: center;
  }
}
.button img {
  width: 24px;
  height: auto;
}
.button--primary {
  background-color: var(--mustard);
}
.button--primary:hover {
  background-color: var(--mustard_hover);
}
.button--primary--outline {
  border-color: var(--mustard);
}
.button--primary--outline:hover {
  background-color: var(--mustard_hover);
}
.button--ghost {
  padding-inline: 0;
}
.button--center {
  justify-content: center;
  text-align: center;
}
.button:disabled, .button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

sup {
  vertical-align: top;
  font-size: 60%;
  display: inline-block;
  margin: 0.2rem 0 0 0.3rem;
}

.chip {
  text-transform: none;
  display: inline-block;
  font-family: var(--proxima_nova);
  font-size: var(--24px);
  font-weight: normal;
  border-radius: 100px;
  padding: 6px 10px;
  letter-spacing: normal;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
@media (max-width: 768px) {
  .chip {
    font-size: 12px;
  }
}
.chip.light {
  background-color: var(--ecru);
  color: var(--primary_text);
  border-color: var(--primary_text);
}
.chip.dark {
  background-color: var(--primary_text);
  color: var(--ecru);
}

.tag {
  text-transform: none;
  display: inline-block;
  font-size: var(--24px);
  font-weight: normal;
  border-radius: 100px;
  padding: 5px 15px;
  letter-spacing: normal;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: var(--ecru);
  color: var(--hunting_green);
  border-color: var(--hunting_green);
}
@media (max-width: 768px) {
  .tag {
    font-size: 20px;
  }
}
.tag.is-active {
  background-color: var(--hunting_green);
  color: var(--ecru);
}
.tag:not(.is-active):hover {
  background-color: var(--hunting_green_overlay2);
  color: var(--ecru);
}

.pricing-tables {
  padding: var(--outer_gap) 0;
}
@media (max-width: 768px) {
  .pricing-tables {
    padding: 40px 0;
  }
}

.pricing-table-container {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .pricing-table-container {
    margin-bottom: 2rem;
    border-bottom: solid 1px var(--dusty_green);
  }
}
.pricing-table-container > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .pricing-table-container > header {
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
}
.pricing-table-container > header h3 {
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--beautique_display);
  margin: 0;
}
@media (max-width: 767px) {
  .pricing-table-container > header h3 {
    font-size: 1.5rem;
  }
}
.pricing-table-container > header .carrot {
  transition: transform 0.4s ease;
}
@media (min-width: 768px) {
  .pricing-table-container > header .carrot {
    display: none;
  }
}
@media (max-width: 767px) {
  .pricing-table-container.active {
    border-color: transparent;
  }
  .pricing-table-container.active .pricing-table {
    display: block;
  }
  .pricing-table-container.active .carrot {
    transform: rotate(180deg);
  }
}

.pricing-table {
  font-size: 24px;
}
@media (max-width: 767px) {
  .pricing-table {
    display: none;
  }
}
.pricing-table__row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: solid 1px var(--dusty_green);
}
.pricing-table__row:last-of-type {
  border-bottom: solid 1px var(--dusty_green);
}
.pricing-table__row.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .pricing-table__row.mobile-only {
    display: flex;
  }
}
.pricing-table__cell {
  flex: 1;
  text-align: center;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .pricing-table__cell {
    flex-basis: 50%;
    font-size: 16px;
    padding: 0.6rem 0;
  }
  .pricing-table__cell .chip {
    font-size: 14px;
    padding: 2px 10px;
  }
}
.pricing-table__cell:is(header) {
  flex-basis: 33.333333%;
  flex-grow: 0;
  flex-shrink: 1;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .pricing-table__cell:is(header) {
    flex-basis: 100%;
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    border-bottom: solid 1px var(--dusty_green);
  }
}
.pricing-table__cell:is(header) span {
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
}
.pricing-table__cell:last-child:not(:only-of-type) {
  border-left: solid 1px var(--dusty_green);
}
.pricing-table > footer {
  font-size: 16px;
  margin-top: 1rem;
}
.pricing-table > footer p {
  margin: 0 0 0.3rem;
  opacity: 0.6;
  font-style: italic;
}

.switch {
  width: 170px;
  height: 100px;
  border-radius: 100px;
  padding: 10px;
  display: flex;
  cursor: pointer;
}

.switch.on {
  background-color: #22cc88;
  justify-content: flex-end;
}

.switch.off {
  background-color: #dddddd;
  justify-content: flex-start;
}

.switch div {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 200px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.02);
}

#sticky-btn {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 80%;
  padding: 5px;
  text-align: center;
  background-color: var(--mustard);
  color: #fff;
  z-index: 999;
  /* center horizontally & start off-screen vertically */
  transform: translate(-50%, 100%) !important;
  transition: transform 0.3s ease, background-color 0.3s ease !important;
  align-items: center;
  font-size: 1.25rem;
  font-family: var(--afacad);
  gap: 2rem;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  outline: solid 4px var(--mustard_outline);
}
#sticky-btn.show {
  /* back to 15 px above bottom */
  transform: translate(-50%, 0) !important;
}
#sticky-btn.hide {
  /* push it down by 100% of its own height + 15px bottom */
  transform: translate(-50%, calc(100% + 20px)) !important;
}
@media (max-width: 768px) {
  #sticky-btn {
    display: block !important;
  }
}

.site-header {
  --header-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  padding: 1.5rem 0;
  background-color: rgba(3, 34, 36, var(--header-opacity));
  transition: all 0.3s ease;
  color: var(--dusty_green);
  min-height: 73px;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .main-navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-header .main-navigation .menu-toggle {
  display: block;
}
@media (min-width: 1199px) {
  .site-header .main-navigation .menu-toggle {
    display: none;
  }
}
.site-header .main-navigation .menu {
  display: none;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  margin: 0;
  font-size: 1.5rem;
  /* Mobile override for nested submenus */
}
@media (min-width: 1199px) {
  .site-header .main-navigation .menu {
    font-size: 1.25rem;
    gap: 2rem;
    display: flex;
  }
}
.site-header .main-navigation .menu li {
  padding: 0px;
  transition: all 0.3s ease;
  position: relative;
}
.site-header .main-navigation .menu li a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
  border-bottom: solid 2px transparent;
  user-select: none;
}
.site-header .main-navigation .menu li a:hover {
  color: var(--ecru);
  border-color: var(--mustard);
}
.site-header .main-navigation .menu li.current-menu-item a {
  color: var(--ecru);
  border-color: var(--mustard);
}
.site-header .main-navigation .menu li .sub-menu {
  position: absolute;
  min-width: 235px;
  background-color: var(--hunting_green);
  border-radius: 16px;
  list-style: none;
  border: solid 1px var(--mustard);
  top: 100%;
  left: 0;
  margin-top: 15px;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 999;
}
@media (max-width: 1200px) {
  .site-header .main-navigation .menu li .sub-menu {
    /* Top-level submenu on mobile */
    position: static;
    border: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .site-header .main-navigation .menu li .sub-menu.is-active, .site-header .main-navigation .menu li .sub-menu.is-active .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .site-header .main-navigation .menu li .sub-menu .sub-menu {
    margin-left: 30px;
    border-left: solid 2px var(--mustard);
    border-radius: 0;
  }
}
.site-header .main-navigation .menu li .sub-menu li {
  position: relative;
}
.site-header .main-navigation .menu li .sub-menu li a {
  border-color: transparent;
  padding: 2px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .main-navigation .menu li .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.site-header .main-navigation .menu li .sub-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.site-header .main-navigation .menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.site-header .main-navigation .menu li.disabled {
  display: none;
  position: relative;
  opacity: 0.5;
  cursor: not-allowed;
}
.site-header .main-navigation .menu li.disabled a {
  pointer-events: none;
  opacity: 0.4;
}
.site-header .main-navigation .menu li.disabled::before {
  content: "Disabled";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.site-header .main-navigation .menu li.disabled:hover::before {
  opacity: 1;
}
@media (max-width: 1200px) {
  .site-header .main-navigation .menu .sub-menu .sub-menu {
    position: static;
    left: auto;
    top: auto;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .site-header .main-navigation .menu .sub-menu .sub-menu.is-active {
    display: block;
  }
}
.site-header .main-navigation .menu .sub-menu:hover {
  visibility: visible;
  opacity: 1;
}
.site-header .main-navigation .mobile-cta-nav {
  display: none;
}
.site-header .main-navigation .mobile-cta-nav .button {
  font-size: 20px;
  padding: 17px 26px;
}
.site-header .site-branding {
  margin-left: 12px;
  color: var(--white);
}
.page-template-template-about .site-header .site-branding, .page-template-template-events .site-header .site-branding, .page-template-template-events-single .site-header .site-branding {
  color: var(--primary_text);
}
.site-header .site-branding a {
  color: inherit;
}
.site-header .site-branding a svg {
  width: 164px;
  height: auto;
  color: inherit;
}
.site-header .cta-nav {
  display: none;
}
@media (min-width: 1199px) {
  .site-header .cta-nav {
    display: inline-flex;
  }
}
@media (max-width: 1199px) {
  .site-header.is-active {
    background-color: var(--hunting_green);
  }
  .site-header.is-active .main-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: var(--hunting_green);
    top: 73px;
    left: 0;
    right: 0;
    height: calc(100svh - 73px);
    overflow: auto;
    padding-bottom: 7px;
  }
  .site-header.is-active .main-menu .menu {
    display: flex;
    flex-direction: column;
    padding: 27px var(--outer_gap);
    gap: 24px;
  }
  .site-header.is-active .main-menu .menu a {
    display: block;
  }
  .site-header.is-active .mobile-cta-nav {
    display: block;
    padding: 0 var(--outer_gap);
    margin-top: 40px;
  }
  .site-header.is-active .mobile-cta-nav .button {
    width: 100%;
    justify-content: center;
  }
}
.site-header .main-menu {
  transition: background-color 0.3s ease;
}
@media (max-width: 1200px) {
  .site-header .main-menu {
    background-color: rgba(3, 34, 36, 0.5);
  }
}
.page.single-post.single .site-header, .page-template-template-about .site-header, .page-template-template-events .site-header, .page-template-template-events-single .site-header {
  background-color: var(--ecru);
  color: var(--text_dark);
}
.page.single-post.single .site-header .main-navigation .menu li.current-menu-item a,
.page.single-post.single .site-header .main-navigation .menu li a:hover, .page-template-template-about .site-header .main-navigation .menu li.current-menu-item a,
.page-template-template-about .site-header .main-navigation .menu li a:hover, .page-template-template-events .site-header .main-navigation .menu li.current-menu-item a,
.page-template-template-events .site-header .main-navigation .menu li a:hover, .page-template-template-events-single .site-header .main-navigation .menu li.current-menu-item a,
.page-template-template-events-single .site-header .main-navigation .menu li a:hover {
  color: var(--primary_text);
}
@media (max-width: 1199px) {
  .page.single-post.single .site-header.is-active, .page-template-template-about .site-header.is-active, .page-template-template-events .site-header.is-active, .page-template-template-events-single .site-header.is-active {
    background-color: var(--ecru);
  }
  .page.single-post.single .site-header.is-active .main-menu, .page-template-template-about .site-header.is-active .main-menu, .page-template-template-events .site-header.is-active .main-menu, .page-template-template-events-single .site-header.is-active .main-menu {
    background-color: var(--ecru);
  }
}

.menu-toggle {
  cursor: pointer;
  width: 24px;
  padding: 4px 0;
  background-color: transparent;
  border: none;
}
.menu-toggle .line {
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--mustard);
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease;
}
.is-active .menu-toggle .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.is-active .menu-toggle .line:nth-child(2) {
  opacity: 0;
}
.is-active .menu-toggle .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.menu-item.menu-item-has-children > a {
  cursor: pointer;
}
.menu-item.menu-item-has-children > a::after {
  content: "";
  background-image: url("../svg/carrot-white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
@media (max-width: 1200px) {
  .menu-item.menu-item-has-children {
    /* Mobile toggle for any menu item with children */
  }
  .menu-item.menu-item-has-children.is-active > a::after {
    transform: rotate(180deg);
  }
  .menu-item.menu-item-has-children.is-active > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.menu-item.menu-item-has-children .menu-item-has-children > a::after {
  transform: rotate(-90deg);
}
@media (max-width: 1200px) {
  .menu-item.menu-item-has-children .menu-item-has-children > a::after {
    content: none;
  }
}

body.single-post.single .menu-item.menu-item-has-children > a,
body.page-template-template-about .menu-item.menu-item-has-children > a,
body.page-template-template-events .menu-item.menu-item-has-children > a,
body.page-template-template-events-single .menu-item.menu-item-has-children > a {
  cursor: pointer;
}
body.single-post.single .menu-item.menu-item-has-children > a::after,
body.page-template-template-about .menu-item.menu-item-has-children > a::after,
body.page-template-template-events .menu-item.menu-item-has-children > a::after,
body.page-template-template-events-single .menu-item.menu-item-has-children > a::after {
  content: "";
  background-image: url("../svg/carrot.svg");
}
body.single-post.single .site-header .main-navigation .menu li .sub-menu,
body.page-template-template-about .site-header .main-navigation .menu li .sub-menu,
body.page-template-template-events .site-header .main-navigation .menu li .sub-menu,
body.page-template-template-events-single .site-header .main-navigation .menu li .sub-menu {
  background-color: var(--ecru);
}

.site-footer {
  padding-top: 121px;
}
@media (max-width: 768px) {
  .site-footer {
    padding-top: 100px;
  }
}
.site-footer__content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-top: solid 1px var(--ecru_borders);
  padding-top: 75px;
}
@media (max-width: 768px) {
  .site-footer__content {
    padding-top: 46px;
  }
}
.site-footer__content > svg {
  width: 165px;
  height: auto;
}
.site-footer__content ul.menu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: solid 1px var(--ecru_borders);
  margin-top: 50px;
  padding-top: 16px;
  padding-inline: 10px;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 20px;
}
@media (min-width: 600px) {
  .site-footer__content ul.menu {
    flex-direction: row;
  }
}
.site-footer__content ul.menu li a {
  color: var(--text_2);
  text-decoration: none;
}
.site-footer .copy-right {
  padding: 42px;
  font-size: 20px;
}

.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}
.cta__content {
  text-align: center;
  width: 851px;
  max-width: calc(100% - 32px);
  padding: 50px;
  border: solid 1px var(--ecru);
  margin: 0;
  border-radius: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .cta__content {
    padding: 20px;
  }
}
.cta__content h3 {
  color: var(--mustard);
  margin-bottom: 12px;
}
.cta__content p {
  font-size: 1.5rem;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cta__content p {
    font-size: 16px;
  }
}
.cta__content__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .cta__content__links {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.cta__content__links .button {
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .cta__content__links .button {
    padding: 18px 20px;
    font-size: 20px;
  }
}
@media (min-width: 500px) {
  .cta__content__links .button {
    width: auto;
    text-align: left;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  body.home .site-footer {
    padding-top: 0;
  }
}

body.page-template-template-about .site-footer {
  padding-top: 82px;
}

.hero {
  padding-top: 0;
}
.hero__content {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--outer_gap);
  border-radius: 0;
  overflow: hidden;
}
.hero__content .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .hero__content {
    min-height: 100svh;
  }
}
.hero__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero__content iframe, .hero__content > img {
  max-width: none;
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero iframe {
  opacity: 0;
}
.hero iframe.is-loaded {
  opacity: 1;
}
.hero__copy {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
.hero__copy h3 {
  color: var(--mustard);
  margin-bottom: 13px;
  font-size: 70px;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero__copy h3 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
}
.hero__copy p {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 50px auto;
}

.intro {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .intro {
    padding: 100px 0;
  }
}
.intro .container {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .intro .container {
    flex-direction: column-reverse;
  }
}
.intro .container > div {
  flex: 1;
}
.intro__copy {
  margin-top: 60px;
  margin-bottom: 0;
}
.intro__copy p {
  max-width: 85%;
}
@media (max-width: 992px) {
  .intro__copy p {
    max-width: 100%;
  }
}
.intro__copy p:last-child {
  margin-bottom: 0;
}

.features {
  padding: 56px 0 45px;
}
@media (max-width: 768px) {
  .features {
    padding-top: 60px;
  }
}
.features .section-intro {
  text-align: center;
}
.features .section-intro h4 {
  margin-bottom: 48px;
  letter-spacing: 1.6px;
  color: var(--mustard);
}
.features .features-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  border: solid 1px var(--ecru_borders);
  border-radius: 24px;
  align-items: center;
  padding: 43px 40px;
}
@media (max-width: 1200px) {
  .feature {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .feature {
    flex-direction: column-reverse;
    padding: 16px;
  }
}
.feature__copy,
.feature figure {
  margin: 0;
  border-radius: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .feature__copy,
  .feature figure {
    flex: 1 1 100%;
  }
}
.feature figure {
  flex: 1 1 50%;
}
.feature figure img {
  vertical-align: bottom;
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 618/372;
  object-position: center center;
  box-shadow: 2px 10px 10px 3px rgba(0, 0, 0, 0.27);
}
.feature__copy {
  flex: 1 1 40%;
}
.feature__copy h5 {
  text-transform: capitalize;
  max-width: 350px;
  margin-bottom: 0;
  margin-bottom: 18px;
  letter-spacing: 1.8px;
}
.feature__copy p {
  line-height: normal;
  margin-bottom: 0;
}
.feature:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .feature:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.locations {
  padding-top: 30px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .locations {
    padding-bottom: 20px;
  }
}
.locations h4 {
  color: var(--mustard);
  margin-top: 80px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .locations h4 {
    margin-top: 20px;
  }
}
.locations__layout {
  display: flex;
  flex-wrap: wrap;
}
.locations__layout nav {
  flex: 1;
}
.locations__layout nav ul {
  list-style: none;
  padding: 0;
  margin-top: 21px;
  margin-bottom: 0;
}
.locations__layout nav ul li a {
  color: var(--text_2);
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .locations__layout nav ul li a {
    color: var(--ecru);
  }
}
.locations__layout nav ul li a h2 {
  align-items: center;
  gap: 0.6rem;
  font-family: var(--beautique_display);
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (min-width: 769px) {
  .locations__layout nav ul li a h2 {
    display: inline-flex;
    justify-content: flex-start;
  }
}
.locations__layout nav ul li a h2 img {
  width: 46px;
  margin-left: 14px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 769px) {
  .locations__layout nav ul li a h2 img {
    visibility: visible;
    opacity: 1;
    width: 38px;
  }
}
.locations__layout nav ul li a.is-active, .locations__layout nav ul li a:hover {
  color: var(--ecru);
}
.locations__layout nav ul li a.is-active h2 img, .locations__layout nav ul li a:hover h2 img {
  visibility: visible;
  opacity: 1;
}
.locations__layout nav ul li a.disabled {
  display: none;
  pointer-events: none;
  color: var(--text_2);
}
@media (max-width: 768px) {
  .locations__layout nav ul li a.disabled img {
    visibility: hidden;
    opacity: 0;
  }
}
.locations__layout nav ul li:last-child a h2 {
  margin-bottom: 0;
}
.locations__layout .location__preview {
  display: none;
  flex: 1 0 50%;
  max-width: 50%;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 769px) {
  .locations__layout .location__preview {
    display: flex;
  }
}
.locations__layout .location__preview figure {
  --x: 0px;
  --y: 0px;
  border: solid 1px var(--ecru);
  margin: 0;
  border-radius: 21px;
  margin: 0;
  padding: 8px;
  position: absolute;
  transform: translate(var(--x), var(--y));
  transition: all 0.3s ease;
  width: var(--w);
  z-index: 2;
}
.locations__layout .location__preview figure img {
  max-width: 100%;
  vertical-align: bottom;
  border-radius: 16px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: cover;
  position: absolute;
  inset: 8px;
  opacity: 0;
  transition: opacity 1s ease;
  box-shadow: 2px 10px 10px 3px rgba(0, 0, 0, 0.27);
}
.locations__layout .location__preview figure img.is-active {
  opacity: 1;
}
@media (max-width: 769px) {
  .locations__layout .location__preview figure {
    flex: 1 1 100%;
  }
}
.locations__layout .location__preview figure.location__preview__first {
  --w: 74%;
  right: 0;
  top: 56px;
  aspect-ratio: 480/303;
}
.locations__layout .location__preview figure.location__preview__second {
  --w: 40%;
  left: 0;
  top: 53%;
  align-self: flex-start;
  aspect-ratio: 1;
}
.locations__layout .location__preview figure.location__preview__third {
  --w: 296px;
  --w: 45%;
  bottom: 0;
  right: 0;
  align-self: flex-end;
  aspect-ratio: 296/264;
}

.video-container {
  width: 70%;
  margin: 2rem auto;
}
.video-container iframe {
  width: 100%;
  height: 500px;
}
.video-container.no-video {
  height: 0;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 768px) {
  .video-container {
    width: 93%;
    margin: 1rem auto;
  }
  .video-container iframe {
    height: 250px;
  }
}

.testimonials {
  padding-top: 22px;
  position: relative;
}
@media (max-width: 768px) {
  .testimonials {
    padding-top: 37px;
  }
}
.testimonials .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials__title h4 {
  margin: 0;
  letter-spacing: 2.6px;
  color: var(--mustard);
}
.testimonials .testimonials__slider {
  margin-top: 48px;
  padding-left: var(--outer_gap);
  padding-right: 16px;
}
@media (min-width: 768px) {
  .testimonials .testimonials__slider {
    padding-right: 55px;
    margin-top: 60px;
  }
}
.testimonials .testimonials__slider .swiper-wrapper .swiper-slide {
  height: auto !important;
  width: 540px;
}
.testimonials .testimonials__slider .swiper-wrapper .swiper-slide img {
  vertical-align: bottom;
}
.testimonials .testimonial {
  height: 100%;
  border-radius: 16px;
  margin: 0;
  padding: 1rem;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  user-select: none;
  line-height: 1.35;
  background-color: var(--card);
}
@media (max-width: 768px) {
  .testimonials .testimonial {
    line-height: 1.25;
    padding: 26px 15px;
  }
}
@media (min-width: 768px) {
  .testimonials .testimonial {
    padding: 30px;
    font-size: 2rem;
  }
}
.testimonials .testimonial p {
  margin-bottom: 40px;
}
.testimonials .testimonial h5 {
  margin: 0;
  color: var(--blush_pink);
}
.testimonials .swiper-nav-container {
  position: absolute;
  top: 26px;
  right: 4px;
  left: 0;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .testimonials .swiper-nav-container {
    position: static;
    padding: 30px 16px 60px;
    justify-content: space-between;
  }
}
.testimonials .swiper-nav-container .custom-swiper-button-prev,
.testimonials .swiper-nav-container .custom-swiper-button-next {
  cursor: pointer;
  transition: all 0.3s ease;
}
.testimonials .swiper-nav-container .custom-swiper-button-prev {
  display: none;
}
@media (max-width: 768px) {
  .testimonials .swiper-nav-container .custom-swiper-button-prev {
    display: block;
  }
}
.testimonials .swiper-nav-container .custom-swiper-button-prev svg {
  transform: rotate(180deg);
}
.testimonials .swiper-nav-container .custom-swiper-button-prev:hover {
  transform: translateX(-4px);
}
.testimonials .swiper-nav-container .custom-swiper-button-next:hover {
  transform: translateX(4px);
}
.testimonials > .glow {
  position: absolute;
  height: 200px;
  width: 300px;
  pointer-events: none;
  top: 50%;
  left: 10%;
  z-index: -1;
}

.partners {
  padding-top: 0;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .partners {
    padding-bottom: 40px;
  }
}
.partners h4 {
  color: var(--mustard);
}
.partners__slider .swiper-wrapper {
  justify-content: space-between;
}
.partners__slider .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.partners__slider .swiper-slide img {
  width: auto;
  height: auto;
  vertical-align: bottom;
  max-width: 250px;
  object-fit: contain;
  object-position: center;
}
.partners .container > h4 {
  letter-spacing: 1.5px;
  margin-bottom: 32px;
}

.about-content {
  background-color: var(--ecru);
  color: var(--primary_text);
  padding-top: 165px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .about-content {
    padding-inline: 0;
  }
}
.about-content .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  position: relative;
}
@media (max-width: 1200px) {
  .about-content .container {
    flex-direction: column-reverse;
  }
}
.about-content__copy, .about-content__image {
  flex: 1;
}
.about-content__image {
  max-width: 40%;
}
@media (max-width: 1200px) {
  .about-content__image {
    display: none;
  }
}
.about-content__image img {
  width: 100%;
  aspect-ratio: 628/420;
  border-radius: 16px;
}
.about-content__copy {
  line-height: 1.25;
}
.about-content__copy p {
  margin-bottom: 30px;
}
.about-content__copy h4 {
  text-align: center;
  margin-bottom: 30px;
}
.about-content .mobile-image {
  display: none;
}
@media (max-width: 1200px) {
  .about-content .mobile-image {
    display: block;
    max-width: 70%;
    margin: 40px auto;
  }
  .about-content .mobile-image img {
    width: 100%;
    aspect-ratio: 628/420;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .about-content .mobile-image {
    max-width: 100%;
  }
}

.contact-content {
  background-color: var(--hunting_green);
  color: white;
  padding-top: 165px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .contact-content {
    padding-inline: 0;
  }
}
.contact-content .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  position: relative;
}
@media (max-width: 1200px) {
  .contact-content .container {
    flex-direction: column-reverse;
  }
}
.contact-content__copy, .contact-content__image {
  flex: 1;
}
.contact-content__image {
  max-width: 40%;
}
@media (max-width: 1200px) {
  .contact-content__image {
    display: none;
  }
}
.contact-content__image img {
  width: 100%;
  aspect-ratio: 628/420;
  border-radius: 16px;
}
.contact-content__copy {
  line-height: 1.25;
}
.contact-content__copy p {
  margin-bottom: 30px;
  color: var(--text_2);
}
.contact-content__copy h4 {
  color: var(--mustard);
  margin-bottom: 30px;
}
.contact-content__copy h5 {
  font-size: var(--24px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
.contact-content__copy a {
  color: var(--blush_pink);
}
.contact-content .mobile-image {
  display: none;
}
@media (max-width: 1200px) {
  .contact-content .mobile-image {
    display: block;
    max-width: 70%;
    margin: 40px auto;
  }
  .contact-content .mobile-image img {
    width: 100%;
    aspect-ratio: 628/420;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .contact-content .mobile-image {
    max-width: 100%;
  }
}

.about-team {
  background-color: var(--ecru);
  color: var(--primary_text);
  padding: 58px 0 39px;
  text-align: center;
}
.about-team .container {
  position: relative;
}
.about-team .container h4 {
  margin-bottom: 45px;
}
.about-team .swiper-slide img {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
  vertical-align: bottom;
}
.about-team .swiper-slide p {
  margin: 0;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .about-team .navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.about-team .navigation .members-swiper-button-prev,
.about-team .navigation .members-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 251, 249, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-team .navigation .members-swiper-button-prev,
  .about-team .navigation .members-swiper-button-next {
    position: static;
    background-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }
}
.about-team .navigation .members-swiper-button-prev:hover,
.about-team .navigation .members-swiper-button-next:hover {
  background-color: rgba(255, 251, 249, 0.6);
}
.about-team .navigation .members-swiper-button-prev {
  left: 48px;
}
.about-team .navigation .members-swiper-button-prev svg {
  transform: rotate(180deg);
}
@media (max-width: 1440px) {
  .about-team .navigation .members-swiper-button-prev {
    left: 32px;
  }
}
.about-team .navigation .members-swiper-button-next {
  right: 48px;
}
@media (max-width: 1440px) {
  .about-team .navigation .members-swiper-button-next {
    right: 32px;
  }
}

.events-content {
  padding-top: 136px;
  padding-bottom: 26px;
}
@media (max-width: 768px) {
  .events-content {
    padding-top: 124px;
  }
}
.events-content__col {
  width: 650px;
  max-width: 100%;
  font-size: 1.5rem;
}
.events-content__col h1 {
  font-size: 2.5rem;
  color: var(--mustard);
  margin-bottom: 24px;
}
.events-content__col p {
  line-height: 1.25;
}

.events {
  padding-top: 60px;
  margin-inline: auto;
}
.events__location-tabs nav {
  border-bottom: solid 1px var(--dusty_green);
  margin-bottom: 40px;
}
.events__location-tabs nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.events__location-tabs nav ul li {
  flex: 1;
}
@media (max-width: 768px) {
  .events__location-tabs nav ul li {
    flex: auto;
  }
}
.events__location-tabs nav ul li a {
  color: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 2;
  position: relative;
  padding-bottom: 6px;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 768px) {
  .events__location-tabs nav ul li a {
    font-size: 16px;
    padding: 12px 9px 16px;
  }
}
@media (max-width: 390px) {
  .events__location-tabs nav ul li a {
    font-size: 14px;
    padding: 12px 2px 16px;
  }
}
.events__location-tabs nav ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: var(--mustard);
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.events__location-tabs nav ul li a.is-active {
  background-color: rgba(214, 156, 70, 0.1);
}
.events__location-tabs nav ul li a.is-active::before {
  height: 4px;
  opacity: 1;
}
.events__location-tabs__body {
  display: none;
}
.events__location-tabs__body.is-active {
  display: block;
}
.events__location-tabs__body .events-empty {
  padding: var(--outer_gap);
  text-align: center;
  color: var(--text_2);
}

.event {
  display: flex;
  gap: 40px;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .event {
    flex-direction: column;
  }
}
.event > img {
  width: 100%;
  aspect-ratio: 300/240;
  height: auto;
  flex: 1 0 auto;
  border-radius: 16px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 769px) {
  .event > img {
    /* DESKTOP: fix it at 252×252px and prevent flex growth/shrink */
    width: 252px;
    height: 252px;
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .event {
    flex-direction: column;
  }
}
.event__content {
  width: 100%;
}
.event__content h3 {
  margin: 0;
}
.event__content__date-location time {
  color: var(--hunting_green);
}
.event__content__date-location p {
  display: none;
  color: var(--text_2);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .event__content__date-location.b1 {
    font-size: var(--16px);
  }
}
@media (max-width: 768px) {
  .event__content h3.sh1 {
    font-size: var(--24px);
  }
}
.event__content__copy {
  border-top: solid 1px var(--blush_pink);
  margin-top: 8px;
  padding-top: 24px;
}
.event__content__copy .the_content {
  color: var(--dusty_green);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 1.25;
  word-break: break-word;
}
@media (max-width: 768px) {
  .event__content__copy .the_content {
    font-size: var(--16px);
  }
}
.event__content__copy .the_content p:last-child {
  margin-bottom: 0;
}
.event__content__copy .the_content.open {
  display: block;
}
.event__content .event-read-more {
  font-size: 24px;
  padding-top: 2px;
  padding-bottom: 8px;
  outline: none;
  color: var(--hunting_green);
  width: 100%;
}
@media (max-width: 768px) {
  .event__content .event-read-more {
    font-size: var(--16px);
  }
}
@media (max-width: 430px) {
  .event__content .event-read-more {
    justify-content: space-between;
  }
}
.event__content .event-read-more__text {
  pointer-events: none;
  width: 120px;
  height: 27px;
  position: relative;
  overflow: hidden;
}
.event__content .event-read-more__text > span {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease 0.3s;
}
.event__content .event-read-more__text__less {
  transform: translateY(30px);
  opacity: 0;
}
.event__content .event-read-more__text__more {
  transform: translateY(0);
  opacity: 1;
}
.event__content .event-read-more svg {
  transform: translate(-4px, 4px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.event__content .event-read-more.is-active .event-read-more__text__less {
  transform: translateY(0);
  opacity: 1;
}
.event__content .event-read-more.is-active .event-read-more__text__more {
  transform: translateY(30px);
  opacity: 0;
}
.event__content .event-read-more.is-active svg {
  transform: translate(-4px, 4px) rotate(180deg);
}
.event__content__cta {
  display: flex;
  justify-content: flex-end;
}
.event__content__cta a.button {
  min-width: 200px;
  justify-content: center;
}
.event.is-hidden {
  display: none;
}

.events-filter {
  padding: 0 0 70px;
  list-style: none;
  display: flex;
  gap: 1rem;
}
.events-filter li a {
  color: var(--ecru);
  border: solid 1px var(--mustard);
  text-decoration: none;
  display: block;
  padding: 0.3rem 1rem;
  border-radius: 80px;
}
.events-filter li a.is-active {
  background-color: var(--mustard);
}

body.page-template-template-events .events {
  background-color: var(--ecru);
  color: var(--primary_text);
  padding-bottom: 80px;
}
body.page-template-template-events .events .container {
  width: 1218px;
  max-width: 100%;
}
body.page-template-template-events .flexible-hero {
  background-color: var(--ecru);
}
body.page-template-template-events footer.site-footer {
  padding-top: 0;
}
body.page-template-template-events footer.site-footer .cta {
  display: none;
}
body.page-template-template-events footer.site-footer .site-footer__content {
  padding-top: 66px;
}

.instagram-feed {
  padding-top: 20px;
  padding-bottom: 0;
}
.instagram-feed__content {
  display: flex;
  width: 344px;
  margin: 0 auto;
  padding: 2px 0 0 0;
  gap: 24px;
  max-width: 100%;
}
.instagram-feed__content > img {
  align-self: flex-start;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .instagram-feed__content {
    flex-direction: column;
    width: 100%;
  }
}
.instagram-feed__content__description {
  padding-top: 10px;
  font-size: var(--16px);
  line-height: 1.4;
  letter-spacing: normal;
}
.instagram-feed__content__description h5 {
  font-size: var(--24px);
  font-family: var(--font_default);
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 8px;
}
.instagram-feed__content__description a {
  color: inherit;
}
.instagram-feed .sbi-load .sbi_load_btn,
.instagram-feed .sbi-load .sbi_follow_btn {
  width: 100%;
  display: block;
}

#sb_instagram #sbi_images {
  width: 878px;
  max-width: 100%;
  margin: 0 auto;
  padding: 36px 0 12px;
}

#sb_instagram #sbi_images .sbi_item {
  border-radius: 8px;
}

#sb_instagram #sbi_load {
  padding: 20px 0;
}
@media (max-width: 768px) {
  #sb_instagram #sbi_load {
    padding: 5px;
  }
}

#sb_instagram #sbi_load .sbi_follow_btn a {
  margin-left: 16px;
}
@media (max-width: 768px) {
  #sb_instagram #sbi_load .sbi_follow_btn a {
    margin-left: 0;
    margin-top: 10px;
  }
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  min-width: 136px;
  border: none;
  outline: none;
  text-decoration: none;
  color: var(--white);
  background-color: transparent;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-family: var(--afacad);
  padding: 11px;
  gap: 2rem;
  position: relative;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
  outline: solid 4px var(--mustard_outline);
  letter-spacing: -0.4px;
}
@media (max-width: 768px) {
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram .sbi_follow_btn a {
    font-size: 1rem;
  }
}

#sb_instagram #sbi_load .sbi_follow_btn a svg {
  display: none;
}

#sb_instagram #sbi_load .sbi_follow_btn a {
  display: inline-flex;
  background-color: var(--mustard);
  border-color: var(--mustard);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
@media (max-width: 768px) {
  #sb_instagram #sbi_load .sbi_follow_btn a {
    width: 100% !important;
    justify-content: stretch;
    align-items: stretch;
  }
}
#sb_instagram #sbi_load .sbi_follow_btn a:hover {
  background-color: var(--mustard_hover);
}
#sb_instagram #sbi_load .sbi_follow_btn a::after {
  margin-left: 24px;
  content: "";
  display: block;
  background-image: url("../svg/arrow.svg");
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

#sb_instagram #sbi_load .sbi_load_btn {
  outline: none;
  background-color: var(--mustard_outline);
  border-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #sb_instagram #sbi_load .sbi_load_btn {
    width: 100%;
  }
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
  background-color: var(--mustard_hover);
}

#sb_instagram #sbi_load .sbi_load_btn a:hover,
#sb_instagram #sbi_load .sbi_load_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
  box-shadow: none;
}

@media (max-width: 768px) {
  #sb_instagram #sbi_load .sbi_follow_btn {
    width: 100%;
    margin: 0;
  }
  #sb_instagram #sbi_load .sbi_follow_btn a {
    justify-content: center;
    align-items: center;
  }
}
#sb_instagram #sbi_load .sbi_follow_btn {
  margin: 0;
}

.page-template-template-locations .events {
  padding-top: 160px;
  padding-bottom: 0;
}
.page-template-template-locations .events__location-tabs__body {
  display: none;
}
.page-template-template-locations .events__location-tabs__body .flex-container {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  .page-template-template-locations .events__location-tabs__body .flex-container {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.page-template-template-locations .events__location-tabs__body aside h4 {
  color: var(--mustard);
  margin-bottom: 13px;
}
.page-template-template-locations .events__location-tabs__body aside .location-address {
  color: var(--blush_pink);
  margin-bottom: 18px;
}
.page-template-template-locations .events__location-tabs__body aside .working-hours {
  border-bottom: solid 1px var(--dusty_green);
  padding-bottom: 10px;
}
.page-template-template-locations .events__location-tabs__body aside .working-hours p {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-template-locations .events__location-tabs__body aside .working-hours p span {
  letter-spacing: -1.3px;
  display: inline-block;
  color: var(--text_2);
  text-transform: uppercase;
}
.page-template-template-locations .events__location-tabs__body aside .working-hours p i {
  font-style: normal;
  display: inline-block;
  margin-inline: 2px;
}
.page-template-template-locations .events__location-tabs__body aside .the-content {
  padding-top: 21px;
  line-height: 1.3;
}
.page-template-template-locations .events__location-tabs__body main {
  flex: 1 0 768px;
  width: 768px;
  max-width: 57%;
  position: relative;
}
@media (max-width: 1200px) {
  .page-template-template-locations .events__location-tabs__body main {
    flex: 1;
    width: 100%;
    max-width: 100%;
  }
}
.page-template-template-locations .events__location-tabs__body main figure {
  border: solid 1px var(--mustard);
  margin: 0;
  border-radius: 16px;
  margin: 0;
  padding: 8px;
  margin-bottom: 48px;
  box-shadow: 2px 10px 10px 3px rgba(0, 0, 0, 0.27);
  position: relative;
}
.page-template-template-locations .events__location-tabs__body main figure > .glow {
  position: absolute;
  width: 80%;
  height: 100%;
  top: 20%;
  left: 10%;
}
.page-template-template-locations .events__location-tabs__body main figure img {
  border-radius: 8px;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  aspect-ratio: 722/400;
  object-fit: cover;
  object-position: center center;
}
.page-template-template-locations .events__location-tabs__body.is-active {
  display: block;
}
.page-template-template-locations .location-amenities {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-locations .location-amenities .location-amenity {
  flex: 0 1 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .page-template-template-locations .location-amenities .location-amenity {
    flex: 1;
    min-width: 160px;
  }
}
.page-template-template-locations .location-amenities .location-amenity figure {
  border-color: var(--text_2);
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: var(--mustard);
}
.page-template-template-locations .location-amenities .location-amenity figure img {
  position: relative;
  z-index: 2;
  width: 24px;
  height: auto;
}
.page-template-template-locations .location-amenities .location-amenity figure::before {
  content: "";
  z-index: 1;
  display: block;
  background-color: var(--dusty_green_highlight2);
  inset: 4px;
  position: absolute;
  border-radius: 12px;
}
.page-template-template-locations .location-amenities .location-amenity__copy p {
  text-align: center;
}
@media (max-width: 768px) {
  .page-template-template-locations .location-amenities .location-amenity__copy p {
    font-size: 16px;
  }
}
.page-template-template-locations .swiper-pagination {
  bottom: 18px;
}
.page-template-template-locations .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 251, 249, 0.6);
  transition: background-color 0.4s ease;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.page-template-template-locations .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--ecru);
}

.calendly-title {
  font-size: var(--40px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1.6px;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .calendly-title {
    margin-bottom: 30px;
    font-size: var(--32px);
  }
}

.features-title {
  font-size: 40px;
  text-align: center;
  margin: 64px 0;
}

.location-faq {
  padding: 10px 0 62px;
  margin-top: 35px;
  background-color: var(--ecru);
  color: var(--primary_text);
}
.location-faq .container > h4 {
  text-align: center;
  margin: 64px 0 30px;
  color: var(--hunting_green);
}
.location-faq .faq {
  margin-bottom: 24px;
  width: 824px;
  margin: 0 auto;
  max-width: 100%;
  border-bottom: solid 1px;
}
.location-faq .faq header {
  display: flex;
  justify-content: space-between;
  color: var(--primary_text);
  font-size: 20px;
  cursor: pointer;
  margin: 10px 0;
}
.location-faq .faq header img {
  transition: transform 0.3s ease;
}
.location-faq .faq .faq-body {
  transition: all 0.8s ease;
  line-height: 1.3;
  display: none;
}
.location-faq .faq .faq-body > *:last-child {
  margin-bottom: 7px;
}
.location-faq .faq.is-active header .carrot {
  transform: rotate(180deg);
}
.location-faq .faq.is-active .faq-body {
  display: block;
}

.location-slider .swiper-slide img {
  vertical-align: bottom;
}
.location-slider .location-swiper-button-prev,
.location-slider .location-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 251, 249, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.location-slider .location-swiper-button-prev:hover,
.location-slider .location-swiper-button-next:hover {
  background-color: rgba(255, 251, 249, 0.6);
}
.location-slider .location-swiper-button-prev {
  left: 16px;
}
.location-slider .location-swiper-button-prev svg {
  transform: rotate(180deg);
}
.location-slider .location-swiper-button-next {
  right: 16px;
}

.single-event {
  padding-top: 127px;
}
.single-event .container {
  display: flex;
  width: 1218px;
  max-width: 100%;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .single-event .container {
    flex-direction: column;
    width: 600px;
  }
}
.single-event .container > figure, .single-event .container > .single-event__content {
  flex: 1;
}
.single-event figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .single-event figure {
    width: 100%;
  }
}
.single-event figure img {
  width: 100%;
  vertical-align: bottom;
}
.single-event__content h3 {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .single-event__content h3 {
    font-size: var(--32px);
  }
}
.single-event__meta {
  display: flex;
  gap: 16px;
}
.single-event__meta + .single-event__meta {
  margin-top: 40px;
}
.single-event__meta__icon {
  width: 47px;
  height: 47px;
  border: solid 1px var(--mustard);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  font-weight: 900;
  font-family: var(--beautique_display);
  color: var(--mustard);
  background-color: var(--ecru);
}
.single-event__meta__icon header {
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--hunting_green);
  color: var(--ecru);
  font-family: var(--afacad);
  border-radius: 8px 8px 0 0;
}
.single-event__meta__content p {
  margin: 0;
}
.single-event__meta__content p:first-child {
  font-size: 18px;
  color: var(--hunting_green);
}
.single-event__meta__content p:last-child {
  font-size: 14px;
  color: var(--text_dark);
}
.single-event__meta--date p:last-child {
  text-transform: uppercase;
}
.single-event__meta--location .single-event__meta__icon {
  justify-content: center;
  align-items: center;
}
.single-event__meta--location p:first-child {
  border-bottom: solid 1px var(--mustard);
}
.single-event__button {
  margin: 32px 0;
}
.single-event__button .button {
  width: 100%;
  justify-content: center;
}
.single-event__copy .b1 {
  font-size: 25px;
  color: var(--dusty_green);
  margin-bottom: 12px;
}
.single-event__copy .b1.has-line {
  border-bottom: solid 1px var(--dusty_green);
  padding-bottom: 4px;
}
.single-event__copy .b2 {
  font-size: 19px;
  margin-bottom: 40px;
}
.single-event iframe {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 520/210;
}

body.page-template-template-events-single .single-event {
  background-color: var(--ecru);
  color: var(--primary_text);
  padding-bottom: 80px;
}
body.page-template-template-events-single footer.site-footer {
  padding-top: 0;
}
body.page-template-template-events-single footer.site-footer .cta {
  display: none;
}
body.page-template-template-events-single footer.site-footer .site-footer__content {
  padding-top: 66px;
}

.register-interest-page {
  /* 1) reset *inside* this component only */
  /* 2) layout & positioning */
}
.register-interest-page *, .register-interest-page *::before, .register-interest-page *::after {
  margin: 0;
  padding: 0;
}
.register-interest-page .emblem {
  display: none;
}
.register-interest-page .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(271.2deg, rgba(255, 255, 255, 0) 52.6%, #000000 116.89%), var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  z-index: -1;
}
.register-interest-page .page-title {
  padding: 100px 30px 0;
  color: white;
  font-family: var(--beautique_display);
  font-weight: 700;
  font-size: 54px;
  line-height: 108.5%;
}
.register-interest-page .page-title img {
  vertical-align: middle;
  margin-left: 0.5em;
}
.register-interest-page .intro {
  padding: 0 30px 35px;
  color: white;
  font-family: var(--beautique_display);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 50%;
}
.register-interest-page .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  padding: 10px 10px;
  max-width: none;
  margin: 0 auto;
}
.register-interest-page .grid-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  font-family: var(--afacad);
  font-size: var(--20px);
  font-weight: bold;
}
.register-interest-page .grid-item .icon {
  width: 35px;
  height: 35px;
}
.register-interest-page .grid-item p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.register-interest-page .register-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px 0px;
  gap: 32px;
  background-color: var(--dusty_green_alpha_3);
  border-radius: 14px;
}
.register-interest-page .register-holder .p-title {
  width: 100%;
  text-align: center;
  font-family: var(--beautique_display);
  font-size: var(--24px);
  line-height: 1.4;
  letter-spacing: normal;
  color: #F8FAF7;
  margin-bottom: -30px;
}
.register-interest-page .register-holder .p-description {
  margin-top: 8px;
  font-family: var(--beautique_display);
  font-size: var(--16px);
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #F8FAF7;
}
.register-interest-page .register-holder .privacy-policy {
  margin-top: -20px;
  width: 50%;
  text-align: center;
}
.register-interest-page .register-holder .privacy-policy a {
  font-family: var(--beautique_display);
  font-size: 13px;
  line-height: 24px;
  color: #F8FAF7;
  text-decoration: none;
}
.register-interest-page .register-holder form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 343px;
}
.register-interest-page .register-holder form input.form-control {
  width: 270px;
  height: 56px;
  padding-left: 25px;
  border: none;
  border-radius: 20px;
  background: #fff;
  color: #234748;
}
.register-interest-page .register-holder form button.learn-more-btn {
  width: 300px;
  height: 56px;
  border: none;
  border-radius: 50px;
  font-family: var(--beautique_display);
  font-weight: 600;
  font-size: 16px;
  background-color: var(--mustard);
  color: #FFFFFF;
  cursor: pointer;
}
.register-interest-page .register-holder form button.learn-more-btn:hover {
  opacity: 0.8;
}
.register-interest-page ul {
  list-style-position: inside;
}
.register-interest-page li {
  margin: 0 25px 0 35px;
  font-size: 18px;
  color: white;
  font-family: "Proxima Nova Alt Rg", sans-serif;
}
.register-interest-page a {
  font-size: 15px;
  color: white;
  text-decoration: none;
  font-family: "Proxima Nova Alt Rg", sans-serif;
}
@media (max-width: 992px) {
  .register-interest-page .emblem {
    display: block;
    width: 100%;
    text-align: center;
  }
  .register-interest-page .emblem img {
    display: inline-block;
    transform: scale(0.3);
    transform-origin: center center;
  }
  .register-interest-page .background-image {
    width: 100%;
    height: 527px;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .register-interest-page .page-title {
    font-size: 35px;
    padding: 0px 30px 0;
    line-height: 108.5%;
    font-family: var(--beautique_display);
  }
  .register-interest-page .intro {
    width: auto;
    padding-bottom: 35px;
    font-family: var(--afacad);
    font-size: var(--20px);
  }
  .register-interest-page .register-holder {
    width: auto;
    border-radius: 24px 24px 0 0;
  }
}
.register-interest-page .modal {
  display: none;
  position: fixed;
  z-index: 1;
  inset: 0;
  padding-top: 100px;
  background: rgba(0, 0, 0, 0.4);
  place-items: center;
}
.register-interest-page .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 30px;
  background: #fefefe;
  border: 1px solid #888;
  font-family: var(--beautique_display);
  font-size: 18px;
  text-align: center;
}
.register-interest-page .loading-indicator {
  display: none !important;
}
.register-interest-page .loading-indicator.confirm-application-loader {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.4) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 9999 !important;
}
.register-interest-page .loading-indicator.confirm-application-loader .lds-spinner {
  display: block !important;
}
.register-interest-page .lds-spinner {
  display: none !important;
  position: relative;
  width: 80px;
  height: 80px;
}
.register-interest-page .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.register-interest-page .lds-spinner div:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html {
  background-color: #000 !important;
}

.location-features {
  padding-bottom: 4rem;
}
.location-features .section-intro {
  text-align: center;
}
.location-features__grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .location-features__grid {
    padding-inline: 6rem;
  }
}

.location-feature {
  flex-basis: 16.66%;
  border: solid 1px var(--ecru);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1.452;
}
@media (max-width: 1300px) {
  .location-feature {
    flex-basis: 33.33%;
  }
}
@media (max-width: 768px) {
  .location-feature {
    flex-basis: 50%;
  }
}
.location-feature img {
  width: 32px;
  height: 32px;
}
.location-feature p {
  margin: 0;
  font-size: 21px;
}
.location-feature:first-child {
  border-radius: 20px 0 0 0;
}
.location-feature:last-child {
  border-radius: 0 0 20px 0;
}
@media (min-width: 1301px) {
  .location-feature:nth-child(6) {
    border-radius: 0 20px 0 0;
  }
  .location-feature:nth-child(7) {
    border-radius: 0 0 0 20px;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .location-feature:nth-child(3) {
    border-radius: 0 20px 0 0;
  }
  .location-feature:nth-child(10) {
    border-radius: 0 0 0 20px;
  }
}
@media (max-width: 768px) {
  .location-feature:nth-child(2) {
    border-radius: 0 20px 0 0;
  }
  .location-feature:nth-child(11) {
    border-radius: 0 0 0 20px;
  }
}

.single-blog-page {
  background-color: var(--ecru);
  color: var(--primary_text);
  padding-top: 165px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .single-blog-page {
    padding-inline: 0;
  }
}
.single-blog-page .container {
  justify-content: space-between;
  margin: auto;
  width: 60%;
}
@media (max-width: 992px) {
  .single-blog-page .container {
    display: block;
    width: 100%;
  }
}
.single-blog-page .container h2 {
  margin: 0em 0;
}
.single-blog-page .container .post-date {
  margin-bottom: 1em;
  color: gray;
  font-size: 0.9em;
}
.single-blog-page .container .content-single-blog {
  max-width: 100%;
  padding-top: 30px;
  border-bottom: 0.7px solid #c4c4c4;
}
@media (max-width: 992px) {
  .single-blog-page .container .content-single-blog {
    max-width: 100%;
  }
}
.single-blog-page .container .content-single-blog .d-flex {
  align-items: flex-end;
}
.single-blog-page .container .social-sharing {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem; /* space between items */
}
.single-blog-page .container .social-sharing li {
  margin: 0; /* gap is handled by the parent */
}
.single-blog-page .container .social-sharing a {
  color: var(--primary_text);
  text-decoration: none;
  font-size: 1.25rem;
}
.single-blog-page .container .images-single-blog img {
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .single-blog-page .container .images-single-blog img {
    width: 100%;
    border-radius: 20px;
  }
}

.flexible-background-video {
  position: relative;
}
.flexible-background-video video {
  width: 100%;
  min-height: 100svh;
  object-fit: cover;
  object-position: center center;
}
.flexible-background-video button {
  background-color: transparent;
  border: none;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  transform: scale(1);
}
.flexible-background-video button svg {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.flexible-background-video > .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  display: flex;
  justify-content: flex-end;
}
.flexible-background-video:hover button {
  opacity: 1;
}
.flexible-background-video:hover button:hover {
  transform: scale(1.1);
}
.flexible-background-video.muted button {
  width: 55px;
}

.flexible-hero {
  padding-top: 135px;
  padding-bottom: 38px;
}
.flexible-hero__content {
  position: relative;
  min-height: calc(100svh - 170px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 55px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1400px) {
  .flexible-hero__content {
    min-height: 667px;
  }
}
@media (max-width: 768px) {
  .flexible-hero__content {
    padding: 16px;
  }
}
.flexible-hero__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hunting_green_overlay2);
  z-index: 2;
}
.flexible-hero__content__copy {
  position: relative;
  z-index: 3;
}
.flexible-hero__content__copy h4 {
  color: var(--mustard);
  margin-bottom: 16px;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .flexible-hero__content__copy h4 {
    letter-spacing: 1px;
  }
}
.flexible-hero__content__copy p {
  width: 860px;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 1.25;
}

.flexible-cards h3 {
  font-size: 48px;
  color: var(--mustard);
  margin-top: 62px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .flexible-cards h3 {
    font-size: 40px;
  }
}
.flexible-cards .cards-wrapper {
  display: flex;
  gap: 24px;
  background-image: url("../png/noise.png");
  position: relative;
}
@media (max-width: 768px) {
  .flexible-cards .cards-wrapper {
    flex-direction: column;
  }
}
.flexible-cards .cards-wrapper::before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  background: linear-gradient(0deg, #205148 0%, #355832 100%);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10%);
  border-radius: 200px;
  filter: blur(80px);
  opacity: 0.6;
}
.flexible-cards .cards-wrapper .card {
  flex: 1;
  background-color: rgba(1, 19, 20, 0.3);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}
.flexible-cards .cards-wrapper .card .img-wrapper {
  margin-bottom: 10px;
}
.flexible-cards .cards-wrapper .card .img-wrapper img {
  width: 45px;
  height: 45px;
}
.flexible-cards .cards-wrapper .card h5 {
  font-size: 24px;
  font-family: var(--font_default);
  font-weight: normal;
  margin: 25px 0 5px;
}
.flexible-cards .cards-wrapper .card p {
  margin: 0;
  font-size: 16px;
  color: var(--text_2);
}

.flexible-cta {
  padding: 30px 0 112px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .flexible-cta {
    padding: 0 0 60px;
  }
}
.flexible-cta .cta__content__copy {
  margin-bottom: 50px;
}
.flexible-cta .cta__content.glow::before {
  transform: translate(-50%, 50%);
}
.flexible-cta.disable-outline .cta__content {
  border-color: transparent;
}

.flexible-members + .flexible-cta {
  padding: 60px 0;
}

.flexible-members + .flexible-cta .cta__content.glow::before {
  transform: translate(-50%, 0);
}

.flexible-faq {
  padding: 60px 0;
  background-color: var(--ecru);
}
.flexible-faq .container > h4 {
  text-align: center;
  margin-bottom: 28px;
  color: var(--hunting_green);
}
.flexible-faq .container .faq {
  color: var(--primary_text);
  width: 826px;
  max-width: 100%;
  margin-inline: auto;
  border-bottom: solid 1px var(--dusty_green);
  padding-bottom: 8px;
  padding-top: 8px;
}
.flexible-faq .container .faq header {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  cursor: pointer;
}
.flexible-faq .container .faq header img {
  transition: transform 0.3s ease;
}
.flexible-faq .container .faq .faq-body {
  display: none;
  transition: all 0.8s ease;
  overflow: hidden;
  line-height: 1.25;
}
.flexible-faq .container .faq .faq-body > *:last-child {
  margin-bottom: 0;
}
.flexible-faq .container .faq.is-active header {
  margin-bottom: 11px;
}
.flexible-faq .container .faq.is-active header .carrot {
  transform: rotate(180deg);
}
.flexible-faq .container .faq.is-active .faq-body {
  display: block;
}

.flexible-image {
  padding-bottom: 0;
}
.flexible-image img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.flexible-members {
  padding: 30px 0 60px;
  background-color: var(--ecru);
  color: var(--primary_text);
}
@media (max-width: 768px) {
  .flexible-members {
    padding-top: 40px;
  }
}
.flexible-members .container {
  position: relative;
}
.flexible-members h2 {
  font-size: 48px;
  color: var(--hunting_green);
}
@media (max-width: 768px) {
  .flexible-members h2 {
    font-size: 40px;
  }
}
.flexible-members .member img {
  width: 100%;
  height: auto;
  aspect-ratio: 63/44;
  object-fit: cover;
  object-position: center center;
  vertical-align: top;
  border-radius: 16px;
}
.flexible-members .member h5 {
  font-size: 24px;
  font-family: var(--primary_text);
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 5px;
}
.flexible-members .member .the-content {
  font-size: 16px;
}
.flexible-members .member blockquote {
  padding: 0 0 0 30px;
  margin: 0;
  position: relative;
  color: var(--text);
}
.flexible-members .member blockquote::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  left: 0;
  top: 10px;
  background-color: var(--text);
}

.spotlight-swiper-button-prev,
.spotlight-swiper-button-next {
  position: absolute;
  top: 32%;
  width: 48px;
  height: 48px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 251, 249, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
}
.spotlight-swiper-button-prev:hover,
.spotlight-swiper-button-next:hover {
  background-color: rgba(255, 251, 249, 0.6);
}
.spotlight-swiper-button-prev.swiper-button-lock,
.spotlight-swiper-button-next.swiper-button-lock {
  visibility: hidden;
}

.spotlight-swiper-button-prev {
  left: 48px;
}
.spotlight-swiper-button-prev svg {
  transform: rotate(180deg);
}
@media (max-width: 1440px) {
  .spotlight-swiper-button-prev {
    left: 32px;
  }
}

.spotlight-swiper-button-next {
  right: 48px;
}
@media (max-width: 1440px) {
  .spotlight-swiper-button-next {
    right: 32px;
  }
}

.cta-cards {
  display: flex;
}

.cta-card {
  display: flex;
  flex-direction: column;
  color: var(--white);
  flex: 1;
  cursor: pointer;
}
.cta-card.blush_pink {
  background-color: var(--blush_pink);
}
.cta-card.mustard {
  background-color: var(--mustard);
}
.cta-card__content {
  flex: 1;
  padding: 70px 30px 40px;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .cta-card__content {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}
.cta-card__content h4 {
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cta-card__content h4 {
    display: flex;
    flex-direction: column-reverse;
    font-size: 20px;
    font-weight: 900;
  }
}
.cta-card__content h4 .chip {
  vertical-align: middle;
  margin: 0 0 0 26px;
}
@media (max-width: 768px) {
  .cta-card__content h4 .chip {
    margin: 0 0 14px 0;
  }
}
@media (max-width: 768px) {
  .cta-card__content p.sh2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cta-card__content p.b1 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cta-card:not(:first-child) .cta-card__content h2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.flexible-plans {
  background-color: var(--ecru);
  color: var(--primary_text);
}
.flexible-plans .content {
  text-align: center;
  margin-inline: auto;
  padding: 70px 0 50px;
}
.flexible-plans .content h4 {
  margin: 0;
}

.pricing-tables {
  color: var(--primary_text);
}
@media (max-width: 768px) {
  .pricing-tables header:empty {
    display: none;
  }
}
.pricing-tables header h5 {
  margin: 0;
}
.pricing-tables .pricing-table__cell h5 {
  margin: 0;
}

.block-slider {
  padding-bottom: 0;
}
.block-slider .swiper-slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.flexible-membership-features {
  padding-top: 20px;
}
.flexible-membership-features__feature {
  margin-bottom: 80px;
}
.flexible-membership-features__feature > h5 {
  margin-bottom: 30px;
}
.flexible-membership-features__feature__grid {
  display: flex;
  gap: 48px;
}
@media (max-width: 1024px) {
  .flexible-membership-features__feature__grid {
    flex-direction: column-reverse;
  }
}
.flexible-membership-features__feature__grid__cards {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1024px) {
  .flexible-membership-features__feature__grid__cards {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .flexible-membership-features__feature__grid__cards {
    flex-direction: column;
  }
}
.flexible-membership-features__feature__grid__cards__card {
  flex: 1;
  background-color: rgba(1, 19, 20, 0.3);
  border-radius: 16px;
  padding: 22px 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .flexible-membership-features__feature__grid__cards__card {
    flex: 1;
    min-width: 40%;
  }
}
.flexible-membership-features__feature__grid__cards__card .img-wrapper {
  width: 44px;
  height: 44px;
  flex: 1 0 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexible-membership-features__feature__grid__cards__card .card-copy {
  flex: 1 0 calc(100% - 64px);
}
.flexible-membership-features__feature__grid__cards__card .card-copy a {
  color: inherit;
  text-decoration: underline;
}
.flexible-membership-features__feature__grid__cards__card p {
  margin: 0;
}
.flexible-membership-features__feature__grid__cards__card p.b1 {
  margin-bottom: 5px;
}
.flexible-membership-features__feature__grid__cards__card p.b2 {
  color: var(--text_2);
  line-height: 1.25;
}
.flexible-membership-features__feature__grid__gallery {
  flex: 1;
  overflow: hidden;
  max-width: 100%;
}
.flexible-membership-features__feature:nth-child(even) .flexible-membership-features__feature__grid {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .flexible-membership-features__feature:nth-child(even) .flexible-membership-features__feature__grid {
    flex-direction: column-reverse;
  }
}

.flexible-membership-slider {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.flexible-membership-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 842/532;
  object-fit: cover;
  object-position: center center;
  vertical-align: bottom;
}
.flexible-membership-slider .swiper-pagination {
  bottom: 18px;
}
.flexible-membership-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 251, 249, 0.6);
  transition: background-color 0.4s ease;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.flexible-membership-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--ecru);
}
.flexible-membership-slider .location-swiper-button-prev,
.flexible-membership-slider .location-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 251, 249, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.flexible-membership-slider .location-swiper-button-prev:hover,
.flexible-membership-slider .location-swiper-button-next:hover {
  background-color: rgba(255, 251, 249, 0.6);
}
.flexible-membership-slider .location-swiper-button-prev {
  left: 16px;
}
.flexible-membership-slider .location-swiper-button-prev svg {
  transform: rotate(180deg);
}
.flexible-membership-slider .location-swiper-button-next {
  right: 16px;
}

.flexible-membership-plans {
  position: relative;
  padding: 2rem 0;
}
.flexible-membership-plans .glow {
  height: 18%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.flexible-membership-plans .container {
  z-index: 2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.flexible-membership-plan {
  flex: 1;
  flex-basis: 33.33%;
  max-width: 50%;
  border-radius: 1.5rem;
  min-width: 23%;
}
@media (max-width: 992px) {
  .flexible-membership-plan {
    max-width: 100%;
    flex-basis: 100%;
  }
  .flexible-membership-plan .b1.m-0 {
    margin-bottom: 0.5rem !important;
  }
}
.flexible-membership-plan__icon {
  width: 57px;
  height: 57px;
  border-radius: 12px;
  outline: solid 1px var(--ecru);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dusty_green_highlight2);
  outline-offset: 3px;
}
.flexible-membership-plan__icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 992px) {
  .flexible-membership-plan__icon {
    display: none;
  }
}
.flexible-membership-plan header, .flexible-membership-plan__body {
  padding: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.flexible-membership-plan header h5,
.flexible-membership-plan header p, .flexible-membership-plan__body h5,
.flexible-membership-plan__body p {
  margin: 0 0 0.5rem;
}
.flexible-membership-plan header .label, .flexible-membership-plan__body .label {
  color: var(--dusty_green);
}
.flexible-membership-plan__body {
  padding-top: 0;
}
@media (max-width: 992px) {
  .flexible-membership-plan__body {
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 0.5rem;
  }
}
.flexible-membership-plan__body.price-body {
  padding-top: 0.5rem;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .flexible-membership-plan__body.price-body {
    display: block;
  }
}
.flexible-membership-plan header {
  border-bottom: solid 1px var(--dusty_green_highlight2);
}
.flexible-membership-plan header .flexible-membership-plan__icon {
  margin-bottom: 1.5rem;
}
.flexible-membership-plan header h5 {
  font-size: var(--24px);
}
.flexible-membership-plan header p {
  font-size: var(--18px);
}
.flexible-membership-plan:nth-child(1) {
  background-color: var(--blush_pink_alpha_3);
}
.flexible-membership-plan:nth-child(1) .flexible-membership-plan__icon {
  background-color: var(--blush_pink);
}
.flexible-membership-plan:nth-child(2) {
  background-color: var(--dusty_green_alpha_3);
}
.flexible-membership-plan:nth-child(2) .flexible-membership-plan__icon {
  background-color: var(--dusty_green);
}
.flexible-membership-plan:nth-child(3) {
  background-color: var(--mustard_alpha_3);
}
.flexible-membership-plan:nth-child(3) .flexible-membership-plan__icon {
  background-color: var(--mustard);
}
.flexible-membership-plan .b1 {
  font-size: var(--20px);
  line-height: 1.4;
  letter-spacing: normal;
}
.flexible-membership-plan .b2 {
  font-size: var(--18px);
}
@media (max-width: 500px) {
  .flexible-membership-plan .b1 {
    font-size: 17px;
  }
  .flexible-membership-plan .b2 {
    font-size: 17px;
  }
}

.yt-video-container {
  width: 70%;
  margin: 2rem auto;
}
.yt-video-container .title {
  text-align: center;
}
.yt-video-container iframe {
  width: 100%;
  height: 500px;
}
.yt-video-container.no-video {
  height: 0;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 768px) {
  .yt-video-container {
    width: 93%;
    margin: 1rem auto;
  }
  .yt-video-container iframe {
    height: 250px;
  }
}

.hero-section {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23486B5A" width="1200" height="800"/><circle cx="200" cy="150" r="120" fill="%23C8A882" opacity="0.1"/><circle cx="800" cy="400" r="180" fill="%23D4A574" opacity="0.08"/><circle cx="1000" cy="200" r="100" fill="%23C8A882" opacity="0.12"/></svg>');
  background-size: cover;
  background-position: center;
  padding: 80px 20px 60px;
  text-align: center;
}
.hero-section h1 {
  font-size: 48px;
  font-weight: 400;
  color: #D4A574;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.hero-section p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
}

.pricing-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.membership-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.membership-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 32px 24px;
  position: relative;
  transition: all 0.4s ease;
}
.membership-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(212, 165, 116, 0.3);
}
.membership-card.featured {
  background: rgba(212, 165, 116, 0.1);
  border: 2px solid #D4A574;
  transform: scale(1.02);
}
.membership-card.featured:hover {
  transform: scale(1.02) translateY(-8px);
  background: rgba(212, 165, 116, 0.15);
}
.membership-card.featured .cta-button {
  background: #D4A574;
  color: #2a2a2a;
}
.membership-card.featured .cta-button:hover {
  background: #E8B887;
}
.membership-card .badge {
  position: absolute;
  top: -12px;
  left: 32px;
  background: #D4A574;
  color: #2a2a2a;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.membership-card .plan-icon {
  display: none;
}
.membership-card .plan-name {
  font-size: 28px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 32px;
}
.membership-card .plan-description {
  display: none;
}
.membership-card .pricing-section {
  text-align: left;
  padding-bottom: 24px;
}
.membership-card .price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
.membership-card .price-row .price-label {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.membership-card .price-row .price-value {
  font-size: 32px;
  font-weight: 400;
  color: #D4A574;
  letter-spacing: -0.5px;
}
.membership-card .savings-highlight {
  background: rgba(72, 107, 90, 0.4);
  color: #A8D5BA;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 500;
  margin-top: 12px;
  display: inline-block;
  border: 1px solid rgba(168, 213, 186, 0.3);
  min-height: 36px;
}
.membership-card .savings-placeholder {
  height: 52px;
  margin-top: 12px;
  display: block;
}
.membership-card .special-feature {
  display: none;
}
.membership-card .features-title {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
  font-weight: 400;
}
.membership-card .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.membership-card .feature-item .feature-dot {
  width: 6px;
  height: 6px;
  background: #D4A574;
  border-radius: 50%;
  margin: 8px 12px 0 0;
  flex-shrink: 0;
}
.membership-card .cta-button {
  width: 100%;
  background: transparent;
  color: #D4A574;
  border: 1px solid #D4A574;
  padding: 16px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  margin-top: 0;
}
.membership-card .cta-button:hover {
  background: #D4A574;
  color: #2a2a2a;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 36px;
  }
  .membership-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .membership-card.featured {
    transform: none;
  }
}

/*# sourceMappingURL=style.css.map */
