#page-contact .section-contact .flex-wrapper .right-cards .card:nth-child(2)::before, #page-contact .section-contact .flex-wrapper .left-background--shadow::after, #page-contact .section-contact .flex-wrapper .left-background--shadow::before, #page-contact .section-contact .flex-wrapper .left-background--shadow, #page-contact .section-contact .flex-wrapper .left-background img, #page-contact .section-contact .flex-wrapper .left-background::after, #page-contact .section-contact .flex-wrapper .left-background::before, #page-contact .section-contact .flex-wrapper .left-background, #page-contact .section-hero .flex-wrapper .right-image img, .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-contact .section-contact .flex-wrapper .right-cards a.card:nth-child(2)::before, #page-contact .section-contact .flex-wrapper a.left-background--shadow::after, #page-contact .section-contact .flex-wrapper a.left-background--shadow::before, #page-contact .section-contact .flex-wrapper a.left-background--shadow, #page-contact .section-contact .flex-wrapper a.left-background::after, #page-contact .section-contact .flex-wrapper a.left-background::before, #page-contact .section-contact .flex-wrapper a.left-background, a.modal-search, a.card-link {
  text-indent: -999px;
  overflow: hidden;
}

#page-contact .section-contact .flex-wrapper .right-cards button.card:nth-child(2)::before, #page-contact .section-contact .flex-wrapper button.left-background--shadow::after, #page-contact .section-contact .flex-wrapper button.left-background--shadow::before, #page-contact .section-contact .flex-wrapper button.left-background--shadow, #page-contact .section-contact .flex-wrapper button.left-background::after, #page-contact .section-contact .flex-wrapper button.left-background::before, #page-contact .section-contact .flex-wrapper button.left-background, 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;
  }
}

#main-footer {
  background-color: #fef9ed;
}

