 @keyframes fadeUp {from {opacity: 0;transform: translateY(20px);}to {opacity: 1;transform: translateY(0);}}@keyframes scrollDrop {0% {top: -10px;opacity: 1;}100% {top: 100%;opacity: 0;}}@media only screen and (min-width: 0rem) {#services-hero {position: relative;z-index: 300;transition: opacity 0.6s ease;top: 0;width: 100%;height: 100vh;background: #000;display: flex;flex-direction: column;justify-content: center;overflow: visible;padding: 64px 0;box-sizing: border-box;}#services-hero .hero-video-bg {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;z-index: 0;}#services-hero .hero-overlay {position: absolute;inset: 0;background: rgba(0, 0, 0, 0.72);z-index: 1;}#services-hero .hero-top {position: relative;z-index: 2;display: flex;align-items: flex-start;padding: 4rem 1.5rem 0;}#services-hero .hero-left {flex: 1;display: flex;flex-direction: column;justify-content: flex-start;padding-bottom: 0;}#services-hero .hero-eyebrow {font-family: 'Montserrat', sans-serif;font-size: var(--topperFontSize);font-weight: 700;letter-spacing: 0.25em;text-transform: uppercase;color: var(--primary);margin-bottom: 1rem;display: none;align-items: center;gap: 0.75rem;opacity: 0;animation: fadeUp 0.6s ease 0.2s forwards;}#services-hero .hero-eyebrow::before {content: '';width: 28px;height: 1.5px;background: var(--primary);flex-shrink: 0;}#services-hero .hero-heading {font-family: "Bebas Neue", serif;font-size: clamp(4rem, 10vw, 10rem);line-height: 0.92;letter-spacing: -0.01em;color: #fff;text-transform: uppercase;opacity: 0;animation: fadeUp 0.7s ease 0.35s forwards;}#services-hero .hero-heading .accent {color: var(--primary);}#services-hero .hero-subheading {font-family: 'Montserrat', sans-serif;font-size: 1.125rem;font-weight: 600;letter-spacing: 0.2em;text-transform: uppercase;color: rgba(255, 255, 255, 0.85);margin-top: 1.25rem;opacity: 0;animation: fadeUp 0.6s ease 0.55s forwards;align-self: flex-start;}#services-hero .hero-subheading--mobile {display: block;}#services-hero .hero-subheading--desktop {display: none;}#services-hero .hero-right {width: 600px;flex-shrink: 0;display: none;flex-direction: column;justify-content: flex-end;padding-bottom: 2rem;padding-left: 3rem;border-left: 1px solid rgba(255, 255, 255, 0.1);margin-left: 3rem;opacity: 0;animation: fadeUp 0.7s ease 0.6s forwards;gap: 1rem;}#services-hero .hero-right::before {content: '';display: block;width: 6px;height: 6px;border-radius: 50%;background: var(--primary);margin-bottom: 1.25rem;flex-shrink: 0;}#services-hero .hero-bottom {position: relative;z-index: 3;display: flex;flex-direction: column;align-items: flex-start;gap: 1.25rem;padding: 1.5rem 1.5rem 0;border-top: 1px solid rgba(255, 255, 255, 0.08);margin-top: 1.75rem;opacity: 0;animation: fadeUp 0.6s ease 0.8s forwards;}#services-hero .hero-right-label {font-family: 'Montserrat', sans-serif;font-size: 0.75rem;font-weight: 600;letter-spacing: 0.2em;text-transform: uppercase;color: rgba(255, 255, 255, 0.5);margin-bottom: 1rem;}#services-hero .hero-cta {font-size: 1.125rem;font-family: "Bebas Neue";line-height: 2.5rem;font-weight: 700;text-align: center;text-decoration: none;text-transform: uppercase;letter-spacing: 0.5px;margin: 0;box-sizing: border-box;padding: 0 1.25rem;background: transparent;border: 2.5px solid var(--primary);pointer-events: auto;color: #fff;border-radius: 50px;display: inline-block;position: relative;z-index: 1;backdrop-filter: blur(8px);overflow: visible;width: fit-content;align-self: flex-start;transition: transform 0.3s, border-color 0.3s;cursor: pointer;}#services-hero .hero-cta::before {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 25%;height: 100%;background-color: var(--primary);border-radius: 100px;z-index: -1;transition: width 0.3s ease;}#services-hero .hero-cta::after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: transparent;border-radius: 50px;z-index: -2;transition: background-color 0.3s;}#services-hero .hero-cta:hover {transform: translateY(-2px);color: #fff;}#services-hero .hero-cta:hover::before {width: 100%;}}@media only screen and (min-width: 48rem) {#services-hero .hero-top {padding: 0 2.5rem;}#services-hero .hero-bottom {padding: 1.5rem 2.5rem 0;margin-top: 2rem;}#services-hero .hero-eyebrow {display: none;}}@media only screen and (min-width: 64rem) {#services-hero {display: grid;height: 100vh;grid-template-rows: 1fr auto;justify-content: unset;flex-direction: unset;padding: 0;padding-top: 64px;}#services-hero .hero-top {align-items: flex-end;padding: 40px 3.75rem 0;}#services-hero .hero-left {justify-content: flex-end;padding-bottom: 2rem;}#services-hero .hero-bottom {display: grid;grid-template-columns: 1fr auto;flex-direction: unset;align-items: end;padding: 1.25rem 3.75rem clamp(2.5rem, 5vw, 4rem);margin-top: 0;}#services-hero .hero-right {display: flex;}#services-hero .hero-eyebrow {display: flex;}#services-hero .hero-subheading--mobile {display: none;}#services-hero .hero-subheading--desktop {display: block;}#services-hero .hero-bottom .hero-cta {display: none;}}.hero-right .hero-cta {align-self: flex-start;}@media only screen and (min-width: 0rem) {#side-by-side-01 {padding: var(--sectionPadding);font-family: 'Montserrat', sans-serif;}#side-by-side-01 .side-by-side-01-container {width: 100%;max-width: 80rem;margin: 0 auto;display: grid;grid-template-columns: 1fr;gap: 3rem;align-items: stretch;}#side-by-side-01 .side-by-side-01-content {display: flex;flex-direction: column;gap: 1.25rem;opacity: 0;animation: sideBySide01Up 0.6s 0.1s ease forwards;justify-content: center;}#side-by-side-01 .side-by-side-01-tag {display: inline-block;font-size: var(--topperFontSize);font-family: 'Montserrat', sans-serif;font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;color: var(--primary);}#side-by-side-01 .side-by-side-01-heading {font-size: clamp(2.438rem, 5vw, 3.813rem);}#side-by-side-01 .side-by-side-01-heading em {font-style: normal;color: var(--primary);}#side-by-side-01 .side-by-side-01-intro {font-size: var(--bodyFontSize);line-height: 1.5;color: var(--bodyTextColor);margin: 0;}#side-by-side-01 .side-by-side-01-intro strong {font-weight: 600;}#side-by-side-01 .side-by-side-01-items {display: flex;flex-direction: column;}#side-by-side-01 .side-by-side-01-item {display: flex;align-items: flex-start;gap: 1rem;padding: 0.6rem 0;opacity: 0;transform: translateX(-10px);}#side-by-side-01 .side-by-side-01-item:nth-child(1) {animation: sideBySide01Right 0.45s 0.3s forwards;}#side-by-side-01 .side-by-side-01-item:nth-child(2) {animation: sideBySide01Right 0.45s 0.4s forwards;}#side-by-side-01 .side-by-side-01-item:nth-child(3) {animation: sideBySide01Right 0.45s 0.5s forwards;}#side-by-side-01 .side-by-side-01-item:nth-child(4) {animation: sideBySide01Right 0.45s 0.6s forwards;}#side-by-side-01 .side-by-side-01-item:nth-child(5) {animation: sideBySide01Right 0.45s 0.7s forwards;}#side-by-side-01 .side-by-side-01-item:nth-child(6) {animation: sideBySide01Right 0.45s 0.8s forwards;}#side-by-side-01 .side-by-side-01-item:nth-child(7) {animation: sideBySide01Right 0.45s 0.9s forwards;}#side-by-side-01 .side-by-side-01-item-icon {flex-shrink: 0;margin-top: 0.25rem;width: 20px;height: 20px;border-radius: 50%;background: rgba(3, 173, 132, 0.12);display: flex;align-items: center;justify-content: center;}#side-by-side-01 .side-by-side-01-item-icon svg {width: 11px;height: 11px;}#side-by-side-01 .side-by-side-01-item-body {font-size: var(--bodyFontSize);line-height: 1.5;color: var(--bodyTextColor);}#side-by-side-01 .cs-button-solid {font-size: 22px;line-height: 3rem;font-weight: 700;text-align: center;text-decoration: none;text-transform: uppercase;letter-spacing: 0.5px;margin: 0;box-sizing: border-box;padding: 0 2rem;background: transparent;border: 2.5px solid var(--primary);pointer-events: auto;color: #000;border-radius: 50px;display: inline-block;align-self: flex-start;position: relative;z-index: 1;backdrop-filter: blur(8px);overflow: visible;transition: transform 0.3s, border-color 0.3s;}#side-by-side-01 .cs-button-solid:before {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 25%;height: 100%;background-color: var(--primary);border-radius: 100px;z-index: -1;transition: width 0.3s ease;}#side-by-side-01 .cs-button-solid:after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: transparent;border-radius: 50px;z-index: -2;transition: background-color 0.3s;}#side-by-side-01 .cs-button-solid:hover {transform: translateY(-2px);}#side-by-side-01 .cs-button-solid:hover:before {width: 100%;}#side-by-side-01 .side-by-side-01-image-col {position: relative;align-self: stretch;display: flex;flex-direction: column;min-height: 280px;order: -1;opacity: 0;animation: sideBySide01Up 0.6s 0.2s ease forwards;}#side-by-side-01 .side-by-side-01-photo-wrap {border-radius: 8px;overflow: hidden;flex: 1;min-height: 0;position: relative;background: #e0d9cf;}#side-by-side-01 .side-by-side-01-photo-wrap img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;display: block;filter: saturate(0.88);}}@media only screen and (min-width: 48rem) {#side-by-side-01 .side-by-side-01-container {grid-template-columns: 1fr 1fr;gap: 4rem;}#side-by-side-01 .side-by-side-01-image-col {order: 0;min-height: 0;height: 650px;}}@media only screen and (min-width: 64rem) {#side-by-side-01 .side-by-side-01-container {gap: 5rem;}#side-by-side-01 .cs-button-solid {min-width: 180px;}}@keyframes sideBySide01Up {from {opacity: 0;transform: translateY(16px);}to {opacity: 1;transform: translateY(0);}}@keyframes sideBySide01Right {to {opacity: 1;transform: translateX(0);}}@media only screen and (min-width: 0rem) {#side-by-side-reverse-01 {padding: calc(var(--sectionPadding) * 0.75);padding-top: 1rem;padding-left: 1rem;padding-right: 1rem;font-family: 'Montserrat', sans-serif;}#side-by-side-reverse-01 .sbsr-01-container {width: 100%;max-width: 80rem;margin: 0 auto;display: grid;grid-template-columns: 1fr;gap: 3rem;align-items: stretch;}#side-by-side-reverse-01 .sbsr-01-content {display: flex;flex-direction: column;gap: 1.25rem;opacity: 0;animation: sbsr01Up 0.6s 0.1s ease forwards;justify-content: center;}#side-by-side-reverse-01 .sbsr-01-tag {display: inline-block;font-family: 'Montserrat', sans-serif;font-size: var(--topperFontSize);font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;color: var(--primary);}#side-by-side-reverse-01 .sbsr-01-heading {font-size: clamp(2.438rem, 5vw, 3.813rem);}#side-by-side-reverse-01 .sbsr-01-heading em {font-style: normal;color: var(--primary);}#side-by-side-reverse-01 .sbsr-01-intro {font-size: var(--bodyFontSize);line-height: 1.5;color: var(--headerColor);margin: 0;}#side-by-side-reverse-01 .sbsr-01-intro strong {font-weight: 600;}#side-by-side-reverse-01 .sbsr-01-items {display: flex;flex-direction: column;}#side-by-side-reverse-01 .sbsr-01-item {display: flex;align-items: flex-start;gap: 1rem;padding: 0.6rem 0;opacity: 0;transform: translateX(-10px);}#side-by-side-reverse-01 .sbsr-01-item:nth-child(1) {animation: sbsr01Right 0.45s 0.3s forwards;}#side-by-side-reverse-01 .sbsr-01-item:nth-child(2) {animation: sbsr01Right 0.45s 0.4s forwards;}#side-by-side-reverse-01 .sbsr-01-item:nth-child(3) {animation: sbsr01Right 0.45s 0.5s forwards;}#side-by-side-reverse-01 .sbsr-01-item:nth-child(4) {animation: sbsr01Right 0.45s 0.6s forwards;}#side-by-side-reverse-01 .sbsr-01-item:nth-child(5) {animation: sbsr01Right 0.45s 0.7s forwards;}#side-by-side-reverse-01 .sbsr-01-item:nth-child(6) {animation: sbsr01Right 0.45s 0.8s forwards;}#side-by-side-reverse-01 .sbsr-01-item:nth-child(7) {animation: sbsr01Right 0.45s 0.9s forwards;}#side-by-side-reverse-01 .sbsr-01-item:nth-child(8) {animation: sbsr01Right 0.45s 1s forwards;}#side-by-side-reverse-01 .sbsr-01-item-icon {flex-shrink: 0;margin-top: 0.25rem;width: 20px;height: 20px;border-radius: 50%;background: rgba(3, 173, 132, 0.12);display: flex;align-items: center;justify-content: center;}#side-by-side-reverse-01 .sbsr-01-item-icon svg {width: 11px;height: 11px;}#side-by-side-reverse-01 .sbsr-01-item-body {font-size: var(--bodyFontSize);line-height: 1.5;color: var(--bodyTextColor);}#side-by-side-reverse-01 .cs-button-solid {font-size: 22px;line-height: 3rem;font-weight: 700;text-align: center;text-decoration: none;text-transform: uppercase;letter-spacing: 0.5px;margin: 0;box-sizing: border-box;padding: 0 2rem;background: transparent;border: 2.5px solid var(--primary);pointer-events: auto;color: #000;border-radius: 50px;display: inline-block;align-self: flex-start;position: relative;z-index: 1;backdrop-filter: blur(8px);overflow: visible;transition: transform 0.3s, border-color 0.3s;}#side-by-side-reverse-01 .cs-button-solid:before {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 25%;height: 100%;background-color: var(--primary);border-radius: 100px;z-index: -1;transition: width 0.3s ease;}#side-by-side-reverse-01 .cs-button-solid:after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: transparent;border-radius: 50px;z-index: -2;transition: background-color 0.3s;}#side-by-side-reverse-01 .cs-button-solid:hover {transform: translateY(-2px);}#side-by-side-reverse-01 .cs-button-solid:hover:before {width: 100%;}#side-by-side-reverse-01 .sbsr-01-image-col {position: relative;align-self: stretch;display: flex;flex-direction: column;min-height: 280px;order: -1;opacity: 0;animation: sbsr01Up 0.6s 0.2s ease forwards;}#side-by-side-reverse-01 .sbsr-01-photo-wrap {border-radius: 8px;overflow: hidden;flex: 1;min-height: 0;position: relative;background: #e0d9cf;}#side-by-side-reverse-01 .sbsr-01-photo-wrap img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;display: block;filter: saturate(0.88);}}@media only screen and (min-width: 48rem) {#side-by-side-reverse-01 .sbsr-01-container {grid-template-columns: 1fr 1fr;gap: 4rem;}#side-by-side-reverse-01 .sbsr-01-image-col {order: 0;min-height: 0;height: 650px;}}@media only screen and (min-width: 64rem) {#side-by-side-reverse-01 .sbsr-01-container {gap: 5rem;}}@keyframes sbsr01Up {from {opacity: 0;transform: translateY(16px);}to {opacity: 1;transform: translateY(0);}}@keyframes sbsr01Right {to {opacity: 1;transform: translateX(0);}}@media only screen and (min-width: 0rem) {.contrast-flow {background: #fff;padding-top: 4rem;padding-left: 1rem;padding-right: 1rem;padding-bottom: 2rem;}.contrast-flow__container {width: 100%;max-width: 60rem;margin: 0 auto;}.contrast-flow__header {text-align: center;margin-bottom: 2.5rem;}.contrast-flow__headline {font-family: 'Bebas Neue', sans-serif;font-size: clamp(2.438rem, 5vw, 4rem);font-weight: 400;letter-spacing: 0.02em;line-height: 1;color: #000 !important;margin: 0;}.contrast-flow__panels-wrapper {position: relative;}.cf-panel {display: none;flex-direction: column;gap: 0;width: 100%;}.cf-panel.is-active {display: flex;}.contrast-flow__spacer {display: flex;flex-direction: column;visibility: hidden;pointer-events: none;position: absolute;width: 100%;}.cf-card {display: flex;align-items: center;gap: 1rem;padding: 1rem 1.25rem;border-radius: 8px;background: #f7f7f5;border: 1.5px solid #e0e0e0;transition: border-color 0.3s ease;}.cf-card__num {font-family: 'Bebas Neue', sans-serif;font-size: 2rem;line-height: 1;min-width: 2.5rem;flex-shrink: 0;color: #ddd;transition: color 0.3s ease;}.cf-card__body {display: flex;flex-direction: row;align-items: center;gap: 1rem;}.cf-card__role {font-family: 'Bebas Neue', sans-serif;font-size: 1.125rem;letter-spacing: 0.04em;line-height: 1.2;text-transform: uppercase;color: #1a1a1a;}.cf-card--last {background: var(--primary);border-color: var(--primary);}.cf-card--last .cf-card__num {color: rgba(255, 255, 255, 0.3);}.cf-card--last .cf-card__role {color: #fff;}.cf-card.is-lit {border-color: var(--primary);}.cf-card.is-lit .cf-card__num {color: var(--primary);}.cf-arrow {display: flex;align-items: center;justify-content: center;height: 1.25rem;}.cf-arrow-line {stroke-dasharray: 12;stroke-dashoffset: 12;transition: stroke-dashoffset 0.25s ease;}.cf-arrow-head {opacity: 0;transition: opacity 0.15s ease;}.cf-arrow.is-lit .cf-arrow-line {stroke-dashoffset: 0;}.cf-arrow.is-lit .cf-arrow-head {opacity: 1;}.cf-card--last.is-lit .cf-card__num {color: var(--secondary);}}@media only screen and (min-width: 48rem) {.contrast-flow {padding: var(--sectionPadding);padding-top: 2rem;padding-bottom: 2rem;}.cf-card {padding: 1.125rem 1.5rem;}.cf-card__num {font-size: 2.25rem;min-width: 3rem;}.cf-card__role {font-size: 1.25rem;}}@media only screen and (min-width: 64rem) {.contrast-flow {padding: 3.75rem 4rem;}.cf-card__num {font-size: 2.5rem;min-width: 3.25rem;}.cf-card__role {font-size: 1.375rem;}}@media only screen and (min-width: 0rem) {#pricing-sessions {padding: var(--sectionPadding);background: #fff;}#pricing-sessions .pricing-container {width: 92%;max-width: 80rem;margin: auto;}#pricing-sessions .pricing-eyebrow {display: block;font-size: var(--topperFontSize);font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;color: var(--primary);margin-bottom: 0.375rem;}#pricing-sessions .pricing-title {font-family: "Bebas Neue", serif;font-size: clamp(2.438rem, 5vw, 3.813rem);color: var(--headerColor);line-height: 1.1;margin-bottom: 0;}#pricing-sessions .pricing-title-bar {width: 2.5rem;height: 2px;background: var(--primary);margin: 1rem 0 2.25rem;}#pricing-sessions .pricing-block-label {font-size: 1.125rem;font-weight: 700;letter-spacing: 0.15em;text-transform: uppercase;color: var(--primary);margin-bottom: 1rem;}#pricing-sessions .pricing-pill {display: inline-block;font-size: 0.625rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;background: rgba(3, 173, 132, 0.1);color: var(--primary);padding: 0.25rem 0.75rem;margin-top: 0.625rem;border-radius: 999px;}#pricing-sessions .pricing-pill--muted {background: #f0f0f0;color: #777;}#pricing-sessions .session-grid {display: grid;grid-template-columns: 1fr;gap: 0.75rem;margin-bottom: 3rem;}#pricing-sessions .session-card {padding: 1.375rem 1.5rem;border: 1px solid #e0e0e0;border-radius: 8px;}#pricing-sessions .session-price {font-family: "Bebas Neue", serif;font-size: 2.375rem;color: var(--headerColor);letter-spacing: 0.04em;line-height: 1;}#pricing-sessions .session-name {font-size: 0.75rem;font-weight: 700;color: var(--headerColor);margin: 0.3125rem 0;text-transform: uppercase;letter-spacing: 0.1em;}#pricing-sessions .session-desc {font-size: 0.75rem;color: var(--bodyTextColor);line-height: 1.5;}#pricing-sessions .membership-grid {display: grid;grid-template-columns: 1fr;gap: 1rem;margin-bottom: 3rem;}#pricing-sessions .membership-card {border: 1px solid #e0e0e0;border-radius: 8px;overflow: hidden;display: flex;flex-direction: column;}#pricing-sessions .membership-card__header {background: var(--primary);padding: 1.375rem 1.75rem;}#pricing-sessions .membership-card__name {font-family: "Bebas Neue", serif;font-size: 1.875rem;color: #fff;letter-spacing: 0.04em;line-height: 1;margin-bottom: 0.25rem;}#pricing-sessions .membership-card__name--highlight {color: var(--secondary);}#pricing-sessions .membership-card__access {font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.15em;text-transform: uppercase;color: rgba(255, 255, 255, 0.85);}#pricing-sessions .membership-card__body {padding: 1.5rem 1.75rem;flex: 1;display: flex;flex-direction: column;}#pricing-sessions .membership-card__price {font-family: "Bebas Neue", serif;font-size: 3.625rem;color: var(--headerColor);letter-spacing: 0.02em;line-height: 1;}#pricing-sessions .membership-card__price-label {font-size: 0.6875rem;font-weight: 600;letter-spacing: 0.08em;text-transform: uppercase;color: var(--bodyTextColor);margin-top: 0.25rem;}#pricing-sessions .membership-card__commitment {font-size: 0.75rem;color: #999;margin-top: 0.1875rem;margin-bottom: 1.25rem;}#pricing-sessions .membership-card__divider {width: 100%;height: 1px;background: #e8e8e8;margin-bottom: 1.25rem;}#pricing-sessions .membership-card__perks {list-style: none;padding: 0;margin: 0;flex: 1;}#pricing-sessions .membership-perk {display: flex;align-items: flex-start;justify-content: space-between;gap: 0.625rem;margin-bottom: 0.6875rem;font-size: 0.8125rem;color: var(--bodyTextColor);line-height: 1.5;}#pricing-sessions .perk-check {flex-shrink: 0;width: 1rem;height: 1rem;margin-top: 0.125rem;}#pricing-sessions .membership-card__cta {display: block;width: 100%;margin-top: 1.5rem;padding: 0.9375rem;text-align: center;font-family: "Bebas Neue", serif;font-size: 1.125rem;letter-spacing: 0.18em;text-transform: uppercase;text-decoration: none;cursor: pointer;border-radius: 999px;border: 2px solid var(--primary);background: var(--primary);color: #fff;transition: background 0.3s, color 0.3s, border-color 0.3s;box-sizing: border-box;}#pricing-sessions .membership-card__cta:hover {background: var(--secondary);border-color: var(--secondary);color: #000;}#pricing-sessions .addon-card {border: 1px solid #e0e0e0;border-radius: 8px;padding: 1.75rem;display: grid;grid-template-columns: 1fr;gap: 1.5rem;}#pricing-sessions .addon-card__intro {padding-bottom: 1.5rem;border-bottom: 1px solid #e8e8e8;}#pricing-sessions .addon-card__label {font-size: 0.625rem;font-weight: 700;letter-spacing: 0.15em;text-transform: uppercase;color: var(--primary);margin-bottom: 0.5rem;}#pricing-sessions .addon-card__name {font-family: "Bebas Neue", serif;font-size: 2.125rem;color: var(--headerColor);letter-spacing: 0.04em;line-height: 1;}#pricing-sessions .addon-card__option {border-bottom: 1px solid #e8e8e8;padding-bottom: 1.5rem;}#pricing-sessions .addon-card__option:last-child {border-bottom: none;padding-bottom: 0;}#pricing-sessions .addon-card__price {font-family: "Bebas Neue", serif;font-size: 2.25rem;color: var(--headerColor);letter-spacing: 0.04em;line-height: 1;margin-top: 0.625rem;}#pricing-sessions .addon-card__price span {font-family: "Montserrat", sans-serif;font-size: 0.8125rem;font-weight: 400;color: var(--bodyTextColor);}#pricing-sessions .addon-card__desc {font-size: 0.75rem;color: var(--bodyTextColor);margin-top: 0.375rem;line-height: 1.5;}#pricing-sessions .addon-card__savings {display: inline-block;font-size: 0.625rem;font-weight: 700;letter-spacing: 0.08em;color: var(--primary);background: rgba(3, 173, 132, 0.1);padding: 0.1875rem 0.625rem;border-radius: 999px;margin-top: 0.5rem;}}@media only screen and (min-width: 48rem) {#pricing-sessions .session-grid {grid-template-columns: 1fr 1fr;}#pricing-sessions .membership-grid {grid-template-columns: 1fr 1fr;}#pricing-sessions .addon-card {grid-template-columns: 1fr 1fr 1fr;gap: 0;align-items: center;}#pricing-sessions .addon-card__intro {padding-bottom: 0;border-bottom: none;padding-right: 1.75rem;border-right: 1px solid #e8e8e8;}#pricing-sessions .addon-card__option {padding: 0 1.75rem;border-bottom: none;border-right: 1px solid #e8e8e8;}#pricing-sessions .addon-card__option:last-child {border-right: none;padding-right: 0;}}@keyframes sf-scroll {from {transform: translateX(0);}to {transform: translateX(-25%);}}@media only screen and (min-width: 0rem) {#social-feed {overflow: hidden;}.sf-header {display: flex;align-items: center;justify-content: space-between;padding: 0 1rem;margin-bottom: 1.5rem;}.sf-heading {font-family: 'Bebas Neue', serif;font-size: 2.2rem;line-height: 1.05;color: #1a1a1a;letter-spacing: 0.01em;margin: 0;}.sf-follow {display: inline-flex;align-items: center;gap: 0.4rem;font-family: 'Bebas Neue', serif;font-size: 1.1rem;font-weight: 700;letter-spacing: 0.5px;text-transform: uppercase;text-decoration: none;text-align: center;color: #000;background: transparent;border: 2.5px solid #03ad84;padding: 0 1.5rem;line-height: 3rem;border-radius: 50px;flex-shrink: 0;position: relative;z-index: 1;overflow: visible;box-sizing: border-box;transition: transform 0.3s, border-color 0.3s;}.sf-follow::before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 25%;height: 100%;background-color: #03ad84;border-radius: 100px;z-index: -1;transition: width 0.3s ease;}.sf-follow::after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(3, 173, 132, 0);border-radius: 50px;z-index: -2;transition: background-color 0.3s;}.sf-follow:hover {transform: translateY(-2px);}.sf-follow:hover::before {width: 100%;}.sf-follow svg {width: 13px;height: 13px;stroke: currentColor;fill: none;stroke-width: 2.5;stroke-linecap: round;stroke-linejoin: round;position: relative;z-index: 1;}.sf-marquee-outer {overflow: hidden;width: 100%;}.sf-track {display: flex;gap: 0;width: max-content;animation: sf-scroll linear infinite;will-change: transform;}.sf-card {flex: 0 0 180px;aspect-ratio: 4 / 5;margin-right: 0.5rem;border-radius: 10px;overflow: hidden;background: #ddd;display: block;text-decoration: none;cursor: pointer;}.sf-card img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);}.sf-card:hover img {transform: scale(1.04);}}@media (hover: hover) {.sf-marquee-outer:hover .sf-track {animation-play-state: paused;}}@media only screen and (min-width: 48rem) {#social-feed {padding-bottom: 2rem;}.sf-header {padding: 0 2rem;margin-bottom: 2rem;}.sf-heading {font-size: 3.2rem;}.sf-follow {font-size: 1.15rem;padding: 0 1.75rem;}.sf-card {flex: 0 0 220px;margin-right: 0.65rem;}}@media only screen and (min-width: 64rem) {.sf-header {padding: 0 3rem;margin-bottom: 2.5rem;}.sf-heading {font-size: 4.5rem;}.sf-follow {font-size: 1.2rem;padding: 0 2rem;}.sf-card {flex: 0 0 280px;margin-right: 0.75rem;border-radius: 12px;}}@media only screen and (min-width: 0rem) {#faq-1346 {padding: var(--sectionPadding);position: relative;}#faq-1346 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);position: relative;z-index: 1;}#faq-1346 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#faq-1346 .cs-flex-group {width: 100%;display: flex;flex-direction: column;align-items: center;gap: clamp(1rem, 2.3vw, 1.25rem);position: relative;}#faq-1346 .cs-wrapper {width: 100%;max-width: 65rem;position: relative;}#faq-1346 .cs-faq-group {width: 100%;padding: 0;margin: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;gap: 0.5rem;}#faq-1346 .cs-faq-item {list-style: none;width: 100%;border: 1px solid #e8e8e8;border-radius: 8px;overflow: hidden;opacity: 1;transform: rotateX(0deg);transition: transform 0.6s, opacity 0.3s;}#faq-1346 .cs-faq-item:nth-of-type(2) {transition-delay: 0.1s;}#faq-1346 .cs-faq-item:nth-of-type(3) {transition-delay: 0.2s;}#faq-1346 .cs-faq-item:nth-of-type(4) {transition-delay: 0.3s;}#faq-1346 .cs-faq-item:nth-of-type(5) {transition-delay: 0.4s;}#faq-1346 .cs-faq-item:nth-of-type(6) {transition-delay: 0.5s;}#faq-1346 .cs-faq-item:nth-of-type(7) {transition-delay: 0.6s;}#faq-1346 .cs-faq-item:nth-of-type(8) {transition-delay: 0.7s;}#faq-1346 .cs-faq-item:nth-of-type(9) {transition-delay: 0.8s;}#faq-1346 .cs-faq-item:nth-of-type(10) {transition-delay: 0.9s;}#faq-1346 .cs-faq-item.active .cs-button {color: var(--primary);}#faq-1346 .cs-faq-item.active .cs-button:before {background-color: var(--primary);transform: rotate(315deg);}#faq-1346 .cs-faq-item.active .cs-button:after {background-color: var(--primary);transform: rotate(-315deg);}#faq-1346 .cs-faq-item.active .cs-item-p {height: auto;padding: 0 clamp(1rem, 2vw, 1.5rem) clamp(1.25rem, 1.3vw, 1.5rem);opacity: 1;}#faq-1346 .cs-button {font-size: clamp(1rem, 2vw, 1.25rem);line-height: 1.2em;text-align: left;font-weight: bold;padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 2vw, 1.25rem);background-color: #fff;border: none;color: var(--headerColor);display: block;width: 100%;position: relative;transition: background-color 0.3s, color 0.3s;}#faq-1346 .cs-button:hover {cursor: pointer;}#faq-1346 .cs-button:before {content: "";width: 0.5rem;height: 0.125rem;background-color: var(--headerColor);opacity: 1;border-radius: 50%;position: absolute;display: block;top: 50%;right: 1.5rem;transform: rotate(45deg);transform-origin: left center;transition: transform 0.5s;}#faq-1346 .cs-button:after {content: "";width: 0.5rem;height: 0.125rem;background-color: var(--headerColor);opacity: 1;border-radius: 50%;position: absolute;display: block;top: 50%;right: 1.3125rem;transform: rotate(-45deg);transform-origin: right center;transition: transform 0.5s;}#faq-1346 .cs-button-text {width: 80%;display: block;font-family: 'Montserrat';font-size: 1.125rem;}#faq-1346 .cs-item-p {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;width: 90%;height: 0;margin: 0;padding: 0 clamp(1rem, 2vw, 1.5rem);opacity: 0;color: var(--bodyTextColor);overflow: hidden;transition: opacity 0.3s, padding-bottom 0.3s;}}@media only screen and (min-width: 48rem) {#faq-1346 .cs-container {max-width: 80rem;}}