@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
/* line 6, ../sass/_reset.scss */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 17, ../sass/_reset.scss */
body {
  font-family: "Rethink Sans", sans-serif;
  background-color: var(--PrimaryColor);
}

/* line 28, ../sass/_reset.scss */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* line 38, ../sass/_reset.scss */
a {
  text-decoration: none;
  color: black;
}

/* line 46, ../sass/_reset.scss */
ul {
  list-style-type: none;
}

/* line 50, ../sass/_reset.scss */
html.lenis, html.lenis body {
  height: auto;
}

/* line 54, ../sass/_reset.scss */
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

/* line 58, ../sass/_reset.scss */
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

/* line 62, ../sass/_reset.scss */
.lenis.lenis-stopped {
  overflow: hidden;
}

/* line 66, ../sass/_reset.scss */
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* line 5, ../sass/_variable.scss */
:root {
  --PrimaryColor: #17171C;
  --SecondaryColor: #C9AD84;
  --PrimaryTextColor: white;
  --SecondaryTextColor: #B3B2BB;
  --BodyText: #CDCDCF;
}

/* line 1, ../sass/_utlilties.scss */
.-u-image {
  width: 100%;
  border-radius: 2.5rem;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/_utlilties.scss */
  .-u-image {
    max-height: 400px;
  }
}

