#page-home .section-contact .flex-wrapper .right-cards .card:nth-child(2)::before, #page-home .section-contact .flex-wrapper .left-background--shadow::after, #page-home .section-contact .flex-wrapper .left-background--shadow::before, #page-home .section-contact .flex-wrapper .left-background--shadow, #page-home .section-contact .flex-wrapper .left-background img, #page-home .section-contact .flex-wrapper .left-background::after, #page-home .section-contact .flex-wrapper .left-background::before, #page-home .section-contact .flex-wrapper .left-background, #page-home .section-sell .wrapper-images .image-el--blur_opacity img, #page-home .section-sell .wrapper-images, #page-home .section-sell::before, #page-home .section-about .images .image img, #page-home .section-about .images, #page-home .section-hero .background-shadow, #page-home .section-hero .background::after, #page-home .section-hero .background::before, #page-home .section-hero .background img,
#page-home .section-hero .background video, .modal-search, .card-image img, .card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-home .section-contact .flex-wrapper .right-cards a.card:nth-child(2)::before, #page-home .section-contact .flex-wrapper a.left-background--shadow::after, #page-home .section-contact .flex-wrapper a.left-background--shadow::before, #page-home .section-contact .flex-wrapper a.left-background--shadow, #page-home .section-contact .flex-wrapper a.left-background::after, #page-home .section-contact .flex-wrapper a.left-background::before, #page-home .section-contact .flex-wrapper a.left-background, #page-home .section-sell a.wrapper-images, #page-home a.section-sell::before, #page-home .section-about a.images, #page-home .section-hero a.background-shadow, #page-home .section-hero a.background::after, #page-home .section-hero a.background::before, a.modal-search, a.card-link {
  text-indent: -999px;
  overflow: hidden;
}

#page-home .section-contact .flex-wrapper .right-cards button.card:nth-child(2)::before, #page-home .section-contact .flex-wrapper button.left-background--shadow::after, #page-home .section-contact .flex-wrapper button.left-background--shadow::before, #page-home .section-contact .flex-wrapper button.left-background--shadow, #page-home .section-contact .flex-wrapper button.left-background::after, #page-home .section-contact .flex-wrapper button.left-background::before, #page-home .section-contact .flex-wrapper button.left-background, #page-home .section-sell button.wrapper-images, #page-home button.section-sell::before, #page-home .section-about button.images, #page-home .section-hero button.background-shadow, #page-home .section-hero button.background::after, #page-home .section-hero button.background::before, button.modal-search, button.card-link {
  text-indent: -999px;
  overflow: hidden;
}

.card {
  position: relative;
  width: 100%;
}
.card-link {
  pointer-events: initial;
  z-index: 5;
}
.card-image {
  position: relative;
  width: 100%;
  height: 439rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.6;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  margin-bottom: 32rem;
}
@media (max-width: 1023px) {
  .card-image {
    height: 300rem;
  }
}
.card-image--el {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.card-image--el::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103rem;
  height: 103rem;
  border-radius: 50%;
  background-image: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
@media (max-width: 1023px) {
  .card-image--el::before {
    width: 90rem;
    height: 90rem;
  }
}
.card-image--el::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103rem;
  height: 103rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  animation: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  .card-image--el::after {
    width: 90rem;
    height: 90rem;
  }
}
@keyframes circlePulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.35);
  }
}
.card-image--el span {
  position: relative;
  color: white;
  font-size: 16rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  letter-spacing: 0.04em;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
@media (max-width: 1023px) {
  .card-image--el span {
    font-size: 20rem;
  }
}
.card-content {
  text-align: center;
}
.card-content--small {
  color: #ae9c8e;
  font-size: 12rem;
  font-weight: 400;
  margin-bottom: 20rem;
}
.card-content--title {
  color: #5d534b;
  font-size: 28rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  line-height: 1.2;
  margin-bottom: 20rem;
}
@media (max-width: 1023px) {
  .card-content--title {
    font-size: 25rem;
  }
}
.card-content--price {
  color: #5d534b;
  font-size: 20rem;
  font-weight: 400;
  margin-bottom: 32rem;
}
.card-content--infos ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-content--infos ul li {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 10rem;
}
.card-content--infos ul li:not(:last-child) {
  margin-right: 20rem;
}
.card-content--infos ul li span {
  color: #5d534b;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-left: 6rem;
}

.modal-search {
  background-color: rgba(56, 52, 41, 0.8);
  backdrop-filter: blur(50px);
  position: fixed;
  display: flex;
  justify-content: center;
  padding: 15rem 0 60rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: opacity, visibility;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 150;
}
@media (max-height: 850px) {
  .modal-search {
    display: block;
    justify-content: unset;
    overflow: auto;
  }
}
@media (max-width: 1023px) {
  .modal-search {
    padding: 0 0 60rem;
    overflow-y: auto;
  }
}
.modal-search::-webkit-scrollbar {
  width: 4px;
}
.modal-search::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-search::-webkit-scrollbar-thumb {
  background: #ac9f6e;
}
.modal-search::-webkit-scrollbar-thumb:hover {
  background: #ac9f6e;
}
.modal-search.open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.modal-search .wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .modal-search .wrapper {
    overflow: visible;
  }
}
@media (max-width: 1023px) {
  .modal-search .wrapper .container {
    padding: 0;
  }
}
.modal-search .wrapper-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 68rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0 273rem 0 52rem;
  margin-bottom: 72rem;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-header {
    position: sticky;
    top: 0;
    padding: 0 15rem 0 20rem;
    margin-bottom: 70rem;
    z-index: 10;
  }
}
.modal-search .wrapper-header--field {
  position: relative;
  width: 100%;
}
.modal-search .wrapper-header--field::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1rem;
  left: 30rem;
  height: 1rem;
  width: 0%;
  background-color: #5d534b;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