#page-contact {
  background-color: #fef9ed;
  overflow: hidden;
}
#page-contact .section-hero {
  position: relative;
  padding: 130rem 0 200rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero {
    padding: 130rem 0;
  }
}
#page-contact .section-hero .background {
  position: absolute;
  top: 525rem;
  left: 75rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .background {
    display: none;
  }
}
#page-contact .section-hero .background img {
  width: 525rem;
  height: unset;
}
#page-contact .section-hero .flex-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper {
    flex-direction: column;
  }
}
#page-contact .section-hero .flex-wrapper .left {
  padding-top: 60rem;
  width: 385rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left {
    padding-top: 0;
    width: 100%;
    margin-bottom: 40rem;
  }
}
#page-contact .section-hero .flex-wrapper .left-title {
  color: #5d534b;
  font-size: 52rem;
  font-weight: 100;
  font-family: "ivypresto-display";
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-title {
    font-size: 35rem;
  }
}
#page-contact .section-hero .flex-wrapper .left-description {
  margin-top: 35rem;
  width: 295rem;
}
@media (max-width: 767px) {
  #page-contact .section-hero .flex-wrapper .left-description {
    width: 100%;
  }
}
#page-contact .section-hero .flex-wrapper .left-description p {
  color: #5d534b;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-description p br {
    display: none;
  }
}
#page-contact .section-hero .flex-wrapper .left-contact {
  margin-top: 70rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-contact {
    margin-top: 35rem;
    width: 100%;
  }
}
#page-contact .section-hero .flex-wrapper .left-contact--phone a {
  color: black;
  font-size: 16rem;
  font-weight: normal;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .left-contact--phone a strong {
  font-size: 24rem;
  font-weight: normal;
}
#page-contact .section-hero .flex-wrapper .left-contact--phone a:hover {
  color: #ac9f6e;
}
#page-contact .section-hero .flex-wrapper .left-contact--email {
  margin-top: 25rem;
}
#page-contact .section-hero .flex-wrapper .left-contact--email a {
  color: #5d534b;
  font-size: 14rem;
  font-weight: normal;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .left-contact--email a:hover {
  color: #ac9f6e;
}
#page-contact .section-hero .flex-wrapper .right {
  display: flex;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-contact .section-hero .flex-wrapper .right-content {
  background-color: white;
  padding: 42rem 37rem 52rem;
  width: 520rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right-content {
    position: relative;
    width: 100vw;
    padding: 30rem 20rem;
    overflow: hidden;
    left: -20rem;
  }
}
#page-contact .section-hero .flex-wrapper .right-content--navigation ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16rem;
  grid-row-gap: 20rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right-content--navigation ul {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100vw;
    left: -25rem;
    padding: 0 20rem;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
#page-contact .section-hero .flex-wrapper .right-content--navigation ul li {
  flex-shrink: 0;
}
#page-contact .section-hero .flex-wrapper .right-content--navigation ul li button {
  padding: 0 20rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 95rem;
  border: 1px solid #e9e9e9;
  transition-property: border-color, color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right-content--navigation ul li button {
    flex-shrink: 0;
  }
}
#page-contact .section-hero .flex-wrapper .right-content--navigation ul li button span {
  color: #5d534b;
  font-size: 20rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  line-height: 1.2;
  text-align: left;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .right-content--navigation ul li button.active {
  border-color: #ac9f6e;
}
#page-contact .section-hero .flex-wrapper .right-content--navigation ul li button.active span {
  color: #ac9f6e;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs {
  margin-top: 35rem;
  position: relative;
  transition-property: height;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab.active {
  opacity: 1;
  transition-delay: 0.1s;
  z-index: 2;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-title {
  color: #ac9f6e;
  font-size: 24rem;
  font-weight: 100;
  font-family: "ivypresto-display";
  margin-bottom: 25rem;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .field-group {
  position: relative;
  width: 100%;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .field-group:not(:last-child) {
  margin-bottom: 16rem;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .field-group .file-cta {
  display: inline-flex;
  align-items: center;
  pointer-events: initial;
  cursor: pointer;
  margin-top: 10rem;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .field-group .file-cta span {
  color: #5d534b;
  font-size: 14rem;
  font-weight: normal;
  margin-left: 8rem;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .field-group .field-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -5;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .field-group .field-file span {
  color: #5d534b;
  font-size: 14rem;
  font-weight: normal;
  margin-left: 8rem;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .field-group .field {
  padding: 0 20rem;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ac9f6e;
  height: 58rem;
  color: #5d534b;
  font-size: 14rem;
  font-weight: normal;
  transition-property: border;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .field-group .field:focus {
  border: 1px solid #5d534b;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .field-group .field::-moz-placeholder {
  color: #5d534b;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .field-group .field::placeholder {
  color: #5d534b;
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .form-submit {
  margin-top: 25rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .form-submit {
    width: 100%;
  }
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .form-submit button {
  background-color: #ac9f6e;
  display: inline-flex;
  align-items: center;
  padding: 0 56rem;
  height: 58rem;
  text-decoration: none;
  color: white;
  font-size: 14rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition-property: background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .form-submit button {
    width: 100%;
    justify-content: center;
  }
}
#page-contact .section-hero .flex-wrapper .right-content--tabs .tab-form .form-submit button:hover {
  background-color: #5d534b;
}
#page-contact .section-hero .flex-wrapper .right-image {
  position: relative;
  width: 265rem;
  max-height: 100%;
  margin-left: 25rem;
}
@media (max-width: 767px) {
  #page-contact .section-hero .flex-wrapper .right-image {
    width: 100%;
    margin-left: 0;
    margin-top: 25rem;
    height: 400rem;
  }
}
#page-contact .section-contact {
  padding-bottom: 65rem;
}
#page-contact .section-contact .flex-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-contact .section-contact .flex-wrapper .left {
  position: relative;
  width: 622rem;
  padding: 200rem 0 50rem 40rem;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .left {
    width: 100%;
    padding: 80rem 20rem 50rem;
    margin-bottom: 25rem;
  }
}
#page-contact .section-contact .flex-wrapper .left-background {
  z-index: 1;
}
#page-contact .section-contact .flex-wrapper .left-background::before {
  content: "";
  background-color: #b2a070;
  mix-blend-mode: color;
  z-index: 1;
}
#page-contact .section-contact .flex-wrapper .left-background::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .left-background img {
    -o-object-position: left center;
    object-position: left center;
  }
}
#page-contact .section-contact .flex-wrapper .left-background--shadow {
  z-index: 1;
}
#page-contact .section-contact .flex-wrapper .left-background--shadow::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
#page-contact .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-contact .section-contact .flex-wrapper .left-content {
  position: relative;
  z-index: 2;
}
#page-contact .section-contact .flex-wrapper .left-content--small {
  color: white;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5rem;
}
#page-contact .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-contact .section-contact .flex-wrapper .left-content--cta a {
  display: inline-flex;
  align-items: center;
}
#page-contact .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-contact .section-contact .flex-wrapper .left-content--cta a span {
    font-size: 11rem;
  }
}
#page-contact .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-contact .section-contact .flex-wrapper .left-content--cta a:hover svg {
  transform: translateX(5rem);
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right {
    width: 100%;
  }
}
#page-contact .section-contact .flex-wrapper .right-cards {
  display: flex;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 25rem;
  }
}
#page-contact .section-contact .flex-wrapper .right-cards .card {
  position: relative;
  width: 314rem;
  padding: 147rem 40rem 50rem;
  background-color: #fef9ed;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-cards .card {
    padding: 80rem 20rem 50rem;
    width: 100%;
  }
}
#page-contact .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-contact .section-contact .flex-wrapper .right-cards .card:not(:last-child) {
  margin-right: 24rem;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-cards .card:not(:last-child) {
    margin-right: 0;
  }
}
#page-contact .section-contact .flex-wrapper .right-cards .card > * {
  position: relative;
  z-index: 2;
}
#page-contact .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-contact .section-contact .flex-wrapper .right-cards .card-description {
  width: 182rem;
  margin-bottom: 55rem;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-cards .card-description {
    width: 100%;
  }
}
#page-contact .section-contact .flex-wrapper .right-cards .card-description p {
  color: #5d534b;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1.4;
}
#page-contact .section-contact .flex-wrapper .right-cards .card-cta a {
  display: inline-flex;
  align-items: center;
}
#page-contact .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-contact .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-contact .section-contact .flex-wrapper .right-cards .card-cta a svg path {
  fill: #ac9f6e;
}
#page-contact .section-contact .flex-wrapper .right-cards .card-cta a:hover svg {
  transform: translateX(5rem);
}
/*# sourceMappingURL=contact.min.css.map */