/* line 18, ../sass/_utlilties.scss */
.u-seriveHeader {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white !important;
  width: 158px;
  font-size: calc(1.4rem + 3vw);
  width: 160px;
}
@media screen and (min-width: 1024px) {
  /* line 18, ../sass/_utlilties.scss */
  .u-seriveHeader {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1200px) {
  /* line 18, ../sass/_utlilties.scss */
  .u-seriveHeader {
    width: 100%;
  }
}

/* line 29, ../sass/_utlilties.scss */
.u-bodyText {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  /* line 29, ../sass/_utlilties.scss */
  .u-bodyText {
    font-size: 2rem;
  }
}

/* line 35, ../sass/_utlilties.scss */
.u-bodyText-grid {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  width: 100%;
  max-width: 650px;
}
@media screen and (min-width: 769px) {
  /* line 35, ../sass/_utlilties.scss */
  .u-bodyText-grid {
    font-size: 2rem;
  }
}

/* line 43, ../sass/_utlilties.scss */
.fullScreen {
  width: 100%;
  height: 600px;
  border-radius: 5rem;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  /* line 43, ../sass/_utlilties.scss */
  .fullScreen {
    height: 400px;
  }
}

/* line 66, ../sass/_utlilties.scss */
.u-image-full-height {
  height: 1060px;
  max-height: 100%;
}
@media screen and (max-width: 1200px) {
  /* line 66, ../sass/_utlilties.scss */
  .u-image-full-height {
    max-height: 400px;
  }
}

/* line 82, ../sass/_utlilties.scss */
.u-image-grid {
  width: 100%;
  max-height: 600px;
  border-radius: 2.5rem;
  object-fit: cover;
}

/* line 94, ../sass/_utlilties.scss */
.u-SectionPadding, .InformationSwiper, .DropDown, .Hero__container, .informative, .Services [class^="col"], .AboutUsInformative, .Clients, .ServiceLayout, .ServiceLayout_Modern, .BuildingAndHighRiseLayout, .ServiceFull_Paragraph, .ConstructionServices, .Aspects, .Commercial__Wrapper, .ContactUs {
  padding-left: calc(1rem + 2vw);
  padding-right: calc(1rem + 2vw);
  padding-top: calc(1rem + 2vh);
  padding-bottom: calc(1rem + 2vh);
}

/* line 107, ../sass/_utlilties.scss */
.u-pageHolder_Auto {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: calc(1rem + 2vw);
  padding-right: calc(1rem + 2vw);
  padding-top: 6rem;
}

/* line 124, ../sass/_utlilties.scss */
.page-Header {
  font-family: 'Rethink Sans';
  font-style: normal;
  font-weight: 500;
  line-height: 326px;
  letter-spacing: -0.03em;
  color: #B3B2BB;
  font-size: calc(2rem + 5vw);
  margin-top: calc(2rem + 3vh);
  margin-bottom: calc(2rem + 3vh);
}
@media screen and (min-width: 1440px) {
  /* line 124, ../sass/_utlilties.scss */
  .page-Header {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 1440px) {
  /* line 124, ../sass/_utlilties.scss */
  .page-Header {
    line-height: 0;
  }
}
@media screen and (min-width: 1440px) {
  /* line 124, ../sass/_utlilties.scss */
  .page-Header {
    font-size: 250px;
    margin: 0 !important;
  }
}

/* line 172, ../sass/_utlilties.scss */
.u-overflow-hidden {
  overflow: hidden;
}

/* line 3, ../sass/Components/_Button.scss */
.Button, .CTA_Button, .CTA_Button__Secondary {
  background-color: var(--SecondaryColor);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 5rem;
  width: 150px;
  padding: 14px 24px;
  transition: background-color 0.4s ease-in-out;
}
/* line 31, ../sass/Components/_Button.scss */
.Button:hover, .CTA_Button:hover, .CTA_Button__Secondary:hover {
  background-color: #a17c46;
}

/* line 38, ../sass/Components/_Button.scss */
.CTA_Button {
  background: transparent;
  border: 1.5px solid white;
  width: 231px;
}

/* line 49, ../sass/Components/_Button.scss */
.CTA_Button__Secondary {
  margin: 84px auto;
  width: auto;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
/* line 65, ../sass/Components/_Button.scss */
.CTA_Button__Secondary a {
  color: white;
}
/* line 70, ../sass/Components/_Button.scss */
.CTA_Button__Secondary svg {
  cursor: pointer;
}

/* line 1, ../sass/Components/_IconCard.scss */
.Iconcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}
/* line 12, ../sass/Components/_IconCard.scss */
.Iconcard__title p {
  font-weight: 500;
  line-height: 150% !important;
  text-align: center;
  letter-spacing: -0.01em !important;
  color: white !important;
  font-size: calc(2rem + 1vw) !important;
}
@media screen and (min-width: 769px) {
  /* line 12, ../sass/Components/_IconCard.scss */
  .Iconcard__title p {
    font-size: 3.2rem !important;
  }
}
/* line 32, ../sass/Components/_IconCard.scss */
.Iconcard__description {
  flex-grow: 1;
  margin-top: auto;
}
/* line 39, ../sass/Components/_IconCard.scss */
.Iconcard__description a {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  /* line 39, ../sass/Components/_IconCard.scss */
  .Iconcard__description a {
    font-size: 2rem;
  }
}
/* line 45, ../sass/Components/_IconCard.scss */
.Iconcard__description p {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  font-weight: 400;
  line-height: 150% !important;
  text-align: center !important;
  letter-spacing: -0.01em !important;
  -webkit-text-fill-color: initial;
  color: #B9B9BC !important;
  max-width: 220px !important;
}
@media screen and (min-width: 769px) {
  /* line 45, ../sass/Components/_IconCard.scss */
  .Iconcard__description p {
    font-size: 2rem;
  }
}
/* line 69, ../sass/Components/_IconCard.scss */
.Iconcard__icon {
  display: flex;
  filter: drop-shadow(0px 26px 11px rgba(201, 173, 132, 0.01)) drop-shadow(0px 15px 9px rgba(201, 173, 132, 0.05)) drop-shadow(0px 7px 7px rgba(201, 173, 132, 0.09)) drop-shadow(0px 2px 4px rgba(201, 173, 132, 0.1));
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: var(--SecondaryColor);
  border-radius: 50px;
}

/* line 1, ../sass/Components/_FAQ.scss */
.FAQ {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  gap: 2rem;
  position: relative;
}
/* line 22, ../sass/Components/_FAQ.scss */
.FAQ.active::after {
  content: none;
}
/* line 28, ../sass/Components/_FAQ.scss */
.FAQ::after {
  content: '';
  position: absolute;
  bottom: -1.6rem;
  left: 0;
  width: 100%;
  border: 1px solid var(--SecondaryTextColor);
}
/* line 46, ../sass/Components/_FAQ.scss */
.FAQ__header {
  display: flex;
  align-items: center;
  gap: 2rem;
}
/* line 61, ../sass/Components/_FAQ.scss */
.FAQ__header--Title {
  font-size: 1.4rem;
  font-family: "Rethink Sans", sans-serif;
  color: white;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  /* line 61, ../sass/Components/_FAQ.scss */
  .FAQ__header--Title {
    font-size: 2.4rem;
  }
}
/* line 82, ../sass/Components/_FAQ.scss */
.FAQ__header--Icon {
  background-color: #27272C;
  border-radius: 50%;
  width: 50px;
  color: white;
  height: 50px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 114, ../sass/Components/_FAQ.scss */
.FAQ__Body {
  max-height: 0;
  overflow: hidden;
}
/* line 124, ../sass/Components/_FAQ.scss */
.FAQ__Body.active {
  max-height: 400px;
}
/* line 128, ../sass/Components/_FAQ.scss */
.FAQ__Body p {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  /* line 128, ../sass/Components/_FAQ.scss */
  .FAQ__Body p {
    font-size: 2rem;
  }
}
/* line 143, ../sass/Components/_FAQ.scss */
.FAQ__Wrapper {
  margin-top: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: calc(4.8rem + 1.6rem);
}

/* line 157, ../sass/Components/_FAQ.scss */
.FAQ_V2 {
  width: 90%;
  padding-left: calc(1rem + 3vw);
  padding-right: calc(1rem + 3vw);
  padding-top: calc(1rem + 3vh);
  padding-bottom: calc(1rem + 3vh);
  max-width: 1440px;
  margin: 0 auto;
  background: #27272C;
  border-radius: 2.5rem;
}
@media screen and (min-width: 1024px) {
  /* line 157, ../sass/Components/_FAQ.scss */
  .FAQ_V2 {
    padding: 4.8rem;
  }
}
/* line 189, ../sass/Components/_FAQ.scss */
.FAQ_V2 img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin-top: 4.8rem;
}
/* line 203, ../sass/Components/_FAQ.scss */
.FAQ_V2__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 213, ../sass/Components/_FAQ.scss */
.FAQ_V2__header--title {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  /* line 213, ../sass/Components/_FAQ.scss */
  .FAQ_V2__header--title {
    gap: 2rem;
  }
}
/* line 226, ../sass/Components/_FAQ.scss */
.FAQ_V2__header--title h3, .FAQ_V2__header--title p {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 226, ../sass/Components/_FAQ.scss */
  .FAQ_V2__header--title h3, .FAQ_V2__header--title p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 226, ../sass/Components/_FAQ.scss */
  .FAQ_V2__header--title h3, .FAQ_V2__header--title p {
    font-size: 14px !important;
  }
}
/* line 239, ../sass/Components/_FAQ.scss */
.FAQ_V2__header--title p {
  color: #B3B2BB;
}
/* line 247, ../sass/Components/_FAQ.scss */
.FAQ_V2__header i {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  font-size: 14px;
  background-color: #17171C;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media screen and (min-width: 1024px) {
  /* line 247, ../sass/Components/_FAQ.scss */
  .FAQ_V2__header i {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}
/* line 287, ../sass/Components/_FAQ.scss */
.FAQ_V2__Body {
  overflow: hidden;
  max-height: 0px;
}
/* line 293, ../sass/Components/_FAQ.scss */
.FAQ_V2__Body.open {
  max-height: 100%;
  margin-top: 4.8rem;
}
/* line 300, ../sass/Components/_FAQ.scss */
.FAQ_V2__Body p {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  /* line 300, ../sass/Components/_FAQ.scss */
  .FAQ_V2__Body p {
    font-size: 2rem;
  }
}

/* line 308, ../sass/Components/_FAQ.scss */
.FAQ_V2__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-top: calc(2rem + 3vh);
  margin-bottom: calc(2rem + 3vh);
}
@media screen and (min-width: 1440px) {
  /* line 308, ../sass/Components/_FAQ.scss */
  .FAQ_V2__wrapper {
    margin-top: 10rem;
    margin-bottom: 20rem;
  }
}

/* line 1, ../sass/Components/_ClientCard.scss */
.ClientCard {
  background: #27272C;
  border-radius: 1.2rem;
  width: 100%;
  height: 20rem;
  padding: 2rem;
  max-width: 478px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  /* line 1, ../sass/Components/_ClientCard.scss */
  .ClientCard {
    max-width: 100%;
  }
}
/* line 52, ../sass/Components/_ClientCard.scss */
.ClientCard img {
  object-fit: contain;
  aspect-ratio: 3/2;
  mix-blend-mode: luminosity;
  opacity: 0.5;
  width: 50%;
}

/* line 69, ../sass/Components/_ClientCard.scss */
.filter {
  filter: brightness(0) invert(1);
}

/* line 1, ../sass/Components/_Tab.scss */
.Tab {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 5rem;
  background-color: #27272C;
  border-radius: 2.5rem;
  padding: 3rem 4rem;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/Components/_Tab.scss */
  .Tab {
    display: none;
  }
}
/* line 33, ../sass/Components/_Tab.scss */
.Tab__Tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
/* line 46, ../sass/Components/_Tab.scss */
.Tab__Tabs li a {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  color: #B3B2BB;
}
@media screen and (min-width: 769px) {
  /* line 46, ../sass/Components/_Tab.scss */
  .Tab__Tabs li a {
    font-size: 2rem;
  }
}
/* line 52, ../sass/Components/_Tab.scss */
.Tab__Tabs li a.active {
  color: white;
}

/* line 65, ../sass/Components/_Tab.scss */
.Tab_Content > div {
  display: none;
}
/* line 69, ../sass/Components/_Tab.scss */
.Tab_Content > div.active {
  display: block;
}

/* line 1, ../sass/Components/_ServiceCard.scss */
.ServiceCard {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
/* line 12, ../sass/Components/_ServiceCard.scss */
.ServiceCard__header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
/* line 22, ../sass/Components/_ServiceCard.scss */
.ServiceCard__header--border {
  width: 200px;
  background-color: white;
  height: 1px;
}
/* line 31, ../sass/Components/_ServiceCard.scss */
.ServiceCard__header--number {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  color: white !important;
}
@media screen and (min-width: 769px) {
  /* line 31, ../sass/Components/_ServiceCard.scss */
  .ServiceCard__header--number {
    font-size: 2.4rem;
  }
}
/* line 41, ../sass/Components/_ServiceCard.scss */
.ServiceCard__Body p {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  /* line 41, ../sass/Components/_ServiceCard.scss */
  .ServiceCard__Body p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  /* line 41, ../sass/Components/_ServiceCard.scss */
  .ServiceCard__Body p {
    max-width: 100%;
  }
}

/* line 1, ../sass/Components/_ServicesSwiper.scss */
.InformationSwiper {
  background: #27272C;
  border-radius: 2.5rem;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  /* line 1, ../sass/Components/_ServicesSwiper.scss */
  .InformationSwiper {
    padding: 4rem !important;
  }
}
/* line 15, ../sass/Components/_ServicesSwiper.scss */
.InformationSwiper__Card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  /* line 15, ../sass/Components/_ServicesSwiper.scss */
  .InformationSwiper__Card {
    flex-direction: column;
  }
}
/* line 38, ../sass/Components/_ServicesSwiper.scss */
.InformationSwiper__Card__header {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  /* line 38, ../sass/Components/_ServicesSwiper.scss */
  .InformationSwiper__Card__header {
    flex-direction: column;
  }
}
/* line 54, ../sass/Components/_ServicesSwiper.scss */
.InformationSwiper__Card h3 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white !important;
  width: 158px;
  font-size: calc(1.4rem + 3vw);
  color: white !important;
  width: 100% !important;
  line-height: 1.2 !important;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1024px) {
  /* line 54, ../sass/Components/_ServicesSwiper.scss */
  .InformationSwiper__Card h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 54, ../sass/Components/_ServicesSwiper.scss */
  .InformationSwiper__Card h3 {
    max-width: 100%;
    text-align: center !important;
  }
}
/* line 75, ../sass/Components/_ServicesSwiper.scss */
.InformationSwiper__Card p {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  max-width: 557px;
  line-height: 1.2 !important;
}
@media screen and (min-width: 769px) {
  /* line 75, ../sass/Components/_ServicesSwiper.scss */
  .InformationSwiper__Card p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  /* line 75, ../sass/Components/_ServicesSwiper.scss */
  .InformationSwiper__Card p {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
/* line 92, ../sass/Components/_ServicesSwiper.scss */
.InformationSwiper__Card img {
  width: 100%;
  max-width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 2.4rem;
}
@media screen and (max-width: 1024px) {
  /* line 92, ../sass/Components/_ServicesSwiper.scss */
  .InformationSwiper__Card img {
    max-height: 400px;
  }
}

/* line 116, ../sass/Components/_ServicesSwiper.scss */
.swiper {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  /* line 116, ../sass/Components/_ServicesSwiper.scss */
  .swiper {
    width: 100%;
  }
}

/* line 130, ../sass/Components/_ServicesSwiper.scss */
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 138, ../sass/Components/_ServicesSwiper.scss */
.Custom-swiper-button-next, .Custom-swiper-button-prev {
  z-index: 99;
  border-radius: 50%;
  background-color: #17171C;
  width: 42px !important;
  height: 42px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 169, ../sass/Components/_ServicesSwiper.scss */
.Custom-swiper-button-next i, .Custom-swiper-button-prev i {
  color: white;
  font-size: 16px;
}

/* line 1, ../sass/Components/_ConstructionCard.scss */
.ConstructionCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
}
/* line 22, ../sass/Components/_ConstructionCard.scss */
.ConstructionCard svg {
  width: calc(2rem + 5vw);
  height: calc(2rem + 5vw);
}
@media screen and (min-width: 1024px) {
  /* line 22, ../sass/Components/_ConstructionCard.scss */
  .ConstructionCard svg {
    width: 94px;
    height: 94px;
  }
}
/* line 41, ../sass/Components/_ConstructionCard.scss */
.ConstructionCard__bottom {
  margin-top: 2rem;
}
@media screen and (max-width: 769px) {
  /* line 41, ../sass/Components/_ConstructionCard.scss */
  .ConstructionCard__bottom {
    margin-top: 1rem;
  }
}
/* line 51, ../sass/Components/_ConstructionCard.scss */
.ConstructionCard__bottom p {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  text-align: left;
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 51, ../sass/Components/_ConstructionCard.scss */
  .ConstructionCard__bottom p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 769px) {
  /* line 51, ../sass/Components/_ConstructionCard.scss */
  .ConstructionCard__bottom p {
    font-size: 1.6rem;
  }
}
/* line 69, ../sass/Components/_ConstructionCard.scss */
.ConstructionCard__split {
  width: 150px;
  border: 1px solid white;
  margin-top: 3rem;
}
@media screen and (max-width: 769px) {
  /* line 69, ../sass/Components/_ConstructionCard.scss */
  .ConstructionCard__split {
    margin-top: 1rem;
    width: 100px;
  }
}

/* line 1, ../sass/Components/_OverlayImage.scss */
.OverlayImage {
  width: 450px;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 769px) {
  /* line 1, ../sass/Components/_OverlayImage.scss */
  .OverlayImage {
    width: 100%;
    max-width: 450px;
  }
}
/* line 27, ../sass/Components/_OverlayImage.scss */
.OverlayImage img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}
/* line 41, ../sass/Components/_OverlayImage.scss */
.OverlayImage__Bottom {
  position: absolute;
  bottom: 32px;
  left: 50px;
}
/* line 51, ../sass/Components/_OverlayImage.scss */
.OverlayImage__Bottom h3, .OverlayImage__Bottom p {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  color: white;
  text-align: left;
  font-family: 'Rethink Sans';
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  /* line 51, ../sass/Components/_OverlayImage.scss */
  .OverlayImage__Bottom h3, .OverlayImage__Bottom p {
    font-size: 2.4rem;
  }
}

/* line 80, ../sass/Components/_OverlayImage.scss */
.drop {
  align-self: flex-end;
}

/* line 1, ../sass/Components/_popup.scss */
.popup {
  padding: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 5, ../sass/Components/_popup.scss */
.popup__window {
  position: fixed;
  inset: 0;
  background-color: white;
  width: 100%;
  max-width: 1000px;
  height: 800px;
  min-height: 600px;
  max-height: 70vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-radius: 2.5rem;
  display: none;
}
/* line 59, ../sass/Components/_popup.scss */
.popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 32px;
}
/* line 71, ../sass/Components/_popup.scss */
.popup__close i {
  cursor: pointer;
}
/* line 78, ../sass/Components/_popup.scss */
.popup h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  width: 332px;
}
@media screen and (min-width: 769px) {
  /* line 78, ../sass/Components/_popup.scss */
  .popup h2 {
    font-size: 4.8rem;
  }
}

/* line 89, ../sass/Components/_popup.scss */
.dim {
  position: relative;
}
/* line 97, ../sass/Components/_popup.scss */
.dim.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 1, ../sass/Components/_Form.scss */
.Form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-top: 4.8rem;
}
/* line 18, ../sass/Components/_Form.scss */
.Form input, .Form textarea {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  border-bottom: 1px solid #B3B2BB;
}
/* line 40, ../sass/Components/_Form.scss */
.Form__control {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  position: relative;
}
/* line 55, ../sass/Components/_Form.scss */
.Form textarea {
  resize: none;
}
/* line 60, ../sass/Components/_Form.scss */
.Form label {
  position: absolute;
  top: -20px;
  left: 0px;
  font-size: 14px;
}

