/* [project]/src/app/landing.module.scss.module.css [app-client] (css) */
.landing-module-scss-module__u68hWW__fold4 {
  position: relative;
}

.landing-module-scss-module__u68hWW__fold7 {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .landing-module-scss-module__u68hWW__fold7 {
    margin-top: 25px;
  }
}

/* [project]/src/components/hero/herovideo.module.scss.module.css [app-client] (css) */
.herovideo-module-scss-module__11nC8W__hero, .herovideo-module-scss-module__11nC8W__full {
  width: 100%;
}

.herovideo-module-scss-module__11nC8W__contained {
  margin: 40px auto 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .herovideo-module-scss-module__11nC8W__contained {
    margin: 0 auto;
  }
}

.herovideo-module-scss-module__11nC8W__contained .herovideo-module-scss-module__11nC8W__videoWrap {
  border-radius: 22px;
}

.herovideo-module-scss-module__11nC8W__videoWrap {
  width: 100%;
  height: var(--hero-video-height, 100vh);
  border-radius: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .herovideo-module-scss-module__11nC8W__videoWrap {
    height: var(--hero-video-height-mobile, var(--hero-video-height, 100vh));
  }
}

.herovideo-module-scss-module__11nC8W__parallaxLayer {
  will-change: transform;
  position: absolute;
  inset: -12% 0;
  transform: translate3d(0, 0, 0);
}

