@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;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--PrimaryColor);
}

/* line 34, ../sass/_reset.scss */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* line 44, ../sass/_reset.scss */
a {
  text-decoration: none;
  color: black;
}

/* line 52, ../sass/_reset.scss */
ul {
  list-style-type: none;
}

/* line 56, ../sass/_reset.scss */
html.lenis, html.lenis body {
  height: auto;
}

/* line 60, ../sass/_reset.scss */
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

/* line 64, ../sass/_reset.scss */
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

/* line 68, ../sass/_reset.scss */
.lenis.lenis-stopped {
  overflow: hidden;
}

/* line 72, ../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 36, ../sass/_utlilties.scss */
.u-bodyTextSmall, .ProjectCard--description__tag {
  color: white;
  font-size: calc(1rem + 0.4vw);
}
@media screen and (min-width: 769px) {
  /* line 36, ../sass/_utlilties.scss */
  .u-bodyTextSmall, .ProjectCard--description__tag {
    font-size: 1.6rem;
  }
}

/* line 52, ../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 52, ../sass/_utlilties.scss */
  .u-bodyText-grid {
    font-size: 2rem;
  }
}

/* line 60, ../sass/_utlilties.scss */
.fullScreen {
  width: 100%;
  height: 400px;
  border-radius: 5rem;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  /* line 60, ../sass/_utlilties.scss */
  .fullScreen {
    height: 400px;
  }
}

/* line 83, ../sass/_utlilties.scss */
.u-image-full-height {
  height: 1060px;
  max-height: 100%;
}
@media screen and (max-width: 1200px) {
  /* line 83, ../sass/_utlilties.scss */
  .u-image-full-height {
    max-height: 400px;
  }
}

/* line 99, ../sass/_utlilties.scss */
.u-image-grid {
  width: 100%;
  max-height: 600px;
  border-radius: 2.5rem;
  object-fit: cover;
}

/* line 111, ../sass/_utlilties.scss */
.u-SectionPadding, .Blog--conclustion, .InformationSwiper, .DropDown, .Hero__container, .OurBlog, .informative, .Services, .Services [class^="col"], .AboutUsInformative, .Clients, .ServiceLayout, .ServiceLayout_Modern, .BuildingAndHighRiseLayout, .ServiceFull_Paragraph, .ConstructionServices, .Aspects, .Commercial__Wrapper, .ContactUs, .PageWrapper, .Details__header {
  padding-left: calc(1rem + 2vw);
  padding-right: calc(1rem + 2vw);
  padding-top: calc(1rem + 2vh);
  padding-bottom: calc(1rem + 2vh);
}
@media screen and (min-width: 1024px) {
  /* line 111, ../sass/_utlilties.scss */
  .u-SectionPadding, .Blog--conclustion, .InformationSwiper, .DropDown, .Hero__container, .OurBlog, .informative, .Services, .Services [class^="col"], .AboutUsInformative, .Clients, .ServiceLayout, .ServiceLayout_Modern, .BuildingAndHighRiseLayout, .ServiceFull_Paragraph, .ConstructionServices, .Aspects, .Commercial__Wrapper, .ContactUs, .PageWrapper, .Details__header {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* line 135, ../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 152, ../sass/_utlilties.scss */
.page-Header {
  opacity: 0;
  transform: translateX(-100px);
  font-family: 'Rethink Sans';
  font-style: normal;
  font-weight: 500;
  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 152, ../sass/_utlilties.scss */
  .page-Header {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  /* line 152, ../sass/_utlilties.scss */
  .page-Header {
    font-size: 100px;
  }
}

/* line 202, ../sass/_utlilties.scss */
.u-overflow-hidden {
  overflow: hidden;
}

/* line 207, ../sass/_utlilties.scss */
.u-aboutUs-text {
  opacity: 0;
}

/* line 212, ../sass/_utlilties.scss */
.u-reset-margin {
  margin: 0 !important;
}

/* line 217, ../sass/_utlilties.scss */
.u-mt-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* line 225, ../sass/_utlilties.scss */
.ProjectsTitle {
  opacity: 0;
  transform: translateX(-10%);
}

/* line 234, ../sass/_utlilties.scss */
.u-h2 {
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: calc(1rem + 3vw);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: black !important;
}
@media screen and (min-width: 769px) {
  /* line 234, ../sass/_utlilties.scss */
  .u-h2 {
    font-size: 4.8rem;
  }
}

/* line 241, ../sass/_utlilties.scss */
.u-h3-white {
  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;
  text-align: left !important;
}
@media screen and (min-width: 769px) {
  /* line 241, ../sass/_utlilties.scss */
  .u-h3-white {
    font-size: 2.4rem;
  }
}

/* line 251, ../sass/_utlilties.scss */
.list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

/* line 262, ../sass/_utlilties.scss */
.u-h4 {
  font-family: inherit;
  font-style: normal;
  font-weight: bold;
  font-size: calc(1.5rem + 1vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  text-align: left !important;
  color: white !important;
}
@media screen and (min-width: 769px) {
  /* line 262, ../sass/_utlilties.scss */
  .u-h4 {
    font-size: 1.8rem;
  }
}

/* line 272, ../sass/_utlilties.scss */
.u-full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2.4rem;
}

/* line 285, ../sass/_utlilties.scss */
.fullGrid {
  width: 100%;
  max-width: 1660px !important;
  margin: 80px auto 0 auto !important;
}
@media screen and (max-width: 1200px) {
  /* line 285, ../sass/_utlilties.scss */
  .fullGrid {
    margin: 42px auto 0 auto !important;
  }
}

/* line 299, ../sass/_utlilties.scss */
.u-section-margin {
  margin-top: 42px;
}

/* line 304, ../sass/_utlilties.scss */
.u-m-p-5 {
  max-width: 540px !important;
}

/* line 310, ../sass/_utlilties.scss */
.u-color-white {
  color: white !important;
}

/* line 316, ../sass/_utlilties.scss */
.u-m-p-6 {
  max-width: 596px !important;
}

/* line 322, ../sass/_utlilties.scss */
.u-no-padding-top {
  padding-top: 0px;
}

/* line 328, ../sass/_utlilties.scss */
.section__Wrapper {
  max-width: 1600px !important;
  gap: 6rem !important;
}

/* line 337, ../sass/_utlilties.scss */
.Blog--conclustion {
  max-width: 1440px;
  margin: 0 auto;
}

/* line 347, ../sass/_utlilties.scss */
.u-flex-column {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

/* line 360, ../sass/_utlilties.scss */
.u-small-gap-column {
  gap: 1.4rem !important;
}

/* line 3, ../sass/Components/_Button.scss */
.Button, .CTA_Button, .CTA_Button__Secondary, .ProjectCard__button {
  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, .ProjectCard__button: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.large {
  max-width: 600px;
}
/* line 21, ../sass/Components/_IconCard.scss */
.Iconcard.large .Iconcard__description p {
  max-width: 600px !important;
}
/* line 29, ../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 29, ../sass/Components/_IconCard.scss */
  .Iconcard__title p {
    font-size: 3.2rem !important;
  }
}
/* line 49, ../sass/Components/_IconCard.scss */
.Iconcard__description {
  flex-grow: 1;
  margin-top: auto;
}
/* line 56, ../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 56, ../sass/Components/_IconCard.scss */
  .Iconcard__description a {
    font-size: 2rem;
    /* margin-top: 3.4rem; */
  }
}
/* line 62, ../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 62, ../sass/Components/_IconCard.scss */
  .Iconcard__description p {
    font-size: 2rem;
  }
}
/* line 86, ../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: 100%;
  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-around;
}
/* line 213, ../sass/Components/_FAQ.scss */
.FAQ_V2__header--title {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  /* line 213, ../sass/Components/_FAQ.scss */
  .FAQ_V2__header--title {
    gap: 2rem;
  }
}
/* line 230, ../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 230, ../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 230, ../sass/Components/_FAQ.scss */
  .FAQ_V2__header--title h3, .FAQ_V2__header--title p {
    font-size: 12px !important;
  }
}
/* line 243, ../sass/Components/_FAQ.scss */
.FAQ_V2__header--title p {
  color: #B3B2BB;
}
/* line 251, ../sass/Components/_FAQ.scss */
.FAQ_V2__header svg {
  transition: all 0.4s;
  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 251, ../sass/Components/_FAQ.scss */
  .FAQ_V2__header svg {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}
/* line 291, ../sass/Components/_FAQ.scss */
.FAQ_V2__header svg.up {
  transform: rotate(180deg);
}
/* line 299, ../sass/Components/_FAQ.scss */
.FAQ_V2__Body {
  overflow: hidden;
  max-height: 0px;
}
/* line 305, ../sass/Components/_FAQ.scss */
.FAQ_V2__Body.open {
  max-height: 100%;
  margin-top: 4.8rem;
}
/* line 312, ../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 312, ../sass/Components/_FAQ.scss */
  .FAQ_V2__Body p {
    font-size: 2rem;
  }
}

/* line 320, ../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 320, ../sass/Components/_FAQ.scss */
  .FAQ_V2__wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

/* 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 {
  opacity: 0;
  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 35, ../sass/Components/_Tab.scss */
.Tab__Tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
/* line 48, ../sass/Components/_Tab.scss */
.Tab__Tabs li a {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--BodyText);
  max-width: 500px;
  color: #B3B2BB;
}
@media screen and (min-width: 769px) {
  /* line 48, ../sass/Components/_Tab.scss */
  .Tab__Tabs li a {
    font-size: 2rem;
  }
}
/* line 54, ../sass/Components/_Tab.scss */
.Tab__Tabs li a.active {
  color: white;
}

