 @media only screen and (min-width: 0rem) {:root {--primary: #ac8856;--primaryLight: #ffba43;--secondary: #ffba43;--secondaryLight: #ffba43;--headerColor: #1a1a1a;--bodyTextColor: #4e4b66;--bodyTextColorWhite: #fafbfc;--topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);--headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);--bodyFontSize: 1rem;--sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;}body {margin: 0;padding: 0;}*, *:before, *:after {box-sizing: border-box;}.cs-topper {font-size: var(--topperFontSize);line-height: 1.2em;text-transform: uppercase;text-align: inherit;letter-spacing: 0.1em;font-weight: 400;color: var(--primary);margin-bottom: 0.25rem;display: block;}.cs-title {font-size: var(--headerFontSize);font-weight: 400;line-height: 1.2em;text-align: inherit;max-width: 43.75rem;margin: 0 0 1rem 0;color: var(--headerColor);position: relative;}.cs-text {font-size: var(--bodyFontSize);line-height: 1.5em;text-align: inherit;width: 100%;max-width: 40.625rem;margin: 0;color: var(--bodyTextColor);}.cs-button-solid {z-index: 1;position: relative;display: inline-block;background-color: var(--primary);width: auto;padding: 0 1.875rem;text-decoration: none;text-transform: uppercase;font-size: 1rem;font-weight: bold;color: #000;transition: color 0.3s;transition-delay: 0.1s;text-align: center;}.cs-button-solid:hover {color: #fff;}.cs-button-solid:hover:before {width: 100%;}.cs-button-solid:before {z-index: -1;position: absolute;top: 0;left: 0;content: "";opacity: 1;display: block;background-color: #000;height: 100%;width: 0;transition: width 0.3s;}.cs-hide-on-mobile {display: none;}}@media only screen and (min-width: 64rem) {.cs-hide-on-mobile {display: block;}.cs-hide-on-desktop {display: none;}}@media only screen and (min-width: 0rem) {body, html {margin: 0;overflow-x: hidden;padding: 0;font-family: "Montserrat", Arial, sans-serif;font-size: 100%;color: var(--bodyTextColor);}*, *:before, *:after {margin: 0;box-sizing: border-box;padding: 0;}body {transition: background-color 0.3s;}.container {position: relative;margin: auto;width: 92%;}h1, h2, h3, h4, h5, h6 {margin: 0;color: var(--headerColor);}p, li, a {margin: 0;font-size: 1rem;line-height: 1.5em;}p, li {color: #353535;}a:hover, button:hover {cursor: pointer;}.skip {z-index: -1111111;position: absolute;top: 0;left: 0;opacity: 0;}@font-face {font-style: normal;font-family: "Roboto";font-weight: 400;font-display: swap;src: local(""), url("/assets/fonts/roboto-v29-latin-regular.woff2") format("woff2"), url("/assets/fonts/roboto-v29-latin-regular.woff") format("woff");}@font-face {font-style: normal;font-family: "Roboto";font-weight: 700;font-display: swap;src: local(""), url("/assets/fonts/roboto-v29-latin-700.woff2") format("woff2"), url("/assets/fonts/roboto-v29-latin-700.woff") format("woff");}@font-face {font-style: normal;font-family: "Roboto";font-weight: 900;font-display: swap;src: local(""), url("/assets/fonts/roboto-v29-latin-900.woff2") format("woff2"), url("/assets/fonts/roboto-v29-latin-900.woff") format("woff");}}@media only screen and (min-width: 1024px) {body, html {margin: 0;padding: 0;}}@media only screen and (min-width: 3000px) {body, html {font-size: 0.55vw;}}.cs-subtitle .desktop-break {display: none;}.cs-subtitle .mobile-break {display: inline;}@media (min-width: 768px) {.cs-subtitle .desktop-break {display: inline;}.cs-subtitle .mobile-break {display: none;}}#cs-navigation.cs-nav-hidden {transform: translateY(-100%);transition: transform 0.4s ease-out, background-color 0.3s;}#cs-navigation.cs-nav-visible {transform: translateY(0);transition: transform 0.4s ease-in, background-color 0.3s;}body, html {margin: 0;padding: 0;}@media only screen and (max-width: 63.9375rem) {body.cs-open {overflow: hidden;}body.scroll #cs-navigation:before {height: 100%;}#cs-navigation {width: 100%;padding: 1.25rem 1rem;box-sizing: border-box;background: rgba(26, 26, 26, 0.08);-webkit-backdrop-filter: blur(27px);backdrop-filter: blur(27px);position: fixed;top: 0;left: 0;z-index: 10000;transform: translateY(0);transition: transform 0.4s ease-in-out, background-color 0.3s;}#cs-navigation:before {content: "";width: 100%;height: 0%;background: #1a1a1a;opacity: 1;position: absolute;display: block;top: 0;left: 0;transition: opacity 0.3s;}#cs-navigation:after {content: "";width: 100%;height: 0vh;background: rgba(0, 0, 0, 0.6);-webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px);position: absolute;display: block;top: 0%;right: 0;z-index: -1100;opacity: 0;transition: height 0.5s, opacity 0.5s;}#cs-navigation.cs-active {background-color: #1a1a1a;}#cs-navigation.cs-active:after {height: 150vh;opacity: 1;}#cs-navigation.cs-active .cs-ul-wrapper {opacity: 1;transform: scaleY(1);transition-delay: 0.15s;}#cs-navigation.cs-active .cs-li {transform: translateY(0);opacity: 1;}#cs-navigation .cs-container {width: 100%;display: flex;align-items: center;}#cs-navigation .cs-logo {height: clamp(3.5rem, 5vw, 5rem);width: auto;margin-right: auto;flex-grow: 0;flex-shrink: 0;display: flex;align-items: center;justify-content: center;padding: 0;box-sizing: border-box;z-index: 10;}#cs-navigation .cs-logo img {display: block;height: 100%;width: auto;object-fit: contain;}#cs-navigation .cs-toggle {width: 3.5rem;height: 3.5rem;margin: 0 0 0 auto;background-color: var(--primary);border: none;display: flex;justify-content: center;align-items: center;transition: transform 0.6s;position: relative;z-index: 10;}#cs-navigation .cs-toggle.cs-active {transform: rotate(180deg);}#cs-navigation .cs-active .cs-line1 {top: 50%;transform: translate(-50%, -50%) rotate(225deg);}#cs-navigation .cs-active .cs-line2 {top: 50%;transform-origin: center;transform: translate(-50%, -50%) translateY(0) rotate(-225deg);}#cs-navigation .cs-active .cs-line3 {bottom: 100%;opacity: 0;}#cs-navigation .cs-box {width: clamp(1.5rem, 2vw, 1.75rem);height: 1rem;position: relative;}#cs-navigation .cs-line {width: 100%;height: 2px;border-radius: 2px;background-color: #fafbfc;position: absolute;left: 50%;transform: translateX(-50%);}#cs-navigation .cs-line1 {top: 0;transform-origin: center;transition: transform 0.5s, top 0.3s, left 0.3s;animation-duration: 0.7s;animation-timing-function: ease;animation-fill-mode: forwards;animation-direction: normal;}#cs-navigation .cs-line2 {top: 50%;transform: translateX(-50%) translateY(-50%);transition: top 0.3s, left 0.3s, transform 0.5s;animation-duration: 0.7s;animation-timing-function: ease;animation-fill-mode: forwards;animation-direction: normal;}#cs-navigation .cs-line3 {bottom: 0;transition: bottom 0.3s, opacity 0.3s;}#cs-navigation .cs-ul-wrapper {width: 100%;height: auto;padding-bottom: 3rem;opacity: 0;background-color: #fff;box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;overflow: hidden;position: absolute;top: 100%;left: 0;z-index: -1;transform: scaleY(0);transform-origin: top;transition: transform 0.4s, opacity 0.3s;}#cs-navigation .cs-ul {margin: 0;padding: 3rem 0 0 0;width: 100%;height: auto;max-height: 65vh;overflow: scroll;display: flex;justify-content: flex-start;flex-direction: column;align-items: center;gap: 1.25rem;}#cs-navigation .cs-li {width: 100%;text-align: center;list-style: none;margin-right: 0;transform: translateY(-4.375rem);opacity: 0;transition: transform 0.6s, opacity 0.9s;}#cs-navigation .cs-li:nth-of-type(1) {transition-delay: 0.05s;}#cs-navigation .cs-li:nth-of-type(2) {transition-delay: 0.1s;}#cs-navigation .cs-li:nth-of-type(3) {transition-delay: 0.15s;}#cs-navigation .cs-li:nth-of-type(4) {transition-delay: 0.2s;}#cs-navigation .cs-li:nth-of-type(5) {transition-delay: 0.25s;}#cs-navigation .cs-li:nth-of-type(6) {transition-delay: 0.3s;}#cs-navigation .cs-li:nth-of-type(7) {transition-delay: 0.35s;}#cs-navigation .cs-li:nth-of-type(8) {transition-delay: 0.4s;}#cs-navigation .cs-li:nth-of-type(9) {transition-delay: 0.45s;}#cs-navigation .cs-li:nth-of-type(10) {transition-delay: 0.5s;}#cs-navigation .cs-li:nth-of-type(11) {transition-delay: 0.55s;}#cs-navigation .cs-li:nth-of-type(12) {transition-delay: 0.6s;}#cs-navigation .cs-li:nth-of-type(13) {transition-delay: 0.65s;}#cs-navigation .cs-li-link {font-size: clamp(1rem, 2.5vw, 1.5rem);line-height: 1.2em;text-transform: uppercase;font-weight: bold;text-decoration: none;margin: 0;color: var(--headerColor);display: inline-block;position: relative;}#cs-navigation .cs-li-link.cs-active {color: var(--primary);}#cs-navigation .cs-li-link:hover {color: var(--primary);}#cs-navigation .cs-button-solid {display: none;}}@media only screen and (min-width: 64rem) {body.scroll {}body.scroll #cs-navigation:before {height: 100%;}#cs-navigation {width: 100%;padding: 0 1rem;box-sizing: border-box;background: rgba(26, 26, 26, 0.08);-webkit-backdrop-filter: blur(27px);backdrop-filter: blur(27px);position: fixed;top: 0;left: 0;z-index: 10000;transform: translateY(0);transition: transform 0.4s ease-in-out, background-color 0.3s;}#cs-navigation:before {content: "";width: 100%;height: 0%;background: #1a1a1a;opacity: 1;position: absolute;display: block;top: 0;left: 0;transition: opacity 0.3s;}#cs-navigation .cs-container {width: 100%;height: 6.3125rem;max-width: 80rem;margin: auto;display: flex;justify-content: flex-end;align-items: center;gap: 1.5rem;position: relative;}#cs-navigation .cs-toggle {display: none;}#cs-navigation .cs-logo {width: auto;height: 4.6875rem;margin: 0 auto 0 0;padding: 0;display: flex;justify-content: center;align-items: center;z-index: 100;}#cs-navigation .cs-logo img {width: 100%;height: 100%;object-fit: contain;}#cs-navigation .cs-ul-wrapper {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}#cs-navigation .cs-ul {width: 100%;margin: 0;padding: 0;display: flex;justify-content: flex-start;align-items: center;gap: 1.5rem;}#cs-navigation .cs-li {list-style: none;padding: 2.5rem 0;flex: none;}#cs-navigation .cs-li-link {font-size: clamp(0.875rem, 0.6vw, 1rem);line-height: 1.5em;font-weight: 700;text-decoration: none;text-transform: uppercase;margin: 0;padding: 0 1rem;color: var(--bodyTextColorWhite);display: block;position: relative;z-index: 1;transition: color 0.3s;}#cs-navigation .cs-li-link:before {content: "";width: 100%;height: 2.5rem;background: var(--primary);opacity: 0;position: absolute;display: block;top: 50%;left: 50%;z-index: -1;transform: translate(-50%, -50%) scale(1.2);transition: opacity 0.3s, transform 0.3s;}#cs-navigation .cs-li-link:hover:before {opacity: 1;transform: translate(-50%, -50%) scale(1);}#cs-navigation .cs-li-link.cs-active:before {opacity: 1;transform: translate(-50%, -50%) scale(1);}#cs-navigation .cs-button-solid {font-size: 1rem;line-height: clamp(2.5rem, 2.5vw, 3.5rem);text-decoration: none;font-weight: 700;text-align: center;margin: 0;color: #fff;min-width: 9.375rem;padding: 0 2rem;background-color: transparent;border: 1px solid var(--primary);display: inline-block;position: relative;z-index: 1;box-sizing: border-box;}#cs-navigation .cs-button-solid:before {content: "";position: absolute;height: 100%;width: 0%;background: var(--primary);opacity: 1;top: 0;left: 0;z-index: -1;transition: width 0.3s;}#cs-navigation .cs-button-solid:hover:before {width: 100%;}}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}@keyframes fadeInUp {from {opacity: 0;transform: translateY(40px);}to {opacity: 1;transform: translateY(0);}}@keyframes fadeInLeft {from {opacity: 0;transform: translateX(-40px);}to {opacity: 1;transform: translateX(0);}}@keyframes fadeInRight {from {opacity: 0;transform: translateX(40px);}to {opacity: 1;transform: translateX(0);}}@keyframes scaleIn {from {opacity: 0;transform: scale(0.9);}to {opacity: 1;transform: scale(1);}}.animate-on-scroll {opacity: 0;transform: translateY(30px);will-change: opacity, transform;transition: opacity 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275);}.animate-on-scroll.is-visible {opacity: 1;transform: translateY(0) translateX(0) scale(1);}@keyframes kenBurnsEffectSlider {0% {transform: scale(1) translate(0, 0);}50% {transform: scale(1.15) translate(-2%, 2%);}100% {transform: scale(1) translate(0, 0);}}@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}@keyframes fadeInUp {from {opacity: 0;transform: translateY(30px);}to {opacity: 1;transform: translateY(0);}}@keyframes fadeInDown {from {opacity: 0;transform: translateY(-20px);}to {opacity: 1;transform: translateY(0);}}@keyframes scaleIn {from {opacity: 0;transform: scale(0.8);}to {opacity: 1;transform: scale(1);}}@keyframes drawCorner {from {opacity: 0;width: 0;height: 0;}to {opacity: 1;width: 35vw;height: 35vw;}}@keyframes drawCornerTopLeft {0% {opacity: 0;width: 0;height: 0;border-right-width: 2px;border-bottom-width: 2px;}50% {opacity: 1;width: 35vw;height: 0;border-right-width: 2px;border-bottom-width: 2px;}100% {opacity: 1;width: 35vw;height: 35vw;border-right-width: 0;border-bottom-width: 0;}}@keyframes drawCornerTopRight {0% {opacity: 0;width: 0;height: 0;border-left-width: 2px;border-bottom-width: 2px;}50% {opacity: 1;width: 35vw;height: 0;border-left-width: 2px;border-bottom-width: 2px;}100% {opacity: 1;width: 35vw;height: 35vw;border-left-width: 0;border-bottom-width: 0;}}@keyframes drawCornerBottomLeft {0% {opacity: 0;width: 0;height: 0;border-right-width: 2px;border-top-width: 2px;}50% {opacity: 1;width: 35vw;height: 0;border-right-width: 2px;border-top-width: 2px;}100% {opacity: 1;width: 35vw;height: 35vw;border-right-width: 0;border-top-width: 0;}}@keyframes drawCornerBottomRight {0% {opacity: 0;width: 0;height: 0;border-left-width: 2px;border-top-width: 2px;}50% {opacity: 1;width: 35vw;height: 0;border-left-width: 2px;border-top-width: 2px;}100% {opacity: 1;width: 35vw;height: 35vw;border-left-width: 0;border-top-width: 0;}}@keyframes kenBurns {0% {transform: scale(1.05) translate(0, 0);}50% {transform: scale(1.1) translate(-2%, 2%);}100% {transform: scale(1.05) translate(0, 0);}}@keyframes pulseChevron {0%, 100% {transform: scale(1);opacity: 0.7;}50% {transform: scale(1.15);opacity: 1;}}@media only screen and (min-width: 0rem) {#hero-1617 {padding: clamp(12.5rem, 25.95vw, 18.75em) 1rem clamp(10rem, 15vw, 15rem);overflow: hidden;position: relative;z-index: 1;display: flex;justify-content: center;align-items: center;height: 100vh;}#hero-1617 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 3rem;position: relative;z-index: 2;}#hero-1617 .cs-subtitle {font-size: clamp(1rem, 1.8vw, 1.25rem);font-weight: 400;color: #ffffff;margin-bottom: clamp(1rem, 2.5vw, 1.5rem);text-align: center;line-height: 1.6em;max-width: clamp(28rem, 50vw, 40rem);opacity: 0;animation: fadeInUp 1s ease-out 0.9s forwards;font-style: italic;}#hero-1617 .cs-content {--cornerWidth: 8.75rem;--cornerHeight: 8.75rem;width: 100%;max-width: 53.125rem;padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 3rem);box-sizing: border-box;display: flex;flex-direction: column;align-items: center;position: relative;z-index: 1;}#hero-1617 .cs-content:before {content: "";width: 35vw;max-width: var(--cornerWidth);height: 35vw;max-height: var(--cornerHeight);border: 2px solid #fff;border-right: none;border-bottom: none;opacity: 0;position: absolute;display: block;top: 0;left: 0;z-index: -1;animation: drawCornerTopLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;border-right-style: none;border-bottom-style: none;}#hero-1617 .cs-content:after {content: "";width: 35vw;max-width: var(--cornerWidth);height: 35vw;max-height: var(--cornerHeight);border: 2px solid #fff;border-left: none;border-bottom: none;opacity: 0;position: absolute;display: block;top: 0;right: 0;z-index: -1;animation: drawCornerTopRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;border-left-style: none;border-bottom-style: none;}#hero-1617 .cs-corners {height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: -1;}#hero-1617 .cs-corners:before {content: "";width: 35vw;max-width: var(--cornerWidth);height: 35vw;max-height: var(--cornerHeight);border: 2px solid #fff;border-right: none;border-top: none;opacity: 0;position: absolute;display: block;bottom: 0;left: 0;z-index: -1;animation: drawCornerBottomLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;border-right-style: none;border-top-style: none;}#hero-1617 .cs-corners:after {content: "";width: 35vw;max-width: var(--cornerWidth);height: 35vw;max-height: var(--cornerHeight);border: 2px solid #fff;border-left: none;border-top: none;opacity: 0;position: absolute;display: block;bottom: 0;right: 0;z-index: -1;animation: drawCornerBottomRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;border-left-style: none;border-top-style: none;}#hero-1617 .cs-topper {font-size: clamp(0.8125rem, 1.5vw, 1.25rem);line-height: 1.2em;font-weight: 500;letter-spacing: 0.1em;text-align: center;text-transform: uppercase;margin-bottom: 0.25rem;color: var(--primary);display: flex;justify-content: center;align-items: center;gap: 0.5rem;position: relative;opacity: 0;animation: fadeInDown 1s ease-out 0.3s forwards;}#hero-1617 .cs-chevron {--chevronColor: var(--primary);width: 3rem;height: auto;opacity: 0;animation: fadeInHeroContent 1s ease-out 0.4s forwards;}#hero-1617 .cs-title {font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);font-weight: 400;line-height: 1.2em;text-align: center;max-width: 51.8125rem;margin: 0 0 0 0;color: #fff;position: relative;opacity: 0;animation: fadeInUp 1s ease-out 0.5s forwards;}#hero-1617 .cs-text {font-size: clamp(1rem, 1.95vw, 1.25rem);line-height: 1.5em;text-align: center;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 auto 0;margin-bottom: 2rem;color: #fff;opacity: 0;animation: fadeInUp 1s ease-out 0.7s forwards;}#hero-1617 .cs-button-solid {font-size: 1rem;line-height: clamp(2.5rem, 2.5vw, 3.5rem);text-decoration: none;font-weight: 500;text-align: center;margin: 0;border: 2px solid #fff;color: #fff;min-width: 12.5rem;padding: 0 1.5rem;background: transparent;display: inline-block;position: relative;z-index: 1;box-sizing: border-box;opacity: 0;animation: fadeInUp 1s ease-out 1.1s forwards;}#hero-1617 .cs-button-solid:before {content: "";position: absolute;height: 100%;width: 0%;background: #fff;opacity: 1;top: 0;left: 0;z-index: -1;transition: width 0.3s, color 0.3s;}#hero-1617 .cs-button-solid:hover {color: #1a1a1a;}#hero-1617 .cs-button-solid:hover:before {width: 100%;}#hero-1617 .cs-background {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: -1;overflow: hidden;}#hero-1617 .cs-background img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;animation: kenBurnsEffectHero 25s ease-in-out infinite;}#hero-1617 .cs-background::before {content: "";width: 100%;height: 100%;background: #1a1a1a;opacity: 0;position: absolute;display: block;top: 0;left: 0;z-index: 1;pointer-events: none;animation: fadeInImageOverlay 1.5s ease-in 0.2s forwards;}#hero-1617 .cs-video-background {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;overflow: hidden;}#hero-1617 .cs-video-background video {position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;transform: translate(-50%, -50%);object-fit: cover;}#hero-1617 .cs-video-background::before {content: "";width: 100%;height: 100%;background: #1a1a1a;opacity: 0;position: absolute;display: block;top: 0;left: 0;z-index: 1;pointer-events: none;animation: fadeInVideoOverlay 1.5s ease-in 0.2s forwards;}@keyframes fadeInHeroContent {from {opacity: 0;}to {opacity: 1;}}@keyframes fadeInImageOverlay {from {opacity: 0;}to {opacity: 0.65;}}@keyframes fadeInVideoOverlay {from {opacity: 0;}to {opacity: 0.7;}}@keyframes kenBurnsEffectHero {0% {transform: scale(1.05) translate(0, 0);}50% {transform: scale(1.15) translate(-2%, 2%);}100% {transform: scale(1.05) translate(0, 0);}}}@media only screen and (min-width: 0rem) {#stats-hero {padding: var(--sectionPadding);background-color: #fff;position: relative;z-index: 1;}#stats-hero .cs-container {width: 100%;max-width: 75rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;gap: 2rem;}#stats-hero .cs-content {text-align: center;max-width: 1100px;width: 100%;}#stats-hero .cs-content .cs-title {text-transform: uppercase;letter-spacing: 0.08em;font-size: clamp(1.8rem, 4vw, 2.5rem);max-width: none;margin-bottom: 1rem;}#stats-hero .cs-content .cs-text.italic {font-style: italic;color: var(--bodyTextColor);font-size: clamp(0.9rem, 2.5vw, 1.1rem);margin-top: 1rem;margin-left: auto;margin-right: auto;line-height: 1.6;}#stats-hero .cs-stats {display: flex;justify-content: center;align-items: stretch;gap: 0rem;flex-wrap: wrap;width: 100%;max-width: 1000px;padding: 2.5rem;margin-top: 2rem;}#stats-hero .cs-item {flex: 1;min-width: 200px;text-align: center;padding: 1rem 2rem;position: relative;}#stats-hero .cs-item:first-child::before {content: "";position: absolute;top: 25%;left: 0;height: 50%;width: 1px;background-color: #ccc;}#stats-hero .cs-item:not(:last-child)::after {content: "";position: absolute;top: 25%;right: 0;height: 50%;width: 1px;background-color: #ccc;}#stats-hero .cs-item:last-child::after {content: "";position: absolute;top: 25%;right: 0;height: 50%;width: 1px;background-color: #ccc;}#stats-hero .cs-item .cs-number {font-size: clamp(1.75rem, 3vw, 2.25rem);font-weight: 600;color: var(--headerColor);margin-bottom: 0.5rem;display: block;}#stats-hero .cs-item .cs-label {font-size: clamp(0.8rem, 2vw, 1rem);color: var(--bodyTextColor);line-height: 1.3;}}@media (max-width: 767px) {#stats-hero .cs-container {gap: 1.5rem;}#stats-hero .cs-content .cs-title {font-size: 1.8rem;}#stats-hero .cs-content .cs-text.italic {font-size: 0.9rem;}#stats-hero .cs-stats {flex-direction: column;align-items: stretch;gap: 1.5rem;padding: 1.5rem 1rem;}#stats-hero .cs-item {flex: 1 1 100%;text-align: center;position: relative;padding: 1rem 2.5rem;}#stats-hero .cs-item::before, #stats-hero .cs-item:first-child::before {display: block;content: "";position: absolute;top: 25%;left: 1rem;height: 50%;width: 1px;background-color: #ccc;}#stats-hero .cs-item::after {display: block;content: "";position: absolute;top: 25%;right: 1rem;height: 50%;width: 1px;background-color: #ccc;}#stats-hero .cs-item .cs-number {font-size: 1.75rem;}#stats-hero .cs-item .cs-label {font-size: 0.9rem;}}#testimonials-1083 {padding: var(--sectionPadding, 6.25rem 1rem);background-color: #fdfdfd;position: relative;z-index: 1;}#testimonials-1083 .cs-container {width: 100%;max-width: 1280px;margin: 0 auto;display: flex;flex-direction: column;align-items: center;gap: clamp(2.5rem, 5vw, 3rem);}#testimonials-1083 .swiper-outer-container {width: 100%;max-width: 1200px;margin: 0 auto;position: relative;}#testimonials-1083 .mySwiper {width: 1084px;max-width: 100%;margin: 0 auto;overflow: hidden;padding: 1rem 1.25rem;box-sizing: border-box;}#testimonials-1083 .swiper-wrapper {align-items: stretch;}#testimonials-1083 .swiper-slide {display: flex;justify-content: center;align-items: stretch;height: auto;box-sizing: border-box;}#testimonials-1083 .cs-testimonial {width: 340px;max-width: 100%;background-color: #fff;padding: 2rem 1.5rem;box-sizing: border-box;text-align: center;border-radius: 6px;box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.07);display: flex;flex-direction: column;height: 100%;transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;}#testimonials-1083 .cs-testimonial .cs-text {font-style: italic;font-size: 1rem;line-height: 1.65;color: var(--bodyTextColor, #333);margin: 0 0 1.5rem 0;flex-grow: 1;}#testimonials-1083 .cs-testimonial .cs-author {font-weight: 600;font-size: 0.9rem;letter-spacing: 0.05em;color: var(--headerColor, #1a1a1a);margin-top: auto;padding-top: 1rem;}#testimonials-1083 .cs-testimonial:hover {transform: translateY(-8px) scale(1.04);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);z-index: 5;}#testimonials-1083 .cs-arrow {position: absolute;top: 50%;transform: translateY(-50%);background: none;color: #757575;border: none;font-size: 2.8rem;padding: 10px 15px;cursor: pointer;z-index: 20;transition: color 0.3s ease;}#testimonials-1083 .cs-arrow:hover {color: #333;}#testimonials-1083 .cs-arrow.cs-arrow--left {left: 10px;}#testimonials-1083 .cs-arrow.cs-arrow--right {right: 10px;}.swiper-button-prev::after, .swiper-button-next::after {display: none;}#testimonials-1083 .cs-button-solid {font-size: 1rem;text-decoration: none;font-weight: 500;text-align: center;border: 2px solid #1a1a1a;color: #1a1a1a;padding: 0.75rem 2rem;background: transparent;position: relative;z-index: 1;transition: background-color 0.3s, color 0.3s;}#testimonials-1083 .cs-button-solid:before {content: "";position: absolute;height: 100%;width: 0%;background: #1a1a1a;opacity: 1;top: 0;left: 0;z-index: -1;transition: width 0.3s;}#testimonials-1083 .cs-button-solid:hover {color: #fff;}#testimonials-1083 .cs-button-solid:hover:before {width: 100%;}@media (max-width: 767px) {#testimonials-1083 .mySwiper {width: 100%;}#testimonials-1083 .cs-testimonial {width: 100%;}#testimonials-1083 .cs-arrow {display: none;}}@media only screen and (min-width: 0rem) {#homes-available {padding: var(--sectionPadding);background-color: #f7f7f7;}#homes-available .cs-content .cs-topper.animate-on-scroll, #homes-available .cs-content .cs-title.animate-on-scroll, #homes-available .cs-content .cs-text.animate-on-scroll {transform: translateY(30px);}#homes-available .cs-grid .cs-card.animate-on-scroll {transform: translateY(50px);}#homes-available .cs-button.animate-on-scroll {transform: translateY(30px);}#homes-available .cs-card {background: #fff;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);overflow: hidden;transition: box-shadow 0.25s ease-out, transform 0.25s ease-out;}#homes-available .cs-card:hover {transform: translateY(-5px) scale(1.03);box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);z-index: 10;}#homes-available .cs-container {width: 100%;max-width: 1200px;margin: 0 auto;display: flex;flex-direction: column;align-items: center;gap: 3rem;}#homes-available .cs-content {text-align: center;max-width: 850px;}#homes-available .cs-content .cs-text.italic {font-style: italic;color: var(--bodyTextColor);}#homes-available .cs-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;width: 100%;}#homes-available .cs-card .cs-image {position: relative;height: 200px;overflow: hidden;}#homes-available .cs-card .cs-image img {width: 100%;height: 100%;object-fit: cover;display: block;}#homes-available .cs-card .cs-image .cs-badges {position: absolute;top: 1rem;left: 1rem;display: flex;flex-direction: column;gap: 0.5rem;}#homes-available .cs-card .cs-image .cs-badges .cs-badge, #homes-available .cs-card .cs-image .cs-badges .cs-mls {background-color: #1a1a1a;color: #fff;font-size: 0.75rem;font-weight: 600;padding: 0.25rem 0.5rem;border-radius: 3px;text-transform: uppercase;}#homes-available .cs-card .cs-info {padding: 1.5rem;}#homes-available .cs-card .cs-info .cs-price {font-weight: 700;font-size: 1.25rem;color: var(--headerColor);margin-bottom: 0.5rem;}#homes-available .cs-card .cs-info .cs-address {font-size: 1rem;color: var(--bodyTextColor);margin-bottom: 0.25rem;}#homes-available .cs-card .cs-info .cs-specs {font-size: 0.9rem;color: var(--bodyTextColor);opacity: 0.8;}#homes-available .cs-button {font-size: 1rem;font-weight: 500;padding: 0.75rem 2rem;background: transparent;border: 2px solid #1a1a1a;color: #1a1a1a;text-transform: uppercase;text-align: center;transition: all 0.3s ease;text-decoration: none;}#homes-available .cs-button:hover {background: #1a1a1a;color: #fff;}}@media only screen and (min-width: 0rem) {#about-agent {display: flex;justify-content: center;align-items: stretch;width: 100%;padding: 0;}#about-agent #about-agent .cs-text-content.animate-on-scroll {transform: translateY(40px);}#about-agent #about-agent .cs-image.animate-on-scroll {transform: scale(0.92);}#about-agent #about-agent .cs-text-content .cs-buttons .animate-on-scroll {transform: translateY(20px);}#about-agent .cs-container {display: flex;flex-direction: column;width: 100%;}#about-agent .cs-text-content {width: 100%;padding: clamp(3rem, 7vw, 5rem) clamp(1rem, 5vw, 3rem);background-color: #f7f7f7;display: flex;flex-direction: column;justify-content: center;align-items: center;box-sizing: border-box;}#about-agent .cs-text-content .cs-buttons {display: flex;flex-direction: column;align-items: stretch;width: 100%;gap: 1rem;margin-top: 2rem;}#about-agent .cs-text-content .cs-buttons .button-animation-wrapper {width: 100%;}#about-agent .cs-text-content .cs-btn-outline, #about-agent .cs-text-content .cs-btn-filled {display: block;width: 100%;box-sizing: border-box;font-size: 1rem;font-weight: 400;padding: 0.75rem 1.5rem;text-transform: uppercase;border: 2px solid #1a1a1a;transition: all 0.3s ease;text-decoration: none;text-align: center;}#about-agent .cs-text-content .cs-btn-outline {background: transparent;color: #1a1a1a;}#about-agent .cs-text-content .cs-btn-outline:hover {background: #1a1a1a;color: #fff;}#about-agent .cs-text-content .cs-btn-filled {background: #1a1a1a;color: #fff;}#about-agent .cs-text-content .cs-btn-filled:hover {background: var(--primary, #007bff);border-color: var(--primary, #007bff);}#about-agent .cs-image {width: 100%;height: 300px;}#about-agent .cs-image img {width: 100%;height: 100%;object-fit: cover;display: block;}}@media only screen and (min-width: 768px) {#about-agent .cs-container {flex-direction: row;}#about-agent .cs-text-content {width: 45%;align-items: flex-start;padding: clamp(4rem, 8vw, 6rem);}#about-agent .cs-text-content .cs-buttons {flex-direction: row;width: auto;align-items: center;}#about-agent .cs-text-content .cs-buttons .button-animation-wrapper {width: auto;}#about-agent .cs-text-content .cs-buttons .cs-btn-outline, #about-agent .cs-text-content .cs-buttons .cs-btn-filled {width: auto;}#about-agent .cs-image {width: 55%;height: auto;}}@media only screen and (min-width: 0rem) {#values-101 {padding: var(--sectionPadding);background: #fff;}#values-101 #values-101 .cs-content .cs-topper.animate-on-scroll, #values-101 #values-101 .cs-content .cs-title.animate-on-scroll, #values-101 #values-101 .cs-content .cs-text.animate-on-scroll {transform: translateY(30px);}#values-101 #values-101 .cs-card-group .cs-card.animate-on-scroll {transform: scale(0.92) translateY(20px);}#values-101 .cs-container {width: 100%;max-width: 80rem;margin: 0 auto;display: flex;flex-direction: column;align-items: center;text-align: center;}#values-101 .cs-content {max-width: 56.25rem;margin-bottom: clamp(3rem, 6vw, 4rem);}#values-101 .cs-title {letter-spacing: 0.1em;}#values-101 .cs-card-group {display: flex;flex-direction: column;gap: 2rem;width: 100%;}#values-101 .cs-card {position: relative;display: block;overflow: hidden;border-radius: 0.25rem;box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);text-decoration: none;height: 18rem;}#values-101 .cs-card img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.4s ease;display: block;}#values-101 .cs-card .cs-card-title {position: absolute;bottom: 1.5rem;left: 50%;transform: translateX(-50%);font-size: 1.25rem;font-weight: 500;text-transform: uppercase;color: #fff;letter-spacing: 0.05em;text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);z-index: 2;}#values-101 .cs-card::after {content: "";position: absolute;inset: 0;background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 20%, transparent 60%);z-index: 1;}#values-101 .cs-card:hover img {transform: scale(1.05);}}@media only screen and (min-width: 768px) {#values-101 .cs-card-group {flex-direction: row;justify-content: center;}#values-101 .cs-card {flex: 1 1 30%;height: 22rem;}}@media only screen and (min-width: 0rem) {#featured-slider-101 {position: relative;width: 100%;height: 90vh;overflow: hidden;}#featured-slider-101 .cs-slider {width: 100%;height: 100%;position: relative;}#featured-slider-101 .cs-slide {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transform: translateX(100%);transition: transform 0.8s ease-in-out, opacity 0.6s ease-in-out;display: flex;align-items: flex-end;padding: 3rem;color: white;z-index: 0;overflow: hidden;}#featured-slider-101 .cs-slide .cs-slide-bg-img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;}#featured-slider-101 .cs-slide.active {transform: translateX(0%);opacity: 1;z-index: 1;}#featured-slider-101 .cs-slide.exit-left {transform: translateX(-100%);opacity: 0;z-index: 0;}#featured-slider-101 .cs-slide.exit-right {transform: translateX(100%);opacity: 0;z-index: 0;}#featured-slider-101 .cs-slide.enter-left {transform: translateX(-100%);opacity: 0;}#featured-slider-101 .cs-slide.enter-right {transform: translateX(100%);opacity: 0;}#featured-slider-101 .cs-slide .cs-info {padding: 2rem;border-radius: 0.25rem;max-width: 500px;position: relative;z-index: 1;background-color: rgba(0, 0, 0, 0.65);}#featured-slider-101 .cs-slide .cs-info .cs-topper {font-size: var(--topperFontSize);color: #fff;text-transform: uppercase;font-weight: 600;display: block;margin-bottom: 0.5rem;}#featured-slider-101 .cs-slide .cs-info .cs-address {color: #fff;font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 700;margin: 0;}#featured-slider-101 .cs-slide .cs-info .cs-meta {color: #fff;font-style: italic;margin: 0.75rem 0 1.5rem;font-size: 1rem;}#featured-slider-101 .cs-slide .cs-info .cs-button {background: transparent;border: 2px solid white;color: white;padding: 0.75rem 1.5rem;text-decoration: none;font-size: 0.9rem;transition: background 0.3s, color 0.3s;display: inline-block;}#featured-slider-101 .cs-slide .cs-info .cs-button:hover {background: white;color: black;}#featured-slider-101 .cs-arrow {position: absolute;top: 50%;transform: translateY(-50%);background: rgba(0, 0, 0, 0.4);border: none;color: white;font-size: 2rem;padding: 0.5rem 1rem;cursor: pointer;z-index: 3;}#featured-slider-101 .cs-arrow.left {left: 1rem;}#featured-slider-101 .cs-arrow.right {right: 1rem;}#featured-slider-101 .cs-arrow:hover {background: rgba(0, 0, 0, 0.6);}}@media only screen and (max-width: 48rem) {#featured-slider-101 {height: 80vh;}#featured-slider-101 .cs-slide {padding: 1.5rem 1rem;}#featured-slider-101 .cs-slide .cs-info {max-width: calc(100% - 2rem);margin-left: 0;margin-right: auto;padding: 1rem;background-color: rgba(0, 0, 0, 0.65);}#featured-slider-101 .cs-slide .cs-info .cs-topper {font-size: 0.8rem;margin-bottom: 0.25rem;}#featured-slider-101 .cs-slide .cs-info .cs-address {font-size: clamp(1.3rem, 4.5vw, 1.8rem);}#featured-slider-101 .cs-slide .cs-info .cs-meta {font-size: 0.85rem;margin: 0.5rem 0 1rem;}#featured-slider-101 .cs-slide .cs-info .cs-button {font-size: 0.8rem;padding: 0.6rem 1.2rem;}#featured-slider-101 .cs-arrow {font-size: 1.5rem;padding: 0.4rem 0.8rem;}#featured-slider-101 .cs-arrow.left {left: 0.5rem;}#featured-slider-101 .cs-arrow.right {right: 0.5rem;}}@media only screen and (min-width: 0rem) {#contact-1392 {padding: var(--sectionPadding);padding-bottom: 0;background-color: #f7f7f7;position: relative;z-index: 10;}#contact-1392 .cs-container {width: 100%;max-width: 36.5rem;margin: auto;display: flex;justify-content: center;align-items: stretch;flex-direction: column;column-gap: auto;gap: clamp(2rem, 3vw, 3rem);position: relative;}#contact-1392 .cs-content {text-align: left;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}#contact-1392 .cs-title {max-width: 23ch;}#contact-1392 .cs-text {margin-bottom: 1rem;}#contact-1392 .cs-text:last-of-type {margin-bottom: 2rem;}#contact-1392 .cs-ul {text-align: left;width: 100%;margin: 0;padding: 0;box-sizing: border-box;display: flex;flex-direction: column;align-items: flex-start;gap: 1.5rem;position: relative;}#contact-1392 .cs-li {list-style: none;display: flex;justify-content: flex-start;align-items: flex-start;gap: 1.25rem;}#contact-1392 .cs-li:hover .cs-icon-wrapper {transform: scale(1.1);}#contact-1392 .cs-header {font-size: 1.25rem;font-weight: 400;line-height: 1.2em;margin-bottom: 0.75rem;color: var(--headerColor);display: block;}#contact-1392 .cs-link {font-size: 1rem;line-height: 1.5em;text-decoration: none;color: #767676;display: block;position: relative;}#contact-1392 .cs-link:hover {text-decoration: underline;}#contact-1392 .cs-icon-wrapper {width: 3.75rem;height: 3.75rem;margin: 0;border: 1px solid #bababa;display: flex;justify-content: center;align-items: center;flex: none;transition: transform 0.3s;}#contact-1392 .cs-icon {width: 1.5rem;height: auto;display: block;}#contact-1392 .cs-form {width: 100%;max-width: 39.375rem;margin-bottom: calc(clamp(1.875rem, 7vw, 6.25rem) * -1);padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem);box-sizing: border-box;background-color: #fff;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;gap: 0.75rem;}#contact-1392 .cs-h3 {font-size: clamp(1.25rem, 3vw, 2.4375rem);line-height: 1.2em;font-weight: 700;margin: 0 0 0.25rem 0;color: var(--headerColor);}#contact-1392 .cs-label {font-size: clamp(0.875rem, 1.5vw, 1rem);width: 100%;color: var(--headerColor);display: flex;flex-direction: column;justify-content: center;align-items: flex-start;gap: 0.25rem;}#contact-1392 .cs-input {font-size: 1rem;width: 100%;height: 3.5rem;padding: 0;padding-left: 1.5rem;color: var(--headerColor);background-color: #f7f7f7;border: none;box-sizing: border-box;}#contact-1392 .cs-input::placeholder {color: #7d799c;opacity: 0.6;}#contact-1392 .cs-textarea {min-height: 7.5rem;padding-top: 1.5rem;margin-bottom: 0.75rem;font-family: inherit;}#contact-1392 .cs-button-solid {font-size: 1rem;line-height: 3.5rem;text-decoration: none;font-weight: 700;overflow: hidden;margin: 0;color: #fff;padding: 0 3rem;background-color: var(--primary);display: inline-block;position: relative;z-index: 1;transition: color 0.3s;}#contact-1392 .cs-button-solid:before {content: "";position: absolute;display: block;height: 100%;width: 0%;background: #1a1a1a;opacity: 1;top: 0;left: 0;z-index: -1;transition: width 0.3s;}#contact-1392 .cs-button-solid:hover {color: var(--primary);}#contact-1392 .cs-button-solid:hover:before {width: 100%;}#contact-1392 .cs-submit {width: 100%;min-width: 12.5rem;border: none;}#contact-1392 .cs-submit:hover {color: #fff;cursor: pointer;}}@media only screen and (min-width: 48rem) {#contact-1392 .cs-container {max-width: 80rem;flex-direction: row;justify-content: space-between;}#contact-1392 .cs-content {width: 47%;flex: none;}#contact-1392 .cs-submit {width: auto;}}@media only screen and (min-width: 64rem) {#contact-1392 .cs-form {width: 46%;max-width: 36.125rem;}#contact-1392 .cs-submit {width: auto;}}@media only screen and (min-width: 93.75rem) {#contact-1392 .cs-graphic {display: block;}}@media only screen and (min-width: 0rem) {#footer-1392 {padding: var(--sectionPadding);padding-top: clamp(5rem, 7vw, 6.25rem);background-color: #1a1a1a;position: relative;z-index: 1;}#footer-1392 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;}#footer-1392 .cs-top {width: 100%;margin-bottom: 2.5rem;padding-bottom: clamp(1.5rem, 5vw, 4rem);border-bottom: 1px solid #484848;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: clamp(1.25rem, 4vw, 2.5rem);}#footer-1392 .cs-ul {margin: 0;padding: 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;row-gap: 0.5rem;column-gap: clamp(1.5rem, 4vw, 2.25rem);}#footer-1392 .cs-li {list-style: none;}#footer-1392 .cs-link {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;text-decoration: none;margin: 0;color: #bababa;display: block;transition: color 0.3s;}#footer-1392 .cs-link:hover {color: var(--primary);}#footer-1392 .cs-logo {width: 100%;max-width: 13.0625rem;height: auto;display: block;}#footer-1392 .cs-logo-img {width: 100%;height: auto;display: block;}#footer-1392 .cs-bottom {width: 100%;display: flex;flex-direction: column;align-items: center;gap: 1rem;}#footer-1392 .cs-social {margin: 0;padding: 0;display: flex;justify-content: center;align-items: center;gap: 0.5rem;}#footer-1392 .cs-social-li {list-style: none;}#footer-1392 .cs-social-link {width: 2rem;height: 2rem;background-color: #484848;border-radius: 50%;display: flex;justify-content: center;align-items: center;transition: background-color 0.3s;}#footer-1392 .cs-social-link:hover {background-color: var(--primary);}#footer-1392 .cs-social-link:hover .cs-social-icon {filter: grayscale(1) brightness(1000%);opacity: 1;}#footer-1392 .cs-social-icon {width: 0.75rem;height: auto;display: block;opacity: 0.6;transition: opacity 0.3s;}#footer-1392 .cs-copyright {font-size: 1rem;color: #bababa;line-height: 1.5em;margin: 0;display: block;}#footer-1392 .cs-copyright-link, #footer-1392 .cs-separater {font-size: 1rem;text-decoration: none;color: #bababa;transition: color 0.3s;}#footer-1392 .cs-copyright-link:hover, #footer-1392 .cs-separater:hover {color: var(--primary);}#footer-1392 .cs-separater {margin: 0 1rem;display: inline-block;}}@media only screen and (min-width: 48rem) {#footer-1392 .cs-top {align-items: flex-start;}#footer-1392 .cs-bottom {flex-direction: row;justify-content: center;}#footer-1392 .cs-flex {margin: 0 auto;}#footer-1392 .cs-social {order: 3;}}