/* line 3, ../sass/Components/_SlidingTab.scss */
.SlidingTab {
  border-radius: 2.5rem;
  background-color: #27272C;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
}
@media screen and (max-width: 1024px) {
  /* line 3, ../sass/Components/_SlidingTab.scss */
  .SlidingTab {
    max-width: 100%;
    align-items: center;
    height: 100%;
    width: 100%;
  }
}
/* line 32, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header {
  padding: 2rem;
}
/* line 37, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--title {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 37, ../sass/Components/_SlidingTab.scss */
  .SlidingTab__Header--title {
    font-size: 2.4rem;
  }
}
/* line 44, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 769px) {
  /* line 44, ../sass/Components/_SlidingTab.scss */
  .SlidingTab__Header--swiper {
    gap: 5px;
  }
}
/* line 63, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--navigation {
  overflow: hidden;
  max-width: 300px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 769px) {
  /* line 63, ../sass/Components/_SlidingTab.scss */
  .SlidingTab__Header--navigation {
    flex-direction: column;
  }
}
/* line 90, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--navigation a {
  position: relative;
  white-space: nowrap;
  font-size: 16px;
  color: #B3B2BB;
}
/* line 107, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--navigation a.active {
  color: white;
}
/* line 111, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--navigation a.active::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 11px;
  background-color: white;
}
@media screen and (max-width: 769px) {
  /* line 111, ../sass/Components/_SlidingTab.scss */
  .SlidingTab__Header--navigation a.active::after {
    height: 3px;
  }
}
/* line 141, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--divider {
  background-color: #B3B2BB;
  width: 100%;
  height: 2px;
}
/* line 157, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body {
  padding: 32px;
}
/* line 163, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body > div {
  display: none;
}
/* line 171, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body > div.active {
  display: flex;
}
/* line 182, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body nav {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
/* line 190, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body nav a {
  font-size: 16px;
  color: rgba(179, 178, 187, 0.7);
  transition: color 0.2s ease-in-out;
}
/* line 198, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body nav a.active {
  color: white !important;
}

/* line 1, ../sass/Components/_DropDown.scss */
.DropDown {
  font-family: "Rethink Sans", sans-serif;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-top: 6.4rem;
}
@media screen and (min-width: 1024px) {
  /* line 1, ../sass/Components/_DropDown.scss */
  .DropDown {
    display: none;
  }
}
/* line 26, ../sass/Components/_DropDown.scss */
.DropDown__Select {
  border-radius: 2rem;
  border: 1px solid #CCCCCC;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
/* line 38, ../sass/Components/_DropDown.scss */
.DropDown__Select p, .DropDown__Select span {
  font-size: 1.4rem;
  color: white;
  font-family: inherit;
}
/* line 47, ../sass/Components/_DropDown.scss */
.DropDown__Select--caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid white;
}
/* line 54, ../sass/Components/_DropDown.scss */
.DropDown__menu {
  padding: 1rem;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  top: 48px;
  left: 30px;
  width: 90%;
  z-index: 999;
  max-width: 550px;
  border-radius: 2rem;
  opacity: 0;
  display: none;
}
/* line 75, ../sass/Components/_DropDown.scss */
.DropDown__menu.active {
  display: block;
  opacity: 1;
}
/* line 83, ../sass/Components/_DropDown.scss */
.DropDown__menu li {
  font-size: 1.4rem;
  color: black;
  cursor: pointer;
  padding: 0.7rem 0.5rem;
}
/* line 93, ../sass/Components/_DropDown.scss */
.DropDown input {
  outline: none;
  border: none !important;
  user-select: none;
}

/* line 1, ../sass/Components/_Map.scss */
.map {
  height: 100%;
  position: relative;
  overflow: hidden;
  max-height: 100%;
}
/* line 15, ../sass/Components/_Map.scss */
.map__image {
  background-image: url('/images/MAP.png?1718812738');
  background-size: cover;
  width: 100%;
  background-position: center center;
  border-radius: 2.5rem;
  height: 100%;
}
@media screen and (max-width: 680px) {
  /* line 15, ../sass/Components/_Map.scss */
  .map__image {
    height: 400px;
  }
}
@media screen and (min-width: 680px) and (max-width: 960px) {
  /* line 15, ../sass/Components/_Map.scss */
  .map__image {
    height: 600px;
  }
}