/* line 67, ../sass/Components/_Tab.scss */
.Tab_Content > div {
  display: none;
}
/* line 71, ../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: 150px;
    height: 150px;
  }
}
/* 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.8rem;
  }
}
@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: calc(30rem + 2vw);
  height: calc(30rem + 2vw);
  position: relative;
}
@media screen and (max-width: 1024px) {
  /* line 1, ../sass/Components/_OverlayImage.scss */
  .OverlayImage {
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1, ../sass/Components/_OverlayImage.scss */
  .OverlayImage {
    width: 450px;
    height: 400px;
  }
}
/* line 42, ../sass/Components/_OverlayImage.scss */
.OverlayImage img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}
/* line 56, ../sass/Components/_OverlayImage.scss */
.OverlayImage__Bottom {
  position: absolute;
  bottom: 32px;
  left: 50px;
}
/* line 66, ../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 66, ../sass/Components/_OverlayImage.scss */
  .OverlayImage__Bottom h3, .OverlayImage__Bottom p {
    font-size: 2.4rem;
  }
}

/* line 95, ../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 100, ../sass/Components/_popup.scss */
.dim.active::after, .dim.show::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

/* 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;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  /* line 3, ../sass/Components/_SlidingTab.scss */
  .SlidingTab {
    max-width: 100%;
    align-items: center;
    height: 100%;
    width: 100%;
  }
}
/* line 34, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header {
  padding: 2rem;
}
/* line 39, ../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 39, ../sass/Components/_SlidingTab.scss */
  .SlidingTab__Header--title {
    font-size: 2.4rem;
  }
}
/* line 46, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 769px) {
  /* line 46, ../sass/Components/_SlidingTab.scss */
  .SlidingTab__Header--swiper {
    gap: 5px;
  }
}
/* line 65, ../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 65, ../sass/Components/_SlidingTab.scss */
  .SlidingTab__Header--navigation {
    flex-direction: column;
  }
}
/* line 92, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--navigation a {
  position: relative;
  white-space: nowrap;
  font-size: 16px;
  color: #B3B2BB;
}
/* line 109, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--navigation a.active {
  color: white;
}
/* line 113, ../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 113, ../sass/Components/_SlidingTab.scss */
  .SlidingTab__Header--navigation a.active::after {
    height: 3px;
  }
}
/* line 143, ../sass/Components/_SlidingTab.scss */
.SlidingTab__Header--divider {
  background-color: #B3B2BB;
  width: 100%;
  height: 2px;
}
/* line 159, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body {
  padding: 32px;
}
/* line 165, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body > div {
  display: none;
}
/* line 173, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body > div.active {
  display: flex;
}
/* line 184, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body nav {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
/* line 192, ../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 200, ../sass/Components/_SlidingTab.scss */
.SlidingTab__body nav a.active {
  color: white !important;
}

/* line 1, ../sass/Components/_ProjectDetailsPopup.scss */
.ProjectDetailsPopup {
  display: none;
  background-color: #27272C;
  width: 90%;
  height: 500px;
  border-radius: 2.4rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}
/* line 9, ../sass/Components/_ProjectDetailsPopup.scss */
.ProjectDetailsPopup .swiper-pagination-bullet {
  background-color: #C9AD84;
  opacity: 1;
  /* Ensure visible color */
}
/* line 14, ../sass/Components/_ProjectDetailsPopup.scss */
.ProjectDetailsPopup .swiper-pagination-bullet-active {
  background-color: #C9AD84;
  transform: scale(1.3);
  /* Slightly enlarge active bullet */
}
/* line 20, ../sass/Components/_ProjectDetailsPopup.scss */
.ProjectDetailsPopup i {
  color: white;
  cursor: pointer;
}
/* line 51, ../sass/Components/_ProjectDetailsPopup.scss */
.ProjectDetailsPopup__content {
  padding: 2rem;
}
/* line 56, ../sass/Components/_ProjectDetailsPopup.scss */
.ProjectDetailsPopup__content h2 {
  color: white !important;
}