.herovideo-module-scss-module__11nC8W__video {
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.herovideo-module-scss-module__11nC8W__overlay {
  z-index: 1;
  opacity: .35;
  background: linear-gradient(#4e4e4e 0%, #1c1c1c 100%);
  position: absolute;
  inset: 0;
}

.herovideo-module-scss-module__11nC8W__heroHeadingWrap {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  display: flex;
  position: absolute;
  inset: 0;
}

.herovideo-module-scss-module__11nC8W__heroTitle {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 10px 26px #00000059;
  margin: 0;
  font-family: Ahganirya, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 767.98px) {
  .herovideo-module-scss-module__11nC8W__heroTitle {
    font-size: 28px;
    line-height: 1.4;
  }
}

.herovideo-module-scss-module__11nC8W__heroCtaWrap {
  z-index: 2;
  position: absolute;
  bottom: 189px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .herovideo-module-scss-module__11nC8W__heroCtaWrap {
    bottom: 350px;
  }
}

.herovideo-module-scss-module__11nC8W__heroCta {
  color: #124035;
  background: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  font-family: Futura PT, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
  box-shadow: 0 8px 20px #0003;
}

@media (max-width: 767.98px) {
  .herovideo-module-scss-module__11nC8W__heroCta {
    padding: 0 24px;
    font-size: 20px;
  }
}

.herovideo-module-scss-module__11nC8W__heroCta:hover {
  opacity: .9;
}

.herovideo-module-scss-module__11nC8W__playButton {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  z-index: 2;
  background: #ffffff26;
  border: 2px solid #ffffffbf;
  border-radius: 999px;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.herovideo-module-scss-module__11nC8W__playIcon {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

/* [project]/src/components/LuxuryIntro/serenitySection.module.scss.module.css [app-client] (css) */
.serenitySection-module-scss-module__oP1zfG__section {
  background: #fff;
  width: 100%;
}

.serenitySection-module-scss-module__oP1zfG__container {
  width: 92%;
  margin: 0 auto;
}

.serenitySection-module-scss-module__oP1zfG__inner {
  padding-top: clamp(40px, 2.125vw + 33.2px, 74px);
  padding-bottom: clamp(32px, 1.875vw + 26px, 62px);
}

.serenitySection-module-scss-module__oP1zfG__content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.serenitySection-module-scss-module__oP1zfG__heading {
  color: #124035;
  letter-spacing: .05em;
  margin: 0;
  font-family: Ahganirya, serif;
  font-size: clamp(30px, .125vw + 29.6px, 32px);
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 767.98px) {
  .serenitySection-module-scss-module__oP1zfG__heading {
    padding: 0 2.2rem;
    font-size: 20px;
  }
}

.serenitySection-module-scss-module__oP1zfG__copyWrap {
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: clamp(10px, 1.25vw + 6px, 30px);
  display: flex;
}

.serenitySection-module-scss-module__oP1zfG__copy {
  color: #585656cc;
  letter-spacing: -.5px;
  margin: 0;
  font-family: Garamond, Georgia, serif;
  font-size: clamp(24px, .375vw + 22.8px, 30px);
  font-weight: 400;
  line-height: clamp(23px, 1.375vw + 18.6px, 45px);
}

@media (max-width: 767.98px) {
  .serenitySection-module-scss-module__oP1zfG__copy {
    font-size: 20px;
    line-height: 28px;
  }
}

.serenitySection-module-scss-module__oP1zfG__copySecond {
  margin-top: clamp(10px, .375vw + 8.8px, 16px);
}

/* [project]/src/components/landingProductFeature/LandingProductFeature.module.scss.module.css [app-client] (css) */
.LandingProductFeature-module-scss-module__0VHJQa__section {
  background: #fff;
}

.LandingProductFeature-module-scss-module__0VHJQa__brownWrap {
  background: #b18d80;
  border-radius: 34px;
  width: 100%;
  padding-top: clamp(28px, 4.25vw + 14.4px, 96px);
  padding-bottom: clamp(28px, .25vw + 27.2px, 32px);
}

.LandingProductFeature-module-scss-module__0VHJQa__inner {
  width: 90%;
  margin: 0 auto;
}

.LandingProductFeature-module-scss-module__0VHJQa__videoCard {
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.LandingProductFeature-module-scss-module__0VHJQa__desktopVideo {
  display: none;
}

@media (min-width: 1024px) {
  .LandingProductFeature-module-scss-module__0VHJQa__desktopVideo {
    display: block;
  }
}

.LandingProductFeature-module-scss-module__0VHJQa__mobileVideo {
  display: block;
}

@media (min-width: 1024px) {
  .LandingProductFeature-module-scss-module__0VHJQa__mobileVideo {
    display: none;
  }
}

.LandingProductFeature-module-scss-module__0VHJQa__video {
  width: 100%;
  height: auto;
  display: block;
}

.LandingProductFeature-module-scss-module__0VHJQa__videoRatio {
  aspect-ratio: 9 / 16;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .LandingProductFeature-module-scss-module__0VHJQa__videoRatio {
    aspect-ratio: 4 / 5;
  }
}

.LandingProductFeature-module-scss-module__0VHJQa__videoCover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.LandingProductFeature-module-scss-module__0VHJQa__downloadBtn {
  color: #9b7a70;
  background: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: clamp(7px, .3125vw + 6px, 12px) clamp(16px, 1vw + 12.8px, 32px);
  font-family: Futura PT, sans-serif;
  font-size: clamp(14px, 1.125vw + 10.4px, 32px);
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-flex;
  position: absolute;
  top: clamp(16px, 2.875vw + 6.8px, 62px);
  right: clamp(16px, 2.875vw + 6.8px, 62px);
}

.LandingProductFeature-module-scss-module__0VHJQa__downloadBtn:hover {
  opacity: .9;
}

.LandingProductFeature-module-scss-module__0VHJQa__desktopPillWrap {
  display: none;
  position: absolute;
  bottom: clamp(44px, 1.3125vw + 39.8px, 65px);
  left: clamp(44px, 1.3125vw + 39.8px, 65px);
  right: clamp(44px, 1.3125vw + 39.8px, 65px);
}

@media (min-width: 768px) {
  .LandingProductFeature-module-scss-module__0VHJQa__desktopPillWrap {
    display: block;
  }
}

.LandingProductFeature-module-scss-module__0VHJQa__pill {
  color: #a98477;
  background: #fff;
  border-radius: 9999px;
  justify-content: space-between;
  align-items: center;
  padding: clamp(12px, .5vw + 10.4px, 20px) clamp(32px, .5vw + 30.4px, 40px);
  font-family: Ahganirya, serif;
  font-size: clamp(20px, .75vw + 17.6px, 32px);
  font-weight: 400;
  display: flex;
  box-shadow: 0 6px 18px #0000001f;
}

.LandingProductFeature-module-scss-module__0VHJQa__pillItem {
  text-align: center;
  font-family: Futura PT, sans-serif;
}

.LandingProductFeature-module-scss-module__0VHJQa__mobilePillWrap {
  margin-top: clamp(20px, .25vw + 19.2px, 24px);
  display: block;
}

@media (min-width: 768px) {
  .LandingProductFeature-module-scss-module__0VHJQa__mobilePillWrap {
    display: none;
  }
}

.LandingProductFeature-module-scss-module__0VHJQa__pillMobile {
  color: #a98477;
  background: #fff;
  border-radius: 9999px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: clamp(16px, .892857vw + 13.1429px, 20px) clamp(24px, 1.78571vw + 18.2857px, 32px);
  font-family: Ahganirya, serif;
  font-size: clamp(14px, 1.33929vw + 9.71429px, 20px);
  font-weight: 400;
  display: flex;
  box-shadow: 0 6px 18px #0000001f;
}

.LandingProductFeature-module-scss-module__0VHJQa__amenitiesWrap {
  margin-top: clamp(24px, .5vw + 22.4px, 32px);
}

.LandingProductFeature-module-scss-module__0VHJQa__amenitiesGrid {
  text-align: center;
  color: #fff;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, .125vw + 37.6px, 40px);
  display: grid;
}

@media (min-width: 768px) {
  .LandingProductFeature-module-scss-module__0VHJQa__amenitiesGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.LandingProductFeature-module-scss-module__0VHJQa__amenity {
  padding: 0 8px;
}

.LandingProductFeature-module-scss-module__0VHJQa__amenityIcon {
  object-fit: contain;
  width: auto;
  height: clamp(40px, 1.5vw + 35.2px, 64px);
  margin: 0 auto;
  display: block;
}

p.LandingProductFeature-module-scss-module__0VHJQa__amenityTitle {
  color: #fff;
  margin-top: clamp(12px, .25vw + 11.2px, 16px);
  font-family: Garamond, Georgia, serif;
  font-size: clamp(14px, .875vw + 11.2px, 28px);
  font-weight: 400;
  line-height: 1.25;
}

/* [project]/src/components/LandingCraftedAndEffortlessSection/LandingCraftedAndEffortlessSection.module.scss.module.css [app-client] (css) */
.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__leafBg {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 0;
  opacity: 1;
  width: clamp(260px, 29.7735vw + 148.35px, 720px);
  position: absolute;
  top: -20px;
  right: 0;
}

@media (max-width: 767.98px) {
  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__leafBg {
    top: -130px;
  }
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__inner {
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  padding-top: clamp(20px, 1.94175vw + 12.7184px, 50px);
  padding-bottom: clamp(24px, 1.35922vw + 18.9029px, 45px);
  position: relative;
}

@media (max-width: 767.98px) {
  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__top {
  text-align: center;
  max-width: none;
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__heading {
  color: #114135;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Futura PT, sans-serif;
  font-size: clamp(30px, 1.2945vw + 25.1456px, 50px);
  font-weight: 600;
  line-height: 1.08;
}

@media (max-width: 767.98px) {
  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__heading {
    padding: 0 4rem;
    font-size: 20px;
  }
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__copy {
  max-width: none;
  font-family: var(--font-body);
  color: #585656;
  margin: clamp(0px, 1.94175vw - 7.28155px, 30px) auto 30px;
  font-size: clamp(28px, .12945vw + 27.5146px, 30px);
  font-weight: 400;
  line-height: clamp(30px, .970874vw + 26.3592px, 45px);
}

@media (max-width: 767.98px) {
  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__copy {
    font-size: 20px;
    line-height: 28px;
  }
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__card {
  background: #ac8b7d;
  border-radius: clamp(18px, .38835vw + 16.5437px, 24px);
  margin-top: 55px;
  padding: clamp(32px, 1.8123vw + 25.2039px, 60px) clamp(24px, 1.0356vw + 20.1165px, 40px);
}

@media (max-width: 767.98px) {
  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__card {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cardTitleRow {
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__dotsLeft, .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__dotsRight {
  flex-shrink: 0;
  width: auto;
  height: clamp(12px, .38835vw + 10.5437px, 18px);
  display: block;
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__dotsRight {
  transform: translateY(2px);
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cardTitle {
  text-align: center;
  color: #fff;
  font-family: var(--font-button);
  letter-spacing: 0;
  font-size: clamp(30px, 1.94175vw + 22.7184px, 60px);
  font-weight: 600;
  line-height: 1.06;
}

@media (max-width: 767.98px) {
  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cardTitle {
    font-size: 20px;
  }
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__gridWrap {
  padding-top: clamp(32px, 1.8123vw + 25.2039px, 60px);
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

@media (min-width: 768px) {
  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__hideOnMobile {
    display: none !important;
  }
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cell {
  text-align: center;
  color: #fff;
  border-right: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: clamp(24px, 1.0356vw + 20.1165px, 40px) 12px;
  display: flex;
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cell:nth-child(odd) {
  border-right: 2px solid #ffffff8c;
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cell {
  border-bottom: 2px solid #ffffff8c;
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cell:nth-child(n+7) {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cell {
    border-right: 2px solid #fff9;
  }

  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cell:nth-child(4n) {
    border-right: 0;
  }

  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cell {
    border-bottom: 2px solid #fff9;
  }

  .LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__cell:nth-child(n+5) {
    border-bottom: 0;
  }
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__iconWrap {
  margin-bottom: clamp(12px, .517799vw + 10.0583px, 20px);
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__icon {
  object-fit: contain;
  width: auto;
  height: clamp(32px, 1.5534vw + 26.1748px, 56px);
}

.LandingCraftedAndEffortlessSection-module-scss-module__hyDydW__itemTitle {
  white-space: pre-line;
  font-family: var(--font-body);
  letter-spacing: 0;
  color: #fff;
  opacity: .95;
  font-size: clamp(16px, .906149vw + 12.6019px, 30px);
  font-weight: 400;
  line-height: 1.15;
}

/* [project]/src/components/meetDesigner/MeetDesigner.module.scss.module.css [app-client] (css) */
.MeetDesigner-module-scss-module__uQpsiq__designerSection {
  background: #114135;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5em 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__designerSection {
    min-height: auto;
    padding: 60px 30px;
  }
}

@media (max-width: 767.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__designerSection {
    padding: 50px 20px;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__backgroundShapes {
  pointer-events: none;
  opacity: 1;
  background-image: url("/images/brand-bg.svg");
  background-position: 55% 45%;
  background-repeat: no-repeat;
  background-size: 450px;
  position: absolute;
  inset: 0;
}

.MeetDesigner-module-scss-module__uQpsiq__backgroundShapes .MeetDesigner-module-scss-module__uQpsiq__shape1, .MeetDesigner-module-scss-module__uQpsiq__backgroundShapes .MeetDesigner-module-scss-module__uQpsiq__shape2, .MeetDesigner-module-scss-module__uQpsiq__backgroundShapes .MeetDesigner-module-scss-module__uQpsiq__shape3 {
  filter: blur(80px);
  background: #ffffff08;
  border-radius: 50%;
  position: absolute;
}

.MeetDesigner-module-scss-module__uQpsiq__backgroundShapes .MeetDesigner-module-scss-module__uQpsiq__shape1 {
  width: 500px;
  height: 500px;
  animation: 25s ease-in-out infinite MeetDesigner-module-scss-module__uQpsiq__float;
  top: -200px;
  left: -100px;
}

.MeetDesigner-module-scss-module__uQpsiq__backgroundShapes .MeetDesigner-module-scss-module__uQpsiq__shape2 {
  width: 500px;
  height: 500px;
  animation: 20s ease-in-out infinite reverse MeetDesigner-module-scss-module__uQpsiq__float;
  bottom: -150px;
  right: -150px;
}

.MeetDesigner-module-scss-module__uQpsiq__backgroundShapes .MeetDesigner-module-scss-module__uQpsiq__shape3 {
  width: 400px;
  height: 400px;
  animation: 15s ease-in-out infinite MeetDesigner-module-scss-module__uQpsiq__pulse;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes MeetDesigner-module-scss-module__uQpsiq__float {
  0%, 100% {
    transform: translate(0);
  }

  50% {
    transform: translate(30px, -30px);
  }
}

@keyframes MeetDesigner-module-scss-module__uQpsiq__pulse {
  0%, 100% {
    opacity: .03;
    transform: translate(-50%, -50%)scale(1);
  }

  50% {
    opacity: .06;
    transform: translate(-50%, -50%)scale(1.2);
  }
}

.MeetDesigner-module-scss-module__uQpsiq__container {
  z-index: 2;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 45px;
  width: 100%;
  padding: 0 0 0 52px;
  display: grid;
  position: relative;
}

@media (max-width: 1279.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__container {
    gap: 50px;
    padding: 0;
  }
}

@media (max-width: 1023.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__leftContent {
  color: #fff;
  position: relative;
}

@media (max-width: 1023.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__leftContent {
    max-width: 700px;
    margin: 0 auto;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__head {
  flex-direction: row;
  gap: 18px;
  margin-bottom: 22px;
  display: flex;
}

@media (max-width: 1023.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__head {
    gap: 14px;
    margin-bottom: 18px;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__lineRow {
  align-items: flex-start;
  gap: 35px;
  display: grid;
}

@media (max-width: 1023.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__lineRow {
    flex-direction: column;
    gap: 10px;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__mainTitle {
  letter-spacing: -1px;
  white-space: nowrap;
  margin: 0;
  font-size: clamp(52px, 2.5vw + 16px, 64px);
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1279.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__mainTitle {
    font-size: 3.8rem;
  }
}

@media (max-width: 1023.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__mainTitle {
    font-size: 3.2rem;
  }
}

@media (max-width: 767.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__mainTitle {
    white-space: normal;
    font-size: 2.8rem;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__highlight {
  letter-spacing: -2px;
  white-space: nowrap;
  margin: -75px 0 0;
  font-size: clamp(72px, 5.83333vw - 12px, 100px);
  font-weight: 600;
  line-height: .95;
}

@media (max-width: 1279.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__highlight {
    font-size: 6rem;
  }
}

@media (max-width: 1023.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__highlight {
    font-size: 5.2rem;
  }
}

@media (max-width: 767.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__highlight {
    white-space: normal;
    margin-top: 0;
    font-size: 4.2rem;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__topDescription {
  color: #fffffff2;
  margin: 0;
  font-size: clamp(28px, 2.5vw - 8px, 40px);
  font-weight: 400;
  line-height: 45px;
}

@media (min-width: 1024px) {
  .MeetDesigner-module-scss-module__uQpsiq__topDescription {
    text-align: justify;
  }
}

@media (max-width: 1023.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__topDescription {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__topDescription {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__bottomDescription {
  color: #ffffffe6;
  text-align: justify;
  letter-spacing: .5px;
  margin: 0;
  font-size: clamp(28px, 2.5vw - 8px, 40px);
  line-height: 45px;
}

@media (max-width: 1023.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__bottomDescription {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__bottomDescription {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__rightContent {
  margin-right: calc(50% - 30vw);
}

@media (max-width: 1023.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__rightContent {
    max-width: 500px;
    margin: 0;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__imageCard {
  border-radius: 28px;
  width: 100%;
  transition: all .5s cubic-bezier(.22, .61, .36, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px #0006;
}

@media (max-width: 767.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__imageCard {
    border-radius: 16px;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__imageWrapper {
  aspect-ratio: 10 / 6;
  background: #1a1a1a;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.MeetDesigner-module-scss-module__uQpsiq__designerImage {
  object-fit: cover;
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.MeetDesigner-module-scss-module__uQpsiq__infoOverlay {
  background-blend-mode: multiply;
  color: #fff;
  background: linear-gradient(#40404000 -2.06%, #404040 99.68%);
  padding: 40px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__infoOverlay {
    padding: 30px 20px;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__designerName {
  margin: 0 0 12px;
  font-size: clamp(36px, 1.875vw + 9px, 45px);
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__designerName {
    font-size: 2rem;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__designerRole {
  color: #fff;
  margin: 0;
  font-family: Futura PT, sans-serif;
  font-size: clamp(24px, 1.66667vw - .00000190735px, 32px);
}

@media (max-width: 767.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__designerRole {
    font-size: 1rem;
  }
}

.MeetDesigner-module-scss-module__uQpsiq__headDesktop {
  display: block;
}

.MeetDesigner-module-scss-module__uQpsiq__headMobile {
  display: none;
}

@media (max-width: 767.98px) {
  .MeetDesigner-module-scss-module__uQpsiq__headDesktop {
    display: none;
  }

  .MeetDesigner-module-scss-module__uQpsiq__headMobile {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
    display: flex;
  }

  .MeetDesigner-module-scss-module__uQpsiq__container {
    flex-direction: column;
    gap: 28px;
    display: flex;
  }

  .MeetDesigner-module-scss-module__uQpsiq__rightContent {
    order: 1;
    width: 100%;
  }

  .MeetDesigner-module-scss-module__uQpsiq__leftContent {
    order: 2;
    width: 100%;
  }
}

/* [project]/src/components/OurPhilosophy/OurPhilosophy.module.scss.module.css [app-client] (css) */
.OurPhilosophy-module-scss-module__p9o9XG__section {
  isolation: isolate;
  background: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.OurPhilosophy-module-scss-module__p9o9XG__inner {
  padding-top: clamp(45px, 3.125vw - .0000038147px, 60px);
  padding-bottom: clamp(50px, 5.83333vw - 34px, 78px);
  position: relative;
}

@media (max-width: 767.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__inner {
    padding-top: 36px;
    padding-bottom: 44px;
  }
}

@media (max-width: 575.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__inner {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

@media (max-width: 359.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__inner {
    padding-top: 30px;
    padding-bottom: 38px;
  }
}

.OurPhilosophy-module-scss-module__p9o9XG__bgLeft, .OurPhilosophy-module-scss-module__p9o9XG__bgRight {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 1;
  z-index: -1;
  width: clamp(350px, 52.0833vw - 400px, 600px);
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__bgLeft, .OurPhilosophy-module-scss-module__p9o9XG__bgRight {
    width: 440px;
  }
}

@media (max-width: 575.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__bgLeft, .OurPhilosophy-module-scss-module__p9o9XG__bgRight {
    width: 320px;
  }
}

.OurPhilosophy-module-scss-module__p9o9XG__bgLeft {
  left: 0;
  transform: translate(-50%, -50%);
}

.OurPhilosophy-module-scss-module__p9o9XG__bgRight {
  right: 0;
  transform: translate(50%, -50%);
}

.OurPhilosophy-module-scss-module__p9o9XG__container {
  z-index: 1;
  text-align: center;
  width: 92%;
  max-width: none;
  margin: 0 auto;
  position: relative;
}

.OurPhilosophy-module-scss-module__p9o9XG__title {
  color: #000;
  letter-spacing: .05em;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Futura PT, sans-serif;
  font-size: clamp(52px, 1.66667vw + 28px, 60px);
  font-weight: 600;
  line-height: 1.1;
}

@media (max-width: 767.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__title {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__title {
    font-size: 34px;
  }
}

@media (max-width: 359.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__title {
    font-size: 32px;
  }
}

.OurPhilosophy-module-scss-module__p9o9XG__subtitle {
  color: #114135;
  letter-spacing: 0;
  margin-top: 16px;
  font-family: Futura PT, sans-serif;
  font-size: clamp(34px, 1.25vw + 16px, 40px);
  font-weight: 400;
  line-height: 1.15;
}

@media (max-width: 767.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__subtitle {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__subtitle {
    font-size: 18px;
  }
}

.OurPhilosophy-module-scss-module__p9o9XG__copy {
  margin-top: 16px;
}

.OurPhilosophy-module-scss-module__p9o9XG__copy p {
  color: #000;
  margin-top: 0;
  font-family: Garamond, Georgia, serif;
  font-size: clamp(30px, 2.08333vw - .00000190735px, 40px);
  font-weight: 400;
  line-height: clamp(40px, 1.04167vw + 25px, 45px);
}

.OurPhilosophy-module-scss-module__p9o9XG__copy p p + p {
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__copy p {
    font-size: 20px;
    line-height: 28px;
  }

  .OurPhilosophy-module-scss-module__p9o9XG__copy p p + p {
    margin-top: 24px;
  }
}

@media (max-width: 575.98px) {
  .OurPhilosophy-module-scss-module__p9o9XG__copy {
    font-size: 24px;
    line-height: 32px;
  }

  .OurPhilosophy-module-scss-module__p9o9XG__copy p + p {
    margin-top: 20px;
  }
}

/* [project]/src/components/geolocation/googleLocation.module.scss.module.css [app-client] (css) */
section.googleLocation-module-scss-module__JMph7W__googlemapwrapper {
  background-color: #f2f0f0;
  padding: 45px 50px;
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper {
    padding: 20px;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper iframe.googleLocation-module-scss-module__JMph7W__mapiframe {
  border-radius: 30px;
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc {
  justify-content: center;
  align-items: flex-end;
  gap: clamp(35px, 5.20833vw - 40px, 60px);
  margin-top: clamp(21px, 4.375vw - 42px, 42px);
  padding: 0 0 0 50px;
  display: flex;
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc {
    gap: 0;
    margin-top: 20px;
    padding: 0 20px;
    display: block;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__leftwraptitle {
  border-right: 2px solid #494949;
  align-items: end;
  padding-right: 65px;
  display: flex;
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__leftwraptitle {
    border-right: none;
    margin-bottom: 30px;
    padding-right: 0;
    display: none;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__leftwraptitle p {
  color: #494949;
  margin: 0;
  font-family: Futura PT, sans-serif;
  font-size: clamp(46px, 2.91667vw + 4px, 60px);
  font-weight: 600;
  line-height: clamp(56px, 2.91667vw + 14px, 70px);
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__leftwraptitle p {
    font-size: 28px;
    line-height: normal;
  }

  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__leftwraptitle p br {
    display: none;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__leftwraptitlemobile {
  margin-bottom: 30px;
  display: none;
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__leftwraptitlemobile {
    display: block;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__leftwraptitlemobile p {
  color: #494949;
  margin: 0;
  font-family: Futura PT, sans-serif;
  font-size: clamp(46px, 2.91667vw + 4px, 60px);
  font-weight: 600;
  line-height: clamp(56px, 2.91667vw + 14px, 70px);
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__leftwraptitlemobile p {
    font-size: 28px;
    line-height: normal;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 0;
  display: grid;
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap {
  flex-direction: column;
  gap: 22px;
  display: flex;
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap:nth-child(2) {
  margin-left: 55px;
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap:nth-child(2) {
    margin-left: 0;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap:nth-child(3) {
  margin-left: 55px;
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap:nth-child(3) {
    margin-left: 0;
  }

  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap {
    gap: 15px;
  }

  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap:first-child .googleLocation-module-scss-module__JMph7W__locationmapitem:nth-child(4), section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap:nth-child(2) .googleLocation-module-scss-module__JMph7W__locationmapitem:first-child, section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap:nth-child(2) .googleLocation-module-scss-module__JMph7W__locationmapitem:nth-child(2), section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap:nth-child(2) .googleLocation-module-scss-module__JMph7W__locationmapitem:nth-child(4), section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationcolwrap:nth-child(3) .googleLocation-module-scss-module__JMph7W__locationmapitem {
    display: none;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationmapitem {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  display: grid;
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationmapitem {
    gap: 12px;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationmapitem .googleLocation-module-scss-module__JMph7W__locationicon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: clamp(22px, 3.33333vw - 26px, 38px);
  height: clamp(22px, 3.33333vw - 26px, 38px);
  display: flex;
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationmapitem .googleLocation-module-scss-module__JMph7W__locationicon {
    width: 30px;
    height: 30px;
  }
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationmapitem .googleLocation-module-scss-module__JMph7W__locationicon svg {
  max-width: 100%;
  height: auto;
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationmapitem .googleLocation-module-scss-module__JMph7W__locationname {
  flex: 1;
}

section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationmapitem .googleLocation-module-scss-module__JMph7W__locationname p {
  color: #69615f;
  margin: 0;
  font-size: clamp(16px, 19px - .208333vw, 15px);
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  section.googleLocation-module-scss-module__JMph7W__googlemapwrapper .googleLocation-module-scss-module__JMph7W__mapbottomdesc .googleLocation-module-scss-module__JMph7W__rightwrapdesc .googleLocation-module-scss-module__JMph7W__locationmapitem .googleLocation-module-scss-module__JMph7W__locationname p {
    font-size: 15px;
  }
}

/* [project]/src/components/connectUsSection/LandingConnect.module.scss.module.css [app-client] (css) */
.LandingConnect-module-scss-module__4xSYhW__section {
  background: #fff;
  width: 100%;
}

.LandingConnect-module-scss-module__4xSYhW__outer {
  width: 92%;
  margin: 0 auto;
  padding: 78px 0;
}

@media (max-width: 767.98px) {
  .LandingConnect-module-scss-module__4xSYhW__outer {
    padding: 30px 0;
  }
}

.LandingConnect-module-scss-module__4xSYhW__grid {
  grid-template-columns: 1fr;
  gap: 32px;
  display: grid;
}

@media (min-width: 1024px) {
  .LandingConnect-module-scss-module__4xSYhW__grid {
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    gap: 32px 50px;
  }

  .LandingConnect-module-scss-module__4xSYhW__left {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }
}

.LandingConnect-module-scss-module__4xSYhW__titleDesktop {
  display: none;
}

@media (min-width: 1024px) {
  .LandingConnect-module-scss-module__4xSYhW__titleDesktop {
    letter-spacing: 0;
    color: #173e35;
    margin: 0 0 33px;
    font-family: Futura PT, sans-serif;
    font-size: 96px;
    font-weight: 500;
    line-height: .95;
    display: block;
  }
}

.LandingConnect-module-scss-module__4xSYhW__titleMobile {
  letter-spacing: 0;
  color: #173e35;
  margin: 0;
  font-family: Futura;
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .LandingConnect-module-scss-module__4xSYhW__titleMobile {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
  }
}

@media (min-width: 576px) {
  .LandingConnect-module-scss-module__4xSYhW__titleMobile {
    font-size: 64px;
  }
}

@media (min-width: 1024px) {
  .LandingConnect-module-scss-module__4xSYhW__titleMobile {
    display: none;
  }
}

.LandingConnect-module-scss-module__4xSYhW__greenCol {
  position: relative;
}

.LandingConnect-module-scss-module__4xSYhW__bgLogo {
  opacity: 1;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 0;
  width: auto;
  height: 135%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .LandingConnect-module-scss-module__4xSYhW__bgLogo {
    width: 600px;
    height: 600px;
    display: block;
    position: absolute;
    top: 113px;
    left: 0;
    transform: translate(0%, -50%);
  }

  .LandingConnect-module-scss-module__4xSYhW__imageCol {
    display: none;
  }
}

.LandingConnect-module-scss-module__4xSYhW__square {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.LandingConnect-module-scss-module__4xSYhW__greenCard {
  z-index: 10;
  background: #123f35;
  border-radius: 28px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.LandingConnect-module-scss-module__4xSYhW__greenInner {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 32px;
  display: flex;
}

@media (max-width: 767.98px) {
  .LandingConnect-module-scss-module__4xSYhW__greenInner {
    justify-content: center;
    padding: 36px;
  }
}

.LandingConnect-module-scss-module__4xSYhW__rows {
  flex-direction: column;
  gap: 30px;
  display: flex;
}

.LandingConnect-module-scss-module__4xSYhW__row {
  gap: 16px;
  display: flex;
}

.LandingConnect-module-scss-module__4xSYhW__rowCenter {
  align-items: center;
}

.LandingConnect-module-scss-module__4xSYhW__rowTop {
  align-items: flex-start;
}

.LandingConnect-module-scss-module__4xSYhW__iconWrap {
  flex: 0 0 28px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.LandingConnect-module-scss-module__4xSYhW__iconTop {
  padding-top: 4px;
}

.LandingConnect-module-scss-module__4xSYhW__iconImg {
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}

.LandingConnect-module-scss-module__4xSYhW__text {
  color: #ffffffe6;
  margin: 0;
  font-family: Garamond;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.LandingConnect-module-scss-module__4xSYhW__mailBreak {
  word-break: break-all;
}

@media (min-width: 576px) {
  .LandingConnect-module-scss-module__4xSYhW__mailBreak {
    word-break: normal;
  }
}

.LandingConnect-module-scss-module__4xSYhW__imageCard {
  border-radius: 28px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.LandingConnect-module-scss-module__4xSYhW__image {
  object-fit: cover;
}

.LandingConnect-module-scss-module__4xSYhW__imageOverlay {
  background: #0000001a;
  position: absolute;
  inset: 0;
}

/* [project]/src/components/contactUs/ContactBackgroundSection.module.scss.module.css [app-client] (css) */
.ContactBackgroundSection-module-scss-module__y_Dzka__backgroundSection {
  background-color: #f1f0f0;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

@media (max-width: 767.98px) {
  .ContactBackgroundSection-module-scss-module__y_Dzka__backgroundSection {
    margin-top: 1em;
    padding: 20px;
  }
}

.ContactBackgroundSection-module-scss-module__y_Dzka__leftIcon, .ContactBackgroundSection-module-scss-module__y_Dzka__rightIcon {
  z-index: 1;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ContactBackgroundSection-module-scss-module__y_Dzka__leftIcon {
  background-image: url("/images/form-left-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 550px;
  left: 0;
}

.ContactBackgroundSection-module-scss-module__y_Dzka__rightIcon {
  background-image: url("/images/form-right-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 550px;
  right: 0;
}

.ContactBackgroundSection-module-scss-module__y_Dzka__formContainer {
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

@media (max-width: 767.98px) {
  .ContactBackgroundSection-module-scss-module__y_Dzka__formContainer {
    padding: 10px;
  }
}

/* [project]/src/components/contactForm/ContactForm.module.scss.module.css [app-client] (css) */
.ContactForm-module-scss-module__tX97ma__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

@media (max-width: 767.98px) {
  .ContactForm-module-scss-module__tX97ma__container {
    z-index: 2;
    width: 100%;
  }
}

.ContactForm-module-scss-module__tX97ma__title {
  color: #b18d80;
  text-align: center;
  letter-spacing: -.5px;
  margin: 0 0 60px;
  font-size: 56px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .ContactForm-module-scss-module__tX97ma__title {
    margin-bottom: 25px;
    font-size: 30px;
  }
}

.ContactForm-module-scss-module__tX97ma__form {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.ContactForm-module-scss-module__tX97ma__row {
  gap: 24px;
  display: flex;
}

@media (max-width: 767.98px) {
  .ContactForm-module-scss-module__tX97ma__row {
    flex-direction: column;
  }
}

.ContactForm-module-scss-module__tX97ma__input {
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 50px;
  outline: none;
  flex: 1;
  width: 500px;
  padding: 24px 32px;
  font-family: Futura PT, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .ContactForm-module-scss-module__tX97ma__input {
    width: 100%;
  }
}

.ContactForm-module-scss-module__tX97ma__input::placeholder {
  color: #b5b5b5;
  font-weight: 300;
}

.ContactForm-module-scss-module__tX97ma__input:focus {
  box-shadow: 0 0 0 2px #a8988833;
}

.ContactForm-module-scss-module__tX97ma__input.ContactForm-module-scss-module__tX97ma__fullWidth {
  width: 100%;
}

@media (max-width: 767.98px) {
  .ContactForm-module-scss-module__tX97ma__input {
    padding: 20px 28px;
    font-size: 16px;
  }
}

.ContactForm-module-scss-module__tX97ma__submitBtn {
  color: #fff;
  cursor: pointer;
  background-color: #124035;
  border: none;
  border-radius: 50px;
  align-self: center;
  margin-top: 16px;
  padding: 10px 25px;
  font-family: Futura PT, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s;
}

.ContactForm-module-scss-module__tX97ma__submitBtn:hover {
  background-color: #154233;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #1a4d3e4d;
}

.ContactForm-module-scss-module__tX97ma__submitBtn:active {
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .ContactForm-module-scss-module__tX97ma__submitBtn {
    padding: 16px 48px;
    font-size: 18px;
  }
}

/* [project]/src/components/LandingFaq/FaqSection.module.scss.module.css [app-client] (css) */
.FaqSection-module-scss-module__tuUVsW__section {
  background: #fff;
  width: 100%;
}

.FaqSection-module-scss-module__tuUVsW__container {
  width: 92%;
  margin: 0 auto;
  padding-top: clamp(34px, .416667vw + 28px, 36px);
  padding-bottom: clamp(64px, 148px - 5.83333vw, 36px);
}

.FaqSection-module-scss-module__tuUVsW__heading {
  color: #3f6c5f;
  letter-spacing: 0;
  margin-bottom: clamp(54px, 162px - 7.5vw, 18px);
  font-family: Futura PT, sans-serif;
  font-size: clamp(52px, 124px - 5vw, 28px);
  font-weight: 500;
  line-height: clamp(58px, 130px - 5vw, 34px);
}

@media (max-width: 767.98px) {
  .FaqSection-module-scss-module__tuUVsW__heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.FaqSection-module-scss-module__tuUVsW__grid {
  grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 34px - .833333vw, 18px) clamp(54px, 162px - 7.5vw, 18px);
  display: grid;
}

@media (max-width: 767.98px) {
  .FaqSection-module-scss-module__tuUVsW__grid {
    grid-template-columns: 1fr;
  }
}

.FaqSection-module-scss-module__tuUVsW__col {
  flex-direction: column;
  gap: clamp(22px, 34px - .833333vw, 18px);
  display: flex;
}

.FaqSection-module-scss-module__tuUVsW__item {
  background: #fff;
  border: 1px solid #b79b90;
  border-radius: 44px;
  padding: clamp(22px, 46px - 1.66667vw, 14px) clamp(34px, 82px - 3.33333vw, 18px);
}

@media (max-width: 767.98px) {
  .FaqSection-module-scss-module__tuUVsW__item {
    padding: 14px 12px;
  }
}

.FaqSection-module-scss-module__tuUVsW__itemOpen {
  border-radius: 36px;
}

.FaqSection-module-scss-module__tuUVsW__header {
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.FaqSection-module-scss-module__tuUVsW__question {
  color: #4b4b4b;
  font-family: Garamond, Georgia, serif;
  font-size: clamp(26px, .833333vw + 14px, 30px);
  font-weight: 600;
  line-height: clamp(28px, 34px - .416667vw, 26px);
}

@media (max-width: 767.98px) {
  .FaqSection-module-scss-module__tuUVsW__question {
    font-size: 16px;
  }
}

.FaqSection-module-scss-module__tuUVsW__icon {
  color: #4b4b4b;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: clamp(18px, 36px - 1.25vw, 12px);
  display: inline-flex;
}

.FaqSection-module-scss-module__tuUVsW__body {
  opacity: 0;
  max-height: 0;
  transition: max-height .32s, opacity .24s;
  overflow: hidden;
}

.FaqSection-module-scss-module__tuUVsW__bodyOpen {
  opacity: 1;
  max-height: 520px;
  margin-top: clamp(18px, 36px - 1.25vw, 12px);
}

.FaqSection-module-scss-module__tuUVsW__answer {
  color: #5d5d5d;
  margin-top: 0;
  font-family: Garamond, Georgia, serif;
  font-size: clamp(18px, 24px - .416667vw, 16px);
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .FaqSection-module-scss-module__tuUVsW__answer {
    font-size: 16px;
  }
}

.FaqSection-module-scss-module__tuUVsW__answer {
  padding-bottom: clamp(18px, 42px - 1.66667vw, 10px);
  padding-right: clamp(28px, 82px - 3.75vw, 10px);
  line-height: clamp(30px, 48px - 1.25vw, 24px);
}

.FaqSection-module-scss-module__tuUVsW__cardBtn {
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  width: 100%;
  padding: 0;
  display: block;
}

.FaqSection-module-scss-module__tuUVsW__cardBtn:focus-visible {
  outline-offset: 4px;
  border-radius: inherit;
  outline: 2px solid #163d2a99;
}

/* [project]/src/components/LuxuryHeroSlider/LuxuryHeroSlider.module.scss.module.css [app-client] (css) */
.LuxuryHeroSlider-module-scss-module__TTn9VW__section {
  background: #fff;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__container {
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (max-width: 1439px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1023px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__container {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__container {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 575px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 374px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__container {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__card {
  background: #f4f0ee;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__card {
    border-radius: 24px;
  }
}

@media (max-width: 767px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__card {
    border-radius: 20px;
  }
}

@media (max-width: 575px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__card {
    border-radius: 18px;
  }
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__sliderArea {
  touch-action: pan-y;
  position: relative;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__frame {
  height: 360px;
  position: relative;
}

@media (max-width: 575px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__frame {
    height: 330px;
  }
}

@media (max-width: 374px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__frame {
    height: 300px;
  }
}

@media (max-width: 319px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__frame {
    height: 280px;
  }
}

@media (min-width: 640px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__frame {
    height: auto;
  }
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__pic {
  transition: opacity .7s ease-in-out;
  display: block;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__picAbs {
  position: absolute;
  inset: 0;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__picStatic {
  position: relative;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__picActive {
  opacity: 1;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__picInactive {
  opacity: 0;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__img {
  -webkit-user-select: none;
  user-select: none;
  object-fit: cover;
  width: 100%;
  height: 360px;
}

@media (max-width: 575px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__img {
    height: 330px;
  }
}

@media (max-width: 374px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__img {
    height: 300px;
  }
}

@media (max-width: 319px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__img {
    height: 280px;
  }
}

@media (min-width: 640px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__img {
    object-fit: contain;
    height: auto;
  }
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__overlay {
  pointer-events: none;
  background: #00000040;
  position: absolute;
  inset: 0;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
  z-index: 10;
  white-space: nowrap;
  color: #124035;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-family: Futura PT, sans-serif;
  font-size: 45px;
  font-weight: 400;
  transition: opacity .2s ease-in-out;
  display: inline-flex;
  position: absolute;
  top: 62px;
  right: 62px;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn:hover {
  opacity: .9;
}

@media (max-width: 1719px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
    padding: 0 28px;
    font-size: 40px;
    top: 52px;
    right: 52px;
  }
}

@media (max-width: 1599px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
    padding: 0 26px;
    font-size: 38px;
    top: 48px;
    right: 48px;
  }
}

@media (max-width: 1439px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
    padding: 0 24px;
    font-size: 34px;
    top: 40px;
    right: 40px;
  }
}

@media (max-width: 1365px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
    font-size: 32px;
    top: 34px;
    right: 34px;
  }
}

@media (max-width: 1279px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
    padding: 0 22px;
    font-size: 30px;
    top: 28px;
    right: 28px;
  }
}

@media (max-width: 1023px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
    padding: 0 20px;
    font-size: 26px;
    top: 22px;
    right: 22px;
  }
}

@media (max-width: 767px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
    padding: 0 18px;
    font-size: 24px;
    top: 18px;
    right: 18px;
  }
}

@media (max-width: 575px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
    padding: 0 16px;
    font-size: 22px;
    top: 14px;
    right: 14px;
  }
}

@media (max-width: 374px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
    padding: 0 14px;
    font-size: 20px;
  }
}

@media (max-width: 319px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__pillBtn {
    padding: 0 12px;
    font-size: 19px;
  }
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__paginationWrap {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__paginationScale {
  transform-origin: center;
  position: relative;
}

@media (max-width: 1023px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__paginationScale {
    transform: scale(.92);
  }
}

@media (max-width: 767px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__paginationScale {
    transform: scale(.86);
  }
}

@media (max-width: 575px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__paginationScale {
    transform: scale(.8);
  }
}

@media (max-width: 374px) {
  .LuxuryHeroSlider-module-scss-module__TTn9VW__paginationScale {
    transform: scale(.74);
  }
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__pgBtn {
  appearance: none;
  background: none;
  border: 0;
  outline: none;
  padding: 0;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  position: absolute;
  top: 50%;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__pgVisible {
  opacity: 1;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__pgHidden {
  opacity: 0;
  pointer-events: none;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__centerCircle {
  background: #fffffff2;
  border-radius: 999px;
  transition: opacity .3s ease-out, transform .3s ease-out;
  position: absolute;
  inset: 0;
  box-shadow: 0 1px 4px #0000001f;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__centerCircleShow {
  opacity: 0;
  transform: scale(1);
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__centerCircleHide {
  opacity: 0;
  transform: scale(.95);
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__centerLogo {
  object-fit: contain;
  background: none;
  width: 100%;
  height: 100%;
  transition: opacity .35s ease-out, transform .35s ease-out;
  position: absolute;
  inset: 0;
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__centerLogoShow {
  opacity: 1;
  transform: scale(1);
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__centerLogoHide {
  opacity: 1;
  transform: scale(.95);
}

.LuxuryHeroSlider-module-scss-module__TTn9VW__dot {
  background: #fffffff2;
  border-radius: 999px;
  box-shadow: 0 1px 4px #0000001f;
}

/*# sourceMappingURL=src_e53e83ca._.css.map*/