#page-house .section-space .wrapper-image img, #page-house .section-expography .flex-wrapper .image img, #page-house .section-expography .wrapper-image img, #page-house .section-hero .slide-navigation .item-image img, #page-house .section-hero .slide-navigation .item-image, #page-house .section-hero .slide-navigation .item-button, #page-house .section-hero .slide-arrows, #page-house .section-hero .slide-items .item-image img, #page-house .section-hero .slide-items .item-image, #page-house .section-hero .slide-items .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-house .section-hero .slide-navigation a.item-image, #page-house .section-hero .slide-navigation a.item-button, #page-house .section-hero a.slide-arrows, #page-house .section-hero .slide-items a.item-image, #page-house .section-hero .slide-items a.item {
  text-indent: -999px;
  overflow: hidden;
}

#page-house .section-hero .slide-navigation button.item-image, #page-house .section-hero .slide-navigation button.item-button, #page-house .section-hero button.slide-arrows, #page-house .section-hero .slide-items button.item-image, #page-house .section-hero .slide-items button.item {
  text-indent: -999px;
  overflow: hidden;
}

body #main-header {
  background-color: #41bec3 !important;
}

body .cta-contact {
  background-color: #41bec3 !important;
}

#page-house {
  background-color: #e2dcce;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#page-house .section-hero {
  padding: 0 0 20rem;
}
#page-house .section-hero .container {
  background-color: #41bec3;
  padding-top: 112rem;
  padding-bottom: 40rem;
  box-shadow: 25px 25px 20px 5px rgba(153, 152, 148, 0.3);
}
#page-house .section-hero .wrapper-line {
  background-color: white;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 30rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-house .section-hero .wrapper.appear .wrapper-line {
  transform: scaleX(1);
}
#page-house .section-hero .wrapper-small {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 28rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  #page-house .section-hero .wrapper-small {
    font-size: 21rem;
  }
}
#page-house .section-hero .wrapper-title {
  margin-top: 40rem;
}
@media (max-width: 1023px) {
  #page-house .section-hero .wrapper-title {
    margin-top: 20rem;
  }
}
#page-house .section-hero .wrapper-title p {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 36rem;
  font-weight: 300;
  line-height: 48rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #page-house .section-hero .wrapper-title p {
    font-size: 21rem;
    line-height: 1.3;
  }
}
#page-house .section-hero .wrapper-title p strong {
  font-family: "Roboto Condensed";
  font-weight: 500;
}
#page-house .section-hero .wrapper-description {
  margin-top: 15rem;
}
#page-house .section-hero .wrapper-description p {
  color: white;
  font-size: 20rem;
  font-weight: normal;
  line-height: 28rem;
}
@media (max-width: 1023px) {
  #page-house .section-hero .wrapper-description p {
    font-size: 16rem;
    line-height: 24rem;
  }
  #page-house .section-hero .wrapper-description p br {
    display: none;
  }
}
#page-house .section-hero .wrapper-description p strong {
  font-weight: 600;
}
#page-house .section-hero .wrapper-description p:not(:last-child) {
  margin-bottom: 20rem;
}
#page-house .section-hero .slide {
  position: relative;
  margin-top: 32rem;
  pointer-events: none;
  transform: scale(1);
  transform-origin: 50% 0%;
  transition-property: opacity;
}
#page-house .section-hero .slide-items {
  position: relative;
  width: 100%;
  height: 710rem;
  pointer-events: initial;
}
@media (max-width: 1023px) {
  #page-house .section-hero .slide-items {
    height: unset;
    aspect-ratio: 1/0.6;
  }
}
#page-house .section-hero .slide-items .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  overflow: hidden;
  z-index: 1;
}
#page-house .section-hero .slide-items .item.active {
  opacity: 1;
  z-index: 2;
}
#page-house .section-hero .slide-items .item.active .item-image {
  display: block;
  transform: scale(1);
}
#page-house .section-hero .slide-items .item-image {
  display: none;
  transform: scale(1.05);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