/* line 67, ../sass/Components/_ProjectDetailsPopup.scss */
table {
  width: 100%;
  margin-top: 2.4rem;
  border-collapse: collapse;
}
/* line 78, ../sass/Components/_ProjectDetailsPopup.scss */
table th, table td {
  padding: 2rem;
  text-align: left;
  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 78, ../sass/Components/_ProjectDetailsPopup.scss */
  table th, table td {
    font-size: 2rem;
  }
}
/* line 92, ../sass/Components/_ProjectDetailsPopup.scss */
table th {
  width: 40%;
  font-weight: bold;
}
/* line 102, ../sass/Components/_ProjectDetailsPopup.scss */
table td {
  color: white;
}
/* line 108, ../sass/Components/_ProjectDetailsPopup.scss */
table tr {
  width: 100%;
}
/* line 116, ../sass/Components/_ProjectDetailsPopup.scss */
table tr:not(:last-child) {
  border-bottom: 1px solid var(--SecondaryColor);
}

/* line 132, ../sass/Components/_ProjectDetailsPopup.scss */
.PreviewSwiper {
  width: 100%;
  height: 100%;
}
/* line 139, ../sass/Components/_ProjectDetailsPopup.scss */
.PreviewSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
/* line 146, ../sass/Components/_ProjectDetailsPopup.scss */
.PreviewSwiper .swiper-slide img {
  max-height: 100% !important;
  object-fit: cover !important;
  height: 100% !important;
}
@media screen and (min-width: 769px) {
  /* line 146, ../sass/Components/_ProjectDetailsPopup.scss */
  .PreviewSwiper .swiper-slide img {
    height: 500px !important;
  }
}

/* line 168, ../sass/Components/_ProjectDetailsPopup.scss */
.popup__close {
  z-index: 999999 !important;
}

/* line 1, ../sass/Components/_DropDown.scss */
.DropDown {
  opacity: 0;
  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 27, ../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 39, ../sass/Components/_DropDown.scss */
.DropDown__Select p, .DropDown__Select span {
  font-size: 1.4rem;
  color: white;
  font-family: inherit;
}
/* line 48, ../sass/Components/_DropDown.scss */
.DropDown__Select--caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid white;
}
/* line 55, ../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 76, ../sass/Components/_DropDown.scss */
.DropDown__menu.active {
  display: block;
  opacity: 1;
}
/* line 84, ../sass/Components/_DropDown.scss */
.DropDown__menu li {
  font-size: 2.4rem;
  color: black;
  cursor: pointer;
  padding: 0.7rem 0.5rem;
}
/* line 94, ../sass/Components/_DropDown.scss */
.DropDown input {
  outline: none;
  border: none !important;
  user-select: none;
}

/* line 1, ../sass/Components/_Cursor.scss */
.Cursor-dot {
  width: 10px;
  height: 10px;
  background-color: #D7AB79;
}
@media screen and (max-width: 769px) {
  /* line 1, ../sass/Components/_Cursor.scss */
  .Cursor-dot {
    display: none;
  }
}

/* line 17, ../sass/Components/_Cursor.scss */
.cursor-outline {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(215, 171, 121, 0.5);
}
@media screen and (max-width: 769px) {
  /* line 17, ../sass/Components/_Cursor.scss */
  .cursor-outline {
    display: none;
  }
}

/* line 32, ../sass/Components/_Cursor.scss */
.Cursor-dot, .cursor-outline {
  position: fixed;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  z-index: 999999999;
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  /* line 32, ../sass/Components/_Cursor.scss */
  .Cursor-dot, .cursor-outline {
    display: none;
  }
}

/* line 1, ../sass/Components/_Map.scss */
.map {
  height: 100%;
  position: relative;
  overflow: hidden;
  max-height: 100%;
  opacity: 0;
}
/* line 18, ../sass/Components/_Map.scss */
.map__image {
  background-image: url('/images/MAP.png?1732563056');
  background-size: cover;
  width: 100%;
  background-position: center center;
  border-radius: 2.5rem;
  height: 100%;
}
@media screen and (max-width: 680px) {
  /* line 18, ../sass/Components/_Map.scss */
  .map__image {
    height: 400px;
  }
}
@media screen and (min-width: 680px) and (max-width: 960px) {
  /* line 18, ../sass/Components/_Map.scss */
  .map__image {
    height: 600px;
  }
}

/* line 54, ../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 67, ../sass/Components/_Map.scss */
.point svg {
  width: calc(1rem + 1vw);
  height: calc(1rem + 1vw);
  max-width: 2rem;
  max-height: 2rem;
}
/* line 95, ../sass/Components/_Map.scss */
.point.active {
  background-color: #C9AD84;
  fill: white;
}

/* line 103, ../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 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 10%;
  }
}
@media screen and (min-width: 360px) and (max-width: 400px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 12%;
  }
}
@media screen and (min-width: 400px) and (max-width: 430px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 15%;
  }
}
@media screen and (min-width: 430px) and (max-width: 500px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 20%;
  }
}
@media screen and (min-width: 500px) and (max-width: 550px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 23%;
  }
}
@media screen and (min-width: 550px) and (max-width: 600px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 25%;
  }
}
@media screen and (min-width: 600px) and (max-width: 650px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 27%;
  }
}
@media screen and (min-width: 650px) and (max-width: 700px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    right: 28%;
  }
}
@media screen and (min-width: 700px) and (max-width: 750px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 10px;
    right: 22%;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 10px;
    right: 24%;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 10px;
    right: 26%;
  }
}
@media screen and (min-width: 900px) and (max-width: 960px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 10px;
    right: 28%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1089px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 1px;
    right: 9%;
  }
}
@media screen and (min-width: 1089px) and (max-width: 1200px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 1px;
    right: 12%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1260px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 1px;
    right: 15%;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1326px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 1px;
    right: 17%;
  }
}
@media screen and (min-width: 1326px) {
  /* line 103, ../sass/Components/_Map.scss */
  .FirstPoint {
    top: 1px;
    right: 20%;
  }
}