/* line 51, ../sass/Components/_Map.scss */
.point {
  width: calc(2rem + 1vw);
  height: calc(2rem + 1vw);
  max-width: 5rem;
  max-height: 5rem;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
/* line 64, ../sass/Components/_Map.scss */
.point svg {
  width: calc(1rem + 1vw);
  height: calc(1rem + 1vw);
  max-width: 2rem;
  max-height: 2rem;
}
/* line 92, ../sass/Components/_Map.scss */
.point.active {
  background-color: #C9AD84;
  fill: white;
}

/* line 100, ../sass/Components/_Map.scss */
.FirstPoint {
  position: absolute;
  z-index: 99;
  top: 0px;
  right: 10%;
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 10%;
  }
}
@media screen and (min-width: 360px) and (max-width: 400px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 12%;
  }
}
@media screen and (min-width: 400px) and (max-width: 430px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 15%;
  }
}
@media screen and (min-width: 430px) and (max-width: 500px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 20%;
  }
}
@media screen and (min-width: 500px) and (max-width: 550px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 23%;
  }
}
@media screen and (min-width: 550px) and (max-width: 600px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 25%;
  }
}
@media screen and (min-width: 600px) and (max-width: 650px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 27%;
  }
}
@media screen and (min-width: 650px) and (max-width: 700px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 28%;
  }
}
@media screen and (min-width: 700px) and (max-width: 750px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 10px;
    right: 22%;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 10px;
    right: 24%;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 10px;
    right: 26%;
  }
}
@media screen and (min-width: 900px) and (max-width: 960px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 10px;
    right: 28%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1089px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 1px;
    right: 9%;
  }
}
@media screen and (min-width: 1089px) and (max-width: 1200px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 1px;
    right: 12%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1260px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 1px;
    right: 15%;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1326px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 1px;
    right: 17%;
  }
}
@media screen and (min-width: 1326px) {
  /* line 100, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 1px;
    right: 20%;
  }
}

/* line 229, ../sass/Components/_Map.scss */
.SecondPoint {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 20%;
  }
}
@media screen and (min-width: 360px) and (max-width: 400px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 22%;
  }
}
@media screen and (min-width: 400px) and (max-width: 430px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 24%;
  }
}
@media screen and (min-width: 430px) and (max-width: 500px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 25%;
  }
}
@media screen and (min-width: 500px) and (max-width: 550px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 28%;
  }
}
@media screen and (min-width: 550px) and (max-width: 600px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 30%;
  }
}
@media screen and (min-width: 600px) and (max-width: 650px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 32%;
  }
}
@media screen and (min-width: 650px) and (max-width: 700px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 34%;
  }
}
@media screen and (min-width: 700px) and (max-width: 750px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 10px;
    right: 28%;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 10px;
    right: 29%;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 10px;
    right: 30%;
  }
}
@media screen and (min-width: 900px) and (max-width: 960px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 10px;
    right: 33%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1089px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 1px;
    right: 15%;
  }
}
@media screen and (min-width: 1089px) and (max-width: 1200px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 1px;
    right: 18%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1260px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 1px;
    right: 22%;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1326px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 1px;
    right: 22%;
  }
}
@media screen and (min-width: 1326px) {
  /* line 229, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 1px;
    right: 25%;
  }
}

/* line 355, ../sass/Components/_Map.scss */
.ThirdPoint {
  position: absolute;
  top: 0px;
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  /* line 355, ../sass/Components/_Map.scss */
  .ThirdPoint {
    right: 30%;
  }
}
@media screen and (min-width: 360px) and (max-width: 400px) {
  /* line 355, ../sass/Components/_Map.scss */
  .ThirdPoint {
    right: 35%;
  }
}
@media screen and (min-width: 400px) and (max-width: 700px) {
  /* line 355, ../sass/Components/_Map.scss */
  .ThirdPoint {
    right: 35%;
  }
}
@media screen and (min-width: 700px) and (max-width: 900px) {
  /* line 355, ../sass/Components/_Map.scss */
  .ThirdPoint {
    top: 10px;
    right: 35%;
  }
}
@media screen and (min-width: 900px) and (max-width: 960px) {
  /* line 355, ../sass/Components/_Map.scss */
  .ThirdPoint {
    top: 10px;
    right: 38%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1089px) {
  /* line 355, ../sass/Components/_Map.scss */
  .ThirdPoint {
    top: 1px;
    right: 23%;
  }
}
@media screen and (min-width: 1089px) and (max-width: 1200px) {
  /* line 355, ../sass/Components/_Map.scss */
  .ThirdPoint {
    top: 1px;
    right: 25%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1260px) {
  /* line 355, ../sass/Components/_Map.scss */
  .ThirdPoint {
    top: 1px;
    right: 27%;
  }
}
@media screen and (min-width: 1260px) {
  /* line 355, ../sass/Components/_Map.scss */
  .ThirdPoint {
    right: 30%;
  }
}

/* line 429, ../sass/Components/_Map.scss */
.OakVil {
  position: absolute;
}
@media screen and (min-width: 320px) and (max-width: 340px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 6%;
  }
}
@media screen and (min-width: 340px) and (max-width: 368px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 10%;
  }
}
@media screen and (min-width: 368px) and (max-width: 390px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 12%;
  }
}
@media screen and (min-width: 390px) and (max-width: 412px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 15%;
  }
}
@media screen and (min-width: 412px) and (max-width: 440px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 16%;
  }
}
@media screen and (min-width: 440px) and (max-width: 470px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 19%;
  }
}
@media screen and (min-width: 470px) and (max-width: 500px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 22%;
  }
}
@media screen and (min-width: 500px) and (max-width: 530px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 23%;
  }
}
@media screen and (min-width: 530px) and (max-width: 580px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 25%;
  }
}
@media screen and (min-width: 580px) and (max-width: 650px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 28%;
  }
}
@media screen and (min-width: 650px) and (max-width: 679px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 30%;
  }
}
@media screen and (min-width: 679px) and (max-width: 768px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 22%;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 28%;
  }
}
@media screen and (min-width: 940px) and (max-width: 960px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 30%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1142px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 10%;
  }
}
@media screen and (min-width: 1142px) and (max-width: 1200px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 14%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1342px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 17%;
  }
}
@media screen and (min-width: 1342px) and (max-width: 1400px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 19%;
  }
}
@media screen and (min-width: 1400px) {
  /* line 429, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 20%;
  }
}

/* line 553, ../sass/Components/_Map.scss */
.WestOak {
  position: absolute;
  top: 12%;
  right: 35%;
}
@media screen and (min-width: 320px) and (max-width: 370px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 30%;
  }
}
@media screen and (min-width: 370px) and (max-width: 400px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 32%;
  }
}
@media screen and (min-width: 400px) and (max-width: 450px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 33%;
  }
}
@media screen and (min-width: 450px) and (max-width: 500px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 35%;
  }
}
@media screen and (min-width: 500px) and (max-width: 550px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 36%;
  }
}
@media screen and (min-width: 550px) and (max-width: 600px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 38%;
  }
}
@media screen and (min-width: 600px) and (max-width: 670px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 39%;
  }
}
@media screen and (min-width: 670px) and (max-width: 680px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 40%;
  }
}
@media screen and (min-width: 680px) and (max-width: 750px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 36%;
  }
}
@media screen and (min-width: 750px) and (max-width: 900px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 38%;
  }
}
@media screen and (min-width: 900px) and (max-width: 960px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 40%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 553, ../sass/Components/_Map.scss */
  .WestOak {
    right: 32%;
  }
}

