@font-face {
  font-family: Austeratext;
  src: url('../fonts/AusteraText-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Silkserif Trial Bf 6740066 E 6496 E";
  src: url('../fonts/SilkSerif-TRIAL-ExtraLightItalic-BF6740066e6496e.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Brooklyn 1";
  src: url('../fonts/Brooklyn-Normal-1.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tiffanyscript;
  src: url('../fonts/TiffanyScript.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made Saonara Personal Use;
  src: url('../fonts/MADE-SAONARA-PERSONAL-USE.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kepler Std Subhead;
  src: url('../fonts/Kepler-Std-Light-Subhead.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Electra Lt Std Display;
  src: url('../fonts/Electra-LT-Std-Display.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.sectionherohomepage {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
}

.containerherohomepage {
  background-image: url('../images/hero-homepage-bg.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

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

.container-regular {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-top: 25px;
  display: flex;
}

.nav-menu-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Austeratext, Georgia, sans-serif;
  font-size: 18px;
  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-link.white {
  color: #fff;
  font-weight: 300;
}

.nav-link.white.w--current {
  font-weight: 300;
}

.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;
}

.navbar {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.image {
  max-width: 120px;
}

.inquireblock {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30px 30px auto auto;
}

.body {
  background-color: #fff;
}

.containerheroheadlines {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 50px;
  margin-left: 50px;
  position: relative;
}

.headingwhite {
  color: #fff;
  margin-bottom: 0;
  font-size: 92px;
  font-weight: 400;
  line-height: 65px;
}

.headingwhite.center {
  text-align: center;
}

.headingwhite.center._0 {
  margin-top: 0;
}

.headingwhite.paddingbottomline {
  border-bottom: .5px solid #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.image-2 {
  width: 100%;
  min-width: 100%;
}

.silk {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Silkserif Trial Bf 6740066 E 6496 E", Times New Roman, sans-serif;
  font-weight: 200;
}

.silk.white {
  color: #fff;
  font-weight: 200;
}

.silk.white.small {
  font-size: 72px;
}

.silk.center {
  opacity: 1;
  text-align: center;
  text-transform: capitalize;
}

.silk.smalltestimonial {
  font-size: 21px;
  line-height: 36px;
}

.silk.small {
  font-size: 62px;
}

.madesaonara {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Personal Use, Arial, sans-serif;
  font-weight: 400;
}

.madesaonara.marginbottom {
  margin-bottom: 20px;
  font-family: Made Saonara Personal Use, Arial, sans-serif;
  font-weight: 400;
}

.madesaonara.center {
  text-align: center;
  font-weight: 400;
}

.madesaonara.center.big {
  font-size: 58px;
  font-weight: 400;
}

.madesaonara.center.big.absolute {
  z-index: 99;
  position: absolute;
  inset: 10% 0% auto;
}

.madesaonara.center.big.absolute.white.larger {
  color: #ffffff69;
  font-size: 300px;
  inset: auto 0%;
}

.madesaonara.center.white {
  color: #fff;
  text-transform: capitalize;
}

.madesaonara.center.white.capitalized {
  text-transform: uppercase;
}

.madesaonara.black {
  color: #000;
}

.madesaonara.black.smaller, .madesaonara.small {
  font-size: 72px;
}

.headinggold {
  color: #c1a97e;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brooklyn 1", Verdana, sans-serif;
  font-size: 15px;
}

.headinggold.center {
  text-align: center;
}

.headinggold.white {
  color: #fff;
}

.projectsblock {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projectsblock.margintop {
  margin-top: 30px;
  position: absolute;
}

.image-3 {
  max-width: 12px;
  height: 15px;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3330;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.sectionintrohomepage {
  background-image: url('../images/dark-k-filigran.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.containerintrohomepage {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  display: flex;
}

.headinggoldmain {
  color: #c1a97e;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Brooklyn 1", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.headinggoldmain.left {
  text-align: left;
}

.headinggoldmain.small {
  font-size: 12px;
}

.headinggoldmain.small.lineheight {
  line-height: 20px;
}

.headinggoldmain.small.black {
  color: #000;
}

.headinggoldmain.white {
  color: #fff;
}

.darkparagraph {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Kepler Std Subhead, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 45px;
  display: block;
}

.darkparagraph.left {
  text-align: center;
  line-height: 45px;
}

.darkparagraph.left.marginbottom {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 20px;
}

.darkparagraph.left.marginbottom.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.darkparagraph.left.marginbottom.center.bordertop {
  border-top: 1px solid #c8bba8;
  padding-top: 25px;
}

.darkparagraph.left.marginbottom.leftleft {
  text-align: left;
}

.darkparagraph.left.left2 {
  text-align: left;
  font-size: 19px;
}

.darkparagraph.small {
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.containerabouthomepage {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sectionabouthomepage {
  display: block;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.leftaboutgold {
  background-color: #eae4dd;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  height: 75vh;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 40px;
}

.rightaboutwhite {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.div-block {
  border-bottom: .5px solid #000;
  margin-top: 25px;
  margin-bottom: 50px;
}

.image-4 {
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-2 {
  width: 40%;
  position: absolute;
  inset: 25px 0% 0% auto;
}

.div-block-3 {
  width: 70%;
}

.darkbtn {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: .5px solid #000;
  padding: 15px 40px;
  font-family: "Brooklyn 1", Verdana, sans-serif;
  text-decoration: none;
}

.darkbtn.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.darkbtn.center.paddingtop.left {
  margin-left: 0;
}

.darkbtn.smallbtn {
  text-align: center;
  width: 250px;
}

.sectionmyprojectshomepage {
  display: block;
}

.projectblockheadlines {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.projectshomepageblock {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5rem;
}

.projectoverviewleft {
  background-color: #f1f2f2;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  position: relative;
}

.containerprojectoverviewright {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40vh;
  display: flex;
}

.layout77_content-left {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.layout77_content-left._50size {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 24.6rem;
  min-height: 24.6rem;
  padding: 1.5rem .5rem;
  position: relative;
}

.layout77_content-left._50size.buyersleads {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}

.regulartitle {
  color: #292121;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 400;
}

.regulartitle.whitetext {
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.regulartitle.whitetext.leftalign {
  text-align: left;
  font-family: "Brooklyn 1", Verdana, sans-serif;
  font-size: 22px;
}

.link-block-15 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
}

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

.card-inner_block {
  z-index: 1;
  color: #fff;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bold-text-2 {
  letter-spacing: 5px;
  font-size: 28px;
  font-weight: 400;
}

.bold-text-2.serif {
  font-size: 21px;
}

.overlay-card {
  position: absolute;
  inset: 0%;
}

.overlay-card.project1 {
  background-image: linear-gradient(#c4bdb74a, #c4bdb74a);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 50px;
  display: flex;
}

.overlay-card.project2, .overlay-card.project3 {
  background-image: linear-gradient(#c4bdb74a, #c4bdb74a);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
  display: flex;
}

.overlay-card.project4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.projectpreview {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.heading {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Electra Lt Std Display, Arial, sans-serif;
  font-weight: 400;
}

.heading.white {
  color: #fff;
}

.projectpreviewheadlines {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 25px 0% auto;
}

.projectpreviewviewdetails {
  text-align: center;
  position: absolute;
  inset: auto 0% 25px;
}

.link-block-16 {
  text-decoration: none;
}

.link-block-17 {
  text-align: center;
  text-decoration: none;
}

.link-block-18, .link-block-19 {
  text-decoration: none;
}

.projectspreviewhomepage {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 75px;
}

.workwithivonnectahomepage {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.workwithivonnectahomepage.borderbottom {
  border-bottom: .5px solid #cfafaf;
}

.sectiongalleryimageshomepage {
  background-color: #eae4dd;
  padding-top: 3rem;
  display: block;
}

.link-block__share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #f7f4f3;
  border-radius: 4px;
  padding: .5rem .75rem;
  font-weight: 500;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-block__share:hover {
  background-color: #e2e8f0;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.gallery-popup__back-button {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.gallery-popup__back-button:hover {
  background-color: #e2e8f0;
}

.gallery-popup__content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: 1;
  background-color: #fff;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 64rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: grid;
  position: relative;
}

.gallery-popup {
  z-index: 100;
  background-color: #f7f4f3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  inset: 0%;
  overflow: auto;
}

.gallery-popup__image-overlay {
  z-index: 3;
  opacity: 0;
  background-image: linear-gradient(#17202c80, #17202c80);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-popup__image-overlay:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.gallery-popup__image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 50%;
  position: relative;
}

.gallery__image {
  z-index: 9;
  object-fit: cover;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery__image:hover {
  background-color: #000;
}

.gallery__image.is-corner-nook {
  object-position: 35% 50%;
}

.gallery__image.is-rounded-3 {
  border-bottom-right-radius: 8px;
}

.gallery-popup__image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-popup__header {
  z-index: 101;
  background-color: #f7f4f3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 1rem 1.5rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.container-3 {
  width: 80%;
  max-width: 80%;
  padding-top: 0;
  padding-bottom: 40px;
}

.sectionmoodboardshomepage {
  display: block;
}

.containermoodboardshomepage {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.moodboardsleft, .moodboardsright {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100vh;
}

.mainmoodboardhomepage {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-20 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-block-20.paddingtop.paddingbottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.sectiontestimonialspreview {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.slide-nav {
  display: none;
  position: absolute;
  inset: auto 0%;
}

.testimonialsblock {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0%;
}

.slide {
  height: 100%;
  margin-top: 0;
}

.div-block-4 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask {
  height: 100%;
}

.sectionheroabout {
  background-image: url('../images/about-bg.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  position: relative;
}

.containerheroheadline {
  position: absolute;
  inset: auto auto 0% 5%;
}

.sectionintroabout {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sectionaboutabout {
  margin-bottom: 5rem;
}

.containerabout {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.leftabout {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.rightabout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  display: flex;
}

.div-block-6 {
  margin-bottom: 30px;
}

.socialmediablock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socialmediablock.left {
  justify-content: flex-start;
  align-items: center;
}

.containerabout2 {
  border-bottom: .5px solid #666;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.containerabout3 {
  background-color: #eae4dd;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  height: 80vh;
  margin-top: 50px;
  margin-right: 0;
  display: flex;
  position: static;
}

.goldright {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  display: flex;
}

.aboutpicleft {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}

.image-5 {
  position: absolute;
  left: 0;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: absolute;
}

.sectionphilosophyabout {
  background-image: url('../images/black-gradient-bottom.png'), url('../images/philosophy-ivonne-klass.webp');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  min-height: 80vh;
  max-height: 80vh;
  display: flex;
}

.whiteparagraph {
  color: #fff;
  text-align: center;
  font-family: Kepler Std Subhead, Tahoma, sans-serif;
  font-size: 20px;
  line-height: 45px;
}

.div-block-8 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.signature {
  color: #fff;
  text-align: center;
  font-family: Tiffanyscript, Trebuchet MS, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.signature.small {
  font-size: 21px;
}

.div-block-9 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block-10 {
  margin-bottom: 25px;
}

.containertranquilluxury {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: .5px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: 50px;
  padding-bottom: 15px;
  display: flex;
}

.silkparagraph {
  text-align: center;
  font-family: "Silkserif Trial Bf 6740066 E 6496 E", Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-11 {
  border-bottom: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.sectionheroprojectdetails {
  background-image: url('../images/project-1-bg.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  padding-bottom: 25px;
  display: flex;
}

.sectionheroprojectdetails.project2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3065.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sectionheroprojectdetails.project3 {
  background-image: linear-gradient(#0003, #0003), url('../images/Condo-Boca-Raton-3_converted.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sectionheroprojectdetails.project4 {
  background-image: url('../images/Penthouse-Munich10_converted.webp');
}

.sectionheroprojectdetails.testimonials {
  background-image: url('../images/testimonials-bg-3.webp');
}

.sectionheroprojectdetails.moodboards.marginbottom {
  margin-bottom: 5rem;
}

.sectionheroprojectdetails.moodboards.marginbottom.centeredalign {
  background-image: linear-gradient(#00000080, #00000080), url('../images/fromental.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.containerprojectpage {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.sectionintroprojectdetails {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.projectpreviewphotos {
  max-width: 80%;
}

.rightphotos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 70vh;
  display: flex;
}

.leftphoto {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  padding-right: 20px;
}

.photospreview {
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.container-4 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}

.container-5 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  padding-bottom: 10px;
}

.container-6 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  padding-top: 10px;
}

.photogalleryprojectcontainer {
  max-width: 90%;
}

.container-7 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.containerfloor1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.leftimagegallery {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.leftgallery {
  width: 65%;
  min-width: 65%;
  max-width: 65%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-right: 20px;
}

.rightgallery {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.topimagegallery {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  padding-bottom: 10px;
}

.bottomimagegallery {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  padding-top: 10px;
}

.containerfloor2, .containerfloor3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.projectsliders {
  padding-top: 50px;
}

.slider-2 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.left-arrow, .right-arrow {
  display: none;
}

.projectcontainerslider {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.sectionheroprojectsgallery {
  background-color: #c4bdb7;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  display: flex;
  position: relative;
}

.sectionintroprojectsgallery {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sectionportfolio {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.containerportfolio {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.portfolioblock1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 90vh;
  min-height: 90vh;
  max-height: 90vh;
  display: flex;
}

.portfolioblock2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
}

.project1block, .project2block, .project3block {
  width: 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.container-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.containerproject2 {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.containerproject1, .containerproject3, .containerproject4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sectionfootercontact {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.footercontactcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  display: flex;
}

.leftfootercontact {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-right: auto;
  overflow: hidden;
}

.rightfootercontact {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-right: auto;
}

.image-6 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: auto;
}

.containercontactinfo {
  background-image: url('../images/contact-bg-1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.containercontactform {
  justify-content: flex-start;
  align-items: center;
  height: 50%;
  min-height: 50%;
  max-height: 50%;
  display: flex;
}

.headercontactfooter {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.form-block {
  width: 80%;
}

.socialmedialinks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contactinfodiv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headerfooterdiv {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contactfield {
  letter-spacing: .25px;
  font-family: Austeratext, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-field {
  color: #000;
  letter-spacing: .25px;
  border: 0 solid #000;
  border-bottom-width: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Austeratext, Georgia, sans-serif;
  font-size: 18px;
}

.text-field.textmessage {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 60px;
}

.text-field.message {
  padding-bottom: 150px;
}

.text-field._40 {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
}

.textarea {
  color: #000;
  font-family: Austeratext, Georgia, sans-serif;
  font-size: 18px;
}

.textformdiv {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sectionfooter {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 0;
}

.containerfooter {
  max-width: 100%;
}

.sharesocialblock {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.footerlinksblock {
  background-color: #eae4dd;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.linkscontactblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linksfooterblock {
  border-top: .5px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: flex;
}

.socialsharingicons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-7, .image-8, .image-9, .image-10, .image-11 {
  max-width: 50px;
}

.globaldigitallogo {
  justify-content: center;
  align-items: center;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: flex;
}

.image-12 {
  max-width: 150px;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.sectiontestimonials {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.containertestimonial1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.leftimagetestimonial {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}

.righttestimonial {
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  display: block;
}

.image-14 {
  width: 100%;
  min-width: 100%;
}

.testimonialcontent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.containertestimonial2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.containertestimonial2.borderline {
  border-top: .5px solid #c1a97e;
}

.containertestimonial3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.containertestimonial3.borderline {
  border-top: .5px solid #c1a97e;
}

.sectioncontact {
  background-color: #c4bdb7;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 45vh;
  min-height: 45vh;
  max-height: 45vh;
  display: flex;
  position: relative;
}

.containerheadlinecontact {
  position: absolute;
  inset: auto auto 0% 5%;
}

.containerheadlinecontact._100 {
  max-width: 100%;
}

.sectioncontactcontent {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.containercontactcontent {
  background-color: #f1f2f2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.contactphotoleft {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.contactcontentright {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f1f2f2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.image-15 {
  width: 100%;
  min-width: 100%;
}

.contactinfoblock {
  width: 95%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contactinfo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block {
  letter-spacing: .25px;
  font-family: Austeratext, Georgia, sans-serif;
  font-size: 18px;
}

.llc {
  margin-top: 50px;
  margin-bottom: 25px;
}

.contactsocialmedia {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contactformblock {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.basicinfoform {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.contactmethodsblock {
  margin-top: 50px;
}

.contactmethodsblock._25px {
  flex-flow: column;
  display: block;
}

.checkbox-label {
  color: #1a1b1f;
  margin-bottom: 0;
  font-family: Austeratext, Georgia, sans-serif;
  font-size: 18px;
}

.checkbox-field {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkboxesblock {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.checkbox {
  border-radius: 0%;
}

.sectiongalleryimages {
  background-color: #c4bdb7;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 45vh;
  min-height: 45vh;
  max-height: 45vh;
  display: flex;
  position: relative;
}

.filter {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.link-block-21 {
  text-decoration: none;
}

.link-block-21.viewall {
  margin-right: 25px;
}

.galleryimageall {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

._100 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.retrobeachvibescondoimagesgallery {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
}

.container-10 {
  z-index: 99;
  background-color: #0000008f;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.containerphotodetails {
  z-index: 99;
  background-color: #c4bdb7a6;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.minimalelegancehomrenovationimagesgallery, .artfulcalmtownhomeimagesgallery {
  max-width: 100%;
  display: block;
}

.artfulcalmtownhomeimagesgallery.four {
  display: block;
}

.contemporarypenthouseimagesgallery {
  max-width: 100%;
  display: block;
}

.image-16 {
  max-width: 150px;
}

.image-16._120 {
  max-width: 120px;
}

.div-block-14 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-15 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15.left {
  justify-content: flex-start;
  align-items: center;
}

.div-block-15.left.margintop {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}

.div-block-16 {
  padding-top: 25px;
}

.hero-heading {
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 1.1;
}

.hero-image-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.hero-text-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  height: 100%;
  padding-right: 7px;
  display: flex;
}

.hero-section {
  background-color: #202020;
  min-height: 100vh;
}

.hero-section.hero {
  flex-direction: column;
  min-height: 90vh;
  display: flex;
}

.hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
}

.hero-wrapper {
  background-color: #eae4dd;
  flex: 1;
  display: flex;
}

.hero-subheading {
  color: #f3f3f3bf;
  max-width: none;
  font-size: 16px;
}

.container-11 {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-11.hero {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.track {
  height: 400vw;
  display: none;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  flex: none;
  width: 100%;
  height: 100%;
  padding: 40px;
}

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

.hero-section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300vh;
  display: flex;
  overflow: hidden;
}

.image-18 {
  font-size: 1.125rem;
}

.container-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.wrapper-image {
  width: 100%;
  height: 100%;
}

.wrapper-arrow {
  flex-direction: row;
  margin-top: 30px;
  display: flex;
}

.title {
  color: #fff;
  font-size: 2.625rem;
}

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

.wrapper-text {
  padding-left: 15%;
  padding-right: 85px;
}

.right-part {
  width: 50%;
  height: 100%;
}

.left-part {
  background-color: #eae4dd;
  width: 50%;
  height: 100%;
}

.container-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.p {
  color: #fff;
  max-width: 500px;
  margin-top: 44px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
}

.subtitle-cta {
  color: #fff;
  margin-right: 19px;
  font-size: .938rem;
}

.image-19, .image-20, .image-21 {
  font-size: 1.125rem;
}

.wrapper-image-2 {
  width: 60%;
  height: 30%;
}

.left-part-2 {
  background-color: #2a3625;
  width: 50%;
  height: 100%;
}

.image-22, .image-23 {
  font-size: 1.125rem;
}

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

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.div-block-19 {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  display: flex;
}

.div-block-21 {
  cursor: pointer;
  margin-left: 30px;
  margin-right: 30px;
  text-decoration: none;
  position: relative;
}

.div-block-5-copy {
  cursor: pointer;
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.div-block-22 {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  height: 100px;
  display: flex;
  position: relative;
  top: 50px;
}

.div-block-23 {
  background-color: #fff;
  width: 2px;
  height: 200px;
  position: relative;
  top: 10px;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  width: 70%;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 70px;
  position: relative;
  top: 60px;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 20px;
}

.text-block-3.bold {
  font-weight: 600;
}

.text-block-5 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  position: static;
}

.div-block-28 {
  width: auto;
  height: auto;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
  margin-left: 100px;
  font-size: 20px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 2fr 1fr;
  height: 100%;
}

.div-block-29 {
  height: 85%;
}

.div-block-27 {
  opacity: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-30 {
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  z-index: 0;
  opacity: .36;
  color: #fff;
  text-transform: none;
  font-size: 300px;
  font-style: italic;
  font-weight: 400;
  line-height: 260px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-33 {
  background-image: url('../images/06_Prestige-RECEPTION_LOBBY.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 363.25px;
  height: 80%;
  position: relative;
  bottom: 40px;
  right: 0;
}

.section {
  background-image: url('../images/05_Prestige_RECEPTION_LOBBY.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.div-block-34 {
  background-color: #fff;
  height: 1px;
  margin-top: 0;
  position: relative;
  inset: auto 0% -7px;
}

.div-block-35 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-36 {
  opacity: .58;
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.div-block-38 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Personal Use, Arial, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 110px;
  position: relative;
  top: 17px;
  right: 0;
}

.heading-3.absolute {
  position: absolute;
  inset: 50% 0% auto;
}

.heading-3.absolute.small {
  color: #beb19e;
  inset: auto 0% 0%;
}

.heading-3.absolute.small.ok {
  color: #f3f3f324;
  position: fixed;
  inset: 15% 0% auto auto;
}

.heading-3.absolute.small._90 {
  line-height: 90px;
}

.heading-3.white {
  -webkit-text-stroke-width: 0px;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-30-copy {
  width: 50%;
  height: 90%;
  position: relative;
}

.paragraph {
  margin-top: 20px;
  padding-left: 35px;
  padding-right: 20px;
  line-height: 34px;
}

.div-block-40 {
  background-color: #fffc;
  width: 80%;
  max-width: 700px;
  height: 100%;
  padding: 25px;
  position: relative;
  top: 0;
  bottom: auto;
  left: auto;
}

.div-block-41 {
  z-index: 10;
  margin-left: 300px;
  margin-right: 0;
  position: relative;
  top: 16px;
  right: 0;
}

.div-block-42 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-43 {
  width: 50%;
  height: 90%;
}

.div-block-44 {
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: .75fr;
  grid-template-columns: 1fr;
  height: 100%;
  position: relative;
}

.image-24 {
  max-height: 600px;
}

.image-25 {
  max-width: 100%;
  max-height: 600px;
}

.div-block-45 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.section-2 {
  height: 100vh;
  margin-top: 0;
}

.dining, .floor {
  height: 100%;
  padding-top: 0;
}

.living {
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.div-block-26 {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-4 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Austeratext, Georgia, sans-serif;
  font-size: 4.1vw;
  font-weight: 400;
}

.heading-4.absolute {
  color: #3333331f;
  font-family: Made Saonara Personal Use, Arial, sans-serif;
  font-size: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-2 {
  text-align: center;
  width: 50%;
  margin-top: 30px;
  line-height: 30px;
}

.other {
  font-family: Made Saonara Personal Use, Arial, sans-serif;
}

.padding-global-6 {
  padding-left: 0;
  padding-right: 0;
}

.bigtitledivider {
  color: #757575;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
  line-height: 40px;
}

.bigtitledivider.centeraligned {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.section_header82-2 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

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

.scroll-divblock {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
}

.header82_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header82_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 80vh;
  margin-bottom: -10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.header82_content-bottom._50 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
}

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

.video-overlay-layer {
  z-index: 1;
  background-color: #00000024;
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.header82_component {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 100px;
}

.slide-nav-3 {
  display: none;
  position: absolute;
  inset: auto 0%;
}

.div-block-46 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headertestimonials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  max-width: 40px;
}

.recaptchacode {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.recaptchacode.left {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

.recaptchascript {
  margin-left: auto;
  margin-right: auto;
}

.buttonwhite {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  background-color: #fff0;
  border-top: .5px solid #fff;
  border-bottom: .5px solid #fff;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px 20px;
  font-size: 1vw;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.buttonwhite.button-contact-form.black {
  color: #000;
}

.div-block-3334 {
  z-index: 99;
  border-bottom: .5px solid #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.div-block-3334.whiteborderbottom {
  border-bottom-color: #fff;
}

.div-block-3334.whiteborderbottom.fullwidth {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.div-block-3334.whiteborderbottom.fullwidth.noborderbottom {
  border-bottom-width: 0;
}

.form-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-3335 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.form-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  display: block;
}

.form-block-13.black {
  display: block;
}

.disclaimertext-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .5rem;
  font-weight: 400;
  line-height: 15px;
}

.disclaimertext-2.black {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-left: 0;
  font-family: Kepler Std Subhead, Tahoma, sans-serif;
  font-size: 12px;
}

.contactbtndivblock-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 30px;
}

.text-field-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: .5px solid #fff;
}

.text-field-7.message {
  letter-spacing: 0;
  text-transform: capitalize;
  border-top-width: .5px;
  border-top-color: #fff;
  border-left-width: .5px;
  border-left-color: #fff;
  border-right-width: .5px;
  border-right-color: #fff;
  padding-top: 20px;
  padding-bottom: 150px;
}

.text-field-7.text-field {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-color: #000;
}

.disclaimerdivblock-2 {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: 0;
  margin-right: auto;
}

.form-block-14 {
  display: none;
}

.div-block-3336 {
  z-index: 99;
  border-bottom: .5px solid #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.div-block-3336.whiteborderbottom {
  border-bottom-color: #fff;
}

.div-block-3336.whiteborderbottom.fullwidth {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.div-block-3336.whiteborderbottom.fullwidth.noborderbottom {
  border-bottom-width: 0;
}

.form-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-3337 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.form-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  display: flex;
}

.div-block-3338 {
  z-index: 99;
  border-bottom: .5px solid #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.div-block-3338.whiteborderbottom {
  border-bottom-color: #fff;
}

.div-block-3338.whiteborderbottom.fullwidth {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.div-block-3338.whiteborderbottom.fullwidth.noborderbottom {
  border-bottom-width: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.form-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.form-11.contact-form {
  justify-content: center;
  align-items: flex-start;
}

.div-block-3339 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.form-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5%;
  display: flex;
}

.text-block-7 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-block-7.darktext {
  color: #292121;
}

.text-block-7.darktext.centertext {
  text-align: center;
}

.text-block-7.darktext.centertext.white {
  color: #fff;
}

.headlinetitle {
  z-index: 99;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 80px;
  position: relative;
}

.footercontainer {
  max-width: 90%;
}

@media screen and (min-width: 1280px) {
  .containerphotodetails {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 25px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .gallery-popup__content {
    width: 80%;
    max-width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 26px;
  }

  .silk, .madesaonara.center {
    font-size: 58px;
  }

  .darkparagraph, .darkparagraph.left {
    font-size: 32px;
  }

  .darkparagraph.small {
    font-size: 26px;
    line-height: 30px;
  }

  .leftaboutgold {
    height: 60vh;
  }

  .projectoverviewleft {
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .containerprojectoverviewright {
    min-height: 40vh;
    max-height: 40vh;
  }

  .layout77_content-left._50size.buyersleads {
    height: 45rem;
    min-height: 45rem;
  }

  .regulartitle.whitetext.leftalign {
    font-size: 28px;
  }

  .link-block-15 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .bold-text-2 {
    font-size: 28px;
  }

  .projectpreview {
    min-height: 100%;
    max-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading {
    font-size: 42px;
  }

  .gallery-popup__content {
    width: 80%;
    max-width: 80%;
  }

  .containermoodboardshomepage {
    width: 90%;
    max-width: 90%;
  }

  .moodboardsleft, .moodboardsright {
    height: 100%;
  }

  .mainmoodboardhomepage {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .silkparagraph {
    font-size: 30px;
  }

  .div-block-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-11 {
    max-width: 1600px;
  }

  .headlinetitle {
    font-size: 6.8rem;
  }
}

@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;
  }

  .containerheroheadlines {
    margin-left: auto;
    padding-bottom: 100px;
  }

  .headingwhite {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .silk, .madesaonara.marginbottom {
    text-align: center;
  }

  .projectsblock.margintop {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .darkparagraph {
    line-height: 45px;
  }

  .darkparagraph.left {
    text-align: center;
  }

  .darkparagraph.left.marginbottom {
    margin-bottom: 40px;
  }

  .projectoverviewleft {
    min-height: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .containerprojectoverviewright {
    max-width: 100%;
    min-height: 40vh;
    max-height: 40vh;
  }

  .layout77_content-left {
    grid-row-gap: 2.5rem;
  }

  .layout77_content-left._50size.buyersleads {
    height: 100%;
    min-height: 100%;
  }

  .regulartitle.whitetext.leftalign {
    text-align: center;
  }

  .link-block-15 {
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .card-image {
    min-height: 100%;
    max-height: 100%;
  }

  .overlay-card {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .link-block__share {
    align-self: center;
    align-items: center;
  }

  .link_text {
    font-size: 1rem;
  }

  .gallery-popup__content {
    padding: 4rem 2rem;
  }

  .gallery__image.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .containerabout {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .leftabout, .rightabout {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .containerabout3 {
    height: 50vh;
  }

  .goldright {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .aboutpicleft {
    width: 100%;
    display: none;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .sectionphilosophyabout {
    justify-content: center;
    align-items: center;
  }

  .silkparagraph {
    text-align: center;
  }

  .headercontactfooter {
    width: 95%;
  }

  .linksfooterblock {
    width: 100%;
  }

  .hero-heading {
    width: auto;
    font-size: 45px;
  }

  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-subheading {
    font-size: 10px;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-part {
    display: none;
  }

  .left-part, .left-part-2 {
    width: 100%;
  }

  .div-block-17 {
    display: none;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-33 {
    width: 80%;
    max-width: none;
  }

  .div-block-30-copy {
    display: none;
  }

  .paragraph {
    text-align: center;
  }

  .div-block-40 {
    width: 100%;
    max-width: none;
  }

  .div-block-41 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-42 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-43 {
    display: none;
  }

  .div-block-44 {
    background-image: url('../images/37_Prestige_PREMIER_DELUXE.jpg');
    background-position: 50%;
    background-size: cover;
    width: 80%;
    height: 110%;
  }

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

  .div-block-26 {
    width: 90%;
  }

  .paragraph-2 {
    width: 80%;
  }

  .section_header82-2 {
    background-position: 50% 0;
    background-size: contain;
  }

  .scroll-divblock {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .header82_content-bottom {
    justify-content: center;
  }

  .buttonwhite {
    font-size: 1.8vw;
  }

  .div-block-3334, .div-block-3336, .div-block-3338 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .headlinetitle {
    text-align: center;
    font-size: 4rem;
    line-height: 70px;
  }
}

@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;
  }

  .gallery__image.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .hero-heading {
    font-size: 57px;
  }

  .hero-text-wrapper {
    width: 100%;
    height: auto;
  }

  .hero-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-section.hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-grid {
    grid-row-gap: 17px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-subheading {
    font-size: 14px;
  }

  .container-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-11.hero {
    flex-direction: column;
    padding: 0 40px;
  }

  .track, .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-18, .div-block-23 {
    display: none;
  }

  .heading-2 {
    width: 90%;
  }

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

  .div-block-31 {
    margin-left: 10%;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_header82-2 {
    background-size: 150%;
    background-attachment: fixed;
  }

  .scroll-divblock {
    max-width: 24.5rem;
  }
}

@media screen and (max-width: 479px) {
  .containerherohomepage {
    background-image: linear-gradient(#00000040, #00000040), url('../images/hero-homepage-bg.webp');
    background-position: 0 0, 70%;
    background-size: auto, cover;
    margin-top: 0;
  }

  .navbar-brand {
    margin-right: auto;
  }

  .nav-menu {
    flex-direction: column;
  }

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

  .image {
    max-width: 100px;
  }

  .inquireblock {
    justify-content: center;
    align-items: flex-end;
    top: 25px;
    right: 0;
  }

  .containerheroheadlines {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    inset: auto 0% 25%;
  }

  .headingwhite {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 62px;
    line-height: 40px;
  }

  .headingwhite.left {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
  }

  .silk {
    text-align: center;
    line-height: 34px;
  }

  .silk.white, .silk.white.small {
    font-size: 52px;
  }

  .silk.white.left {
    text-align: center;
  }

  .silk.white._20 {
    line-height: 24px;
  }

  .silk.center {
    font-size: 24px;
    line-height: 35px;
  }

  .silk.center.white.big {
    font-size: 45px;
  }

  .silk.smalltestimonial {
    font-size: 18px;
    line-height: 30px;
  }

  .silk.small {
    font-size: 52px;
  }

  .madesaonara {
    text-align: center;
    font-size: 52px;
  }

  .madesaonara.marginbottom {
    text-align: center;
    font-size: 42px;
    line-height: 32px;
  }

  .madesaonara.center {
    font-size: 42px;
  }

  .madesaonara.center.big {
    font-size: 48px;
  }

  .madesaonara.center.white.capitalized {
    font-size: 32px;
  }

  .madesaonara.black.smaller, .madesaonara.small {
    font-size: 52px;
  }

  .madesaonara._24 {
    line-height: 20px;
  }

  .containerintrohomepage {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .headinggoldmain {
    font-size: 15px;
  }

  .headinggoldmain.left {
    text-align: center;
  }

  .headinggoldmain.small.lineheight {
    font-size: 14px;
  }

  .darkparagraph {
    font-size: 16px;
    line-height: 40px;
  }

  .darkparagraph.left {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 30px;
  }

  .darkparagraph.left.marginbottom {
    line-height: 40px;
  }

  .darkparagraph.small {
    font-size: 17px;
  }

  .darkparagraph.width {
    width: 100%;
    font-size: 15px;
  }

  .containerabouthomepage {
    margin-left: auto;
  }

  .container {
    flex-flow: column;
  }

  .leftaboutgold {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    padding-left: 0;
  }

  .image-4 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-2 {
    width: 100%;
    position: static;
  }

  .div-block-3 {
    width: 100%;
    margin-left: 0;
    padding-left: 4px;
    padding-right: 15px;
  }

  .darkbtn {
    text-align: left;
  }

  .darkbtn.center.paddingtop {
    margin-top: 25px;
  }

  .darkbtn.center.paddingtop.left.button-contact-form.centeraligned {
    margin-left: auto;
  }

  .darkbtn.smallbtn.auto {
    margin-left: auto;
    margin-right: auto;
  }

  .darkbtn.smallbtn.auto.paddingtop {
    margin-top: 10px;
  }

  .projectblockheadlines {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .projectshomepageblock {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: 0;
  }

  .projectoverviewleft {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .containerprojectoverviewright {
    flex-flow: column;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .layout77_content-left._50size.buyersleads {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 25rem;
    min-height: 25rem;
  }

  .regulartitle {
    text-align: center;
    line-height: 35px;
  }

  .regulartitle.whitetext.leftalign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-15 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .card-inner_block {
    margin-left: auto;
  }

  .projectspreviewhomepage {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .workwithivonnectahomepage {
    padding-bottom: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .gallery-popup__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding: 2rem 1rem;
    display: flex;
  }

  .gallery-popup__header {
    min-height: 50px;
    padding: .5rem;
  }

  .moodboardsleft, .moodboardsright {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .mainmoodboardhomepage {
    flex-flow: column;
    width: 100%;
    overflow: visible;
  }

  .slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .containerheroheadline {
    max-width: 100%;
    left: auto;
  }

  .containerheroheadline.left {
    margin-left: auto;
    left: 0;
  }

  .leftabout {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .socialmediablock.left {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .containerabout2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .whiteparagraph {
    padding-left: 5px;
    padding-right: 5px;
  }

  .containertranquilluxury {
    margin-left: auto;
  }

  .projectpreviewphotos {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .rightphotos {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .leftphoto {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-right: 0;
  }

  .photospreview {
    flex-flow: column;
  }

  .container-4 {
    max-width: 100%;
  }

  .containerfloor1 {
    flex-flow: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .leftgallery {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .rightgallery {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .containerfloor2, .containerfloor3 {
    flex-flow: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .projectsliders {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .slider-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .projectcontainerslider {
    flex-flow: column;
  }

  .sectionintroprojectsgallery {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolioblock1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .project1block, .project2block, .project3block {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .footercontactcontainer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .leftfootercontact, .rightfootercontact {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .form {
    justify-content: flex-end;
    align-items: center;
  }

  .form-block {
    width: 90%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field {
    border-radius: 0;
  }

  .text-field.message {
    padding-bottom: 40px;
  }

  .text-field._40 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .textformdiv {
    justify-content: center;
    align-items: center;
  }

  .sectionfooter {
    height: 100%;
    padding-top: 5rem;
  }

  .containerfooter {
    height: 100%;
  }

  .linksnavblock {
    text-align: center;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .linksfooterblock {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

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

  .image-13 {
    max-width: 40px;
  }

  .containertestimonial1 {
    flex-flow: column;
  }

  .leftimagetestimonial, .righttestimonial {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .testimonialcontent {
    justify-content: center;
    align-items: center;
  }

  .containertestimonial2.borderline {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .containertestimonial3.borderline {
    flex-flow: column;
  }

  .containerheadlinecontact._100 {
    justify-content: center;
    align-items: center;
  }

  .containerheadlinecontact._100.auto {
    justify-content: center;
    align-items: center;
    left: auto;
  }

  .containerheadlinecontact._100.auto.bottom {
    justify-content: flex-end;
    align-items: center;
  }

  .containerheadlinecontact._100.auto.bottom.center {
    justify-content: center;
    align-items: center;
    bottom: auto;
  }

  .containercontactcontent {
    flex-flow: column;
  }

  .contactphotoleft, .contactcontentright {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .contactinfo {
    justify-content: center;
    align-items: center;
  }

  .text-block {
    text-align: center;
  }

  .flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .basicinfoform {
    flex-flow: column;
  }

  .contactmethodsblock._25px {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .checkboxesblock {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .filter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: auto;
  }

  .link-block-21.viewall {
    margin-right: 0;
  }

  ._100 {
    flex-flow: column;
    height: 100vh;
  }

  .containerphotodetails {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

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

  .hero-section.hero {
    background-color: #fff;
    min-height: 60vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-11.hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item {
    padding: 10px 20px;
  }

  .wrapper-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-18 {
    display: none;
  }

  .div-block-22 {
    justify-content: center;
  }

  .div-block-23 {
    display: none;
  }

  .heading-2 {
    text-align: center;
    font-size: 24px;
    top: 60px;
  }

  .text-block-2 {
    display: none;
  }

  .div-block-30 {
    justify-content: center;
    width: 100%;
  }

  .div-block-31 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-35 {
    justify-content: center;
  }

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

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

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-40 {
    text-align: center;
    width: 80%;
    bottom: 50px;
  }

  .div-block-43 {
    display: block;
  }

  .div-block-44 {
    width: 90%;
  }

  .grid-2 {
    width: 100%;
  }

  .div-block-45 {
    justify-content: center;
    width: 95%;
  }

  .section-2 {
    width: 100%;
  }

  .div-block-26 {
    bottom: 91px;
  }

  .heading-4 {
    font-size: 41px;
    line-height: 34px;
  }

  .paragraph-2 {
    width: 95%;
  }

  .bigtitledivider {
    font-size: 20px;
    line-height: 20px;
  }

  .section_header82-2 {
    background-size: 184%;
    background-attachment: scroll;
  }

  .scroll-divblock {
    max-width: 17.5rem;
  }

  .header82_content-bottom._50 {
    width: 100%;
    height: 60vh;
  }

  .header82_component, .headertestimonials {
    flex-flow: column;
  }

  .recaptchacode {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .buttonwhite {
    font-size: 4vw;
  }

  .div-block-3334 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .form-9, .div-block-3335 {
    flex-flow: column;
  }

  .disclaimertext-2 {
    font-size: .4rem;
    font-weight: 400;
    line-height: 8px;
  }

  .disclaimertext-2.black {
    text-align: center;
    line-height: 15px;
  }

  .contactbtndivblock-2.center {
    text-align: center;
  }

  .disclaimerdivblock-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-3336 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .form-10, .div-block-3337 {
    flex-flow: column;
  }

  .div-block-3338 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .div-block-3338.whiteborderbottom.fullwidth.noborderbottom.full {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .form-11, .div-block-3339 {
    flex-flow: column;
  }

  .text-block-7 {
    text-align: center;
    margin-left: 10px;
  }

  .headlinetitle {
    font-size: 2.1rem;
    line-height: 40px;
  }
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2c0-70fc9e57 {
  grid-area: 1 / 1 / 5 / 6;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2c4-70fc9e57 {
  grid-area: 1 / 6 / 5 / 9;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2c8-70fc9e57 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2cc-70fc9e57 {
  grid-area: 5 / 1 / 7 / 5;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2d0-70fc9e57 {
  grid-area: 5 / 5 / 8 / 9;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2d4-70fc9e57 {
  grid-area: span 6 / span 8 / span 6 / span 8;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2d8-70fc9e57 {
  grid-area: 14 / 1 / 18 / 5;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2dc-70fc9e57 {
  grid-area: 14 / 5 / 18 / 9;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2e0-70fc9e57 {
  grid-area: 18 / 1 / 22 / 4;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2e4-70fc9e57 {
  grid-area: span 4 / span 5 / span 4 / span 5;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2e8-70fc9e57 {
  grid-area: 22 / 5 / 24 / 9;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2ec-70fc9e57 {
  grid-area: 22 / 1 / 27 / 5;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2f0-70fc9e57 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2f4-70fc9e57 {
  grid-area: 27 / 1 / 30 / 9;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2f8-70fc9e57 {
  grid-area: 30 / 1 / 33 / 6;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2fc-70fc9e57 {
  grid-area: 30 / 6 / 33 / 9;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee300-70fc9e57, #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee304-70fc9e57 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee308-70fc9e57 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee30c-70fc9e57 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee310-70fc9e57 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee314-70fc9e57 {
  grid-area: 39 / 5 / 44 / 9;
}

#w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee318-70fc9e57 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2c0-70fc9e57 {
    grid-row-end: 4;
    grid-column-end: 5;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2c4-70fc9e57 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2c8-70fc9e57 {
    grid-column: span 8 / span 8;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2cc-70fc9e57 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2d4-70fc9e57 {
    grid-row: span 5 / span 5;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2d8-70fc9e57, #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2dc-70fc9e57 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2e0-70fc9e57, #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2e4-70fc9e57 {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2e8-70fc9e57 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2ec-70fc9e57 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2f4-70fc9e57 {
    grid-area: span 3 / span 8 / span 3 / span 8;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2f8-70fc9e57 {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2fc-70fc9e57 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee314-70fc9e57 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee318-70fc9e57 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2c0-70fc9e57 {
    grid-area: 1 / 1 / 4 / 5;
  }

  #w-node-be01d07d-8f4c-bbd6-fe34-69cbaa5ee2c4-70fc9e57 {
    grid-area: 1 / 5 / 4 / 9;
  }
}


@font-face {
  font-family: 'Austeratext';
  src: url('../fonts/AusteraText-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silkserif Trial Bf 6740066 E 6496 E';
  src: url('../fonts/SilkSerif-TRIAL-ExtraLightItalic-BF6740066e6496e.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Brooklyn 1';
  src: url('../fonts/Brooklyn-Normal-1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tiffanyscript';
  src: url('../fonts/TiffanyScript.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Saonara Personal Use';
  src: url('../fonts/MADE-SAONARA-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kepler Std Subhead';
  src: url('../fonts/Kepler-Std-Light-Subhead.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electra Lt Std Display';
  src: url('../fonts/Electra-LT-Std-Display.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}