/* line 232, ../sass/Components/_Map.scss */
.SecondPoint {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 20%;
  }
}
@media screen and (min-width: 360px) and (max-width: 400px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 22%;
  }
}
@media screen and (min-width: 400px) and (max-width: 430px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 24%;
  }
}
@media screen and (min-width: 430px) and (max-width: 500px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 25%;
  }
}
@media screen and (min-width: 500px) and (max-width: 550px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 28%;
  }
}
@media screen and (min-width: 550px) and (max-width: 600px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 30%;
  }
}
@media screen and (min-width: 600px) and (max-width: 650px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 32%;
  }
}
@media screen and (min-width: 650px) and (max-width: 700px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    right: 34%;
  }
}
@media screen and (min-width: 700px) and (max-width: 750px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 10px;
    right: 28%;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 10px;
    right: 29%;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 10px;
    right: 30%;
  }
}
@media screen and (min-width: 900px) and (max-width: 960px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 10px;
    right: 33%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1089px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 1px;
    right: 15%;
  }
}
@media screen and (min-width: 1089px) and (max-width: 1200px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 1px;
    right: 18%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1260px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 1px;
    right: 22%;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1326px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 1px;
    right: 22%;
  }
}
@media screen and (min-width: 1326px) {
  /* line 232, ../sass/Components/_Map.scss */
  .SecondPoint {
    top: 1px;
    right: 25%;
  }
}

/* line 358, ../sass/Components/_Map.scss */
.ThirdPoint {
  position: absolute;
  top: 0px;
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  /* line 358, ../sass/Components/_Map.scss */
  .ThirdPoint {
    right: 30%;
  }
}
@media screen and (min-width: 360px) and (max-width: 400px) {
  /* line 358, ../sass/Components/_Map.scss */
  .ThirdPoint {
    right: 35%;
  }
}
@media screen and (min-width: 400px) and (max-width: 700px) {
  /* line 358, ../sass/Components/_Map.scss */
  .ThirdPoint {
    right: 35%;
  }
}
@media screen and (min-width: 700px) and (max-width: 900px) {
  /* line 358, ../sass/Components/_Map.scss */
  .ThirdPoint {
    top: 10px;
    right: 35%;
  }
}
@media screen and (min-width: 900px) and (max-width: 960px) {
  /* line 358, ../sass/Components/_Map.scss */
  .ThirdPoint {
    top: 10px;
    right: 38%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1089px) {
  /* line 358, ../sass/Components/_Map.scss */
  .ThirdPoint {
    top: 1px;
    right: 23%;
  }
}
@media screen and (min-width: 1089px) and (max-width: 1200px) {
  /* line 358, ../sass/Components/_Map.scss */
  .ThirdPoint {
    top: 1px;
    right: 25%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1260px) {
  /* line 358, ../sass/Components/_Map.scss */
  .ThirdPoint {
    top: 1px;
    right: 27%;
  }
}
@media screen and (min-width: 1260px) {
  /* line 358, ../sass/Components/_Map.scss */
  .ThirdPoint {
    right: 30%;
  }
}

/* line 432, ../sass/Components/_Map.scss */
.OakVil {
  position: absolute;
}
@media screen and (min-width: 320px) and (max-width: 340px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 6%;
  }
}
@media screen and (min-width: 340px) and (max-width: 368px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 10%;
  }
}
@media screen and (min-width: 368px) and (max-width: 390px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 12%;
  }
}
@media screen and (min-width: 390px) and (max-width: 412px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 15%;
  }
}
@media screen and (min-width: 412px) and (max-width: 440px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 16%;
  }
}
@media screen and (min-width: 440px) and (max-width: 470px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 19%;
  }
}
@media screen and (min-width: 470px) and (max-width: 500px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 22%;
  }
}
@media screen and (min-width: 500px) and (max-width: 530px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 23%;
  }
}
@media screen and (min-width: 530px) and (max-width: 580px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 25%;
  }
}
@media screen and (min-width: 580px) and (max-width: 650px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 28%;
  }
}
@media screen and (min-width: 650px) and (max-width: 679px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 30%;
  }
}
@media screen and (min-width: 679px) and (max-width: 768px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 22%;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 28%;
  }
}
@media screen and (min-width: 940px) and (max-width: 960px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 30%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1142px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 10%;
  }
}
@media screen and (min-width: 1142px) and (max-width: 1200px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 14%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1342px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 17%;
  }
}
@media screen and (min-width: 1342px) and (max-width: 1400px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 19%;
  }
}
@media screen and (min-width: 1400px) {
  /* line 432, ../sass/Components/_Map.scss */
  .OakVil {
    top: 7%;
    right: 20%;
  }
}

/* line 556, ../sass/Components/_Map.scss */
.WestOak {
  position: absolute;
  top: 12%;
  right: 35%;
}
@media screen and (min-width: 320px) and (max-width: 370px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 30%;
  }
}
@media screen and (min-width: 370px) and (max-width: 400px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 32%;
  }
}
@media screen and (min-width: 400px) and (max-width: 450px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 33%;
  }
}
@media screen and (min-width: 450px) and (max-width: 500px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 35%;
  }
}
@media screen and (min-width: 500px) and (max-width: 550px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 36%;
  }
}
@media screen and (min-width: 550px) and (max-width: 600px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 38%;
  }
}
@media screen and (min-width: 600px) and (max-width: 670px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 39%;
  }
}
@media screen and (min-width: 670px) and (max-width: 680px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 40%;
  }
}
@media screen and (min-width: 680px) and (max-width: 750px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 36%;
  }
}
@media screen and (min-width: 750px) and (max-width: 900px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 38%;
  }
}
@media screen and (min-width: 900px) and (max-width: 960px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 40%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 556, ../sass/Components/_Map.scss */
  .WestOak {
    right: 32%;
  }
}