/* line 627, ../sass/Components/_Map.scss */
.Bronte {
  position: absolute;
  top: 35%;
  right: 38%;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 627, ../sass/Components/_Map.scss */
  .Bronte {
    right: 38%;
  }
}
@media screen and (min-width: 480px) and (max-width: 600px) {
  /* line 627, ../sass/Components/_Map.scss */
  .Bronte {
    right: 42%;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  /* line 627, ../sass/Components/_Map.scss */
  .Bronte {
    right: 42%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  /* line 627, ../sass/Components/_Map.scss */
  .Bronte {
    right: 43%;
  }
}

/* line 657, ../sass/Components/_Map.scss */
.BrantHills {
  position: absolute;
  top: 33%;
  right: 58%;
}
@media screen and (min-width: 320px) and (max-width: 390px) {
  /* line 657, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 59%;
  }
}
@media screen and (min-width: 390px) and (max-width: 460px) {
  /* line 657, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 58%;
  }
}
@media screen and (min-width: 460px) and (max-width: 520px) {
  /* line 657, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 57%;
  }
}
@media screen and (min-width: 520px) and (max-width: 600px) {
  /* line 657, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 56%;
  }
}
@media screen and (min-width: 600px) and (max-width: 680px) {
  /* line 657, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 55%;
  }
}
@media screen and (min-width: 680px) and (max-width: 768px) {
  /* line 657, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 58%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  /* line 657, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 57%;
  }
}

/* line 702, ../sass/Components/_Map.scss */
.waterDown {
  position: absolute;
  top: 52%;
  left: 38%;
}
@media screen and (min-width: 320px) and (max-width: 390px) {
  /* line 702, ../sass/Components/_Map.scss */
  .waterDown {
    left: 33%;
  }
}
@media screen and (min-width: 390px) and (max-width: 500px) {
  /* line 702, ../sass/Components/_Map.scss */
  .waterDown {
    left: 34%;
  }
}

@use "sass:math";
@media screen and (max-width: 1200px) {
  /* line 73, ../sass/Layout/_GridLayout.scss */
  .PhonesGap > * {
    padding: calc(5px + 1vw);
  }
}

@media screen and (max-width: 1200px) {
  /* line 85, ../sass/Layout/_GridLayout.scss */
  .PhonesGap {
    margin-left: -calc(5px + 1vw);
    margin-right: -calc(5px + 1vw);
  }
}

/* line 95, ../sass/Layout/_GridLayout.scss */
.gap > * {
  padding: 64px;
}
@media screen and (max-width: 1024px) {
  /* line 95, ../sass/Layout/_GridLayout.scss */
  .gap > * {
    padding: 34px;
  }
}

/* line 104, ../sass/Layout/_GridLayout.scss */
.gap2 > * {
  padding: 34px;
}

@media screen and (min-width: 1024px) {
  /* line 111, ../sass/Layout/_GridLayout.scss */
  .gap3 > * {
    padding: 5rem !important;
  }
}

@media screen and (min-width: 1440px) {
  /* line 125, ../sass/Layout/_GridLayout.scss */
  .gap3 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
}

/* line 137, ../sass/Layout/_GridLayout.scss */
.gap4 > * {
  padding: 1rem;
}
@media screen and (min-width: 1440px) {
  /* line 137, ../sass/Layout/_GridLayout.scss */
  .gap4 > * {
    padding: 2rem;
  }
}

/* line 147, ../sass/Layout/_GridLayout.scss */
.gap4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 1440px) {
  /* line 147, ../sass/Layout/_GridLayout.scss */
  .gap4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

/* line 160, ../sass/Layout/_GridLayout.scss */
.gap-3px > * {
  padding: 3px;
}

/* line 165, ../sass/Layout/_GridLayout.scss */
.gap-3px {
  margin-left: -3px;
  margin-right: -3px;
}

@media screen and (min-width: 1440px) {
  /* line 173, ../sass/Layout/_GridLayout.scss */
  .gap_large > * {
    padding: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  /* line 184, ../sass/Layout/_GridLayout.scss */
  .gap_large {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 197, ../sass/Layout/_GridLayout.scss */
  .gap_10 > * {
    padding: 10rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 204, ../sass/Layout/_GridLayout.scss */
  .gap_10 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}

/* line 214, ../sass/Layout/_GridLayout.scss */
.gap_28 > * {
  padding: 2.8rem;
}

/* line 219, ../sass/Layout/_GridLayout.scss */
.gap_28 {
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}

/* line 226, ../sass/Layout/_GridLayout.scss */
.center {
  justify-content: center;
  align-items: center;
}

/* line 234, ../sass/Layout/_GridLayout.scss */
.align-center {
  align-items: center;
}

/* line 246, ../sass/Layout/_GridLayout.scss */
.center_Grid {
  margin: 96px auto;
}

/* line 251, ../sass/Layout/_GridLayout.scss */
.GridSystem {
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
}
/* line 260, ../sass/Layout/_GridLayout.scss */
.GridSystem--Row {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 0) {
  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-1-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-2-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-3-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-4-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-5-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-6-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-7-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-8-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-9-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-10-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-11-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 274, ../sass/Layout/_GridLayout.scss */
  .col-12-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-1-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-2-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-3-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-4-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-5-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-6-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-7-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-8-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-9-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-10-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-11-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 284, ../sass/Layout/_GridLayout.scss */
  .col-12-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 720px) {
  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-1-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-2-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-3-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-4-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-5-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-6-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-7-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-8-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-9-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-10-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-11-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 294, ../sass/Layout/_GridLayout.scss */
  .col-12-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-1-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-2-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-3-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-4-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-5-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-6-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-7-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-8-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-9-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-10-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-11-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 304, ../sass/Layout/_GridLayout.scss */
  .col-12-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-1-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-2-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-3-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-4-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-5-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-6-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-7-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-8-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-9-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-10-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-11-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 313, ../sass/Layout/_GridLayout.scss */
  .col-12-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
/* line 1, ../sass/Layout/_header.scss */
.MainHeader {
  max-width: 1440px;
  padding-top: 46px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "Logo Navigation Navigation CTA";
}
@media screen and (max-width: 769px) {
  /* line 1, ../sass/Layout/_header.scss */
  .MainHeader {
    grid-template-areas: "Logo" "Navigation" "CTA";
    justify-items: center;
    align-items: center;
  }
  /* line 31, ../sass/Layout/_header.scss */
  .MainHeader.active {
    position: fixed;
    z-index: 999;
    inset: 0;
    height: 100vh;
    background-color: var(--PrimaryColor);
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  /* line 1, ../sass/Layout/_header.scss */
  .MainHeader {
    justify-items: center;
  }
}
/* line 55, ../sass/Layout/_header.scss */
.MainHeader img {
  width: 64px;
  height: 58px;
  grid-area: Logo;
}
@media screen and (max-width: 769px) {
  /* line 55, ../sass/Layout/_header.scss */
  .MainHeader img {
    width: 120px;
    height: 100px;
  }
}
/* line 75, ../sass/Layout/_header.scss */
.MainHeader__Navigation {
  grid-area: Navigation;
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 769px) {
  /* line 75, ../sass/Layout/_header.scss */
  .MainHeader__Navigation {
    display: none;
  }
  /* line 94, ../sass/Layout/_header.scss */
  .MainHeader__Navigation.active {
    display: flex;
  }
}
/* line 100, ../sass/Layout/_header.scss */
.MainHeader__Navigation ul {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 769px) {
  /* line 100, ../sass/Layout/_header.scss */
  .MainHeader__Navigation ul {
    flex-direction: column;
    gap: 24px;
  }
}
/* line 122, ../sass/Layout/_header.scss */
.MainHeader__Navigation ul li a {
  transition: color 0.4s;
  color: #B3B2BB;
  font-size: 1.8rem;
}
/* line 133, ../sass/Layout/_header.scss */
.MainHeader__Navigation ul li a:hover {
  color: white;
}
/* line 143, ../sass/Layout/_header.scss */
.MainHeader__CTA {
  align-self: center;
  justify-self: center;
  grid-area: CTA;
}
@media screen and (max-width: 769px) {
  /* line 143, ../sass/Layout/_header.scss */
  .MainHeader__CTA {
    display: none;
  }
  /* line 157, ../sass/Layout/_header.scss */
  .MainHeader__CTA.active {
    display: block;
  }
}
/* line 164, ../sass/Layout/_header.scss */
.MainHeader__Burger {
  position: absolute;
  right: 40px;
  top: 40px;
}
@media screen and (min-width: 769px) {
  /* line 164, ../sass/Layout/_header.scss */
  .MainHeader__Burger {
    display: none;
  }
}
/* line 180, ../sass/Layout/_header.scss */
.MainHeader__Burger svg {
  width: 34px;
  height: 34px;
  cursor: pointer;
}

/* line 1, ../sass/Layout/_Hero.scss */
.Hero {
  max-width: 1440px;
  margin: 5rem auto 0  auto;
  padding: calc(1rem + 2vw);
}
/* line 12, ../sass/Layout/_Hero.scss */
.Hero__column {
  display: flex;
  flex-direction: column;
  gap: calc(2rem + 2vw);
}
/* line 25, ../sass/Layout/_Hero.scss */
.Hero__row {
  display: flex;
  align-items: center;
  gap: calc(2rem + 2vw);
}
@media screen and (min-width: 1024px) {
  /* line 25, ../sass/Layout/_Hero.scss */
  .Hero__row {
    gap: 6rem;
  }
}
/* line 39, ../sass/Layout/_Hero.scss */
.Hero__image {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  border-radius: 5rem;
  width: 200px;
  height: 100px;
}
@supports (aspect-ratio: 2/1) {
  /* line 39, ../sass/Layout/_Hero.scss */
  .Hero__image {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 1200px) {
  /* line 39, ../sass/Layout/_Hero.scss */
  .Hero__image {
    width: 100% !important;
    height: 60% !important;
  }
}
/* line 77, ../sass/Layout/_Hero.scss */
.Hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5rem;
}
/* line 90, ../sass/Layout/_Hero.scss */
.Hero h1 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 2vw);
  line-height: 120px;
  letter-spacing: -0.01em;
  color: white;
}
@media screen and (max-width: 1200px) {
  /* line 90, ../sass/Layout/_Hero.scss */
  .Hero h1 {
    line-height: normal;
    white-space: nowrap;
  }
}
@media screen and (min-width: 374px) and (max-width: 425px) {
  /* line 90, ../sass/Layout/_Hero.scss */
  .Hero h1 {
    font-size: calc(1rem + 3vw);
  }
}
@media screen and (min-width: 500px) {
  /* line 90, ../sass/Layout/_Hero.scss */
  .Hero h1 {
    font-size: calc(1rem + 4vw);
  }
}
@media screen and (min-width: 1200px) {
  /* line 90, ../sass/Layout/_Hero.scss */
  .Hero h1 {
    font-size: calc(6rem + 1vw);
  }
}
@media screen and (min-width: 1600px) {
  /* line 90, ../sass/Layout/_Hero.scss */
  .Hero h1 {
    font-size: 9.2rem;
  }
}
/* line 97, ../sass/Layout/_Hero.scss */
.Hero--LightH1 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 2vw);
  line-height: 120px;
  letter-spacing: -0.01em;
  color: white;
  color: var(--SecondaryTextColor) !important;
}
@media screen and (max-width: 1200px) {
  /* line 97, ../sass/Layout/_Hero.scss */
  .Hero--LightH1 {
    line-height: normal;
    white-space: nowrap;
  }
}
@media screen and (min-width: 374px) and (max-width: 425px) {
  /* line 97, ../sass/Layout/_Hero.scss */
  .Hero--LightH1 {
    font-size: calc(1rem + 3vw);
  }
}
@media screen and (min-width: 500px) {
  /* line 97, ../sass/Layout/_Hero.scss */
  .Hero--LightH1 {
    font-size: calc(1rem + 4vw);
  }
}
@media screen and (min-width: 1200px) {
  /* line 97, ../sass/Layout/_Hero.scss */
  .Hero--LightH1 {
    font-size: calc(6rem + 1vw);
  }
}
@media screen and (min-width: 1600px) {
  /* line 97, ../sass/Layout/_Hero.scss */
  .Hero--LightH1 {
    font-size: 9.2rem;
  }
}
/* line 105, ../sass/Layout/_Hero.scss */
.Hero__container {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  position: relative;
  margin: 0 auto;
}
/* line 117, ../sass/Layout/_Hero.scss */
.Hero__container img {
  width: 100%;
  border-radius: 5rem;
  object-fit: cover;
  min-height: 400px;
  height: 70vh;
  max-height: 800px;
}
@media screen and (max-width: 769px) {
  /* line 117, ../sass/Layout/_Hero.scss */
  .Hero__container img {
    max-height: 500px;
    border-radius: 2.5rem;
  }
}
/* line 143, ../sass/Layout/_Hero.scss */
.Hero__container p {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  color: white;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 99;
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width: 769px) {
  /* line 143, ../sass/Layout/_Hero.scss */
  .Hero__container p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 769px) {
  /* line 143, ../sass/Layout/_Hero.scss */
  .Hero__container p {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: 35ch;
  }
}
/* line 181, ../sass/Layout/_Hero.scss */
.Hero__container p::before {
  position: absolute;
  content: '';
  top: -20px;
  left: 0;
  height: 1px;
  z-index: 99;
  background-color: white;
  width: 100%;
}
@media screen and (max-width: 769px) {
  /* line 181, ../sass/Layout/_Hero.scss */
  .Hero__container p::before {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 222, ../sass/Layout/_Hero.scss */
.hero-2 {
  background-image: url('/images/Hero2.png');
}

/* line 10, ../sass/Layout/_ServicesLayoutSystem.scss */
.Residential_Service img {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
}
@media screen and (min-width: 1440px) {
  /* line 19, ../sass/Layout/_ServicesLayoutSystem.scss */
  .Residential_Service:last-child {
    padding-top: 0px !important;
    align-self: center;
  }
}
@media screen and (min-width: 1440px) {
  /* line 38, ../sass/Layout/_ServicesLayoutSystem.scss */
  .Residential_Service.firstImage img {
    margin-top: 19rem !important;
    margin-left: 30% !important;
  }
}
@media screen and (min-width: 1440px) {
  /* line 54, ../sass/Layout/_ServicesLayoutSystem.scss */
  .Residential_Service .ServiceCard {
    margin-top: 10rem;
  }
}

/* line 62, ../sass/Layout/_ServicesLayoutSystem.scss */
.image-center {
  justify-content: center;
}

@media screen and (min-width: 1440px) {
  /* line 69, ../sass/Layout/_ServicesLayoutSystem.scss */
  .image_right {
    margin-top: 19rem;
    align-self: flex-end;
  }
}

/* line 1, ../sass/Layout/_Footer.scss */
.footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4.2rem;
  padding-left: calc(2rem + 3vw);
  padding-right: calc(2rem + 3vw);
  padding-top: calc(2rem + 3vh);
  padding-bottom: calc(2rem + 3vh);
}
@media screen and (min-width: 1024px) {
  /* line 1, ../sass/Layout/_Footer.scss */
  .footer {
    padding: 8rem;
  }
}
@media screen and (max-width: 769px) {
  /* line 1, ../sass/Layout/_Footer.scss */
  .footer {
    grid-template-columns: 1fr;
    gap: 4.2rem;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* line 1, ../sass/Layout/_Footer.scss */
  .footer {
    grid-template-columns: 1fr;
    gap: 4.2rem;
    grid-template-rows: auto;
  }
}
/* line 29, ../sass/Layout/_Footer.scss */
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
/* line 36, ../sass/Layout/_Footer.scss */
.footer__column:nth-child(3) a {
  text-wrap: nowrap;
}
/* line 42, ../sass/Layout/_Footer.scss */
.footer__column p, .footer__column a {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  color: var(--SecondaryTextColor);
}
@media screen and (min-width: 769px) {
  /* line 42, ../sass/Layout/_Footer.scss */
  .footer__column p, .footer__column a {
    font-size: 2rem;
  }
}
/* line 50, ../sass/Layout/_Footer.scss */
.footer__column h3 {
  font-size: 2rem;
  color: white;
}
/* line 57, ../sass/Layout/_Footer.scss */
.footer__navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(1rem + 4vw);
}
/* line 66, ../sass/Layout/_Footer.scss */
.footer__navigation ul li a {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  color: var(--SecondaryTextColor);
}
@media screen and (min-width: 769px) {
  /* line 66, ../sass/Layout/_Footer.scss */
  .footer__navigation ul li a {
    font-size: 2rem;
  }
}
/* line 77, ../sass/Layout/_Footer.scss */
.footer__powerBy {
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  color: white;
  align-self: end;
}
@media screen and (min-width: 769px) {
  /* line 77, ../sass/Layout/_Footer.scss */
  .footer__powerBy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 769px) {
  /* line 77, ../sass/Layout/_Footer.scss */
  .footer__powerBy {
    grid-row: 4;
    grid-column: 1/3;
    justify-self: center;
  }
}
/* line 96, ../sass/Layout/_Footer.scss */
.footer__powerBy span {
  font-weight: bold;
}
/* line 100, ../sass/Layout/_Footer.scss */
.footer__powerBy svg {
  cursor: pointer;
}
/* line 106, ../sass/Layout/_Footer.scss */
.footer__SocialLinks {
  display: flex;
  flex-direction: column;
  justify-content: end;
  grid-column: 3/-1;
}
/* line 115, ../sass/Layout/_Footer.scss */
.footer__SocialLinks a {
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #FFFCF6 !important;
}

/* line 126, ../sass/Layout/_Footer.scss */
.MapButton {
  position: relative;
  font-family: 'Rethink Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #FFFFFF !important;
}
/* line 142, ../sass/Layout/_Footer.scss */
.MapButton::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 8ch;
  height: 2px;
  background-color: white !important;
}

/* line 1, ../sass/Pages/_Home.scss */
.AboutUs {
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  margin: 200px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 24, ../sass/Pages/_Home.scss */
.AboutUs__Wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: calc(3rem + 5vw);
  margin-top: 111px;
}
@media screen and (min-width: 769px) {
  /* line 24, ../sass/Pages/_Home.scss */
  .AboutUs__Wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 24, ../sass/Pages/_Home.scss */
  .AboutUs__Wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20rem;
  }
}
/* line 66, ../sass/Pages/_Home.scss */
.AboutUs h3 {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
}
@media screen and (min-width: 769px) {
  /* line 66, ../sass/Pages/_Home.scss */
  .AboutUs h3 {
    font-size: 2.4rem;
  }
}
/* line 72, ../sass/Pages/_Home.scss */
.AboutUs h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white !important;
  max-width: 900px;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  /* line 72, ../sass/Pages/_Home.scss */
  .AboutUs h2 {
    font-size: 4.8rem;
  }
}
/* line 85, ../sass/Pages/_Home.scss */
.AboutUs p {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  max-width: 600px;
  text-align: center;
  margin-top: 3.4rem;
}
@media screen and (min-width: 769px) {
  /* line 85, ../sass/Pages/_Home.scss */
  .AboutUs p {
    font-size: 2rem;
  }
}

/* line 102, ../sass/Pages/_Home.scss */
.informative {
  max-width: 1440px;
  margin: 0 auto;
}
/* line 113, ../sass/Pages/_Home.scss */
.informative h3 {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  text-align: left;
  margin-bottom: calc(1rem + 4vh);
}
@media screen and (min-width: 769px) {
  /* line 113, ../sass/Pages/_Home.scss */
  .informative h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 113, ../sass/Pages/_Home.scss */
  .informative h3 {
    margin-bottom: 2rem;
  }
}
/* line 122, ../sass/Pages/_Home.scss */
.informative h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white !important;
  max-width: 900px;
  text-align: left;
  margin-bottom: calc(1rem + 4vh);
}
@media screen and (min-width: 769px) {
  /* line 122, ../sass/Pages/_Home.scss */
  .informative h2 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 122, ../sass/Pages/_Home.scss */
  .informative h2 {
    margin-bottom: 4rem;
  }
}
/* line 138, ../sass/Pages/_Home.scss */
.informative p {
  margin-bottom: calc(1rem + 4vh);
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 138, ../sass/Pages/_Home.scss */
  .informative p {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 138, ../sass/Pages/_Home.scss */
  .informative p {
    max-width: 500px;
  }
}

/* line 164, ../sass/Pages/_Home.scss */
.Services h3 {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  text-align: left;
  margin-bottom: calc(1rem + 4vh);
}
@media screen and (min-width: 769px) {
  /* line 164, ../sass/Pages/_Home.scss */
  .Services h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 164, ../sass/Pages/_Home.scss */
  .Services h3 {
    margin-bottom: 2rem;
  }
}
/* line 173, ../sass/Pages/_Home.scss */
.Services h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white !important;
  max-width: 900px;
  text-align: left;
  margin-bottom: calc(1rem + 4vh);
}
@media screen and (min-width: 769px) {
  /* line 173, ../sass/Pages/_Home.scss */
  .Services h2 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 173, ../sass/Pages/_Home.scss */
  .Services h2 {
    margin-bottom: 4rem;
  }
}
/* line 189, ../sass/Pages/_Home.scss */
.Services [class^="col"] {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  /* line 206, ../sass/Pages/_Home.scss */
  .Services .switch {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  /* line 215, ../sass/Pages/_Home.scss */
  .Services p {
    max-width: 100%;
  }
}

/* line 223, ../sass/Pages/_Home.scss */
.GetQuote {
  background-image: url('/images/GetAquote.jpeg?1721052364');
  background-size: cover;
  height: 600px;
  background-position: center center;
  margin-top: calc(2rem + 3vh);
  margin-bottom: calc(2rem + 3vh);
  margin-bottom: 5rem !important;
  position: relative;
}
@media screen and (min-width: 1440px) {
  /* line 223, ../sass/Pages/_Home.scss */
  .GetQuote {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
/* line 241, ../sass/Pages/_Home.scss */
.GetQuote__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  justify-content: center;
}
/* line 266, ../sass/Pages/_Home.scss */
.GetQuote h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white;
  max-width: 521px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* line 266, ../sass/Pages/_Home.scss */
  .GetQuote h2 {
    font-size: 4.8rem;
  }
}
/* line 278, ../sass/Pages/_Home.scss */
.GetQuote::after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 48, 0.6);
}