#page-house .section-hero .slide-items .item-image.loaded {
  display: block;
}
#page-house .section-hero .slide-items .item-title {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 40rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  top: 74rem;
  left: 64rem;
  z-index: 2;
  text-transform: uppercase;
}
#page-house .section-hero .slide-title {
  color: white;
  font-size: 10rem;
  font-weight: normal;
  position: absolute;
  right: 20rem;
  bottom: 20rem;
  z-index: 5;
}
#page-house .section-hero .slide-arrows {
  z-index: 5;
}
#page-house .section-hero .slide-arrows .arrow-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
#page-house .section-hero .slide-arrows .arrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}
#page-house .section-hero .slide-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30rem;
  padding-left: 40rem;
}
@media (max-width: 1023px) {
  #page-house .section-hero .slide-bottom {
    margin: 20rem 0 0;
    padding: 0;
  }
}
#page-house .section-hero .slide-text p {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  line-height: 18rem;
}
#page-house .section-hero .slide-text p strong {
  font-weight: 500;
}
#page-house .section-hero .slide-navigation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 140rem;
  display: none;
}
@media (max-width: 1023px) {
  #page-house .section-hero .slide-navigation {
    display: none;
  }
}
#page-house .section-hero .slide-navigation[data-index="1"] .slide-transform .item, #page-house .section-hero .slide-navigation[data-index="2"] .slide-transform .item, #page-house .section-hero .slide-navigation[data-index="3"] .slide-transform .item {
  transform: translateX(-213rem);
}
#page-house .section-hero .slide-navigation .slide-transform {
  display: flex;
  align-items: flex-start;
  width: 621rem;
  overflow: hidden;
}
#page-house .section-hero .slide-navigation .item {
  position: relative;
  width: 195rem;
  height: 110rem;
  flex-shrink: 0;
  pointer-events: initial;
  transition-property: transform, width, height;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-house .section-hero .slide-navigation .item.active {
  width: 195rem;
  height: 137rem;
}
#page-house .section-hero .slide-navigation .item:not(:last-child) {
  margin-right: 16rem;
}
#page-house .section-hero .slide-navigation .item-button {
  z-index: 2;
}
#page-house .section-hero .slide-navigation .item-image {
  z-index: 1;
}
#page-house .section-expography {
  padding: 20rem 0;
}
#page-house .section-expography .container {
  background-color: #41bec3;
  padding-top: 40rem;
  box-shadow: 25px 25px 20px 5px rgba(153, 152, 148, 0.3);
}
#page-house .section-expography .headline-line {
  background-color: white;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 20rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-house .section-expography .headline.appear .headline-line {
  transform: scaleX(1);
}
#page-house .section-expography .headline-title {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 28rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  #page-house .section-expography .headline-title {
    font-size: 21rem;
  }
}
#page-house .section-expography .headline-subtitle {
  margin-top: 40rem;
}
@media (max-width: 1023px) {
  #page-house .section-expography .headline-subtitle {
    margin-top: 20rem;
  }
}
#page-house .section-expography .headline-subtitle p {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 36rem;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  #page-house .section-expography .headline-subtitle p {
    font-size: 16rem;
  }
}
#page-house .section-expography .headline-subtitle p strong {
  font-family: "Roboto Condensed";
  font-size: 36rem;
  font-weight: 500;
  line-height: 48rem;
  letter-spacing: 0.04em;
  margin-bottom: -15rem;
  display: block;
}
@media (max-width: 1023px) {
  #page-house .section-expography .headline-subtitle p strong {
    font-size: 25rem;
    line-height: 1.3;
  }
}
#page-house .section-expography .headline-description {
  margin-top: 40rem;
}
#page-house .section-expography .headline-description p {
  color: white;
  font-size: 20rem;
  font-weight: 300;
  line-height: 24rem;
}
@media (max-width: 1023px) {
  #page-house .section-expography .headline-description p {
    font-size: 16rem;
    line-height: 24rem;
  }
  #page-house .section-expography .headline-description p br {
    display: none;
  }
}
#page-house .section-expography .headline-description p strong {
  font-weight: 500;
}
#page-house .section-expography .headline-description p:not(:last-child) {
  margin-bottom: 25rem;
}
#page-house .section-expography .wrapper-image {
  position: relative;
  width: 100%;
  height: 720rem;
  margin-top: 50rem;
}
@media (max-width: 1023px) {
  #page-house .section-expography .wrapper-image {
    height: unset;
    aspect-ratio: 1/0.75;
  }
}
#page-house .section-expography .flex-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 32rem;
  padding-bottom: 50rem;
}
@media (max-width: 1023px) {
  #page-house .section-expography .flex-wrapper {
    flex-direction: column;
  }
}
#page-house .section-expography .flex-wrapper .description {
  flex-grow: 1;
  margin-right: 20rem;
}
@media (max-width: 1023px) {
  #page-house .section-expography .flex-wrapper .description {
    margin: 0 0 32rem;
  }
}
#page-house .section-expography .flex-wrapper .description p {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  line-height: 18rem;
}
#page-house .section-expography .flex-wrapper .description p strong {
  font-weight: 500;
}
#page-house .section-expography .flex-wrapper .image {
  position: relative;
  width: 630rem;
  height: 355rem;
}
@media (max-width: 1023px) {
  #page-house .section-expography .flex-wrapper .image {
    width: 100%;
    height: unset;
    aspect-ratio: 1/0.6;
  }
}
#page-house .section-space {
  padding: 20rem 0;
}
#page-house .section-space .container {
  background-color: #41bec3;
  padding: 40rem 40rem 85rem;
  box-shadow: 25px 25px 20px 5px rgba(153, 152, 148, 0.3);
}
@media (max-width: 1023px) {
  #page-house .section-space .container {
    padding: 40rem 20rem;
  }
}
#page-house .section-space .headline-line {
  background-color: white;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 20rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-house .section-space .headline.appear .headline-line {
  transform: scaleX(1);
}
#page-house .section-space .headline-title {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 28rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15rem;
}
@media (max-width: 1023px) {
  #page-house .section-space .headline-title {
    font-size: 21rem;
  }
}
#page-house .section-space .headline-description {
  margin-top: 45rem;
}
#page-house .section-space .headline-description p {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 36rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 48rem;
}
@media (max-width: 1023px) {
  #page-house .section-space .headline-description p {
    font-size: 20rem;
    line-height: 1.3;
  }
  #page-house .section-space .headline-description p br {
    display: none;
  }
}
#page-house .section-space .headline-description p strong {
  font-family: "Roboto Condensed";
  font-weight: 500;
}
#page-house .section-space .flex-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 35rem;
}
@media (max-width: 1023px) {
  #page-house .section-space .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30rem;
  }
}
#page-house .section-space .flex-wrapper .left,
#page-house .section-space .flex-wrapper .right {
  width: 600rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  #page-house .section-space .flex-wrapper .left,
  #page-house .section-space .flex-wrapper .right {
    width: 100%;
  }
}
#page-house .section-space .flex-wrapper .left-description > *,
#page-house .section-space .flex-wrapper .right-description > * {
  margin-bottom: 25rem;
}
#page-house .section-space .flex-wrapper .left-description > *:last-child,
#page-house .section-space .flex-wrapper .right-description > *:last-child {
  margin-bottom: 0;
}
#page-house .section-space .flex-wrapper .left-description p,
#page-house .section-space .flex-wrapper .left-description ul li,
#page-house .section-space .flex-wrapper .right-description p,
#page-house .section-space .flex-wrapper .right-description ul li {
  color: white;
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  #page-house .section-space .flex-wrapper .left-description p,
  #page-house .section-space .flex-wrapper .left-description ul li,
  #page-house .section-space .flex-wrapper .right-description p,
  #page-house .section-space .flex-wrapper .right-description ul li {
    font-size: 16rem;
  }
  #page-house .section-space .flex-wrapper .left-description p br,
  #page-house .section-space .flex-wrapper .left-description ul li br,
  #page-house .section-space .flex-wrapper .right-description p br,
  #page-house .section-space .flex-wrapper .right-description ul li br {
    display: none;
  }
}
#page-house .section-space .flex-wrapper .left-description p strong,
#page-house .section-space .flex-wrapper .left-description ul li strong,
#page-house .section-space .flex-wrapper .right-description p strong,
#page-house .section-space .flex-wrapper .right-description ul li strong {
  font-weight: 500;
}
#page-house .section-space .flex-wrapper .left-description ul li,
#page-house .section-space .flex-wrapper .right-description ul li {
  position: relative;
  padding-left: 10rem;
}
#page-house .section-space .flex-wrapper .left-description ul li::before,
#page-house .section-space .flex-wrapper .right-description ul li::before {
  content: "";
  position: absolute;
  top: 12rem;
  left: 0;
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  #page-house .section-space .flex-wrapper .left {
    margin-bottom: 30rem;
  }
}
#page-house .section-space .wrapper {
  margin-top: 45rem;
}
#page-house .section-space .wrapper-image {
  position: relative;
  width: 100%;
  height: 790rem;
  margin-bottom: 75rem;
}
@media (max-width: 1023px) {
  #page-house .section-space .wrapper-image {
    height: 400rem;
  }
}
@media (max-width: 767px) {
  #page-house .section-space .wrapper-image {
    height: 250rem;
    margin-bottom: 40rem;
  }
}
#page-house .section-space .wrapper-description {
  width: 540rem;
  margin-bottom: 30rem;
}
@media (max-width: 1023px) {
  #page-house .section-space .wrapper-description {
    width: 100%;
  }
}
#page-house .section-space .wrapper-description p {
  color: white;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  #page-house .section-space .wrapper-description p br {
    display: none;
  }
}
#page-house .section-space .wrapper-description p:not(:last-child) {
  margin-bottom: 30rem;
}
#page-house .section-space .wrapper-description p strong {
  font-weight: 500;
}
#page-house .section-space .wrapper-flex {
  padding: 0 100rem 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-house .section-space .wrapper-flex {
    padding: 0;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
#page-house .section-space .wrapper-flex .left {
  width: 195rem;
}
@media (max-width: 1023px) {
  #page-house .section-space .wrapper-flex .left {
    width: 100%;
    margin-top: 40rem;
  }
}
#page-house .section-space .wrapper-flex .left-description {
  margin-bottom: 20rem;
}
#page-house .section-space .wrapper-flex .left-description p {
  color: white;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.4;
}
#page-house .section-space .wrapper-flex .left-description p strong {
  font-weight: 500;
}
#page-house .section-space .wrapper-flex .left-icon img {
  width: 135rem;
  height: unset;
}
#page-house .section-space .wrapper-flex .right-services--title {
  color: white;
  font-size: 16rem;
  font-weight: normal;
  line-height: 24rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#page-house .section-space .wrapper-flex .right-services--items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30rem;
  grid-row-gap: 30rem;
  margin-top: 40rem;
}
@media (max-width: 1023px) {
  #page-house .section-space .wrapper-flex .right-services--items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #page-house .section-space .wrapper-flex .right-services--items {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-house .section-space .wrapper-flex .right-services--items .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1023px) {
  #page-house .section-space .wrapper-flex .right-services--items .item {
    width: 100%;
  }
}
#page-house .section-space .wrapper-flex .right-services--items .item-icon {
  background-color: black;
  position: relative;
  width: 45rem;
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#page-house .section-space .wrapper-flex .right-services--items .item-image {
  position: relative;
  width: 59rem;
  height: 59rem;
  margin-bottom: -15rem;
}
#page-house .section-space .wrapper-flex .right-services--items .item-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
#page-house .section-space .wrapper-flex .right-services--items .item-description {
  margin-top: 20rem;
}
#page-house .section-space .wrapper-flex .right-services--items .item-description p {
  color: white;
  font-size: 16rem;
  line-height: 24rem;
}
#page-house .section-space .wrapper-flex .right-services--items .item-description p strong {
  font-weight: 600;
}
/*# sourceMappingURL=house.min.css.map */