/* line 630, ../sass/Components/_Map.scss */
.Bronte {
  position: absolute;
  top: 35%;
  right: 38%;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 630, ../sass/Components/_Map.scss */
  .Bronte {
    right: 38%;
  }
}
@media screen and (min-width: 480px) and (max-width: 600px) {
  /* line 630, ../sass/Components/_Map.scss */
  .Bronte {
    right: 42%;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  /* line 630, ../sass/Components/_Map.scss */
  .Bronte {
    right: 42%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  /* line 630, ../sass/Components/_Map.scss */
  .Bronte {
    right: 43%;
  }
}

/* line 660, ../sass/Components/_Map.scss */
.BrantHills {
  position: absolute;
  top: 33%;
  right: 58%;
}
@media screen and (min-width: 320px) and (max-width: 390px) {
  /* line 660, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 59%;
  }
}
@media screen and (min-width: 390px) and (max-width: 460px) {
  /* line 660, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 58%;
  }
}
@media screen and (min-width: 460px) and (max-width: 520px) {
  /* line 660, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 57%;
  }
}
@media screen and (min-width: 520px) and (max-width: 600px) {
  /* line 660, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 56%;
  }
}
@media screen and (min-width: 600px) and (max-width: 680px) {
  /* line 660, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 55%;
  }
}
@media screen and (min-width: 680px) and (max-width: 768px) {
  /* line 660, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 58%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  /* line 660, ../sass/Components/_Map.scss */
  .BrantHills {
    right: 57%;
  }
}

/* line 705, ../sass/Components/_Map.scss */
.waterDown {
  position: absolute;
  top: 52%;
  left: 38%;
}
@media screen and (min-width: 320px) and (max-width: 390px) {
  /* line 705, ../sass/Components/_Map.scss */
  .waterDown {
    left: 33%;
  }
}
@media screen and (min-width: 390px) and (max-width: 500px) {
  /* line 705, ../sass/Components/_Map.scss */
  .waterDown {
    left: 34%;
  }
}

/* line 1, ../sass/Components/_ProjectCard.scss */
.ProjectCard {
  opacity: 0;
  overflow: hidden;
  border-radius: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom-left-radius: 0px;
}
/* line 41, ../sass/Components/_ProjectCard.scss */
.ProjectCard p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/* line 54, ../sass/Components/_ProjectCard.scss */
.ProjectCard:hover::after {
  width: 100%;
  height: 100%;
}
/* line 72, ../sass/Components/_ProjectCard.scss */
.ProjectCard img {
  width: 100%;
  height: 100%;
  display: block;
  max-height: 300px;
  object-fit: cover;
}
/* line 97, ../sass/Components/_ProjectCard.scss */
.ProjectCard--description {
  margin-top: -22px;
  transition: all 0.4s;
  width: 100%;
  background-color: #27272C;
  gap: 2.4rem;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  z-index: 99;
}
/* line 134, ../sass/Components/_ProjectCard.scss */
.ProjectCard--description__tag {
  border-radius: 2.8rem;
  background-color: transparent;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  /* line 97, ../sass/Components/_ProjectCard.scss */
  .ProjectCard--description {
    width: 100%;
  }
}
/* line 169, ../sass/Components/_ProjectCard.scss */
.ProjectCard--description--icon {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
/* line 192, ../sass/Components/_ProjectCard.scss */
.ProjectCard__button {
  width: auto;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: auto !important;
  align-self: flex-start;
}
/* line 206, ../sass/Components/_ProjectCard.scss */
.ProjectCard__button a {
  color: white;
}
/* line 211, ../sass/Components/_ProjectCard.scss */
.ProjectCard__button svg {
  cursor: pointer;
}

/* line 228, ../sass/Components/_ProjectCard.scss */
.Card-margin {
  margin-bottom: 1rem;
}

/* line 235, ../sass/Components/_ProjectCard.scss */
.gap-cards > * {
  padding: 2rem;
}

/* Popup styling */
/* line 2, ../sass/Components/_Preview.scss */
.PreviewPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
/* line 19, ../sass/Components/_Preview.scss */
.PreviewPopup.active {
  display: flex;
}

/* line 27, ../sass/Components/_Preview.scss */
.popup-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 500px;
  background: #fff;
  padding: 20px;
  border-radius: 2.5rem;
  overflow: hidden;
  height: 70%;
}

/* line 52, ../sass/Components/_Preview.scss */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

/* line 59, ../sass/Components/_Preview.scss */
.swiper-pagination-count {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

/* line 65, ../sass/Components/_Preview.scss */
.PreviewSwiper {
  width: 100% !important;
}
/* line 73, ../sass/Components/_Preview.scss */
.PreviewSwiper .swiper-slide img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  max-height: 600px;
  display: block;
}

/* Custom Swiper button styling */
/* line 91, ../sass/Components/_Preview.scss */
.swiper-button-next, .swiper-button-prev {
  background-color: #17171C;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 102, ../sass/Components/_Preview.scss */
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
}

/* line 1, ../sass/Components/_PortofolioSection.scss */
.PortofolioSection {
  width: 100%;
  background-color: #23232a;
  /* Optional: Active bullet color */
}
/* line 11, ../sass/Components/_PortofolioSection.scss */
.PortofolioSection__Title {
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 860px) {
  /* line 11, ../sass/Components/_PortofolioSection.scss */
  .PortofolioSection__Title {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
/* line 35, ../sass/Components/_PortofolioSection.scss */
.PortofolioSection .swiper {
  width: 100%;
  padding-bottom: 4.2rem;
  height: 600px;
}
@media screen and (max-width: 600px) {
  /* line 35, ../sass/Components/_PortofolioSection.scss */
  .PortofolioSection .swiper {
    width: 100%;
    height: 100%;
  }
}
/* line 57, ../sass/Components/_PortofolioSection.scss */
.PortofolioSection .swiper-slide img {
  display: block;
  width: 95%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1.4rem;
}
@media screen and (max-width: 600px) {
  /* line 57, ../sass/Components/_PortofolioSection.scss */
  .PortofolioSection .swiper-slide img {
    width: 100%;
    height: 100%;
  }
}
/* line 83, ../sass/Components/_PortofolioSection.scss */
.PortofolioSection .swiper-pagination-bullet {
  background-color: #C9AD84;
}
/* line 90, ../sass/Components/_PortofolioSection.scss */
.PortofolioSection .swiper-pagination-bullet-active {
  background-color: #9C7B51;
}

@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;
}

/* line 111, ../sass/Layout/_GridLayout.scss */
.gap3 > * {
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  /* line 111, ../sass/Layout/_GridLayout.scss */
  .gap3 > * {
    padding: 5rem !important;
  }
}

/* line 128, ../sass/Layout/_GridLayout.scss */
.gap3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
@media screen and (min-width: 1600px) {
  /* line 128, ../sass/Layout/_GridLayout.scss */
  .gap3 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
}

/* line 144, ../sass/Layout/_GridLayout.scss */
.gap4 > * {
  padding: 1rem;
}
@media screen and (min-width: 1600px) {
  /* line 144, ../sass/Layout/_GridLayout.scss */
  .gap4 > * {
    padding: 2rem;
  }
}

/* line 154, ../sass/Layout/_GridLayout.scss */
.gap4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 1600px) {
  /* line 154, ../sass/Layout/_GridLayout.scss */
  .gap4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

/* line 167, ../sass/Layout/_GridLayout.scss */
.gap-3px > * {
  padding: 3px;
}

/* line 172, ../sass/Layout/_GridLayout.scss */
.gap-3px {
  margin-left: -3px;
  margin-right: -3px;
}

@media screen and (min-width: 1600px) {
  /* line 180, ../sass/Layout/_GridLayout.scss */
  .gap_large > * {
    padding: 5rem;
  }
}

@media screen and (min-width: 1600px) {
  /* line 191, ../sass/Layout/_GridLayout.scss */
  .gap_large {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 204, ../sass/Layout/_GridLayout.scss */
  .gap_10 > * {
    padding: 10rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 211, ../sass/Layout/_GridLayout.scss */
  .gap_10 {
    margin-left: -10rem;
    margin-right: -10rem;
  }
}

/* line 221, ../sass/Layout/_GridLayout.scss */
.gap_28 > * {
  padding: 2.8rem;
}

/* line 226, ../sass/Layout/_GridLayout.scss */
.gap_28 {
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}

/* line 233, ../sass/Layout/_GridLayout.scss */
.center {
  justify-content: center;
  align-items: center;
}

/* line 241, ../sass/Layout/_GridLayout.scss */
.align-center {
  align-items: center;
}

/* line 253, ../sass/Layout/_GridLayout.scss */
.center_Grid {
  margin: 0px auto 0px auto;
}

/* line 258, ../sass/Layout/_GridLayout.scss */
.GridSystem {
  max-width: 1440px;
  width: 100%;
  box-sizing: border-box;
}
/* line 267, ../sass/Layout/_GridLayout.scss */
.GridSystem--Row {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 0) {
  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-1-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-2-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-3-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-4-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-5-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-6-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-7-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-8-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-9-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-10-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-11-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 281, ../sass/Layout/_GridLayout.scss */
  .col-12-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-1-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-2-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-3-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-4-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-5-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-6-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-7-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-8-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-9-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-10-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-11-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 291, ../sass/Layout/_GridLayout.scss */
  .col-12-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 720px) {
  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-1-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-2-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-3-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-4-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-5-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-6-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-7-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-8-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-9-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-10-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-11-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 301, ../sass/Layout/_GridLayout.scss */
  .col-12-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-1-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-2-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-3-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-4-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-5-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-6-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-7-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-8-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-9-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-10-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-11-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 311, ../sass/Layout/_GridLayout.scss */
  .col-12-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-1-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.33333%;
  }

  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-2-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.66667%;
  }

  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-3-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }

  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-4-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.33333%;
  }

  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-5-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.66667%;
  }

  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-6-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }

  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-7-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.33333%;
  }

  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-8-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.66667%;
  }

  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-9-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }

  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-10-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.33333%;
  }

  /* line 320, ../sass/Layout/_GridLayout.scss */
  .col-11-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.66667%;
  }

  /* line 320, ../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;
    overflow-y: auto;
    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;
  opacity: 0;
  transform: translateX(-100px);
}
@media screen and (max-width: 769px) {
  /* line 55, ../sass/Layout/_header.scss */
  .MainHeader img {
    width: 120px;
    height: 100px;
  }
}
/* line 81, ../sass/Layout/_header.scss */
.MainHeader__Navigation {
  grid-area: Navigation;
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 769px) {
  /* line 81, ../sass/Layout/_header.scss */
  .MainHeader__Navigation {
    display: none;
  }
  /* line 100, ../sass/Layout/_header.scss */
  .MainHeader__Navigation.active {
    display: flex;
  }
}
/* line 106, ../sass/Layout/_header.scss */
.MainHeader__Navigation ul {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 769px) {
  /* line 106, ../sass/Layout/_header.scss */
  .MainHeader__Navigation ul {
    flex-direction: column;
    gap: 24px;
  }
}
/* line 126, ../sass/Layout/_header.scss */
.MainHeader__Navigation ul li {
  opacity: 0;
  transform: translateY(11px);
}
/* line 135, ../sass/Layout/_header.scss */
.MainHeader__Navigation ul li a {
  transition: color 0.4s;
  color: #B3B2BB;
  font-size: 1.8rem;
}
/* line 146, ../sass/Layout/_header.scss */
.MainHeader__Navigation ul li a:hover {
  color: white;
}
/* line 156, ../sass/Layout/_header.scss */
.MainHeader__CTA {
  align-self: center;
  justify-self: center;
  grid-area: CTA;
  opacity: 0;
  transform: translateX(100px);
}
@media screen and (max-width: 769px) {
  /* line 156, ../sass/Layout/_header.scss */
  .MainHeader__CTA {
    display: none;
  }
  /* line 176, ../sass/Layout/_header.scss */
  .MainHeader__CTA.active {
    display: block;
  }
}
/* line 183, ../sass/Layout/_header.scss */
.MainHeader__Burger {
  position: absolute;
  right: 40px;
  top: 40px;
}
@media screen and (min-width: 769px) {
  /* line 183, ../sass/Layout/_header.scss */
  .MainHeader__Burger {
    display: none;
  }
}
/* line 199, ../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 216, ../sass/Layout/_Hero.scss */
.Hero__header {
  opacity: 0;
  transform: translateX(-10%);
}