/* line 1, ../sass/Pages/_About.scss */
.PageHolder {
  max-width: 1440px;
  margin: 0 auto;
}

/* line 8, ../sass/Pages/_About.scss */
.AboutUsInformative {
  max-width: 1440px;
  margin: 0 auto;
}
/* line 22, ../sass/Pages/_About.scss */
.AboutUsInformative img {
  width: 100%;
  border-radius: 2.5rem;
  object-fit: cover;
}

/* line 46, ../sass/Pages/_About.scss */
.half_image {
  height: 444px !important;
}

/* line 51, ../sass/Pages/_About.scss */
.Clients {
  max-width: 1440px;
  margin: 0 auto;
}
/* line 61, ../sass/Pages/_About.scss */
.Clients h3 {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  text-align: left;
}
@media screen and (min-width: 769px) {
  /* line 61, ../sass/Pages/_About.scss */
  .Clients h3 {
    font-size: 2.4rem;
  }
}
/* line 68, ../sass/Pages/_About.scss */
.Clients h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white !important;
  max-width: 527px;
  text-align: left;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  /* line 68, ../sass/Pages/_About.scss */
  .Clients h2 {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 1440px) {
  /* line 1, ../sass/Pages/_Services.scss */
  .Service, .Residential_Service {
    display: flex;
    flex-direction: column;
    gap: calc(2rem + 3vh);
    width: 100%;
  }
}
/* line 26, ../sass/Pages/_Services.scss */
.Service img, .Residential_Service img {
  height: 600px;
  border-radius: 2.4rem;
  width: 100%;
  object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 769px) {
  /* line 26, ../sass/Pages/_Services.scss */
  .Service img, .Residential_Service img {
    max-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 26, ../sass/Pages/_Services.scss */
  .Service img, .Residential_Service img {
    margin-top: 18rem;
    margin-bottom: 21rem;
  }
}
/* line 55, ../sass/Pages/_Services.scss */
.Service h3, .Residential_Service h3 {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  text-align: left;
}
@media screen and (min-width: 769px) {
  /* line 55, ../sass/Pages/_Services.scss */
  .Service h3, .Residential_Service h3 {
    font-size: 2.4rem;
  }
}
/* line 62, ../sass/Pages/_Services.scss */
.Service h2, .Residential_Service h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 62, ../sass/Pages/_Services.scss */
  .Service h2, .Residential_Service h2 {
    font-size: 4.8rem;
  }
}