.modal-search .wrapper-header--field:focus-within::before {
  width: 100%;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-header--field:focus-within::before {
    width: 264rem;
  }
}
.modal-search .wrapper-header--field .field {
  color: #5d534b;
  font-size: 14rem;
  font-weight: 400;
  font-family: "lato";
  position: relative;
  width: 100%;
  height: 20rem;
  padding: 0 30rem;
  border: none;
  outline: none;
  background-color: transparent;
}
.modal-search .wrapper-header--field .field::-moz-placeholder {
  color: #5d534b;
}
.modal-search .wrapper-header--field .field::placeholder {
  color: #5d534b;
}
.modal-search .wrapper-header--field.typing .field::after {
  content: "|";
  animation: blink-cursor 0.7s step-end infinite;
}
@keyframes blink-cursor {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.modal-search .wrapper-header--field .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.modal-search .wrapper .close {
  position: absolute;
  top: 26rem;
  right: 142rem;
  display: flex;
  align-items: center;
  z-index: 20;
}
@media (max-width: 1023px) {
  .modal-search .wrapper .close {
    right: 20rem;
  }
}
.modal-search .wrapper .close svg {
  width: 16rem;
  height: unset;
}
@media (max-width: 767px) {
  .modal-search .wrapper .close svg {
    width: 14rem;
  }
}
.modal-search .wrapper .close svg path {
  fill: #5d534b;
  transition-property: fill;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-search .wrapper-state {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60rem 20rem;
}
.modal-search .wrapper-state.active {
  display: flex;
}
.modal-search .wrapper-state p {
  color: white;
  font-size: 16rem;
  font-weight: 400;
  font-family: "lato";
  text-align: center;
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-state p {
    font-size: 14rem;
  }
}
.modal-search .wrapper-slide {
  opacity: 1;
  transition: opacity 200ms ease;
}
.modal-search .wrapper-slide.fade-out {
  opacity: 0;
}
.modal-search .wrapper-slide.hidden {
  display: none;
}
@media (max-height: 650px) {
  .modal-search .wrapper-slide .swiper-slide .card-image {
    height: 330rem;
  }
}
.modal-search .wrapper-slide .swiper-slide .card-content--small {
  color: #ae9c8e;
}
.modal-search .wrapper-slide .swiper-slide .card-content--title {
  color: white;
}
.modal-search .wrapper-slide .swiper-slide .card-content--price {
  color: white;
}
.modal-search .wrapper-slide .swiper-slide .card-content--infos ul li svg path[fill] {
  fill: white;
}
.modal-search .wrapper-slide .swiper-slide .card-content--infos ul li svg path[stroke] {
  stroke: white;
}
.modal-search .wrapper-slide .swiper-slide .card-content--infos ul li span {
  color: white;
}
.modal-search .wrapper-slide {
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-slide {
    overflow: visible;
  }
  .modal-search .wrapper-slide .slide-items {
    display: flex;
    flex-direction: column;
    gap: 40rem;
    padding: 0 20rem;
    pointer-events: initial;
  }
  .modal-search .wrapper-slide .slide-items > div {
    width: 100% !important;
  }
  .modal-search .wrapper-slide .slide-items > div .card-image {
    opacity: 1;
  }
  .modal-search .wrapper-slide .slide-items > div .card-image--el::before {
    opacity: 1;
  }
  .modal-search .wrapper-slide .slide-items > div .card-image--el span {
    opacity: 1;
  }
  .modal-search .wrapper-slide .slide-arrows {
    display: none;
  }
}
.modal-search .wrapper-slide.swiper {
  overflow: visible;
}
.modal-search .wrapper-slide.swiper .slide-items {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.modal-search .wrapper-slide.swiper .slide-items .item {
  position: relative;
  width: 100%;
}
.modal-search .wrapper-slide.swiper .slide-items .swiper-slide.swiper-slide-active .card-image {
  opacity: 1;
}
.modal-search .wrapper-slide.swiper .slide-items .swiper-slide.swiper-slide-active .card-image--el::before {
  opacity: 1;
}
.modal-search .wrapper-slide.swiper .slide-items .swiper-slide.swiper-slide-active .card-image--el::after {
  opacity: 1;
  animation: circlePulse 1.8s ease-out infinite;
}
.modal-search .wrapper-slide.swiper .slide-items .swiper-slide.swiper-slide-active .card-image--el span {
  opacity: 1;
}
.modal-search .wrapper-slide.swiper .slide-arrows {
  position: absolute;
  top: 200rem;
  left: 50%;
  transform: translateX(-50%);
  width: 680rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-slide.swiper .slide-arrows {
    display: none;
  }
}
@media (max-height: 650px) {
  .modal-search .wrapper-slide.swiper .slide-arrows {
    top: 135rem;
  }
}
.modal-search .wrapper-slide.swiper .slide-arrows button {
  display: inline-flex;
  align-items: center;
  height: 59rem;
  border: 1px solid #d0b7a8;
  padding: 0 20rem;
  pointer-events: initial;
  transition-property: background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .modal-search .wrapper-slide.swiper .slide-arrows button {
    height: 40rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
  }
}
.modal-search .wrapper-slide.swiper .slide-arrows button svg {
  width: 18rem;
  height: unset;
}
@media (max-width: 1023px) {
  .modal-search .wrapper-slide.swiper .slide-arrows button svg {
    width: 15rem;
  }
}
@media (max-width: 1023px) {
  .modal-search .wrapper-slide.swiper .slide-arrows button svg path {
    fill: white;
  }
}
@media (min-width: 1023px) {
  .modal-search .wrapper-slide.swiper .slide-arrows button:hover {
    background-color: white;
  }
}

#page-home {
  background-color: #fef9ed;
}
#page-home .section-hero {
  position: relative;
  padding: 345rem 0 105rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero {
    padding: 180rem 0 80rem;
  }
}
#page-home .section-hero .background {
  position: absolute;
  top: 48rem;
  right: 48rem;
  bottom: 0;
  left: 48rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-hero .background {
    top: 0;
    right: 0;
    left: 0;
  }
}
#page-home .section-hero .background::before {
  content: "";
  background-color: #b2a070;
  mix-blend-mode: color;
  z-index: 1;
}
#page-home .section-hero .background::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#page-home .section-hero .background-shadow {
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
#page-home .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-home .section-hero .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 55rem 0 84rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
#page-home .section-hero .flex-wrapper .left {
  width: 550rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .left {
    width: 100%;
  }
}
#page-home .section-hero .flex-wrapper .left-small {
  color: white;
  font-size: 16rem;
  font-weight: 400;
  margin-bottom: 32rem;
}
#page-home .section-hero .flex-wrapper .left-title {
  color: white;
  font-size: 66rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  margin-bottom: 48rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .left-title {
    font-size: 40rem;
  }
}
#page-home .section-hero .flex-wrapper .left-infos {
  display: flex;
  align-items: center;
}
#page-home .section-hero .flex-wrapper .left-infos .info {
  position: relative;
  color: white;
  font-size: 10rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .left-infos .info {
    font-size: 8rem;
  }
}
#page-home .section-hero .flex-wrapper .left-infos .info:not(:last-child) {
  margin-right: 24rem;
  padding-right: 24rem;
}
#page-home .section-hero .flex-wrapper .left-infos .info:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 1rem;
  width: 1rem;
  background-color: white;
  z-index: 1;
}
#page-home .section-hero .flex-wrapper .right {
  position: relative;
  top: 10rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right {
    display: none;
  }
}
#page-home .section-hero .flex-wrapper .right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 200rem));
  width: 1rem;
  height: 191rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 60%, #4a4129 100%);
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right::before {
    transform: translate(-50%, calc(-50% + 130rem));
    height: 80rem;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, #4a4129 100%);
  }
}
@media (max-width: 767px) {
  #page-home .section-hero .flex-wrapper .right::before {
    display: none;
  }
}
#page-home .section-hero .flex-wrapper .right-rotate {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-home .section-hero .flex-wrapper .right-rotate--title {
  animation: rotateTitle 12s linear infinite;
  transform-origin: center;
}
#page-home .section-hero .flex-wrapper .right-rotate--title svg {
  width: 137rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right-rotate--title svg {
    width: 125rem;
    height: unset;
  }
}
@keyframes rotateTitle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#page-home .section-hero .flex-wrapper .right-rotate--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-home .section-hero .flex-wrapper .right-rotate--icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94rem;
  height: 94rem;
  border-radius: 50px;
  background-image: linear-gradient(to top right, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right-rotate--icon::before {
    width: 84rem;
    height: 84rem;
  }
}
#page-home .section-hero .flex-wrapper .right-rotate--icon svg {
  width: 40rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right-rotate--icon svg {
    width: 30rem;
  }
}
#page-home .section-building {
  padding: 132rem 0 140rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #page-home .section-building {
    padding: 80rem 0 120rem;
  }
}
#page-home .section-building .wrapper-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 72rem;
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50rem;
  }
}
#page-home .section-building .wrapper-header--left_small {
  color: #5d534b;
  font-size: 16rem;
  font-weight: 300;
  margin-bottom: 20rem;
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-header--left_small {
    line-height: 1.2;
  }
}
#page-home .section-building .wrapper-header--left_navigation ul {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-header--left_navigation ul {
    position: relative;
    width: 100vw;
    left: -20rem;
    padding: 0 20rem;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