/* line 229, ../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: 1600px) {
  /* 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/_OurBlog.scss */
.OurBlog {
  max-width: 1600px;
  margin: 0 auto;
}

/* 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-left: auto;
  margin-right: auto;
  margin-top: calc(2rem + 3vh);
  margin-bottom: calc(2rem + 3vh);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  /* line 1, ../sass/Pages/_Home.scss */
  .AboutUs {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
/* line 28, ../sass/Pages/_Home.scss */
.AboutUs__Wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: calc(3rem + 5vw);
  margin-top: calc(2rem + 3vh);
  margin-bottom: calc(2rem + 3vh);
}
@media screen and (min-width: 1440px) {
  /* line 28, ../sass/Pages/_Home.scss */
  .AboutUs__Wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 769px) {
  /* line 28, ../sass/Pages/_Home.scss */
  .AboutUs__Wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 28, ../sass/Pages/_Home.scss */
  .AboutUs__Wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20rem;
  }
}
/* line 71, ../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 71, ../sass/Pages/_Home.scss */
  .AboutUs h3 {
    font-size: 2.4rem;
  }
}
/* line 77, ../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 77, ../sass/Pages/_Home.scss */
  .AboutUs h2 {
    font-size: 4.8rem;
  }
}
/* line 90, ../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 90, ../sass/Pages/_Home.scss */
  .AboutUs p {
    font-size: 2rem;
  }
}