/* line 70, ../sass/Pages/_Services.scss */
.layout2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(2rem + 3vh);
}
@media screen and (min-width: 1024px) {
  /* line 70, ../sass/Pages/_Services.scss */
  .layout2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  /* line 70, ../sass/Pages/_Services.scss */
  .layout2 {
    gap: 14rem;
  }
}
/* line 100, ../sass/Pages/_Services.scss */
.layout2 p {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  /* line 100, ../sass/Pages/_Services.scss */
  .layout2 p {
    font-size: 2rem;
  }
}

/* line 112, ../sass/Pages/_Services.scss */
.ServiceLayout, .ServiceLayout_Modern, .BuildingAndHighRiseLayout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  margin-top: calc(2rem + 3vh);
  margin-bottom: calc(2rem + 3vh);
  margin-top: 5rem !important;
}
@media screen and (min-width: 1440px) {
  /* line 112, ../sass/Pages/_Services.scss */
  .ServiceLayout, .ServiceLayout_Modern, .BuildingAndHighRiseLayout {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 1200px) {
  /* line 112, ../sass/Pages/_Services.scss */
  .ServiceLayout, .ServiceLayout_Modern, .BuildingAndHighRiseLayout {
    grid-template-columns: 1fr;
    gap: calc(2rem + 3vh);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 147, ../sass/Pages/_Services.scss */
  .ServiceLayout_Modern {
    gap: 4rem;
  }
}

/* line 158, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout {
  grid-template-areas: "Intro FirstService" "Image1 Image2" "SecondService ThirdService";
  grid-template-rows: 300px  800px  400px;
}
@media screen and (max-width: 1200px) {
  /* line 158, ../sass/Pages/_Services.scss */
  .BuildingAndHighRiseLayout {
    grid-template-areas: "Intro" "FirstService" "Image1" "Image2" "SecondService" "ThirdService";
    grid-template-rows: 1fr;
  }
}
/* line 185, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout #ThirdService {
  align-self: flex-end;
}
/* line 193, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout > .Service:first-child, .BuildingAndHighRiseLayout > .Residential_Service:first-child {
  grid-area: Intro;
}
/* line 200, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout > .Service:nth-child(2), .BuildingAndHighRiseLayout > .Residential_Service:nth-child(2) {
  grid-area: Image1;
}
/* line 205, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout > .Service:nth-child(3), .BuildingAndHighRiseLayout > .Residential_Service:nth-child(3) {
  grid-area: FirstService;
  align-self: end;
}
/* line 212, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout > .Service:nth-child(4), .BuildingAndHighRiseLayout > .Residential_Service:nth-child(4) {
  grid-area: Image2;
  align-self: flex-end;
}

@media screen and (max-width: 1200px) {
  /* line 226, ../sass/Pages/_Services.scss */
  .Service:last-child, .Residential_Service:last-child {
    display: flex;
    flex-direction: column;
  }
  /* line 237, ../sass/Pages/_Services.scss */
  .Service:last-child .ServiceCard, .Residential_Service:last-child .ServiceCard {
    order: 1;
  }
  /* line 243, ../sass/Pages/_Services.scss */
  .Service:last-child img, .Residential_Service:last-child img {
    order: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 226, ../sass/Pages/_Services.scss */
  .Service:last-child, .Residential_Service:last-child {
    padding-top: 9.3rem;
  }
}

/* line 261, ../sass/Pages/_Services.scss */
.SwiperSection {
  margin-top: calc(2rem + 3vh);
  margin-bottom: calc(2rem + 3vh);
}
@media screen and (min-width: 1440px) {
  /* line 261, ../sass/Pages/_Services.scss */
  .SwiperSection {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}

/* line 266, ../sass/Pages/_Services.scss */
.ServiceFull_Paragraph {
  max-width: 1440px;
  margin: 0 auto;
  font-family: 'Rethink Sans';
  font-style: normal;
  font-weight: 500;
  font-size: calc(1.6rem + 2vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #74747B;
  width: 100%;
  max-width: 40ch;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  /* line 266, ../sass/Pages/_Services.scss */
  .ServiceFull_Paragraph {
    font-size: 64px;
    text-align: left;
  }
}
/* line 315, ../sass/Pages/_Services.scss */
.ServiceFull_Paragraph span {
  color: white;
}

/* line 323, ../sass/Pages/_Services.scss */
.ConstructionServices {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
}
/* line 343, ../sass/Pages/_Services.scss */
.ConstructionServices h3 {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  text-align: left;
}
@media screen and (min-width: 769px) {
  /* line 343, ../sass/Pages/_Services.scss */
  .ConstructionServices h3 {
    font-size: 2.4rem;
  }
}
/* line 351, ../sass/Pages/_Services.scss */
.ConstructionServices h2 {
  text-align: left;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white;
  max-width: 764px;
  margin-bottom: 10rem;
}
@media screen and (min-width: 769px) {
  /* line 351, ../sass/Pages/_Services.scss */
  .ConstructionServices h2 {
    font-size: 4.8rem;
  }
}
/* line 365, ../sass/Pages/_Services.scss */
.ConstructionServices__Wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(2rem + 5vw);
}
@media screen and (min-width: 1200px) {
  /* line 365, ../sass/Pages/_Services.scss */
  .ConstructionServices__Wrapper {
    gap: 14rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 403, ../sass/Pages/_Services.scss */
.CommercialConstructionServices {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  gap: 5.9rem;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  height: 520px;
}
@media screen and (max-width: 1024px) {
  /* line 403, ../sass/Pages/_Services.scss */
  .CommercialConstructionServices {
    grid-template-columns: 1fr;
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 403, ../sass/Pages/_Services.scss */
  .CommercialConstructionServices {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}

/* line 443, ../sass/Pages/_Services.scss */
.Aspects {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: calc(2rem + 3vh);
  margin-bottom: calc(2rem + 3vh);
}
@media screen and (min-width: 1440px) {
  /* line 443, ../sass/Pages/_Services.scss */
  .Aspects {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
/* line 457, ../sass/Pages/_Services.scss */
.Aspects h3 {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  /* line 457, ../sass/Pages/_Services.scss */
  .Aspects h3 {
    font-size: 2.4rem;
  }
}
/* line 467, ../sass/Pages/_Services.scss */
.Aspects h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  max-width: 764px;
  color: white;
  margin-bottom: 10rem;
}
@media screen and (min-width: 769px) {
  /* line 467, ../sass/Pages/_Services.scss */
  .Aspects h2 {
    font-size: 4.8rem;
  }
}

/* line 479, ../sass/Pages/_Services.scss */
.Commercial__Wrapper {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: calc(2rem + 3vh);
  margin-bottom: calc(2rem + 3vh);
  margin-top: 5rem !important;
}
@media screen and (min-width: 1440px) {
  /* line 479, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 1440px) {
  /* line 479, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper {
    display: flex;
    flex-direction: column;
    gap: calc(2rem + 3vh);
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  /* line 504, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper__intro {
    margin-bottom: 4.8rem;
  }
}
/* line 517, ../sass/Pages/_Services.scss */
.Commercial__Wrapper h3 {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1rem + 3vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  text-align: left;
}
@media screen and (min-width: 769px) {
  /* line 517, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper h3 {
    font-size: 2.4rem;
  }
}
/* line 524, ../sass/Pages/_Services.scss */
.Commercial__Wrapper h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 524, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper h2 {
    font-size: 4.8rem;
  }
}
/* line 534, ../sass/Pages/_Services.scss */
.Commercial__Wrapper p {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 534, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper p {
    max-width: 650px;
  }
}
/* line 547, ../sass/Pages/_Services.scss */
.Commercial__Wrapper img {
  width: 100%;
  max-height: 700px;
  border-radius: 2.5rem;
  object-fit: cover;
}
@media screen and (min-width: 1440px) {
  /* line 547, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper img {
    margin-top: 10rem;
  }
}

/* line 1, ../sass/Pages/_ContactUs.scss */
.ContactUsSection {
  max-width: 1440px;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: calc(2rem + 5vw);
}
@media screen and (max-width: 769px) {
  /* line 1, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 1024px) and (min-height: 600px) and (max-height: 900px) {
  /* line 1, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) and (min-height: 300px) and (max-height: 900px) {
  /* line 47, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection h1 {
    font-size: 4.2rem !important;
  }
}
@media screen and (min-width: 1024px) and (min-height: 500px) and (max-height: 600px) {
  /* line 47, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection h1 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 1023px) {
  /* line 1, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  /* line 1, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection {
    gap: 16.7rem;
  }
}
/* line 105, ../sass/Pages/_ContactUs.scss */
.ContactUsSection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.5rem;
}
/* line 121, ../sass/Pages/_ContactUs.scss */
.ContactUsSection--split {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  /* line 121, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection--split {
    width: 100%;
  }
}
/* line 129, ../sass/Pages/_ContactUs.scss */
.ContactUsSection--split img {
  width: 60rem;
  height: 60rem;
}
@media screen and (min-width: 1024px) and (min-height: 300px) and (max-height: 700px) {
  /* line 129, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection--split img {
    width: 60rem;
    height: calc(30rem + 5vh);
  }
}
@media screen and (min-width: 1024px) and (min-height: 700px) and (max-height: 900px) {
  /* line 129, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection--split img {
    height: calc(30rem + 15vh);
  }
}
@media screen and (max-width: 1024px) {
  /* line 129, ../sass/Pages/_ContactUs.scss */
  .ContactUsSection--split img {
    display: none;
  }
}

/* line 178, ../sass/Pages/_ContactUs.scss */
.ContactUs {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  /* line 178, ../sass/Pages/_ContactUs.scss */
  .ContactUs {
    gap: calc(1rem + 4vh);
  }
}
@media screen and (min-width: 1024px) and (min-height: 500px) and (max-height: 890px) {
  /* line 178, ../sass/Pages/_ContactUs.scss */
  .ContactUs {
    gap: calc(1rem + 3vh);
  }
}
/* line 221, ../sass/Pages/_ContactUs.scss */
.ContactUs__social {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
@media screen and (min-width: 1024px) and (min-height: 500px) and (max-height: 700px) {
  /* line 236, ../sass/Pages/_ContactUs.scss */
  .ContactUs__social p {
    font-size: 1.4rem;
  }
}
/* line 251, ../sass/Pages/_ContactUs.scss */
.ContactUs__Info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
/* line 271, ../sass/Pages/_ContactUs.scss */
.ContactUs__Info > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 1200px) {
  /* line 251, ../sass/Pages/_ContactUs.scss */
  .ContactUs__Info {
    gap: 6rem;
  }
}
@media screen and (min-width: 1024px) and (min-height: 500px) and (max-height: 700px) {
  /* line 291, ../sass/Pages/_ContactUs.scss */
  .ContactUs__Info p, .ContactUs__Info a {
    font-size: 1.4rem !important;
  }
}
/* line 307, ../sass/Pages/_ContactUs.scss */
.ContactUs__split {
  width: 100px;
  background-color: white;
  height: 1px;
}
/* line 334, ../sass/Pages/_ContactUs.scss */
.ContactUs h1 {
  width: 100%;
  max-width: 676px;
  font-family: 'Rethink Sans';
  font-style: normal;
  font-weight: 500;
  font-size: calc(2rem + 2vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: white;
}
@media screen and (min-width: 1200px) {
  /* line 334, ../sass/Pages/_ContactUs.scss */
  .ContactUs h1 {
    font-size: 6.4rem;
  }
}
/* line 361, ../sass/Pages/_ContactUs.scss */
.ContactUs__CTA {
  width: 190px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 1, ../sass/Pages/_Project.scss */
.ProjectsSwiper {
  width: 300px !important;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/Pages/_Project.scss */
  .ProjectsSwiper {
    width: 100vw !important;
  }
}

/* line 13, ../sass/Pages/_Project.scss */
.projectGap > * {
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  /* line 13, ../sass/Pages/_Project.scss */
  .projectGap > * {
    padding: 2.6rem;
  }
}

/* line 1, ../sass/Pages/_SuccessPage.scss */
.SuccessPage_Layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/Pages/_SuccessPage.scss */
  .SuccessPage_Layout {
    gap: calc(1rem + 1vh);
  }
}
/* line 19, ../sass/Pages/_SuccessPage.scss */
.SuccessPage_Layout--logo {
  padding: 4rem;
}
/* line 23, ../sass/Pages/_SuccessPage.scss */
.SuccessPage_Layout--logo img {
  width: 95px;
  height: 84px;
  object-fit: cover;
  cursor: pointer;
}
/* line 33, ../sass/Pages/_SuccessPage.scss */
.SuccessPage_Layout--alert {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: calc(1rem + 1vw);
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  /* line 33, ../sass/Pages/_SuccessPage.scss */
  .SuccessPage_Layout--alert {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1440px) {
  /* line 45, ../sass/Pages/_SuccessPage.scss */
  .SuccessPage_Layout dotlottie-player {
    width: calc(14rem + 1vw) !important;
    height: calc(14rem + 1vh) !important;
  }
}