#page-home .section-building .wrapper-header--left_navigation ul li {
  position: relative;
}
#page-home .section-building .wrapper-header--left_navigation ul li:not(:last-child) {
  margin-right: 24rem;
  padding-right: 24rem;
}
#page-home .section-building .wrapper-header--left_navigation ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: 0;
  bottom: 2rem;
  transform: rotate(10deg);
  width: 1rem;
  background-color: rgba(93, 83, 75, 0.3);
  z-index: 1;
}
#page-home .section-building .wrapper-header--left_navigation ul li button {
  color: #5d534b;
  font-size: 48rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  opacity: 0.7;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-header--left_navigation ul li button {
    font-size: 30rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
#page-home .section-building .wrapper-header--left_navigation ul li button.active {
  opacity: 1;
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-header--right {
    display: none;
  }
}
#page-home .section-building .wrapper-slides {
  position: relative;
}
#page-home .section-building .wrapper-slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  overflow: visible;
  transition-property: height, opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-building .wrapper-slides .slide.active {
  opacity: 1;
  transition-delay: 0.1s;
  z-index: 2;
}
#page-home .section-building .wrapper-slides .slide-items {
  position: relative;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-slides .slide-items {
    z-index: 1;
  }
}
#page-home .section-building .wrapper-slides .slide-items .item {
  position: relative;
  width: 100%;
}
#page-home .section-building .wrapper-slides .slide-items .swiper-slide.swiper-slide-active .card-image {
  opacity: 1;
}
#page-home .section-building .wrapper-slides .slide-items .swiper-slide.swiper-slide-active .card-image--el::before {
  opacity: 1;
}
#page-home .section-building .wrapper-slides .slide-items .swiper-slide.swiper-slide-active .card-image--el::after {
  opacity: 1;
  animation: circlePulse 1.8s ease-out infinite;
}
#page-home .section-building .wrapper-slides .slide-items .swiper-slide.swiper-slide-active .card-image--el span {
  opacity: 1;
}
#page-home .section-building .wrapper-slides .slide-arrows {
  position: absolute;
  top: 200rem;
  left: 50%;
  transform: translateX(-50%);
  width: 650rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-slides .slide-arrows {
    top: 135rem;
    width: 100%;
    z-index: 1;
  }
}
#page-home .section-building .wrapper-slides .slide-arrows button {
  display: inline-flex;
  align-items: center;
  height: 59rem;
  border: 1px solid #d0b7a8;
  padding: 0 20rem;
  pointer-events: initial;
  transition-property: background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-slides .slide-arrows button {
    height: 40rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
  }
}
#page-home .section-building .wrapper-slides .slide-arrows button svg {
  width: 18rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-slides .slide-arrows button svg {
    width: 15rem;
  }
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-slides .slide-arrows button svg path {
    fill: white;
  }
}
@media (min-width: 1023px) {
  #page-home .section-building .wrapper-slides .slide-arrows button:hover {
    background-color: white;
  }
}
#page-home .section-building .wrapper-more {
  display: none;
  margin-top: 50rem;
  text-align: center;
}
@media (max-width: 1023px) {
  #page-home .section-building .wrapper-more {
    display: block;
  }
}
#page-home .section-about {
  position: relative;
  padding-bottom: 120rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-about {
    padding: 0;
  }
}
#page-home .section-about .images {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-about .images {
    display: none;
  }
}
#page-home .section-about .images .image {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
#page-home .section-about .images .image-1 {
  bottom: 186rem;
  left: 50%;
  transform: translateX(calc(-50% - 609rem));
  width: 223rem;
  height: 237rem;
}
#page-home .section-about .images .image-2 {
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% + 180rem));
  width: 223rem;
  height: 208rem;
}
#page-home .section-about .images .image-3 {
  bottom: 208rem;
  left: 50%;
  transform: translateX(calc(-50% + 566rem));
  width: 308rem;
  height: 463rem;
}
#page-home .section-about .images .image-3::before {
  content: "";
  position: absolute;
  top: 110rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #e3f5fd, #a5c8ed);
  z-index: -1;
}
#page-home .section-about .container {
  position: relative;
  z-index: 1;
}
#page-home .section-about .wrapper {
  position: relative;
  padding-top: 100rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper {
    padding-top: 50rem;
  }
}
#page-home .section-about .wrapper-background {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
#page-home .section-about .wrapper-background img {
  width: 525rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-background img {
    width: 100%;
  }
}
#page-home .section-about .wrapper-title {
  position: relative;
  color: #ac9f6e;
  font-size: 158rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  margin-left: -12rem;
  margin-bottom: 50rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-title {
    font-size: 60rem;
  }
}
#page-home .section-about .wrapper-title--el {
  position: absolute;
  top: 28rem;
  left: 135rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-title--el {
    top: 0;
    left: 43rem;
  }
}
#page-home .section-about .wrapper-title--el ul {
  display: flex;
  align-items: center;
}
#page-home .section-about .wrapper-title--el ul li {
  color: #5d534b;
  font-size: 10rem;
  font-weight: 400;
  font-family: "lato";
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-title--el ul li {
    font-size: 6rem;
    flex-shrink: 0;
  }
}
#page-home .section-about .wrapper-title--el ul li:nth-child(1) {
  margin-right: 122rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-title--el ul li:nth-child(1) {
    margin-right: 30rem;
  }
}
#page-home .section-about .wrapper-title--el ul li:nth-child(2) {
  margin-right: 150rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-title--el ul li:nth-child(2) {
    margin-right: 35rem;
  }
}
#page-home .section-about .wrapper-title--el ul li:nth-child(3) {
  margin-right: 75rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-title--el ul li:nth-child(3) {
    margin-right: 15rem;
  }
}
#page-home .section-about .wrapper-description-1 {
  width: 957rem;
  padding-left: 547rem;
  margin-bottom: 80rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-description-1 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40rem;
  }
}
#page-home .section-about .wrapper-description-1 p {
  color: #5d534b;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.4;
}
#page-home .section-about .wrapper-description-1 p:not(:last-child) {
  margin-bottom: 32rem;
}
#page-home .section-about .wrapper-description-1 p strong {
  font-size: 20rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-description-1 p strong {
    font-size: 18rem;
  }
}
#page-home .section-about .wrapper-description-2 {
  width: 682rem;
  padding-left: 328rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-description-2 {
    width: 100%;
    padding-left: 0;
  }
}
#page-home .section-about .wrapper-description-2 p {
  color: #5d534b;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.2;
}
#page-home .section-about .wrapper-description-2 p:not(:last-child) {
  margin-bottom: 30rem;
}
#page-home .section-about .wrapper-description-2 p strong {
  font-size: 11rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 2.4;
  text-transform: uppercase;
}
#page-home .section-sell {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-sell {
    padding: 100rem 0;
  }
}
#page-home .section-sell::before {
  content: "";
  background-image: linear-gradient(to bottom, #fef9ed 80%, white 100%);
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-sell::before {
    background-image: linear-gradient(to bottom, #fef9ed 60%, white 100%);
  }
}
#page-home .section-sell .background {
  position: absolute;
  top: -351rem;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-sell .background {
    display: none;
  }
}
#page-home .section-sell .background img {
  width: 1034rem;
  height: unset;
}
#page-home .section-sell .container {
  position: relative;
  z-index: 2;
}
#page-home .section-sell .flex-wrapper {
  position: relative;
  width: 100%;
  height: 400vh;
}
@media (max-width: 1023px) {
  #page-home .section-sell .flex-wrapper {
    height: unset;
  }
}
#page-home .section-sell .wrapper {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media (max-width: 1023px) {
  #page-home .section-sell .wrapper {
    height: unset;
  }
}
#page-home .section-sell .wrapper-images {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-sell .wrapper-images {
    display: none;
  }
}
#page-home .section-sell .wrapper-images .image {
  position: absolute;
  transform: scale(0);
}
@media (max-width: 1023px) {
  #page-home .section-sell .wrapper-images .image {
    width: 100rem;
  }
}
#page-home .section-sell .wrapper-images .image:nth-child(odd) {
  top: calc(50% - 325rem);
  left: calc(50% - 350rem);
}
#page-home .section-sell .wrapper-images .image:nth-child(even) {
  top: calc(50% - 325rem);
  left: calc(50% - 60rem);
}
#page-home .section-sell .wrapper-images .image-el--blur {
  filter: blur(30px);
}
#page-home .section-sell .wrapper-images .image-el--blur_opacity {
  position: relative;
  opacity: 0;
  width: 420rem;
  height: 450rem;
}
#page-home .section-sell .wrapper-content {
  position: relative;
  width: 425rem;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