/* line 107, ../sass/Pages/_Home.scss */
.informative {
  max-width: 1440px;
  margin: 42px auto 0px auto;
}
/* line 118, ../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 118, ../sass/Pages/_Home.scss */
  .informative h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 118, ../sass/Pages/_Home.scss */
  .informative h3 {
    margin-bottom: 2rem;
  }
}
/* line 127, ../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 127, ../sass/Pages/_Home.scss */
  .informative h2 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 127, ../sass/Pages/_Home.scss */
  .informative h2 {
    margin-bottom: 4rem;
  }
}
/* line 143, ../sass/Pages/_Home.scss */
.informative p {
  margin-bottom: calc(1rem + 4vh);
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 143, ../sass/Pages/_Home.scss */
  .informative p {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 143, ../sass/Pages/_Home.scss */
  .informative p {
    max-width: 500px;
  }
}
/* line 161, ../sass/Pages/_Home.scss */
.informative .CTA_Button__Secondary {
  margin: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 42px !important;
  margin-bottom: 0px !important;
}

/* line 184, ../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 184, ../sass/Pages/_Home.scss */
  .Services h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 184, ../sass/Pages/_Home.scss */
  .Services h3 {
    margin-bottom: 2rem;
  }
}
/* line 193, ../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 193, ../sass/Pages/_Home.scss */
  .Services h2 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 193, ../sass/Pages/_Home.scss */
  .Services h2 {
    margin-bottom: 4rem;
  }
}
/* line 209, ../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 226, ../sass/Pages/_Home.scss */
  .Services .switch {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  /* line 235, ../sass/Pages/_Home.scss */
  .Services p {
    max-width: 100%;
  }
}

/* line 246, ../sass/Pages/_Home.scss */
.GetQuote {
  opacity: 0;
  background-image: url('/images/GetAquote (1).webp?1732567731');
  background-size: cover;
  height: 400px;
  background-position: center center;
  position: relative;
}
/* line 268, ../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 293, ../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 293, ../sass/Pages/_Home.scss */
  .GetQuote h2 {
    font-size: 4.8rem;
  }
}
/* line 305, ../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;
  }
}

/* line 1, ../sass/Pages/_Services.scss */
.ServiceIntro {
  opacity: 0;
  transform: translateX(-100px);
}

@media screen and (max-width: 1440px) {
  /* line 9, ../sass/Pages/_Services.scss */
  .Service, .Residential_Service {
    display: flex;
    flex-direction: column;
    gap: calc(2rem + 3vh);
    width: 100%;
  }
}
/* line 34, ../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 34, ../sass/Pages/_Services.scss */
  .Service img, .Residential_Service img {
    max-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 34, ../sass/Pages/_Services.scss */
  .Service img, .Residential_Service img {
    margin-top: 18rem;
    margin-bottom: 21rem;
  }
}
/* line 63, ../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 63, ../sass/Pages/_Services.scss */
  .Service h3, .Residential_Service h3 {
    font-size: 2.4rem;
  }
}
/* line 70, ../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 70, ../sass/Pages/_Services.scss */
  .Service h2, .Residential_Service h2 {
    font-size: 4.8rem;
  }
}

/* line 78, ../sass/Pages/_Services.scss */
.layout2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(2rem + 3vh);
}
@media screen and (min-width: 1024px) {
  /* line 78, ../sass/Pages/_Services.scss */
  .layout2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  /* line 78, ../sass/Pages/_Services.scss */
  .layout2 {
    gap: 14rem;
  }
}
/* line 108, ../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 108, ../sass/Pages/_Services.scss */
  .layout2 p {
    font-size: 2rem;
  }
}

/* line 120, ../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 120, ../sass/Pages/_Services.scss */
  .ServiceLayout, .ServiceLayout_Modern, .BuildingAndHighRiseLayout {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  /* line 120, ../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: 2000px) {
  /* line 155, ../sass/Pages/_Services.scss */
  .ServiceLayout_Modern {
    gap: 4rem;
  }
}

/* line 166, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout {
  grid-template-areas: "Intro FirstService" "Image1 Image2" "SecondService ThirdService";
  gap: 4rem;
  grid-template-rows: 300px  800px  400px;
}
@media screen and (max-width: 1200px) {
  /* line 166, ../sass/Pages/_Services.scss */
  .BuildingAndHighRiseLayout {
    grid-template-areas: "Intro" "FirstService" "Image1" "Image2" "SecondService" "ThirdService";
    grid-template-rows: 1fr;
  }
}
/* line 195, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout #ThirdService {
  align-self: flex-end;
}
/* line 203, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout > .Service:first-child, .BuildingAndHighRiseLayout > .Residential_Service:first-child {
  grid-area: Intro;
}
/* line 210, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout > .Service:nth-child(2), .BuildingAndHighRiseLayout > .Residential_Service:nth-child(2) {
  grid-area: Image1;
}
/* line 215, ../sass/Pages/_Services.scss */
.BuildingAndHighRiseLayout > .Service:nth-child(3), .BuildingAndHighRiseLayout > .Residential_Service:nth-child(3) {
  grid-area: FirstService;
  align-self: end;
}
/* line 222, ../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 236, ../sass/Pages/_Services.scss */
  .Service:last-child, .Residential_Service:last-child {
    display: flex;
    flex-direction: column;
  }
  /* line 247, ../sass/Pages/_Services.scss */
  .Service:last-child .ServiceCard, .Residential_Service:last-child .ServiceCard {
    order: 1;
  }
  /* line 253, ../sass/Pages/_Services.scss */
  .Service:last-child img, .Residential_Service:last-child img {
    order: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 236, ../sass/Pages/_Services.scss */
  .Service:last-child, .Residential_Service:last-child {
    padding-top: 9.3rem;
  }
}

