:root {
  --heading-size: 3em;
  --paragraph-size: 1.4em;
  --main: "Ppneuemontreal Variable", Arial, sans-serif;
  --paragraph: Pplocomotivenew, Arial, sans-serif;
}

.navbar-no-shadow {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PP valve, Arial, sans-serif;
  font-weight: 700;
}

.wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-left: 20px;
  display: flex;
}

.heading-2 {
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: var(--heading-size);
  width: 40%;
  font-weight: 400;
}

.paragraph-stand {
  font-family: Pplocomotivenew, Arial, sans-serif;
  font-size: var(--paragraph-size);
  line-height: var(--paragraph-size);
  width: 50%;
  margin-bottom: 0;
  font-weight: 300;
}

.section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.image-0 {
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  z-index: 1;
  background-color: #fff;
  width: 50%;
  height: 75px;
  margin-top: -4%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-3 {
  justify-content: space-around;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-span {
  font-family: Pplocomotivenew, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.heading-4 {
  font-family: var(--main);
  font-size: var(--heading-size);
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.paragraph-2 {
  font-family: var(--paragraph);
  font-size: var(--paragraph-size);
  margin-bottom: 60px;
  padding-left: 11em;
  padding-right: 8em;
  font-weight: 300;
}

.div-block-4 {
  padding-top: 0;
}

.div-block-5 {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  flex-flow: row;
  height: 80vh;
  display: flex;
}

.div-block-6 {
  width: 60%;
}

.div-block-7 {
  width: 35%;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.image-2-0 {
  object-fit: cover;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-5 {
  font-family: var(--main);
  font-size: var(--heading-size);
  margin-top: 0;
  font-weight: 400;
}

.link {
  color: #000;
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: 2.7em;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.text-span-2 {
  font-family: Pplocomotivenew, Arial, sans-serif;
  font-style: italic;
}

.div-block-9 {
  text-align: center;
  width: 100%;
  display: flex;
}

.text-block {
  font-family: var(--paragraph);
  font-size: var(--heading-size);
  font-weight: 300;
  line-height: 2em;
}

.div-block-10 {
  font-family: Pplocomotivenew, Arial, sans-serif;
  line-height: 14px;
}

.text-block-2, .text-block-3 {
  font-family: Pplocomotivenew, Arial, sans-serif;
}

.text-block-4 {
  margin-top: -15px;
  margin-left: 50px;
  line-height: 19px;
}

.section-2, .section-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  text-align: center;
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 9vw;
}

.text-span-3 {
  font-family: PP valve, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 9vw;
}

.section-4 {
  padding-top: 30vh;
}

.text-block-5 {
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: var(--heading-size);
  line-height: 3rem;
}

.div-block-11 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-12 {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: relative;
  left: 0;
}

.div-block-12.secondline {
  position: absolute;
  left: auto;
  right: 0;
}

.div-block-13 {
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.split-word {
  font-family: var(--paragraph);
  color: #000;
  font-size: var(--heading-size);
  text-align: center;
  font-weight: 300;
  line-height: 3rem;
}

.div-block-14 {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  height: 525vh;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.div-block-15 {
  padding-bottom: 50vh;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15vh;
  display: flex;
}

.div-block-16.no-margin {
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-bottom: 0;
}

.paragraph-4 {
  font-family: Pplocomotivenew, Arial, sans-serif;
}

.div-block-17 {
  width: 70%;
  padding: 15px 0 0;
}

.section-5 {
  padding-bottom: 220px;
}

.heading-7 {
  text-align: center;
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 9vw;
}

.text-span-4 {
  font-family: PP valve, Arial, sans-serif;
}

.grid {
  grid-template: "Area Area Area Area Area Area . . . . . ."
                 "Area Area Area Area Area Area . . . . . ."
                 "Area Area Area Area Area Area . . . . . ."
                 ". . . . . . . Area-2 Area-2 Area-2 Area-2 Area-2"
                 ". . . . . . . Area-2 Area-2 Area-2 Area-2 Area-2"
                 ". . . . . . . Area-2 Area-2 Area-2 Area-2 Area-2"
                 ". . . . . . . Area-2 Area-2 Area-2 Area-2 Area-2"
                 ". . . . . . . Area-2 Area-2 Area-2 Area-2 Area-2"
                 ". . . . . . . Area-2 Area-2 Area-2 Area-2 Area-2"
                 ". . . . . . . . . . . ."
                 ". . . . . . . . . . . ."
                 ". . . . . . . . . . . ."
                 ". . . . . . . . . . . ."
                 ". . . . . . . . . . . ."
                 ". . . . . . . . . . . ."
                 ". . . . . . . . . . . ."
                 ". . . . . . . . . . . ."
                 / .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
}

.grid-2 {
  grid-template: ". . . . . . . . . . . . . . . . . . . . . . . . . . . ." .25fr
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . . ." .25fr
                 ". . . . . Area Area Area Area Area Area Area Area Area Area Area Area . . . . . . . . . . ." .25fr
                 ". . . . . Area Area Area Area Area Area Area Area Area Area Area Area . . . . . . . . . . ." .25fr
                 ". . . . . Area Area Area Area Area Area Area Area Area Area Area Area Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2" .25fr
                 ". . . . . . . . . . . . . . . . . Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2" .25fr
                 ". . . . . . . . . . . . . . . . . Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2" .25fr
                 ". . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 . Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2" .25fr
                 ". . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 . Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2" .25fr
                 ". . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 . Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2" .25fr
                 ". . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 . . . . . . . . . . . ." .25fr
                 ". . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 . . Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 ." .25fr
                 ". . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 . . Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 ." .25fr
                 ". . . . . . . . . . . . . . . . . . Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 ." .25fr
                 ". . . . . . . . . . . . . . . . . . Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 ." .25fr
                 ". . . . . . . Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 . . Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 ." .25fr
                 ". . . . . . . Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 . . Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 Area-5 ." .25fr
                 ". . . . . . . Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 Area-6 . . . . . . . . . . . ." .25fr
                 / .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: .25fr;
  width: 100%;
}

.image-3-0 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-6 {
  z-index: -1;
  background-color: #000;
  height: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-18 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 60%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.link-2 {
  font-family: var(--main);
  color: #fff;
  font-size: var(--heading-size);
  line-height: var(--paragraph-size);
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  text-underline-offset: 0px;
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.link-2.aboutus {
  padding-left: 35px;
}

.link-2.properties {
  padding-left: 85px;
}

.link-2.articles {
  padding-left: 173px;
}

.link-2.emailfooter, .link-2.phonefooter {
  align-self: flex-end;
}

.div-block-20 {
  flex-flow: column;
  display: flex;
}

.text-block-6 {
  font-family: var(--main);
  color: #fff;
  font-size: var(--heading-size);
  line-height: var(--paragraph-size);
}

.text-span-5 {
  font-family: var(--paragraph);
  font-style: italic;
  font-weight: 300;
}

.text-block-7 {
  color: #fff;
  font-family: PP valve, Arial, sans-serif;
  font-size: 6.8em;
  font-weight: 700;
  line-height: 1em;
}

.div-block-21 {
  display: flex;
}

.link-3 {
  color: #fff;
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: var(--heading-size);
  line-height: var(--paragraph-size);
  font-weight: 400;
}

.div-block-22 {
  flex-flow: column;
  display: flex;
}

.link-4 {
  color: #fff;
  font-family: Pplocomotivenew, Arial, sans-serif;
  font-size: var(--paragraph-size);
  font-weight: 300;
  text-decoration: none;
}

.link-4:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.div-block-23 {
  text-align: right;
}

.paragraph-5 {
  color: #fff;
  font-family: Pplocomotivenew, Arial, sans-serif;
  font-size: var(--paragraph-size);
  line-height: var(--paragraph-size);
  text-align: right;
  margin-bottom: 0;
  font-weight: 300;
  display: block;
}

.div-block-24 {
  align-self: flex-end;
  width: 750px;
}

.div-block-25 {
  height: 40vh;
}

.div-block-26 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  inset: 10.5vh 0% auto;
}

.split-wordd {
  font-family: var(--paragraph);
  color: #000;
  font-size: var(--heading-size);
  text-align: center;
  font-weight: 300;
  line-height: 3rem;
}

.div-block-14-copy {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  height: 525vh;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.div-block-13-copy {
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-27 {
  width: 100%;
}

.div-block-28 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.div-block-29 {
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.div-block-30 {
  position: relative;
  overflow: hidden;
}

.div-block-31 {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-32, .div-block-33, .div-block-34, .div-block-35 {
  position: relative;
  overflow: hidden;
}

.image-4, .image-5, .image-6, .image-7 {
  object-fit: cover;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-36 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.flex-block {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 10vw;
}

.div-block-37 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-38 {
  margin-top: 10em;
  margin-bottom: 10em;
  padding-right: 5em;
}

.image-8 {
  object-fit: cover;
  height: 130%;
  padding-right: 5em;
  position: relative;
  bottom: 30%;
}

.div-block-39 {
  padding-top: 10em;
}

.div-block-40 {
  margin-top: 2em;
  padding-left: 3em;
}

.flex-block-2 {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 10vw;
}

.div-block-41 {
  margin-top: 15em;
}

.div-block-42 {
  width: 490px;
  height: 295px;
  position: relative;
  overflow: hidden;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: relative;
  bottom: 30%;
}

.div-block-43 {
  width: 420px;
  height: 485px;
  position: relative;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  height: 130%;
  position: relative;
  bottom: 30%;
}

.div-block-44 {
  width: 464px;
  height: 232px;
  position: relative;
  overflow: hidden;
}

.div-block-45 {
  width: 490px;
  height: 566px;
  position: relative;
  overflow: hidden;
}

.image-11 {
  object-fit: cover;
  height: 130%;
  position: relative;
  bottom: 30%;
}

.div-block-46 {
  width: 437px;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.image-12 {
  object-fit: cover;
  height: 130%;
  position: relative;
  bottom: 30%;
}

.div-block-47 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section-7 {
  width: 100vw;
  height: 700px;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-48 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-wrapper {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
  overflow: hidden;
}

.scroll-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding-left: 35vw;
  padding-right: 35vw;
  display: flex;
}

.gallery {
  grid-column-gap: 7.5vw;
  grid-row-gap: 7.5vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.gallery_image {
  aspect-ratio: 1;
  cursor: pointer;
  height: 45vh;
}

.image_container {
  width: 100%;
  height: 100%;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content_title-bottom {
  color: #000;
  mix-blend-mode: difference;
  filter: invert();
  justify-content: flex-end;
  align-items: center;
  width: 105%;
  margin-left: -4.4em;
  display: flex;
  position: absolute;
  top: calc(100% - 1.75vw);
  left: 0%;
}

.content_title-top {
  mix-blend-mode: difference;
  filter: invert();
  justify-content: flex-start;
  align-items: center;
  width: 105%;
  margin-left: 7.8em;
  display: flex;
  position: absolute;
  bottom: calc(100% - 1.5vw);
}

.section_content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  overflow: hidden;
}

.paragraph {
  font-family: var(--paragraph);
  font-size: clamp(.9rem, .9vw, 2.5rem);
  line-height: 1.1;
  overflow: hidden;
}

.content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.content_wrapper {
  aspect-ratio: 16 / 9;
  cursor: pointer;
  width: 50vw;
  position: relative;
}

.title-big {
  color: #000;
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: 6vw;
  line-height: .8em;
}

.content_text-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 17vw;
  height: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 1em;
  display: flex;
  position: absolute;
  left: 100%;
}

.title-small {
  text-transform: uppercase;
  font-family: PP valve, Arial, sans-serif;
  font-size: clamp(.9rem, .9vw, 2.5rem);
  font-weight: 400;
  line-height: 1.1;
  overflow: hidden;
}

.content_text-left {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 17vw;
  height: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  right: 100%;
}

.code_css, .code_js {
  display: none;
}

.image-17, .image-18, .image-19, .image-20, .image-21, .image-2, .image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body {
  background-color: #fff;
  overflow: hidden;
}

.frame-1 {
  grid-row-gap: 107px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 476px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PP valve, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.frame-3 {
  grid-column-gap: 27px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.text-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Variable, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block-51 {
  z-index: 2;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-52 {
  z-index: 1;
  color: #e2e2e2;
  background-color: #b8b8b8;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .paragraph-2 {
    padding-left: 1.5em;
  }

  .link {
    font-size: 2em;
  }

  .split-word {
    font-size: 2.4em;
  }

  .text-block-6 {
    line-height: .8em;
  }

  .div-block-24 {
    width: 515px;
  }

  .div-block-36 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .div-block-49 {
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading-2 {
    margin-top: 0;
  }

  .heading-3 {
    font-size: 18px;
  }

  .paragraph-2 {
    padding-right: 2em;
  }

  .div-block-5 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .div-block-6 {
    width: 100%;
    height: 1005px;
  }

  .div-block-7 {
    flex-flow: column;
    display: flex;
  }

  .heading-5 {
    font-size: 2.4em;
  }

  .link {
    font-size: 1em;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .text-block.city {
    padding-left: 45px;
  }

  .text-block.states {
    padding-left: 82px;
  }

  .text-block.adress {
    padding-left: 127px;
  }

  .text-block.sqfts {
    padding-left: 183px;
  }

  .text-block-4 {
    margin-left: 53px;
    padding-left: 92px;
  }

  .section-4 {
    padding-top: 54vh;
  }

  .div-block-15 {
    padding-bottom: 66vh;
  }

  .link-2.emailfooter, .link-2.phonefooter {
    font-size: 1.9em;
  }

  .div-block-24 {
    width: 116%;
  }

  .div-block-25 {
    height: 15vh;
  }

  .div-block-42 {
    width: 375px;
  }

  .div-block-43 {
    width: 304px;
  }

  .div-block-45 {
    width: 375px;
  }

  .div-block-46 {
    width: 332px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .div-block {
    flex-flow: column;
  }

  .heading-2, .paragraph-stand {
    width: 100%;
  }

  .div-block-2 {
    width: 78%;
    margin-top: -10%;
  }

  .heading-3 {
    font-size: 1.5em;
  }

  .heading-4 {
    padding-left: 22px;
  }

  .paragraph-2 {
    padding-left: 0;
    padding-right: 2em;
  }

  .div-block-6 {
    height: 100vh;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-9 {
    font-size: 28px;
  }

  .div-block-10 {
    width: 100%;
  }

  .text-block-4 {
    width: 100%;
    margin-left: 227px;
    padding-left: 0;
  }

  .heading-6 {
    position: static;
    inset: 0% 0% auto;
  }

  .section-4 {
    padding-top: 97vh;
    position: relative;
  }

  .div-block-11, .div-block-13 {
    width: 95%;
  }

  .split-word {
    font-size: 1.6em;
    line-height: 1.7rem;
  }

  .div-block-15 {
    height: 100vh;
    padding-bottom: 11vh;
    position: relative;
    top: 0;
    bottom: auto;
  }

  .div-block-17 {
    text-align: left;
    width: 95%;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link-2 {
    font-size: 1.5em;
  }

  .link-2.emailfooter {
    margin-top: 55px;
    padding-top: 0;
  }

  .text-block-6 {
    font-size: 1.5em;
  }

  .text-block-7 {
    font-size: 2em;
  }

  .div-block-21 {
    flex-flow: row;
  }

  .link-4, .paragraph-5 {
    font-size: .9em;
  }

  .div-block-26 {
    top: 15vh;
  }

  .div-block-13-copy {
    width: 95%;
  }

  .div-block-29 {
    height: 60vh;
  }

  .div-block-36 {
    flex-flow: column;
  }

  .flex-block {
    width: 100%;
    padding-left: 0;
  }

  .flex-block-2 {
    width: 100%;
    padding-right: 10vw;
  }

  .div-block-45 {
    width: 100%;
  }

  .div-block-48 {
    height: 61vh;
  }

  .div-block-50 {
    position: sticky;
    top: 40.8vh;
    bottom: 210px;
  }

  .scroll-wrapper {
    height: auto;
    display: none;
  }

  .scroll-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery {
    grid-column-gap: 80vw;
    grid-row-gap: 80vw;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .gallery_image {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }

  .image {
    margin-bottom: 122px;
    display: block;
  }

  .image-15 {
    margin-top: -425px;
  }

  .image-16 {
    margin-top: -410px;
  }

  .section_content {
    display: none;
  }

  .frame-4 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .text {
    text-align: center;
  }

  .frame-3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Ppvalve Variable';
  src: url('../fonts/PPValve-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Variable';
  src: url('../fonts/PPNeueMontreal-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pplocomotivenew';
  src: url('../fonts/PPLocomotiveNew-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP valve';
  src: url('../fonts/PPValve-PlainRegular_997c0598-05af-4674-8ccd-cff4ed934c7c.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}