#page-home .section-sell .wrapper-content--title {
  color: #5d534b;
  font-size: 48rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  margin-bottom: 36rem;
}
@media (max-width: 1023px) {
  #page-home .section-sell .wrapper-content--title {
    font-size: 40rem;
  }
}
#page-home .section-sell .wrapper-content--description p {
  color: #5d534b;
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 60rem;
}
@media (max-width: 1023px) {
  #page-home .section-sell .wrapper-content--description p br {
    display: none;
  }
}
#page-home .section-contact {
  padding-bottom: 65rem;
  background-color: white;
}
#page-home .section-contact .flex-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-home .section-contact .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-home .section-contact .flex-wrapper .left {
  position: relative;
  width: 622rem;
  padding: 200rem 0 50rem 40rem;
}
@media (max-width: 1023px) {
  #page-home .section-contact .flex-wrapper .left {
    width: 100%;
    padding: 80rem 20rem 50rem;
    margin-bottom: 25rem;
  }
}
#page-home .section-contact .flex-wrapper .left-background {
  z-index: 1;
}
#page-home .section-contact .flex-wrapper .left-background::before {
  content: "";
  background-color: #b2a070;
  mix-blend-mode: color;
  z-index: 1;
}
#page-home .section-contact .flex-wrapper .left-background::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-contact .flex-wrapper .left-background img {
    -o-object-position: left center;
    object-position: left center;
  }
}
#page-home .section-contact .flex-wrapper .left-background--shadow {
  z-index: 1;
}
#page-home .section-contact .flex-wrapper .left-background--shadow::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
#page-home .section-contact .flex-wrapper .left-background--shadow::after {
  content: "";
  background-image: linear-gradient(210deg, rgba(116, 93, 39, 0) 45%, rgba(116, 93, 39, 0.8) 100%);
  z-index: 1;
}
#page-home .section-contact .flex-wrapper .left-content {
  position: relative;
  z-index: 2;
}
#page-home .section-contact .flex-wrapper .left-content--small {
  color: white;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5rem;
}
#page-home .section-contact .flex-wrapper .left-content--title {
  color: white;
  font-size: 32rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  line-height: 1.2;
  margin-bottom: 55rem;
}
#page-home .section-contact .flex-wrapper .left-content--cta a {
  display: inline-flex;
  align-items: center;
}
#page-home .section-contact .flex-wrapper .left-content--cta a span {
  color: white;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  margin-right: 8rem;
}
@media (max-width: 1023px) {
  #page-home .section-contact .flex-wrapper .left-content--cta a span {
    font-size: 11rem;
  }
}
#page-home .section-contact .flex-wrapper .left-content--cta a svg {
  width: 12rem;
  height: unset;
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-contact .flex-wrapper .left-content--cta a:hover svg {
  transform: translateX(5rem);
}
@media (max-width: 1023px) {
  #page-home .section-contact .flex-wrapper .right {
    width: 100%;
  }
}
#page-home .section-contact .flex-wrapper .right-cards {
  display: flex;
}
@media (max-width: 1023px) {
  #page-home .section-contact .flex-wrapper .right-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 25rem;
  }
}
#page-home .section-contact .flex-wrapper .right-cards .card {
  position: relative;
  width: 314rem;
  padding: 147rem 40rem 50rem;
  background-color: #fef9ed;
}
@media (max-width: 1023px) {
  #page-home .section-contact .flex-wrapper .right-cards .card {
    padding: 80rem 20rem 50rem;
    width: 100%;
  }
}
#page-home .section-contact .flex-wrapper .right-cards .card:nth-child(2)::before {
  content: "";
  background-image: linear-gradient(to top right, rgba(172, 159, 110, 0) 35%, rgba(172, 159, 110, 0.7) 100%);
  z-index: 1;
}
#page-home .section-contact .flex-wrapper .right-cards .card:not(:last-child) {
  margin-right: 24rem;
}
@media (max-width: 1023px) {
  #page-home .section-contact .flex-wrapper .right-cards .card:not(:last-child) {
    margin-right: 0;
  }
}
#page-home .section-contact .flex-wrapper .right-cards .card > * {
  position: relative;
  z-index: 2;
}
#page-home .section-contact .flex-wrapper .right-cards .card-title {
  color: #5d534b;
  font-size: 32rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  line-height: 1.2;
  margin-bottom: 32rem;
}
#page-home .section-contact .flex-wrapper .right-cards .card-description {
  width: 182rem;
  margin-bottom: 55rem;
}
@media (max-width: 1023px) {
  #page-home .section-contact .flex-wrapper .right-cards .card-description {
    width: 100%;
  }
}
#page-home .section-contact .flex-wrapper .right-cards .card-description p {
  color: #5d534b;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.4;
}
#page-home .section-contact .flex-wrapper .right-cards .card-cta a {
  display: inline-flex;
  align-items: center;
}
#page-home .section-contact .flex-wrapper .right-cards .card-cta a span {
  background: -webkit-linear-gradient(right, #ac9f6e, #574b1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 8rem;
}
#page-home .section-contact .flex-wrapper .right-cards .card-cta a svg {
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-contact .flex-wrapper .right-cards .card-cta a svg path {
  fill: #ac9f6e;
}
#page-home .section-contact .flex-wrapper .right-cards .card-cta a:hover svg {
  transform: translateX(5rem);
}
/*# sourceMappingURL=home.min.css.map */