/* line 271, ../sass/Pages/_Services.scss */
.SwiperSection {
  margin-top: calc(2rem + 3vh);
  margin-bottom: calc(2rem + 3vh);
}
@media screen and (min-width: 1440px) {
  /* line 271, ../sass/Pages/_Services.scss */
  .SwiperSection {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

/* line 276, ../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 276, ../sass/Pages/_Services.scss */
  .ServiceFull_Paragraph {
    font-size: 64px;
    text-align: left;
  }
}
/* line 325, ../sass/Pages/_Services.scss */
.ServiceFull_Paragraph span {
  color: white;
}

/* line 333, ../sass/Pages/_Services.scss */
.ConstructionServices {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
}
/* line 353, ../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 353, ../sass/Pages/_Services.scss */
  .ConstructionServices h3 {
    font-size: 2.4rem;
  }
}
/* line 361, ../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: 2.4rem;
}
@media screen and (min-width: 769px) {
  /* line 361, ../sass/Pages/_Services.scss */
  .ConstructionServices h2 {
    font-size: 4.8rem;
  }
}
/* line 375, ../sass/Pages/_Services.scss */
.ConstructionServices__Wrapper {
  margin-bottom: 2.4rem;
  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 375, ../sass/Pages/_Services.scss */
  .ConstructionServices__Wrapper {
    gap: 14rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 413, ../sass/Pages/_Services.scss */
.CommercialConstructionServices {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 5.9rem;
  height: 520px;
}
@media screen and (max-width: 1024px) {
  /* line 413, ../sass/Pages/_Services.scss */
  .CommercialConstructionServices {
    grid-template-columns: 1fr;
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 413, ../sass/Pages/_Services.scss */
  .CommercialConstructionServices {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}

/* line 455, ../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 455, ../sass/Pages/_Services.scss */
  .Aspects {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
/* line 469, ../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 469, ../sass/Pages/_Services.scss */
  .Aspects h3 {
    font-size: 2.4rem;
  }
}
/* line 479, ../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 479, ../sass/Pages/_Services.scss */
  .Aspects h2 {
    font-size: 4.8rem;
  }
}

/* line 491, ../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 491, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1440px) {
  /* line 491, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper {
    display: flex;
    flex-direction: column;
    gap: calc(2rem + 3vh);
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  /* line 516, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper__intro {
    margin-bottom: 4.8rem;
  }
}
/* line 529, ../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 529, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper h3 {
    font-size: 2.4rem;
  }
}
/* line 536, ../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 536, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper h2 {
    font-size: 4.8rem;
  }
}
/* line 546, ../sass/Pages/_Services.scss */
.Commercial__Wrapper p {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 546, ../sass/Pages/_Services.scss */
  .Commercial__Wrapper p {
    max-width: 650px;
  }
}
/* line 559, ../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 559, ../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;
  }
}

/* ProjectCard slideshows: ensure full-width and hide arrow visuals */
.ProjectCard .ProjectCardSwiper {
  width: 100% !important;
  height: 340px; /* slightly taller than default card image */
  position: relative; /* ensure nav buttons anchor to slider */
}
@media screen and (min-width: 1024px) {
  .ProjectCard .ProjectCardSwiper {
    height: 580px; /* increase a bit more on large screens */
  }
}
.ProjectCard .ProjectCardSwiper .swiper-wrapper,
.ProjectCard .ProjectCardSwiper .swiper-slide {
  width: 100% !important;
  height: 100% !important;
}
.ProjectCard .ProjectCardSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: none; /* override generic .ProjectCard img max-height */
}
/* Hide arrow icons but keep hit area clickable */
.ProjectCardSwiper .swiper-button-next,
.ProjectCardSwiper .swiper-button-prev {
  opacity: 0;             /* invisible but clickable */
  pointer-events: auto;   /* keep navigation active */
  top: 0;                 /* span full height */
  bottom: 0;
  height: 100% !important;
  width: 56px;            /* slim side click targets */
  transform: none;        /* remove vertical centering */
  margin-top: 0;
  background: transparent !important;
  border-radius: 0 !important;
}
.ProjectCardSwiper .swiper-button-prev { left: 0; right: auto; }
.ProjectCardSwiper .swiper-button-next { right: 0; left: auto; }
.ProjectCardSwiper .swiper-button-next::after,
.ProjectCardSwiper .swiper-button-prev::after {
  display: none; /* hide default arrow glyphs */
}

/* Fullscreen image overlay */
.ImageOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 4000;
  padding: 2rem;
  transform: scale(1.02);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  animation: overlayFadeOut 0.3s ease forwards;
}

.ImageOverlay.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  animation: overlayFadeIn 0.3s ease forwards;
}

.ImageOverlay img {
  max-width: 92vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0.8rem;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ImageOverlay.active img {
  opacity: 1;
  transform: scale(1);
}

.ImageOverlay__close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 28px;
  color: #FFFFFF;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s ease;
}

.ImageOverlay__close:hover {
  transform: scale(1.2);
}

/* Animations */
/* Overlay Swiper styling */
.ImageOverlay .swiper {
  width: 92vw;
  height: 88vh;
  max-width: 1400px;
}
.ImageOverlay .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ImageOverlay .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0.8rem;
  user-select: none;
}
.ImageOverlay .swiper-button-next,
.ImageOverlay .swiper-button-prev {
  opacity: 1; /* ensure visible in overlay */
  background-color: rgba(23, 23, 28, 0.9);
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.ImageOverlay .swiper-button-next::after,
.ImageOverlay .swiper-button-prev::after {
  font-size: 18px;
  color: #FFFFFF;
}
@keyframes overlayFadeIn {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes overlayFadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.02);
  }
}

@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;
  }
}

/* line 10, ../sass/Pages/_DetailsPage.scss */
.ProjectImageHeader {
  width: 100%;
  height: 70vh;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  /* line 10, ../sass/Pages/_DetailsPage.scss */
  .ProjectImageHeader {
    max-height: 300px;
  }
}
/* line 24, ../sass/Pages/_DetailsPage.scss */
.ProjectImageHeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 42, ../sass/Pages/_DetailsPage.scss */
.Details__header {
  display: flex;
  align-items: center;
}
/* line 52, ../sass/Pages/_DetailsPage.scss */
.Details__header--border {
  width: calc(1rem + 5vw);
  max-width: 100px;
  margin-right: 0.4rem;
  height: 1px;
  border: 1px solid var(--SecondaryColor);
}
/* line 67, ../sass/Pages/_DetailsPage.scss */
.Details__header p {
  font-size: calc(1rem +2vw);
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 67, ../sass/Pages/_DetailsPage.scss */
  .Details__header p {
    font-size: 3.4rem;
  }
}

/* line 86, ../sass/Pages/_DetailsPage.scss */
.project {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 1660px !important;
  margin: 0 auto 24px auto;
}
/* line 112, ../sass/Pages/_DetailsPage.scss */
.project__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);
  text-align: left !important;
  color: var(--BodyText);
}
@media screen and (min-width: 769px) {
  /* line 112, ../sass/Pages/_DetailsPage.scss */
  .project__Title {
    font-size: 2.4rem;
  }
}
/* line 121, ../sass/Pages/_DetailsPage.scss */
.project__details {
  display: flex;
  flex-direction: column;
}
/* line 127, ../sass/Pages/_DetailsPage.scss */
.project__details h4 {
  font-family: inherit;
  font-style: normal;
  font-weight: bold;
  font-size: calc(1.5rem + 1vw);
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--SecondaryColor);
  text-align: left !important;
  color: white;
}
@media screen and (min-width: 769px) {
  /* line 127, ../sass/Pages/_DetailsPage.scss */
  .project__details h4 {
    font-size: 1.8rem;
  }
}
/* line 140, ../sass/Pages/_DetailsPage.scss */
.project__details 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 140, ../sass/Pages/_DetailsPage.scss */
  .project__details p {
    font-size: 2rem;
  }
}

/* line 157, ../sass/Pages/_DetailsPage.scss */
.ProjectDetails ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
/* line 180, ../sass/Pages/_DetailsPage.scss */
.ProjectDetails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2.4rem;
  max-height: 600px;
}
