body {
  font-family: "DM Serif Display", serif;
  font-family: "Inter", sans-serif;
}

.copy {
  font-size: 1.25rem;
  color: #767676;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 850px;
  text-wrap: balance;
}
.copy::-moz-selection {
  background-color: #3C3C3B;
  color: white;
}
.copy::selection {
  background-color: #3C3C3B;
  color: white;
}

.hl1 {
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-size: 12vh;
  letter-spacing: 2px;
  line-height: 80px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.hl1::-moz-selection {
  background-color: #3C3C3B;
  color: white;
}
.hl1::selection {
  background-color: #3C3C3B;
  color: white;
}

.hl2 {
  font-family: "DM Serif Display", serif;
  font-size: 2.75rem;
  line-height: 64px;
  text-transform: none;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.hl2::-moz-selection {
  background-color: #3C3C3B;
  color: white;
}
.hl2::selection {
  background-color: #3C3C3B;
  color: white;
}

.hl3 {
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 34px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
}
.hl3::-moz-selection {
  background-color: #3C3C3B;
  color: white;
}
.hl3::selection {
  background-color: #3C3C3B;
  color: white;
}

.hl4 {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #333333;
}
.hl4::-moz-selection {
  background-color: #3C3C3B;
  color: white;
}
.hl4::selection {
  background-color: #3C3C3B;
  color: white;
}

.hl-price {
  font-family: "DM Serif Display", serif;
  font-size: 1.5rem;
  letter-spacing: 3px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.hl-price::-moz-selection {
  background-color: #3C3C3B;
  color: white;
}
.hl-price::selection {
  background-color: #3C3C3B;
  color: white;
}

.description {
  font-size: 1.25rem;
  letter-spacing: 0.25px;
  line-height: 30px;
  opacity: 0.6;
  margin-top: 0;
  margin-bottom: 0;
}
.description::-moz-selection {
  background-color: #3C3C3B;
  color: white;
}
.description::selection {
  background-color: #3C3C3B;
  color: white;
}

.price {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.25px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.price::-moz-selection {
  background-color: #3C3C3B;
  color: white;
}
.price::selection {
  background-color: #3C3C3B;
  color: white;
}

.info_copy {
  font-size: 1.25rem;
  color: #767676;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  text-wrap: balance;
}
.info_copy::-moz-selection {
  background-color: #3C3C3B;
  color: white;
}
.info_copy::selection {
  background-color: #3C3C3B;
  color: white;
}

@media only screen and (max-width: 700px) {
  .copy {
    font-size: 1rem;
    letter-spacing: 0.125px;
    line-height: 24px;
    margin-top: 0;
  }
  .hl1 {
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 1px;
    line-height: 64px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .hl2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 36px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
  .hl3 {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .hl4 {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .hl-price {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .description {
    font-size: 1rem;
    letter-spacing: 0.125px;
    line-height: 24px;
  }
  .price {
    font-size: 1rem;
    letter-spacing: 0.125px;
    line-height: 24px;
  }
  .info_copy {
    font-size: 0.875rem;
    color: #767676;
    letter-spacing: 0.125px;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.72);
  width: 100%;
  height: 64px;
  z-index: 999;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.header .header-container {
  margin-left: 6vw;
  margin-right: 6vw;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.header .logo {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  font-family: "DM Serif Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  transition: all 0.3s;
  text-decoration: none;
  color: #3C3C3B;
}
.header .logo:hover {
  color: #000000;
}
.header .navigation {
  grid-column: 2;
  display: flex;
  align-items: baseline;
}
.header .meta {
  grid-column: 3;
  justify-self: end;
}
.header .btn-nav {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: none;
  padding: 12px 24px;
  border-radius: 12px;
  color: black;
  backface-visibility: hidden;
  border-radius: 3rem;
  border-color: transparent;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.07);
  background-image: none;
  cursor: pointer;
}
.header .btn-nav:hover {
  background-color: #3c3c3b;
  color: white;
}
.header .btn-nav:active {
  background-color: black;
}
.header .btn-nav .icon-nav {
  font-size: 14px;
  padding: 2px 12px 0 0;
}

.link {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.75px;
  text-transform: none;
  margin-right: 3rem;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.link:active {
  color: #767676;
  transition: all 0.1s ease-in-out;
}

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.link--line::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.link--line:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.burger {
  grid-column: 1;
  grid-row: 1;
  display: none;
  cursor: pointer;
}

.burger div {
  width: 24px;
  height: 2px;
  background-color: #000000;
  margin: 5px;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1024px) {
  .header .logo {
    grid-column: 2;
    font-size: 1.25rem;
    letter-spacing: 1.25px;
  }
  .header .navigation {
    align-items: center;
  }
  .header .header-container {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .navigation {
    position: absolute;
    right: 0px;
    height: calc(70vh - 64px);
    top: 64px;
    padding-top: 15vh;
    padding-bottom: 15vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in;
  }
  .link {
    font-size: 1.25rem;
    letter-spacing: 0.75px;
    text-transform: none;
    margin-right: 0;
    margin-bottom: 0;
    opacity: 0;
  }
  .header .btn-nav {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    text-transform: none;
    padding: 8px 12px;
    border-radius: 20px;
    min-width: 60px;
    text-align: center;
  }
  .icon-nav {
    display: none;
  }
  .burger {
    display: block;
  }
  .navigation-active {
    transform: translateX(0);
  }
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-4px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-4px, -6px);
}

.footer {
  background-color: white;
  width: 100%;
  height: 80px;
}
.footer .footer-container {
  margin-left: 6vw;
  margin-right: 6vw;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.footer .footer-navigation {
  grid-column: 1;
  display: flex;
  align-items: baseline;
}
.footer .footer-meta {
  grid-column: 3;
  justify-self: end;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  color: #767676;
}

.footer-link {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.75px;
  text-transform: none;
  margin-right: 3rem;
  position: relative;
  color: #000000;
  text-decoration: none;
}
.footer-link:active {
  color: #767676;
  transition: all 0.1s ease-in-out;
}

.footer-link::before,
.footer-link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.footer-link--line::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.footer-link--line:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

@media only screen and (max-width: 700px) {
  .footer-link {
    font-size: 1rem;
    letter-spacing: 0.75px;
    margin-right: 1rem;
  }
  .footer-meta {
    font-size: 0.75rem;
  }
}
body {
  font-size: 16px;
  background-color: #ffffff;
  scroll-behavior: smooth;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Background Color Animation  */
[data-aos=color-fade] {
  background-color: #1a505f;
  transition-property: background-color;
}
[data-aos=color-fade].aos-animate {
  background-color: #ffffff;
}

/* Background Color Animation End */
.button-cta {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #dbdbdb;
  border-radius: 28px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: normal;
  margin-top: 2rem;
  margin-right: 1rem;
  min-height: 56px;
  min-width: 144px;
  max-width: 220px;
  outline: none;
  padding: 18px 32px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.button-cta:hover {
  color: #ffffff;
  background-color: #3c3c3b;
  border: 1px solid #3C3C3B;
}

.button-cta:active {
  background-color: black;
}

.button-cta-dark {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #767676;
  border-radius: 28px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: normal;
  margin-top: 2rem;
  min-height: 56px;
  min-width: 144px;
  max-width: 220px;
  outline: none;
  padding: 18px 32px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.button-cta-dark:hover {
  color: #000000;
  background-color: white;
  border: 1px solid #ffffff;
}

.button-cta-dark:active {
  background-color: #dbdbdb;
}

.section-image {
  padding-top: 0;
  padding-bottom: 0;
}

.section-soon {
  padding-top: 0;
  padding-bottom: 0;
}

.section-image-grid {
  --gap: 2rem;
  --num-cols: 3;
  --row-height: 75vh;
  box-sizing: border-box;
  padding: 0 12vw 5rem 12vw;
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}

.section-image-grid > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.image-full {
  height: 100%;
  width: 100%;
  opacity: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.image {
  height: 100%;
  width: 100%;
  opacity: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 0;
}

video {
  height: 75vh;
  width: 100%;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-splash {
  height: 100vh;
  width: 100%;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-overlay {
  top: 50%;
  left: 50%;
  transform: translateY(-75%) translateX(-50%);
  height: 300px;
  width: 300px;
  opacity: 1;
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.logo-overlay {
  top: 50%;
  left: 50%;
  transform: translateY(-75%) translateX(-50%);
  height: 300px;
  width: 300px;
  opacity: 1;
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.section-intro {
  height: auto;
  padding: 0 12vw 0 12vw;
  padding-top: 25vh;
  padding-bottom: 0;
}

.section-index {
  height: auto;
  padding: 0 12vw 0 12vw;
  padding-top: 4rem;
  padding-bottom: 5rem;
  color: #ffffff;
  background-color: #3C3C3B;
}

.section-text {
  height: auto;
  padding: 0 12vw 0 12vw;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.section-info {
  position: absolute;
  top: 68vh;
  height: auto;
  padding: 0 3rem 0 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  left: 0;
  right: 0;
  margin-left: 12vw;
  margin-right: 12vw;
  border-radius: 24px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  background-color: #ffffff;
}

.section-button {
  height: auto;
  margin: 0 3vw 5rem 3vw;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3C3C3B;
  border-radius: 0 0 54px 54px;
}

.section-text-left {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 12vw 0 12vw;
  padding-top: 6rem;
}
.section-text-left .text-left {
  width: calc(50% - 2.5rem);
  display: flex;
  height: auto;
  margin-bottom: 5rem;
  flex-direction: column;
  justify-content: center;
  padding-right: 5%;
}
.section-text-left .square-right {
  width: calc(50% - 2.5rem);
  display: flex;
  height: auto;
  margin-bottom: 5rem;
}
.section-text-left .image-right {
  height: 100%;
  width: 100%;
  display: block;
}

.section-text-right {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 12vw 0 12vw;
  padding-top: 6rem;
}
.section-text-right .text-right {
  width: calc(50% - 2.5rem);
  display: flex;
  height: auto;
  margin-bottom: 5rem;
  flex-direction: column;
  justify-content: center;
}
.section-text-right .square-left {
  width: calc(50% - 2.5rem);
  display: flex;
  height: auto;
  margin-bottom: 5rem;
  padding-right: 5%;
}
.section-text-right .image-left {
  height: 100%;
  width: 100%;
  display: block;
}

.section-pricelist {
  height: auto;
  margin: 0 3vw 0 3vw;
  padding: 6rem 9vw 0 9vw;
  color: white;
  background-color: #3C3C3B;
  border-radius: 54px 54px 0 0;
}

.text-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-template-columns: 1fr 2fr 1fr;
  grid-row-gap: 3vh;
  padding-bottom: 5rem;
}
.text-grid .one {
  grid-column-end: 2;
  grid-column-start: 1;
  position: sticky;
  top: 5.5rem;
}
.text-grid .two {
  grid-column-end: 3;
  grid-column-start: 2;
}
.text-grid .three {
  grid-column-end: 4;
  grid-column-start: 3;
  justify-self: end;
}

@media screen and (max-width: 1024px) {
  .section-image-grid {
    --num-cols: 2;
    --row-height: 75vh;
    padding: 0 4vw 3rem 4vw;
  }
}
@media screen and (max-width: 700px) {
  /* Background Color Animation  */
  [data-aos=color-fade] {
    background-color: #ffffff;
    transition-property: background-color;
  }
  [data-aos=color-fade].aos-animate {
    background-color: #ffffff;
  }
  /* Background Color Animation End */
  .button-cta-dark {
    max-width: 300px;
  }
  .video-overlay {
    height: 200px;
    width: 200px;
  }
  video {
    height: 75vh;
    width: 100%;
    display: block;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .video-splash {
    height: 50vh;
    width: 100%;
    display: block;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-intro {
    height: auto;
    padding: 0 12vw 0 12vw;
    padding-top: 15vh;
    padding-bottom: 0;
  }
  .section-text {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .section-info {
    position: absolute;
    top: 70vh;
    height: auto;
    padding: 0 9vw 0 9vw;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-left: 12vw;
    margin-right: 12vw;
    border-radius: 18px;
  }
  .section-text-left {
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: space-between;
  }
  .section-text-left .text-left {
    width: 100%;
    min-height: 20vh;
    margin-bottom: 0;
  }
  .section-text-left .text-right {
    width: 100%;
    margin-bottom: 0;
  }
  .section-text-left .square-right {
    width: 100%;
    height: auto;
    margin-top: 3rem;
  }
  .section-text-left .image-right {
    height: 100%;
    width: 76vw;
  }
  .section-text-right {
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: space-between;
  }
  .section-text-right .text-right {
    width: 100%;
    min-height: 20vh;
    margin-bottom: 0;
  }
  .section-text-right .square-left {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
  }
  .section-text-right .image-left {
    height: 100%;
    width: 76vw;
  }
  .text-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 5vw;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 3vh;
    padding-bottom: 3rem;
  }
  .text-grid .one {
    grid-column-end: 3;
    grid-column-start: 1;
  }
  .text-grid .two {
    grid-column-end: 3;
    grid-column-start: 1;
  }
  .text-grid .three {
    grid-column-end: 4;
    grid-column-start: 3;
    justify-self: end;
  }
  .section-pricelist {
    margin: 0 0 0 0;
    padding: 4rem 9vw 0 9vw;
    border-radius: 32px 32px 0 0;
  }
  .section-button {
    height: auto;
    margin: 0;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3C3C3B;
    border-radius: 0 0 0 0;
  }
  .section-image-grid {
    --gap: 1rem;
    --num-cols: 2;
    --row-height: 40vh;
    padding: 0 4vw 3rem 4vw;
  }
  .section-image-grid > img {
    border-radius: 12px;
  }
}/*# sourceMappingURL=main.css.map */