@charset "UTF-8";
/* Theme vars */
/* External */
@import "../../../../vendor/aos/2.1.1/css/aos.css";
@import "../../../../vendor/swiper/7.0.alpha22/swiper-bundle.min.css";
/* Internal */
@import "../../../../vendor/lightbox2-2.11.3/dist/css/lightbox.min.css";
@import "../../../../vendor/pretty-simple-lightbox/1.0.0/style.css";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.pretty-simple-lightbox {
  z-index: 99999 !important;
}
.pretty-simple-lightbox .border.border-transparent {
  border-color: transparent !important;
}
.pretty-simple-lightbox button * {
  color: var(--soo-light);
}

/* Theme vars */
:root {
  --soo-primary: #C69950;
  --soo-primary-alpha: rgba(198, 153, 80, 0.4745098039);
  --soo-secondary: #676A6C;
  --soo-tertiary: #FDC238;
  --soo-accent: rgba(230, 77, 82, 0.6705882353);
  --soo-success: #36B035;
  --soo-danger: #e11f26;
  --soo-light: #fff;
  --soo-light-alpha: rgba(255, 255, 255, 0.8);
  --soo-dark: #271c1a;
  --soo-dark-intense: #242424;
  --soo-dark-alpha: rgba(35, 35, 35, 0.6705882353);
  --soo-dark-mate: #353535;
  --soo-grey: #999a9c;
  --soo-grey-light: #f7f7f7;
  --soo-grey-mid: #b6b6b6;
  --soo-grey-dark: #666666;
  --soo-shadow: 3px 3px 4px #999a9c;
  --soo-transition-duration: 0.25s;
}

/* Global widgets */
.header-12 {
  transition-duration: 0.25s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  transition: all var(--soo-transition-duration) ease-out;
}
@media (min-width: 768px) {
  .header-12 {
    padding: 0;
  }
}
.header-12::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--soo-light);
  transition-duration: var(--soo-transition-duration);
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
}
.context-home .header-12::before {
  background: transparent;
}
.context-home .header-12__mobiletoggler-icon {
  stroke: var(--soo-light);
}
.header-12--scrolled:not(.header-12--scrolled--hidden)::before {
  background-color: var(--soo-light);
  opacity: 1;
  visibility: visible;
}
.context-home .header-12--scrolled:not(.header-12--scrolled--hidden) .header-12__linkitem {
  color: var(--soo-dark);
}
.context-home .header-12--scrolled:not(.header-12--scrolled--hidden) .header-12__linkitem::after {
  background-color: var(--soo-dark);
}
.context-home .header-12--scrolled:not(.header-12--scrolled--hidden) .header-12__linkitem--active::after, .context-home .header-12--scrolled:not(.header-12--scrolled--hidden) .header-12__linkitem:hover::after {
  background-color: var(--soo-dark);
}
.context-home .header-12--scrolled:not(.header-12--scrolled--hidden) .header-12__activelink {
  color: var(--soo-dark);
}
.context-home .header-12--scrolled:not(.header-12--scrolled--hidden) .header-12__activelink::after {
  background-color: var(--soo-dark);
}
.context-home .header-12--scrolled:not(.header-12--scrolled--hidden) .header-12__mobiletoggler-icon {
  stroke: var(--soo-dark);
}
.header-12--scrolled--hidden .header-12__inner {
  transform: translateY(-100%);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-12--scrolled--hidden .header-12__mobilenavbar {
  transform: translateY(-100%);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-12--scrolled--hidden::before {
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  transition: opacity 200ms ease-in, visibility 200ms ease-in;
}
.header-12 .navbar-wrapper {
  pointer-events: all;
  opacity: 1;
  transition-duration: var(--soo-transition-duration);
}
.header-12__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .header-12__inner {
    height: 135px;
  }
}
.header-12__navbar {
  position: relative;
  display: none;
  width: 100%;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .header-12__navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    gap: 8rem;
  }
}
.header-12__identity {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  min-width: 120px;
  max-width: 145px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: auto;
  pointer-events: all;
  order: 2;
}
@media (max-width: 1199px) {
  .header-12__identity {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    flex: 1;
    z-index: auto;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .header-12--logo-left .header-12__navbar {
    justify-content: flex-start;
    gap: 2rem;
  }
}
.header-12--logo-left .header-12__identity {
  order: 1;
  flex-shrink: 0;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .header-12--logo-left .header-12__identity {
    order: 1;
    flex: 0 0 auto;
  }
}
@media (max-width: 1199px) {
  .header-12--logo-left .header-12__mobilenavbar .header-12__identity {
    margin-right: 10px;
  }
}
.header-12--logo-left .header-12__listwrapper--start {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  padding-left: 0;
  order: 2;
}
.header-12--logo-left .header-12__listwrapper--end {
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  padding-right: 0;
  order: 3;
}
.header-12--logo-left .header-12__inner {
  justify-content: flex-start;
  padding: 0 2rem;
}
.header-12__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-12__listwrapper {
  display: flex;
  align-items: center;
  gap: 0;
}
@media (max-width: 1199px) {
  .header-12__listwrapper {
    display: none;
  }
}
.header-12__listwrapper--start {
  flex: 0 0 auto;
  justify-content: flex-end;
  min-width: 0;
  order: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 2rem;
  pointer-events: auto;
}
.header-12__listwrapper--start .header-12__link:nth-child(1) .header-12__linkitem {
  padding-left: 0;
}
.header-12__listwrapper--end {
  flex: 0 0 auto;
  justify-content: flex-start;
  min-width: 0;
  order: 3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 2rem;
  pointer-events: auto;
}
.header-12__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.header-12__menu--start {
  justify-content: flex-end;
}
.header-12__menu--end {
  justify-content: flex-start;
}
.header-12__link {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.header-12__linkitem {
  color: var(--light);
  text-transform: uppercase;
  padding: 1.3rem 0.7rem;
  position: relative;
  display: block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: color 200ms linear;
}
.header-12__linkitem:hover {
  color: var(--light);
  text-decoration: none;
}
.header-12__linkitem::after {
  position: absolute;
  bottom: 15px;
  left: 1%;
  width: 98%;
  height: 2px;
  content: "";
  background-color: var(--soo-light);
  opacity: 0;
  transition: all 200ms linear;
}
.header-12__linkitem--active::after, .header-12__linkitem:hover::after {
  bottom: 0;
  opacity: 1;
}
.header-12__activelink {
  color: var(--light);
  text-decoration: none;
}
.header-12__activelink::after {
  bottom: 0;
  opacity: 1;
}
.header-12__langs {
  position: relative;
  width: fit-content;
  display: none;
  flex-shrink: 0;
  margin-left: 0;
  padding-left: 1rem;
  order: 3;
}
@media (min-width: 1200px) {
  .header-12__langs {
    display: flex;
    align-items: center;
  }
}
.header-12__langs .dropdown-menu.show {
  transform: translate3d(-110px, 38px, 0);
}
.header-12__langs .dropdown-toggle::after {
  border-top-color: var(--soo-light);
}
.header-12__langs .dropdown-toggle > span {
  display: none;
}
.header-12__langs .flag-icon {
  border-radius: 75px;
  width: 30px;
  flex-shrink: 0;
}
.header-12__langs .flag-icon + span {
  padding-left: 0.3rem;
  white-space: nowrap;
}
.header-12__mobilenavbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 1rem;
  transition-duration: 0.25s;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  gap: 0.5rem;
}
@media (min-width: 1200px) {
  .header-12__mobilenavbar {
    display: none;
  }
}
.header-12__mobilenavbar--opened {
  background-color: var(--soo-light);
}
.header-12__mobilenavbar--opened .header-12__mobiletoggler-icon {
  stroke: var(--soo-dark);
}
.context-home .header-12__mobilenavbar--opened .header-12__logo {
  filter: brightness(0);
}
.header-12__mobiletoggler {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 3rem;
  height: 3rem;
  margin-right: 0;
  cursor: pointer;
  transition: all 200ms linear;
  flex-shrink: 0;
  order: 3;
}
@media (min-width: 1200px) {
  .header-12__mobiletoggler {
    display: none;
  }
}
.header-12__mobiletoggler:hover {
  opacity: 0.8;
}
.header-12__mobiletoggler:focus {
  outline: 2px solid var(--soo-light);
  outline-offset: 2px;
}
.header-12__mobiletoggler-icon {
  stroke: #000;
  width: 100%;
  height: 100%;
  transition: stroke 200ms linear;
}
.header-12__mobilelangs {
  width: fit-content;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  order: 1;
}
@media (min-width: 1200px) {
  .header-12__mobilelangs {
    display: none;
  }
}
.header-12__mobilelangs .dropdown-toggle::after {
  border-top-color: var(--soo-light);
}
.header-12__mobilelangs .dropdown-toggle > span {
  display: none;
}
.header-12__mobilelangs .flag-icon {
  border-radius: 75px;
  width: 30px;
  flex-shrink: 0;
}
.header-12__mobilelangs .flag-icon + span {
  padding-left: 0.3rem;
  white-space: nowrap;
}
.header-12__mobilemenu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease-out;
}
@media (min-width: 1200px) {
  .header-12__mobilemenu {
    display: none;
  }
}
.header-12__mobilemenu--opened {
  max-height: 100vh;
  opacity: 1;
  pointer-events: all;
}
.header-12__mobilemenu .header-12__menu {
  flex-direction: column;
  gap: 0;
  background-color: var(--soo-light);
  padding: 1rem;
}
.header-12__mobilemenu .header-12__link {
  width: 100%;
}
.header-12__mobilemenu .header-12__linkitem {
  width: 100%;
  padding: 1rem 2rem;
  color: var(--soo-dark);
  position: relative;
}
.header-12__mobilemenu .header-12__linkitem::after {
  position: absolute;
  left: 5px;
  bottom: 1%;
  height: 98%;
  width: 3px;
  background-color: var(--soo-primary);
  opacity: 0;
  transition: all 200ms linear;
}
.header-12__mobilemenu .header-12__linkitem:hover {
  color: var(--soo-dark);
}
.header-12__mobilemenu .header-12__linkitem:hover::after {
  left: 0;
  opacity: 1;
}
.header-12__mobilemenu .header-12__linkitem.header-12__activelink::after {
  left: 0;
  opacity: 1;
}
.context-home .header-12__mobilemenu .header-12__linkitem::after {
  background-color: var(--soo-dark);
}
.context-home .header-12__mobilemenu .header-12__linkitem.header-12__activelink::after {
  background-color: var(--soo-dark);
  left: 0;
  opacity: 1;
}

body:not(.context-home) .header-12__activelink {
  color: var(--soo-dark);
  text-decoration: none;
  text-shadow: none;
}
body:not(.context-home) .header-12__linkitem {
  color: var(--soo-dark);
  text-shadow: none;
}
body:not(.context-home) .header-12__linkitem::after {
  background-color: var(--soo-dark);
}
body:not(.context-home) .header-12--scrolled .header-12__linkitem {
  color: var(--soo-dark);
}

.navbar-brand img {
  height: 50px;
  width: auto;
  display: block;
  transition: all var(--soo-transition-duration) ease-out;
}

.hero-15-container {
  display: flex;
  height: 100vh;
  width: 100%;
  background-color: #f7f3ed;
}

.hero-15__image-container {
  width: 50%;
  height: 100%;
  position: relative;
}

.hero-15__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-15__text-container {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 6.5rem;
  padding-right: 4rem;
  padding-bottom: 12rem;
  position: relative;
  box-sizing: border-box; /* Asegura que el padding no desborde */
}

.hero-15__subtitle,
.hero-15__subtitle p,
.hero-15__subtitle h1,
.hero-15__subtitle h2,
.hero-15__subtitle h3 {
  font-size: 25px;
  font-style: italic;
  color: #271c1a;
  margin-bottom: 1.7rem;
  text-transform: none;
}

.hero-15__title,
.hero-15__title p,
.hero-15__title h1,
.hero-15__title h2,
.hero-15__title h3 {
  font-weight: 400;
  font-size: 50px;
  color: var(--soo-dark);
  line-height: 1.2;
  margin-bottom: 5rem;
}

.hero-15__arrow {
  font-size: 24px;
  color: #333;
  margin-top: 20px;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* Posición inicial */
  }
  40% {
    transform: translateY(10px); /* Desplazamiento hacia abajo */
  }
  60% {
    transform: translateY(5px); /* Desplazamiento intermedio hacia arriba */
  }
}
.hero-15__vertical-text,
.hero-15__vertical-tex p {
  position: absolute;
  font-size: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(90deg) translate(50%, 0%);
  transform: rotate(90deg) translate(50%, 0%);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Ajustes para móviles */
@media (max-width: 1024px) {
  .hero-15-container {
    flex-direction: column;
  }
  .hero-15__image-container {
    width: 100%;
    height: 50vh; /* La imagen ocupa la mitad del alto en móviles */
  }
  .hero-15__text-container {
    width: 100%;
    height: 50vh;
    justify-content: center;
    padding: 25px 30px 30px 30px;
  }
  .hero-15__subtitle,
  .hero-15__subtitle,
  .hero-15__subtitle p,
  .hero-15__subtitle h1,
  .hero-15__subtitle h2,
  .hero-15__subtitle h3 {
    font-size: 22px;
  }
  .hero-15__title,
  .hero-15__title p,
  .hero-15__title h1,
  .hero-15__title h2,
  .hero-15__title h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .hero-15__arrow {
    font-size: 20px;
    margin-top: 10px;
  }
  .hero-15__vertical-text {
    display: none;
  }
  .hero-15__button {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .hero-15__title,
  .hero-15__title p,
  .hero-15__title h1,
  .hero-15__title h2,
  .hero-15__title h3 {
    font-size: 22px;
    margin-bottom: 0rem;
  }
  .hero-15__subtitle,
  .hero-15__subtitle,
  .hero-15__subtitle p,
  .hero-15__subtitle h1,
  .hero-15__subtitle h2,
  .hero-15__subtitle h3 {
    font-size: 24px;
    margin-bottom: 0.7rem;
  }
  .hero-15__text-container {
    padding: 35px 10px 24px 10px;
  }
}
/* Ajustes para tablets */
@media (min-width: 1050px) and (max-width: 1400px) {
  .hero-15__text-container {
    width: 40%;
  }
  .hero-15__title,
  .hero-15__title p,
  .hero-15__title h1,
  .hero-15__title h2,
  .hero-15__title h3 {
    font-size: 38px;
  }
}
.hero-15__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.hero-15__button {
  background-color: transparent;
  border: var(--soo-primary) 1px solid;
  border-radius: var(--soo-agency-radius, 0px);
  padding: 0.3rem 0.8rem;
  display: inline-block;
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration, 0.5s);
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-15__button:hover {
  background-color: var(--soo-primary);
  color: var(--soo-dark);
  text-decoration: none;
}

@media (min-width: 1401px) and (max-width: 1960px) {
  .hero-15__text-container {
    width: 45%;
  }
  .hero-15__title,
  .hero-15__title p,
  .hero-15__title h1,
  .hero-15__title h2,
  .hero-15__title h3 {
    font-size: 40px;
  }
}
.text-image-2 {
  position: relative;
}
.text-image-2__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.text-image-2__subtitle {
  text-align: center;
  color: var(--soo-grey);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 1rem;
}
.text-image-2__description {
  line-height: 1.9em;
  width: 80%;
  margin: 0 auto;
}
.text-image-2__description p, .text-image-2__description h1, .text-image-2__description h2, .text-image-2__description h3 {
  line-height: 1.9em;
}
.text-image-2__img {
  width: 65px;
  margin: 45px 0px;
}

.text-image-9__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.text-image-9__img-wrapper {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  height: 35vh;
  overflow: hidden;
  min-height: 100%;
}
@media (min-width: 768px) {
  .text-image-9__img-wrapper {
    max-height: 560px;
  }
}

.title-1 {
  width: 100%;
}
.title-1__title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto;
  color: var(--soo-dark-mate);
}
@media (min-width: 576px) {
  .title-1__title {
    font-size: 25px;
  }
}

.title-2__title {
  font-size: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 576px) {
  .title-2__title {
    font-size: 42px;
  }
}
.title-2__title p, .title-2__title h1, .title-2__title h2, .title-2__title h3 {
  font-size: 32px;
}
@media (min-width: 576px) {
  .title-2__title p, .title-2__title h1, .title-2__title h2, .title-2__title h3 {
    font-size: 42px;
  }
}
.title-2__subtitle {
  font-size: 18px;
  margin: 0px;
}
.title-2__subtitle p, .title-2__subtitle h1, .title-2__subtitle h2, .title-2__subtitle h3 {
  font-size: 18px;
}

/*=================================================
 Css for property-3 en landscape mode
==================================================*/
@media (min-width: 768px) {
  .landscape-home {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.last-properties-4 {
  position: relative;
  padding-bottom: 0.6rem;
  padding: 0px 10px;
}
.last-properties-4__swiper-container {
  padding-bottom: 4rem;
}
.last-properties-4__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .last-properties-4__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .last-properties-4__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .last-properties-4__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.last-properties-4__header {
  border-bottom: 1px solid var(--soo-primary-alpha);
  padding-bottom: 0.4rem;
}
.last-properties-4__header > .row {
  justify-content: space-between;
  align-items: center;
}
.last-properties-4__header h1, .last-properties-4__header h2, .last-properties-4__header h3, .last-properties-4__header h4, .last-properties-4__header h5, .last-properties-4__header h6, .last-properties-4__header p {
  font-size: 1.3rem;
  color: var(--soo-primary);
  text-transform: capitalize;
  font-weight: 500;
}
@media (min-width: 768px) {
  .last-properties-4__header h1, .last-properties-4__header h2, .last-properties-4__header h3, .last-properties-4__header h4, .last-properties-4__header h5, .last-properties-4__header h6, .last-properties-4__header p {
    font-size: 30px;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .last-properties-4__header {
    margin-bottom: 1rem;
  }
}
.last-properties-4__link {
  font-size: 1rem;
  color: var(--soo-primary);
  text-transform: capitalize;
  transition-duration: var(--soo-transition-duration);
  font-weight: 500;
  user-select: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .last-properties-4__link {
    font-size: 1.25rem;
    font-weight: 400;
  }
}
.last-properties-4__link-wrapper {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .last-properties-4__link-wrapper {
    margin: 0;
  }
}
.last-properties-4__link i {
  background-color: var(--soo-primary);
  color: var(--soo-light);
  margin-left: 0.3rem;
  transition-duration: var(--soo-transition-duration);
  border-radius: 50%;
  padding: 0.5rem 0.65rem;
  font-size: 0.5rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .last-properties-4__link i {
    font-size: 0.7rem;
  }
}
.last-properties-4__link:hover {
  color: var(--soo-secondary);
  text-decoration: none;
}
.last-properties-4__link:hover i {
  background-color: var(--soo-secondary);
  color: var(--soo-primary);
}
.last-properties-4__title-wrapper {
  text-align: center;
  max-width: 80vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .last-properties-4__title-wrapper {
    text-align: left;
    margin: 0;
  }
}
.last-properties-4__title-wrapper > .mb-3 {
  margin-bottom: 0 !important;
}
.last-properties-4__property-wrapper {
  grid-column: span 1;
  width: 100%;
  height: 100%;
}
.last-properties-4 .swiper-pagination-bullet-active {
  background: var(--soo-primary);
}

/*=================================================
 Css for property-3 en landscape mode
==================================================*/
@media (min-width: 768px) {
  .landscape-home {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.last-properties-3 {
  position: relative;
  padding-bottom: 0.6rem;
  padding: 0px 10px;
}
.last-properties-3__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.last-properties-3--2 .last-properties-3__inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 768px) {
  .last-properties-3--2 .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .last-properties-3--2 .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .last-properties-3--2 .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.last-properties-3__title-wrapper {
  text-align: center;
  max-width: 80vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .last-properties-3__title-wrapper {
    text-align: left;
    margin: 0;
    margin-bottom: 1rem;
  }
}
.last-properties-3__property-wrapper {
  grid-column: span 1;
  width: 100%;
  height: 100%;
}
.last-properties-3__button {
  padding: 0.4rem 1rem;
  border-radius: 8px;
  border: 1px solid var(--soo-primary);
  color: white;
  background-color: var(--soo-primary);
  font-weight: 500;
  text-transform: uppercase;
}
.last-properties-3__button p {
  margin: 0;
}
.last-properties-3__button:hover {
  text-decoration: none;
  background-color: var(--soo-light);
  border: 1px solid var(--soo-primary);
  color: var(--soo-primary);
}
.last-properties-3__button-wrapper {
  text-align: center;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.property-25 {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin-top: 1rem;
  min-width: 200px;
  border: 1px solid #dedede;
}
@media (min-width: 576px) {
  .property-25 {
    padding-left: 0;
    padding-right: 0;
  }
}
.property-25:hover .property-25__image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.property-25__header-type {
  color: var(--soo-dark);
  font-size: 14px;
  padding-left: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.property-25__header-price-text {
  font-weight: bold;
  color: var(--soo-grey-dark);
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  cursor: default;
  user-select: none;
}
.property-25__header-price-text a {
  font-weight: bold;
  color: var(--soo-grey-dark);
  text-align: center;
  font-size: 21px;
  pointer-events: none;
}
.property-25__header-price-text a:hover {
  text-decoration: none;
  cursor: default;
  user-select: none;
}
.property-25__header-price-text--offer {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  text-decoration: line-through;
  font-weight: normal;
  color: var(--soo-grey-dark);
  width: 100%;
  background-color: var(--soo-secondary);
  white-space: nowrap;
}
.property-25__body {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  background-color: var(--soo-light);
  min-height: 205px;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
.property-25__body-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem 5px;
  flex-wrap: wrap;
}
.property-25__body-row--text {
  justify-content: flex-start;
}
.property-25__body-row--text > span {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 14px;
}
.property-25__body-row--text > span:nth-last-child(1) {
  margin-right: 0;
}
.property-25__label {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 10;
  padding: 0.2rem 0.7rem;
  color: var(--soo-light);
  text-transform: uppercase;
  font-size: 0.8rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.property-25__title {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3f4346;
  margin-bottom: 1rem;
}
.property-25__title a {
  color: #3f4346;
  text-decoration: none;
}
.property-25__title a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.property-25__subtitle {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 1rem;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 576px) {
  .property-25__subtitle {
    display: block;
  }
}
.property-25__location {
  font-size: 1.3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: justify;
  color: var(--soo-dark);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.property-25__reference {
  color: var(--soo-primary);
  font-weight: bold;
  display: inline-block;
}
.property-25__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition-duration: calc(var(--soo-transition-duration) * 3);
  position: absolute;
  left: 0;
  top: 0;
}
.property-25__image-wrapper {
  width: 100%;
  height: 100%;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1500px) {
  .property-25__image-wrapper {
    height: 275px;
  }
}
.property-25__image-wrapper > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .property-25__title {
    margin-bottom: 1.8rem;
  }
  .property-25__subtitle {
    margin-bottom: 1.8rem;
  }
  .property-25_location {
    margin-bottom: 1.8rem;
  }
}
.property-25 .property-25__banner {
  position: absolute;
  left: 55.65%;
  top: -214px;
  background-color: var(--soo-primary);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 1;
  min-height: 55px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition-duration: 0.25s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .property-25 .property-25__banner {
    top: 0;
    left: 20%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@media (min-width: 992px) {
  .property-25 .property-25__banner {
    left: 45%;
  }
}
@media (min-width: 1500px) {
  .property-25 .property-25__banner {
    left: 55%;
  }
}
.property-25 .property-25__banner i {
  transition-duration: 0.25s;
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
}
.property-25 .property-25__banner--reference {
  position: relative;
  height: 0;
  margin-top: 1.7rem;
  width: 100%;
}
@media (min-width: 576px) {
  .property-25 .property-25__banner--reference {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .property-25 .property-25__banner--reference {
    height: 64px;
  }
}
.property-25__interaction-icons {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.property-25__interaction-icon {
  width: 1.45rem;
  margin-right: 0.8rem;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 0.25s;
}
.property-25__interaction-icon:nth-last-child(1) {
  margin-right: 0.5rem;
}
.property-25__interaction-icon--image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.property-25__interaction-icon:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.property-25__interaction-icon > a {
  background-repeat: no-repeat;
  background-size: contain;
}
.property-25 .soo-favorite-on {
  background-repeat: no-repeat;
}
.property-25__grid-config {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
@media (min-width: 768px) {
  .property-25__grid-config {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 992px) {
  .property-25__grid-config {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
.property-25 .swiper-container {
  width: 100%;
  height: 100%;
}
.property-25 .swiper-button {
  color: var(--soo-grey-light);
  transform: scale(0.5);
  font-weight: 900;
}
.property-25__swiper-background {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-25__swiper-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-1 {
  padding: 100px 0 30px;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-position: center 25px;
}
.testimonials-1-header {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .testimonials-1-header {
    padding: 0;
  }
}
.testimonials-1-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.46px;
  text-align: center;
  color: var(--soo-grey-dark);
}
.testimonials-1-subtitle {
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
}
.testimonials-1-item {
  padding: 0 65px;
  min-height: 125px;
}
.testimonials-1-item p {
  font-size: 15px;
  line-height: 1.39;
  letter-spacing: 0.24px;
  text-align: center;
  color: var(--soo-dark-intense);
}
.testimonials-1-item-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--soo-primary);
  font-style: normal;
  font-stretch: normal;
  line-height: 2.27;
  letter-spacing: 0.5px;
}
.testimonials-1-inner .carousel-indicators li {
  border-radius: 50%;
  background-color: #182a3b;
  width: 15px;
  height: 15px;
}
.testimonials-1-inner .carousel-control-prev, .testimonials-1-inner .carousel-control-next {
  color: var(--soo-light);
  overflow: hidden;
  top: 25%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.testimonials-1-inner .carousel-control-prev i, .testimonials-1-inner .carousel-control-next i {
  font-size: 12px;
}

.cta-2 {
  height: 50vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cta-2__btn:hover {
  text-decoration: none;
}
.cta-2__icon {
  margin: 0px 10px 10px 0px;
}
.cta-2__title {
  font-size: 28px;
  color: var(--soo-light);
  margin-bottom: 20px;
  text-align: left;
  transition: all ease-in-out 0.3s;
}
.cta-2__arrow {
  padding-left: 10px;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.cta-2__description {
  color: var(--soo-light);
  text-align: left;
}

.cta-2__btn h2 img {
  transition: all ease-in-out 0.3s;
  max-height: 65px;
}

.cta-2__btn:hover h2 img {
  transform: rotate(-10deg);
}

.cta-2__btn:hover h2 .cta-2__arrow {
  opacity: 1;
}

.cta-2__btn:hover h2 {
  transform: translateX(10px);
}

/*=================================================
  Widget Height Options
==================================================*/
.cta-1.xs {
  height: 25vh;
}

.cta-1.s {
  height: 45vh;
}

.cta-1.m {
  height: 60vh;
}

.cta-1.l {
  height: 70vh;
}

.cta-1.xl {
  height: 80vh;
}

.cta-1.full {
  height: 100vh;
}

.cta-1 {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-blend-mode: darken;
}
.cta-1__icon {
  width: 100%;
  object-fit: contain;
}
.cta-1__icon-wrapper {
  width: 105px;
  margin-bottom: 1rem;
}
.cta-1__title {
  font-size: 24px;
  font-weight: 300;
  color: var(--soo-light);
  margin-bottom: 31px;
  text-align: center;
  max-width: 80%;
}
.cta-1__title p {
  margin-bottom: 0;
}
.cta-1__subtitle {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-light);
  margin-top: -20px;
  margin-bottom: 31px;
  text-align: center;
  max-width: 80%;
  text-transform: uppercase;
}
.cta-1__subtitle p {
  margin-bottom: 0;
}
.cta-1__button {
  min-width: 147px;
  min-height: 17px;
  font-size: 14px;
  letter-spacing: 0.26px;
  color: var(--soo-light);
  border: solid 1px var(--soo-light);
  padding: 0.6rem 1rem;
  transition-duration: 0.25s;
}
.cta-1__button p {
  display: inline-block;
  margin-bottom: 0;
}
.cta-1__button:hover {
  text-decoration: none;
  color: #1b1b1b;
  background-color: var(--soo-light);
}
@media (min-width: 576px) {
  .cta-1__title {
    font-size: 45px;
  }
}
@media (min-width: 576px) {
  .cta-1__subtitle {
    font-size: 18px;
  }
}

/*=================================================
  Widget Height Options
==================================================*/
.cta-9.xs {
  min-height: 25vh;
  padding: 2rem 1rem;
}

.cta-9.s {
  min-height: 40vh;
  padding: 2rem 1rem;
}

.cta-9.m {
  min-height: 60vh;
  padding: 2rem 1rem;
}

.cta-9.l {
  min-height: 70vh;
  padding: 2rem 1rem;
}

.cta-9.xl {
  min-height: 80vh;
  padding: 2rem 1rem;
}

.cta-9.full {
  min-height: 100vh;
  padding: 2rem 1rem;
}

.cta-9 {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-blend-mode: darken;
}
.cta-9__row {
  width: 100%;
}
.cta-9__list {
  list-style: none;
  padding-inline-start: 0;
}
.cta-9__list-element {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cta-9__list-icon {
  width: 100%;
  object-fit: contain;
  flex-shrink: 0;
  flex-grow: 0;
}
.cta-9__list-icon-block {
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.cta-9__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
}
.cta-9__icon {
  width: 100%;
  object-fit: contain;
}
.cta-9__icon-wrapper {
  width: 105px;
  margin-bottom: 1rem;
}
.cta-9__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--soo-light);
  margin-bottom: 0;
  text-align: center;
  max-width: 80%;
}
.cta-9__title p {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .cta-9__title {
    font-size: 1.6rem;
  }
}
.cta-9__list-text {
  color: var(--soo-light);
}
.cta-9__subtitle {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-light);
  margin-top: -20px;
  margin-bottom: 31px;
  text-align: center;
  max-width: 80%;
  text-transform: uppercase;
}
.cta-9__subtitle p {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .cta-9__subtitle {
    font-size: 18px;
  }
}
.cta-9__button {
  min-width: 147px;
  min-height: 17px;
  font-size: 14px;
  letter-spacing: 0.26px;
  color: var(--soo-light);
  border: solid 1px var(--soo-light);
  padding: 0.6rem 1rem;
  transition-duration: 0.25s;
}
.cta-9__button p {
  display: inline-block;
  margin-bottom: 0;
}
.cta-9__button:hover {
  text-decoration: none;
  color: #1b1b1b;
  background-color: var(--soo-light);
}

.features-2__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 0;
  grid-column-gap: 81px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .features-2__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-row-gap: 64px;
  }
}
@media (min-width: 1500px) {
  .features-2__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.features-2__text--wrapper {
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  padding: 0.3rem;
}
.features-2__text--image {
  width: 65px;
  margin: 45px 0px;
}
.features-2__text--text, .features-2__text--title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.29;
}
.features-2__text--desc {
  font-size: 15px;
  line-height: 1.47;
  padding-left: 1rem;
  padding-right: 1rem;
}
.features-2 a.features-2__text--text {
  color: var(--soo-dark);
}
.features-2 a.features-2__text--text:hover {
  text-decoration: none;
  color: var(--soo-primary);
}

.paragraph-1 {
  padding: 0 1rem;
}
.paragraph-1__title, .paragraph-1__title h1, .paragraph-1__title h2, .paragraph-1__title h3, .paragraph-1__title p {
  font-size: 42px;
  font-weight: bold;
  padding: 0 5px;
}
.paragraph-1__subtitle, .paragraph-1__subtitle h1, .paragraph-1__subtitle h2, .paragraph-1__subtitle h3, .paragraph-1__subtitle p {
  margin-bottom: 1.5rem;
  padding: 0 5px;
}
.paragraph-1__paragraph {
  line-height: 1.38;
  color: #0e181c;
  padding: 0 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.paragraph-1__paragraph p {
  margin-bottom: 0;
}
.paragraph-1__paragraph h2 {
  margin: 0px;
}
.paragraph-1__paragraph li {
  margin-bottom: 0.6rem;
}
.paragraph-1__paragraph li::marker {
  color: var(--soo-primary);
}

.paragraph-3 {
  background-color: var(--soo-light);
  color: var(--soo-dark-mate);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.paragraph-3__wrapper {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .paragraph-3__wrapper {
    width: 70%;
  }
}
.paragraph-3__title {
  font-size: 22px;
  text-align: center;
  padding-bottom: 10px;
}
.paragraph-3__title p, .paragraph-3__title h1, .paragraph-3__title h2, .paragraph-3__title h3, .paragraph-3__title h4, .paragraph-3__title h5, .paragraph-3__title h6 {
  margin-bottom: 25px;
}
.paragraph-3__subtitle {
  font-size: 17px;
  text-align: center;
  padding-bottom: 1.5rem;
  color: var(--soo-grey);
}
.paragraph-3__subtitle p, .paragraph-3__subtitle h1, .paragraph-3__subtitle h2, .paragraph-3__subtitle h3, .paragraph-3__subtitle h4, .paragraph-3__subtitle h5, .paragraph-3__subtitle h6 {
  margin-bottom: 0;
}
.paragraph-3__description {
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
}
.paragraph-3__description p {
  margin-bottom: 0;
}
.paragraph-3__description ul {
  list-style-position: inside;
}
.paragraph-3__image {
  max-height: 150px;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.paragraph-3__image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-3__button-container {
  text-align: center;
}

.paragraph-3__button {
  border-radius: 3px;
  background-color: var(--soo-primary);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: var(--soo-light);
  display: inline-block;
  padding: 10px 20px;
  transition-duration: var(--soo-transition-duration);
  border: 1px solid transparent;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.paragraph-3__button p, .paragraph-3__button h1, .paragraph-3__button h2, .paragraph-3__button h3, .paragraph-3__button h4, .paragraph-3__button h5 {
  margin: 0;
}

.paragraph-3__button:hover {
  text-decoration: none;
  background-color: var(--soo-light);
  border-color: var(--soo-primary);
  color: var(--soo-primary);
}

@media (min-width: 576px) { /* sm red */
  .paragraph-3__title {
    font-size: 28px;
  }
}
.button-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.button-1__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
}
.button-1__inner:hover, .button-1__inner:focus {
  text-decoration: none;
}
.button-1__inner:hover .button-1__text, .button-1__inner:focus .button-1__text {
  color: var(--soo-light);
}
.button-1__inner:hover .button-1__indicator, .button-1__inner:focus .button-1__indicator {
  height: 25px;
  width: 25px;
}
.button-1__inner:hover .button-1__indicator::after, .button-1__inner:focus .button-1__indicator::after {
  background-color: var(--soo-light);
  border: 1px solid var(--soo-light);
  width: 40%;
  height: 40%;
  transition-timing-function: ease-in;
}
.button-1__text {
  color: var(--soo-primary);
  max-width: 130px;
  display: inline-block;
  margin-right: 1.5rem;
  line-height: 0.92;
  text-align: right;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  transition-duration: var(--soo-transition-duration);
  transition-timing-function: ease-in-out;
  position: relative;
  z-index: 1;
}
.button-1__indicator {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  height: 20px;
  width: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  transition-timing-function: ease-in-out;
  transition-duration: var(--soo-transition-duration);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--soo-dark);
  position: relative;
  z-index: 0;
  background-color: var(--soo-primary);
  position: relative;
}
.button-1__indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180%;
  height: 180%;
  background-color: transparent;
  border: 1px solid var(--soo-light);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition-duration: var(--soo-transition-duration);
  transition-delay: 0.1s;
  transition-timing-function: ease-out;
}
.button-1__indicator:focus, .button-1__indicator:hover {
  outline: none;
}

.contact-form-1 {
  max-width: 660px;
  margin: auto;
  background-color: var(--soo-light);
  box-shadow: 1px 6px 16px 4px rgba(0, 0, 0, 0.55);
}
@media (min-width: 576px) {
  .contact-form-1 {
    box-shadow: 1px 6px 16px 4px rgba(0, 0, 0, 0.25);
  }
}
.contact-form-1 a {
  color: var(--soo-primary);
}
.contact-form-1-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.34px;
  color: var(--soo-dark-intense);
  margin: 20px 0px;
  text-transform: uppercase;
}
.contact-form-1-title span {
  font-weight: bold;
  color: var(--soo-dark);
}
.contact-form-1-subtitle {
  text-align: center;
  color: var(--soo-grey);
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.contact-form-1-description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #3f4346;
}
.contact-form-1 select.form-control {
  height: 40px;
  font-size: 20px;
  padding: 5px 20px;
  position: relative;
  background-color: var(--soo-grey-light);
  font-size: 16.1px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #616161;
  border-radius: 0;
}
.contact-form-1 select.form-control:required:invalid {
  color: #939393;
}
.contact-form-1 select.form-control option {
  color: #3f4346;
}
.contact-form-1 select.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #bbbcbe;
}
.contact-form-1 input.form-control {
  font-size: 20px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 0;
  border: solid 0.6px #bbbcbe;
  background-color: var(--soo-light);
}
.contact-form-1 input.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #bbbcbe;
}
.contact-form-1 textarea.form-control {
  background-color: var(--soo-grey-light);
  font-size: 16.1px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 0;
}
.contact-form-1 textarea.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #bbbcbe;
}
.contact-form-1-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.68;
  letter-spacing: 0px;
  margin: 10px 0 0;
}
.contact-form-1 .contact-form-1__button--whatsapp {
  background-color: #5fa512;
  color: var(--soo-light);
}
.contact-form-1 button[type=submit] {
  margin-top: 38px;
  min-width: 80%;
  text-transform: uppercase;
  background-color: var(--soo-success);
  color: var(--soo-light);
}
.contact-form-1 button[type=submit] i {
  font-size: 0;
  transition-duration: 0.25s;
  display: inline-block;
}
.contact-form-1 button[type=submit]:hover i {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.contact-form-1 .inner-group-prepend button {
  height: 100%;
  padding-right: 0.3rem;
}
.contact-form-1 .inner-group-prepend button:focus {
  box-shadow: none;
  outline: none;
}
.contact-form-1 .flagsDropdown {
  max-height: 350px;
  overflow-y: scroll;
  width: 100%;
}
.contact-form-1 input.flagInputTel {
  border-left: none;
}
.contact-form-1 .dropdown-toggle {
  border: 1px solid #bbbcbe;
  border-right: none;
  border-radius: 0;
  padding: 0px;
}
.contact-form-1 .dropdown-toggle::after {
  border-top: 0.3em solid #62717a;
  vertical-align: 0.1em;
}
.contact-form-1 .checkbox-container {
  color: #62717a;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
}
.contact-form-1 .checkbox-container a {
  font-size: 13px;
  line-height: 1.54;
  text-decoration: underline;
}
.contact-form-1 .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-form-1 .checkbox-container input:checked ~ .checkmark {
  background-color: #62717a;
}
.contact-form-1 .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.contact-form-1 .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
}
.contact-form-1 .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid var(--soo-light);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-form-1 .checkbox-container:hover input ~ .checkmark {
  background-color: #62717a;
}

/*=================================
  Errors & requireds
=================================*/
.error-label {
  color: var(--soo-danger);
  display: none;
}

.form-group.error {
  margin-bottom: 0.6rem;
}
.form-group.error input {
  border: 1px solid var(--soo-danger);
  color: var(--soo-danger);
  box-shadow: none;
}
.form-group.error label {
  color: var(--soo-danger);
}
.form-group.error .error-label {
  color: var(--soo-danger);
  display: block;
}

/* Requireds */
.contact-form-1-required-border .contact-form-1-required {
  border: 1px solid var(--soo-danger);
}

.contact-form-1-required-item {
  display: none;
  color: var(--soo-danger);
  font-size: 13px;
  visibility: hidden;
  padding: 0;
  margin: 2px 0 -12px 5px;
}

.contact-form-1-required-visible {
  display: block;
  visibility: visible;
}

.contact-form-1-required-labels .contact-form-1-required-item {
  display: block;
}

/*=================================
  Loader
=================================*/
* {
  --animation-time: 3s;
}

.email-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 450px;
  max-width: 100vw;
  height: 200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  background-color: var(--soo-light);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(212, 212, 212, 0.5);
  font-size: 1.4rem;
  opacity: 1;
}

.email-loader-icon {
  position: absolute;
  top: 80%;
  z-index: 10;
  color: var(--soo-primary);
  transition: all 0.25s;
}

.email-loader-icon-plane {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: plane-fly ease-out infinite var(--animation-time);
}

.email-loader-icon-email {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: email-transform ease-out infinite var(--animation-time);
}

.email-loader-icon-world {
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: growing-world ease-out infinite var(--animation-time);
}

.complete-hide {
  opacity: 0;
  pointer-events: none;
}

@keyframes email-transform {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plane-fly {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  90% {
    transform: scale(0.4) translate(1200%, -100%);
    opacity: 0;
  }
  100% {
    transform: scale(0) translate(1200%, -100%);
    opacity: 0;
  }
}
@keyframes growing-world {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  95% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}
.propertyextra-features-6__banner {
  transition-duration: 1s;
  background-color: var(--soo-light);
}
.propertyextra-features-6__banner-wrapper {
  top: 0;
  left: 0;
  background-color: var(--soo-light);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.07), 0 0 0 0 rgba(0, 0, 0, 0.07);
  transition-duration: 1s;
}
@media (min-width: 768px) {
  .propertyextra-features-6__banner-wrapper {
    position: sticky;
    display: flex;
    align-items: center;
    top: -100%;
  }
}
.propertyextra-features-6--scrolled {
  z-index: 99999999;
}
@media (min-width: 768px) {
  .propertyextra-features-6--scrolled {
    top: 0;
  }
}
.propertyextra-features-6--scrolled .propertyextra-features-6__banner-wrapper {
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07), 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.propertyextra-features-6__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .propertyextra-features-6__row {
    flex-direction: row;
    align-items: flex-start;
  }
}
.propertyextra-features-6__row--1 {
  padding-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .propertyextra-features-6__row--1 {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .propertyextra-features-6__row:nth-child(2) {
    padding-bottom: 1rem;
  }
}
.propertyextra-features-6__title {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  text-align: center;
  max-width: 93vw;
  padding-top: 20px;
  transition-duration: var(--soo-transition-duration);
}
.propertyextra-features-6__title--scrolled {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .propertyextra-features-6__title {
    font-size: 24px;
    text-align: left;
  }
}
.propertyextra-features-6__price {
  transition-duration: 0.25s;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  vertical-align: bottom;
}
.propertyextra-features-6__price--offer {
  text-decoration: line-through;
  font-size: 14px;
  color: var(--soo-grey-dark);
}
.propertyextra-features-6__reference {
  font-size: 14px;
  font-weight: normal;
  color: var(--soo-grey-darek);
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .propertyextra-features-6__reference {
    padding-bottom: 0;
  }
}
.propertyextra-features-6__reference > span {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: var(--soo-primary);
  font-weight: 500;
}
.propertyextra-features-6__list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.propertyextra-features-6__list > li {
  margin-right: 1rem;
  padding-top: 0.35rem;
}
@media (max-width: 576px) {
  .propertyextra-features-6__whatsapp {
    margin-top: 1rem;
  }
}
.propertyextra-features-6__whatsapp-button {
  background: #36B035;
  border: 1px solid #36B035;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.0628278), 1px 1px 2px rgba(0, 0, 0, 0.0711593);
  border-radius: 6px;
  color: #fff;
  padding: 0.5rem 1rem;
  transition-duration: var(--soo-transition-duration);
}
.propertyextra-features-6__whatsapp-button i, .propertyextra-features-6__whatsapp-button b {
  color: #fff;
}
.propertyextra-features-6__whatsapp-button:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0608278), 0px 0px 2px rgba(0, 0, 0, 0.0711593);
}

.footer-7 {
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 10px;
  background-color: var(--soo-light);
  border-bottom: 1px solid var(--soo-grey-light);
}
@media (min-width: 576px) {
  .footer-7 {
    padding-top: 44px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer-7 {
    padding-top: 80px;
  }
}
.footer-7 ul {
  list-style-type: none;
  padding: 5px 0;
}
.footer-7-title {
  margin-bottom: 18px;
  color: var(--soo-dark);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.footer-7-links a, .footer-7-links .hidden-href-link {
  margin-bottom: 6px;
  display: inline-block;
}
.footer-7 .monitor-footer-7 .footer-7-social {
  width: 100%;
  background-color: #ad912a;
}
.footer-7 .monitor-footer-7::before {
  content: "";
  position: absolute;
  left: 2.5%;
  bottom: 0;
  height: 1px;
  width: 95%;
  background-color: rgba(224, 224, 224, 0.4862745098);
}
.footer-7 .menu-footer-7 a, .footer-7 .menu-footer-7 span, .footer-7 .monitor-footer-7 ul li a, .footer-7 .monitor-footer-7 ul li .hidden-href-link, .footer-7 .monitor-footer-7 ul li span {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey);
}
.footer-7-logo-li {
  transform: scale(0.8);
}
.footer-7-logo-li-li {
  margin-top: 1rem;
  margin-left: -15px;
}
.footer-7 #accordion {
  border-bottom: none;
}
.footer-7 .monitor-footer-7 {
  position: relative;
}
.footer-7 .subfooter-7 {
  width: 100%;
  height: 54.2px;
  background-color: var(--soo-dark-intense);
}
.footer-7 .subfooter-7 .sooprema-logo {
  width: 47px;
  height: 31px;
}
.footer-7 .subfooter-7-height {
  height: 54.2px;
}
.footer-7 .copyright {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark) fff;
}
.footer-7 .mobile-footer-7 span {
  color: var(--soo-dark);
}
.footer-7 .btn-footer-7 {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0 40px;
  margin: 0;
  margin-bottom: 23px;
  margin-top: 38px;
  line-height: 2rem;
  font-size: 20px;
  color: var(--soo-dark) !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-7 .btn-footer-7:nth-child(1) {
  margin-top: 0;
}
.footer-7 .btn-footer-7:active {
  color: var(--soo-dark);
}
.footer-7 .btn-footer-7__mobile ul {
  padding: 0;
  margin-bottom: 0;
}
.footer-7 .btn-footer-7__mobile ul li {
  width: 100%;
  padding: 0 40px;
}
.footer-7 .btn-footer-7__mobile ul li a {
  color: var(--soo-dark);
  display: inline-block;
  margin-bottom: 14px;
}
.footer-7 .btn-footer-7__mobile--title {
  color: white;
}
.footer-7 .collapsed-menu {
  background-color: transparent;
}
.footer-7 .collapsed-menu ul {
  padding: 0;
  margin-bottom: 0;
}
.footer-7 .collapsed-menu ul li {
  width: 100%;
  padding: 0 40px;
  line-height: 2.5em;
}
.footer-7 .collapsed-menu ul li a {
  color: var(--soo-grey);
  margin-bottom: 14px;
}
.footer-7 .open-icon {
  position: absolute;
  right: 20px;
  color: var(--soo-grey);
}
.footer-7 .info-buttons .btn-contact {
  width: 100%;
  height: 50px;
  border: 2px solid var(--soo-grey);
  margin: 32px 32px 0 32px;
  padding: 0 !important;
  font-size: 13px;
  font-weight: 700;
  color: var(--soo-grey);
  line-height: 50px;
  cursor: pointer;
}
.footer-7 .social-buttons-mobile {
  padding: 17px;
}
.footer-7-social {
  position: absolute;
  bottom: 72px;
}
.footer-7 .social-networks a {
  font-size: 30px !important;
}
.footer-7 .links-footer-7 {
  padding-bottom: 30px;
}
.footer-7.links-social-fa ul li {
  display: inline-block;
  padding-right: 22px;
}
.footer-7.links-social-fa ul li a i {
  font-size: 30px;
  color: var(--soo-light) !important;
}
.footer-7 .fa-brands {
  display: inline-block;
}
.footer-7 .monitor-footer-7 .dropdown-toggle,
.footer-7 .monitor-footer-7 .dropdown-menu {
  width: 25%;
  text-align: center;
  margin-top: -10px;
}
.footer-7-social-bar {
  padding: 11px 0;
}
.footer-7-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-7-img-wrapper {
  max-width: 190px;
  margin-bottom: 20px;
}
.footer-7-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-7__description {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--soo-grey);
}

@media (max-width: 576px) {
  img.footer-7-logo {
    width: 60%;
    margin: 0 auto;
  }
}
.social-bar-2-social {
  display: inline-block;
}
.social-bar-2-social ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.social-bar-2-social ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  transition-duration: 0.25s;
}
.social-bar-2-social ul li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.social-bar-2-social ul li a {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  -webkit-text-stroke: var(--soo-primary);
}
.social-bar-2-social ul li a:hover {
  text-decoration: none;
  background: transparent;
}
.social-bar-2-social ul li a i {
  font-size: 1.5rem;
  color: var(--soo-dark);
}

.footer-7-logos {
  padding-top: 20px;
}

.footer-7-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.footer-7-logo img {
  max-width: 120px;
  height: auto;
}

@media (max-width: 576px) {
  .footer-7-logos {
    text-align: center;
  }
  .footer-7-logo img {
    max-width: 80px;
    margin-bottom: 15px;
  }
}
.propertyalert-1 {
  line-height: 30px;
}
.propertyalert-1 a {
  color: #721C24;
  text-decoration: underline;
}
.propertyalert-1 a:hover {
  text-decoration: none;
}
.propertyalert-1 .close {
  line-height: 30px;
}
.propertyalert-1-lottie {
  height: fit-content;
  width: 30px;
  display: inline-block;
}
.propertyalert-1-lottie path {
  stroke: #721C24;
}

.alert {
  padding: 0.35rem 1.25rem;
}

.categories-pro-1 {
  padding: 3rem 0;
}
.categories-pro-1-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .categories-pro-1-title {
    text-align: left;
  }
}
.categories-pro-1-wrapper {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.categories-pro-1--collapsible .categories-pro-1-wrapper {
  max-height: 300px;
}
.categories-pro-1-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.categories-pro-1--expanded .categories-pro-1-gradient {
  opacity: 0;
}
.categories-pro-1--expanded .categories-pro-1-toggle-icon {
  transform: rotate(180deg);
}
.categories-pro-1--expanded .categories-pro-1-toggle-btn:hover .categories-pro-1-toggle-icon {
  animation: bounce-up 1s infinite;
}
.categories-pro-1--no-collapse .categories-pro-1-gradient,
.categories-pro-1--no-collapse .categories-pro-1-toggle {
  display: none !important;
}
.categories-pro-1--no-collapse .categories-pro-1-wrapper {
  max-height: none !important;
}
.categories-pro-1-toggle {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}
.categories-pro-1-toggle-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soo-primary, #007bff);
  transition: all 0.3s ease;
  outline: none;
}
.categories-pro-1-toggle-btn:hover {
  opacity: 0.7;
}
.categories-pro-1-toggle-btn:hover .categories-pro-1-toggle-icon {
  animation: bounce 1s infinite;
}
.categories-pro-1-toggle-btn:focus, .categories-pro-1-toggle-btn:focus-visible, .categories-pro-1-toggle-btn:active {
  outline: none;
  box-shadow: none;
  border: none;
}
.categories-pro-1-toggle-icon {
  width: 32px;
  height: 32px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: bounce 1.5s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes bounce-up {
  0%, 100% {
    transform: rotate(180deg) translateY(0);
  }
  50% {
    transform: rotate(180deg) translateY(-5px);
  }
}
.categories-pro-1-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding-inline-start: 0;
}
.categories-pro-1-list--cols-mobile-1 .categories-pro-1-link {
  grid-column: span 12;
}
.categories-pro-1-list--cols-mobile-2 .categories-pro-1-link {
  grid-column: span 6;
}
.categories-pro-1-link {
  font-size: 16px;
  line-height: 2.14;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.categories-pro-1-link a {
  color: var(--soo-primary);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.categories-pro-1-link a:hover {
  opacity: 0.7;
}
@media (min-width: 576px) {
  .categories-pro-1-title {
    font-size: 22px;
    line-height: 2.77;
    margin-bottom: 14px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .categories-pro-1-link {
    text-align: left;
    font-size: 14px;
  }
  .categories-pro-1-list--cols-tablet-1 .categories-pro-1-link {
    grid-column: span 12;
  }
  .categories-pro-1-list--cols-tablet-2 .categories-pro-1-link {
    grid-column: span 6;
  }
  .categories-pro-1-list--cols-tablet-3 .categories-pro-1-link {
    grid-column: span 4;
  }
}
@media (min-width: 992px) {
  .categories-pro-1-list--cols-desktop-2 .categories-pro-1-link {
    grid-column: span 6;
  }
  .categories-pro-1-list--cols-desktop-3 .categories-pro-1-link {
    grid-column: span 4;
  }
  .categories-pro-1-list--cols-desktop-4 .categories-pro-1-link {
    grid-column: span 3;
  }
}
.categories-pro-1-link {
  padding: 0.25rem 0.5rem;
}
@media (min-width: 768px) {
  .categories-pro-1-link {
    padding: 0.25rem 1rem 0.25rem 0;
  }
}

.property-3--landscape {
  position: relative;
  background-color: var(--soo-light);
  margin: 0px 0px;
  box-shadow: 3px 0px 14px 0px rgba(53, 75, 96, 0.08);
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--soo-light);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition-duration: var(--soo-transition-duration);
  overflow: hidden;
  grid-column: span 1;
  flex-direction: row;
  max-width: 100%;
  padding-bottom: 0;
  border-radius: 0 10px 10px 0;
  height: 150px;
  min-height: 150px;
}
@media (min-width: 768px) {
  .property-3--landscape {
    min-height: 180px;
    height: 180px;
    margin-bottom: 40px;
  }
}
.property-3--landscape:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.13), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}
.property-3--landscape:hover .property-3__price-text--offer {
  color: var(--soo-grey-mid);
}
.property-3--landscape:hover .property-3__price-text--offer::after, .property-3--landscape:hover .property-3__price-text--offer::before {
  transform: rotateZ(0);
  top: 0;
}
.property-3--landscape:hover .property-3__price-text--offer::before {
  top: 100%;
  transform: rotateZ(0);
}
.property-3--landscape:hover .property-3__reference {
  color: var(--soo-primary);
}
.property-3--landscape__header {
  position: relative;
  z-index: 0;
  height: 100%;
}
.property-3--landscape__header .swiper-container {
  height: 100%;
}
.property-3--landscape__title {
  line-height: 1rem;
  margin-top: 0.7rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-3--landscape__title > a {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  line-height: 1rem;
  transition-duration: var(--soo-transition-duration);
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.property-3--landscape__title > a:hover {
  color: var(--soo-primary);
  text-decoration: none;
}
@media (min-width: 768px) {
  .property-3--landscape__title {
    line-height: 1.2rem;
    max-width: 100%;
  }
  .property-3--landscape__title > a {
    font-size: 18px;
  }
}
.property-3--landscape__description {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: var(--soo-grey-dark);
  min-height: 56px;
  display: none;
}
@media (min-width: 768px) {
  .property-3--landscape__description {
    display: block;
  }
}
.property-3--landscape .property-label {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  color: var(--soo-light);
  left: 0;
  top: 0;
  font-size: 13px;
  padding: 4px 25px 3px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px 8px 21px 0px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.property-3--landscape__header {
  width: 100%;
}
.property-3--landscape__floatingicons {
  position: absolute;
  right: 19px;
  top: 19px;
  z-index: 1;
}
.property-3--landscape__body {
  margin-bottom: auto;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  padding: 0 0.8rem;
}
.property-3--landscape__reference {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  transition-duration: var(--soo-transition-duration);
}
.property-3--landscape {
  /* Info */
}
.property-3--landscape .property-info {
  text-align: left; /* for carousels */
  padding: 20px 15px 10px 10px;
}
.property-3--landscape .property-info-top {
  margin-bottom: 10px;
}
.property-3--landscape .property-info-left {
  padding-left: 5px;
}
.property-3--landscape .property-location {
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 145px;
}
.property-3--landscape .property-reference {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.property-3--landscape .property-price {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.45px;
}
.property-3--landscape .property-description {
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 5px;
  margin: 20px 0 10px 0;
}
.property-3--landscape .property-data {
  margin-left: 5px;
  margin-top: 40px;
}
.property-3--landscape .property-data-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.property-3--landscape .property-data-item {
  flex-grow: 1;
}
.property-3--landscape .property-data-item img {
  max-width: 20px;
}
.property-3--landscape .property-data span {
  font-size: 13px;
}
.property-3--landscape .offer-space {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.property-3--landscape .offer-space .offer-band {
  background: #fac200;
  color: var(--soo-light);
  min-width: 100px;
  padding: 0 50px 0 10px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  z-index: 1;
  margin-bottom: 10px;
}
.property-3--landscape .offer-space .tour360-band {
  background: var(--soo-dark-intense);
  color: var(--soo-light);
  width: 130px;
  padding: 0 5px 0 10px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  z-index: 1;
  margin-bottom: 10px;
}
.property-3--landscape .offer-space .tour360-band span {
  width: 75px;
  display: inline-block;
  margin-right: 5px;
}
.property-3--landscape .offer-space .tour360-band img {
  width: auto;
  max-height: 23px;
  vertical-align: top;
  display: inline-block;
}
.property-3--landscape .offer-space .video-band {
  background: var(--soo-primary);
  color: var(--soo-light);
  width: 130px;
  padding: 0 5px 0 10px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  z-index: 1;
  margin-bottom: 10px;
}
.property-3--landscape .offer-space .video-band span {
  width: 75px;
  display: inline-block;
  margin-right: 5px;
}
.property-3--landscape .offer-space .video-band img {
  width: auto;
  max-height: 27px;
  vertical-align: top;
  display: inline-block;
}
.property-3--landscape__interaction-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  min-height: 2.5rem;
}
.property-3--landscape__interaction-icon {
  width: 1.45rem;
  height: 1.3rem;
  margin-right: 25px;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 0.25s;
}
.property-3--landscape__interaction-icon:nth-last-child(1) {
  margin-right: 0;
}
.property-3--landscape__interaction-icon--image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.property-3--landscape__interaction-icon:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.property-3--landscape__interaction-icon > a {
  background-repeat: no-repeat;
  background-size: contain;
}
.property-3--landscape__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-3--landscape__image-wrapper {
  height: 100%;
  display: flex;
  overflow: hidden;
  min-width: 150px;
}
@media (min-width: 768px) {
  .property-3--landscape__image-wrapper {
    min-width: 180px;
  }
}
.property-3--landscape__swiper-button {
  color: var(--soo-light);
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
}
.property-3--landscape__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.property-3--landscape__price-text {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey-dark);
  margin-right: 19px;
}
.property-3--landscape__price-text > a {
  color: var(--soo-grey-dark);
}
.property-3--landscape__price-text > a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.property-3--landscape__price-text--offer {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey-mid);
  position: relative;
}
.property-3--landscape__price-text--offer::after, .property-3--landscape__price-text--offer::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--soo-danger);
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotateZ(15deg);
  transition-duration: var(--soo-transition-duration);
}
.property-3--landscape__price-text--offer::before {
  transform: rotateZ(-15deg);
}
.property-3--landscape__featuredicons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.property-3--landscape__featuredicon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 0.6rem;
}
.property-3--landscape__featuredicon > img {
  display: inline-block;
}
.property-3--landscape__featuredicon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  color: var(--soo-grey-dark);
}
.property-3--landscape__featuredicon:nth-last-child(1) {
  margin-right: 0;
}
.property-3--landscape__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0.8rem;
  background-color: #ebebeb;
}
.property-3--landscape__row {
  width: 70%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.property-3--landscape__row:nth-child(1) {
  width: 30%;
  max-width: 250px;
  min-width: 150px;
}
@media (min-width: 768px) {
  .property-3--landscape__row:nth-child(1) {
    min-width: 180px;
  }
}
.property-3--landscape__row:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  min-width: calc(100% - 250px);
}
@media (min-width: 768px) {
  .property-3--landscape-grid-config {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1200px) {
  .property-3--landscape-grid-config {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.copy {
  background: var(--soo-dark-mate);
}
.copy-row {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 41px;
  flex-direction: column;
  justify-content: center;
}
@media SCREEN and (min-width: 576px) {
  .copy-row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.copy-text {
  font-size: 13px;
  color: #fff;
}
@media SCREEN and (max-width: 576px) {
  .copy-text {
    flex-direction: column;
    padding-top: 1rem;
  }
}
.copy {
  /* Animated Logo */
}
.copy .sooprema-logo {
  transform: scale(0.4);
}
@media SCREEN and (max-width: 576px) {
  .copy .sooprema-logo {
    margin-top: 0.3rem;
  }
}
.copy #ico-soo-icon {
  width: 60px;
  height: 40px;
  padding: 0.55rem;
}
.copy #ico-soo-icon #circle-1 {
  fill: var(--soo-primary);
}
.copy #ico-soo-icon #circle-2 {
  fill: var(--soo-primary);
}
.copy #ico-soo-icon feDropShadow {
  flood-color: var(--soo-primary);
}
.copy #ico-soo-icon:hover #circle-1 {
  -webkit-transform-origin: 175.621px 169.9517px;
  -ms-transform-origin: 175.621px 169.9517px;
  transform-origin: 175.621px 169.9517px;
  -webkit-animation: scale-circle 2s ease-in-out both infinite;
  animation: scale-circle 2s ease-in-out both infinite;
}
.copy #ico-soo-icon:hover #circle-2 {
  -webkit-transform-origin: 406.621px 169.9517px;
  -ms-transform-origin: 406.621px 169.9517px;
  transform-origin: 406.621px 169.9517px;
  -webkit-animation: scale-circle 2s 0.2s ease-in-out both infinite;
  animation: scale-circle 2s 0.2s ease-in-out both infinite;
}

@-webkit-keyframes scale-circle {
  0%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale-circle {
  0%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.last-news-1__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
  margin: auto;
}
.last-news-1__inner-container > div {
  width: 100%;
}
@media (min-width: 576px) {
  .last-news-1__inner-container > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .last-news-1__inner-container > div {
    width: 33%;
  }
}
.last-news-1__button {
  padding: 0.5rem 0.8rem;
  transition-duration: 0.25s;
  border: 1px solid var(--soo-dark-intense);
  display: inline-block;
  color: var(--soo-dark-intense);
  margin-bottom: 2rem;
}
.last-news-1__button-wrapper {
  text-align: center;
  margin-bottom: 2.5rem;
}
.last-news-1__button:hover {
  color: var(--soo-light);
  background-color: var(--soo-dark-intense);
  border: 1px solid var(--soo-light);
  text-decoration: none;
}
.last-news-1__swiper-container {
  width: 100%;
  padding-bottom: 1rem;
}
.last-news-1 .swiper-slide {
  font-size: 18px;
  background: transparent;
  min-height: 40vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.last-news-1 .swiper-slide > div {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .last-news-1 .swiper-slide > div {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .last-news-1 .swiper-slide > div {
    flex: 0 0 100%;
  }
}
.last-news-1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: var(--soo-light);
  border: 1px solid var(--soo-dark-intense);
  opacity: 0.4;
}
.last-news-1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--soo-dark-intense);
}

.newslist-1__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  overflow: hidden;
  max-width: 80vw;
  margin: auto;
}
@media (min-width: 768px) {
  .newslist-1__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .newslist-1__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.newslist-1__inner > div {
  grid-column: span 1;
  grid-row: span 1;
}

.news-4 {
  transition-duration: 0.25s;
  background-color: var(--soo-light);
  flex: 0 0 90%;
  margin-bottom: 2.1rem;
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
  transition-delay: 0.15s;
  transition-timing-function: ease-in;
}
@media (min-width: 768px) {
  .news-4 {
    margin-bottom: 1rem;
    flex: 0 0 45%;
  }
}
@media (min-width: 992px) {
  .news-4 {
    flex: 0 0 30%;
  }
}
.news-4 > a {
  color: var(--soo-dark-intense);
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.news-4 > a:hover {
  text-decoration: none;
}
.news-4__body-wrapper {
  padding: 20px 8% 0 8%;
  margin: 0;
  position: relative;
}
.news-4__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-4__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: auto;
  box-shadow: 1px 1px 4px rgba(var(--soo-dark-intense), 0.5);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-4__date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8e8e8e;
  text-transform: uppercase;
}
.news-4__title {
  color: #1b1b1b;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  transition: all ease-in-out 0.3s;
  margin-bottom: 0;
}
.news-4__content {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.71;
  text-align: left;
  color: var(--soo-dark-intense);
  margin: 10px 0;
}
.news-4__button {
  font-weight: 300;
  color: var(--soo-primary);
  border: none;
  transition-duration: 0.25s;
  background-color: transparent;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.86;
  letter-spacing: 1.4px;
  padding: 4px 0px;
}
.news-4__button i {
  display: inline-block;
  margin-left: 0;
  transition-duration: 0.25s;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.news-4:hover .news-4__title {
  color: var(--soo-primary);
}

.news-3 {
  position: relative;
  min-height: 40vh;
  aspect-ratio: 3/4;
  max-height: 500px;
  overflow: hidden;
}
.news-3:hover .news-3__readtime {
  transform: translateY(0);
  opacity: 1;
}
.news-3__inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
  padding: 1rem;
}
.news-3__inner:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-3__inner {
    padding: 2rem;
  }
}
.news-3__inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  height: 25%;
  width: 0%;
  background-color: var(--soo-primary);
  transition-duration: calc(var(--soo-transition-duration) * 1.5);
  transition-timing-function: ease-out;
  transition-delay: 0s;
  z-index: 1;
}
@media (min-width: 768px) {
  .news-3__inner::after {
    top: 1rem;
  }
}
.news-3__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  height: 25%;
  width: 0%;
  background-color: var(--soo-light);
  transition-duration: calc(var(--soo-transition-duration) * 1.5);
  transition-timing-function: ease-out;
  transition-delay: 0.05s;
  z-index: 1;
}
.news-3__inner:hover::after {
  width: 95%;
  transition-delay: 0.05s;
  transition-duration: var(--soo-transition-duration);
}
.news-3__inner:hover::before {
  width: 95%;
  transition-delay: 0s;
  transition-duration: var(--soo-transition-duration);
}
.news-3__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.news-3__title {
  position: relative;
  font-size: 1.1rem;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--soo-light);
  z-index: 2;
  line-height: 23px;
  text-shadow: 1px 0px #787878;
}
.news-3__date {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: var(--soo-light);
  z-index: 2;
}
.news-3__readtime {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
  bottom: 0;
  width: fit-content;
  padding: 1rem;
  transform: translateY(100%);
  opacity: 0;
  transition-duration: var(--soo-transition-duration);
}
.news-3__readtime-title {
  color: var(--soo-light);
  font-size: 0.8rem;
}
.news-3__readtime-value {
  color: var(--soo-primary);
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}
.news-3__readtime svg path {
  stroke: var(--soo-primary);
}

.news-2 {
  transition-duration: 0.25s;
  background-color: var(--soo-light);
  flex: 0 0 90%;
  margin-bottom: 2.1rem;
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
  transition-delay: 0.15s;
  transition-timing-function: ease-in;
}
.news-2:hover {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .news-2 {
    margin-bottom: 1rem;
    flex: 0 0 45%;
    min-height: 456px;
    height: 456px;
  }
}
@media (min-width: 992px) {
  .news-2 {
    flex: 0 0 30%;
  }
}
.news-2 > a {
  color: var(--soo-dark-intense);
  display: block;
  width: 100%;
  height: 100%;
}
.news-2 > a:hover {
  text-decoration: none;
}
.news-2__body-wrapper {
  padding: 20px 8% 0 8%;
  margin: auto;
  border: 1px solid var(--soo-grey-light);
  height: 35%;
}
.news-2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-2__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 65%;
  width: 100%;
  margin: auto;
  box-shadow: 1px 1px 4px rgba(var(--soo-dark-intense), 0.5);
}
.news-2__date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8e8e8e;
  text-transform: uppercase;
}
.news-2__title {
  color: #1b1b1b;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  transition: all ease-in-out 1s;
}
.news-2__content {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.71;
  text-align: left;
  color: var(--soo-dark-intense);
  margin: 10px 0;
}
.news-2__button {
  font-weight: 300;
  color: var(--soo-primary);
  border: none;
  transition-duration: 0.25s;
  background-color: transparent;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.86;
  letter-spacing: 1.4px;
  padding: 4px 0px;
}
.news-2__button i {
  display: inline-block;
  margin-left: 0;
  transition-duration: 0.25s;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.news-2:hover .news-2__image {
  margin-left: 0;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.news-2:hover .news-2__title {
  color: var(--soo-primary);
}

.bloglastnew-1__title {
  font-size: 30px;
  text-align: center;
}
.bloglastnew-1__divider {
  height: 1px;
  max-height: 1px;
  overflow: hidden;
  background-color: var(--soo-grey);
}
.bloglastnew-1 ul {
  list-style: none;
}
.bloglastnew-1 ul li i {
  font-size: 15px;
  color: var(--soo-primary);
}
.bloglastnew-1 ul li a {
  font-size: 18px;
  font-size: 18px;
  color: var(--soo-grey-dark);
  letter-spacing: 0.64px;
  transition-duration: 0.25s;
}
.bloglastnew-1 ul li a:hover {
  padding-left: 0.5rem;
  text-decoration: none;
}

.maps {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 90%;
}

.maps iframe {
  left: 0;
  top: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 576px) { /* sm red */
  .maps {
    padding-bottom: 65%;
  }
}
@media (min-width: 768px) { /* md green */
  .maps {
    padding-bottom: 55%;
  }
}
@media (min-width: 992px) { /* lg blue */
  .maps {
    padding-bottom: 45%;
  }
}
@media (min-width: 1200px) { /* xl magenta */
  .maps {
    padding-bottom: 40%;
  }
}
@media (min-width: 1500px) { /* xx indigo */
  .maps {
    padding-bottom: 32%;
  }
}
.location-2 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
.location-2 ul li {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
  font-size: 18px;
}
@media (min-width: 576px) {
  .location-2 ul li {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .location-2 ul li {
    font-size: 25px;
  }
}
.location-2__ref {
  font-weight: 600;
}

.disclaimer-1 .fag-heading {
  font-size: 1.9rem;
  color: var(--soo-dark-intense);
}
.disclaimer-1 .fag-subheading {
  font-size: 18px;
  color: var(--soo-dark-intense);
  transition-duration: var(--soo-transition-duration);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.disclaimer-1 .fag-subheading i {
  vertical-align: bottom;
  padding: 0.3rem 0.4rem;
  border-radius: 50%;
  border: 1px solid var(--soo-grey);
  display: inline-block;
  margin-left: auto;
  transition-duration: calc(var(--soo-transition-duration) * 2);
  transform: rotateZ(0);
  font-size: 1rem;
}
.disclaimer-1 .fag-subheading i:nth-last-child(1) {
  opacity: 0;
  margin-left: 0;
  padding: 0;
  transform: rotateZ(45deg);
  border-color: transparent;
  border-color: var(--soo-grey);
}
.disclaimer-1 .fag-subheading[aria-expanded=true] {
  color: var(--soo-primary);
}
.disclaimer-1 .fag-subheading[aria-expanded=true] i:nth-child(1) {
  opacity: 0;
  margin-left: 0;
  transform: rotateZ(-45deg);
  border-color: transparent;
}
.disclaimer-1 .fag-subheading[aria-expanded=true] i:nth-last-child(1) {
  opacity: 1;
  padding: 0.3rem 0.4rem;
  transform: rotateZ(0);
  border-color: var(--soo-grey);
  margin-right: 1.3rem;
}
.disclaimer-1 .fag-txt {
  color: var(--soo-dark-mate);
  padding-left: 12px;
  padding-top: 15px;
  border-top: 1px solid var(--soo-grey-light);
  font-size: 1rem;
  line-height: 1.63;
}
.disclaimer-1 .btn p {
  margin-bottom: 0;
}
.disclaimer-1 .btn.focus, .disclaimer-1 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.query-pagination-1 > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.query-pagination-1 ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.query-pagination-1 ul li {
  margin-right: 0.7rem;
  border-radius: 50%;
  border: solid 1px rgba(158, 158, 158, 0.2);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.25s;
  cursor: pointer;
}
.query-pagination-1 ul li a {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.03px;
  text-align: center;
  color: #acacac;
  transition-duration: 0.25s;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
}
.query-pagination-1 ul li.query-pagination-1-selected {
  background-color: var(--soo-primary);
}
.query-pagination-1 ul li.query-pagination-1-selected a {
  color: var(--soo-light);
}
.query-pagination-1 ul li:hover {
  background-color: var(--soo-primary);
}
.query-pagination-1 ul li:hover a {
  text-decoration: none;
  color: var(--soo-light);
}
.query-pagination-1 ul li:nth-child(1):hover, .query-pagination-1 ul li:nth-last-child(1):hover {
  background-color: var(--soo-light);
}
.query-pagination-1 ul li:nth-child(1):hover a, .query-pagination-1 ul li:nth-last-child(1):hover a {
  color: var(--soo-grey-dark);
}

.navigation-1__button {
  border: 1px solid transparent;
  padding: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.9rem;
  background: transparent;
}
.navigation-1__button i {
  transition-duration: 0.25s;
}
.navigation-1__button:hover .navigation-1__title {
  margin-left: 0.9rem;
  color: var(--soo-primary);
}
.navigation-1__button:hover i {
  color: var(--soo-primary);
}
.navigation-1__button:focus {
  outline: none;
  box-shadow: none;
}
.navigation-1__title {
  margin-left: 0.7rem;
  transition-duration: 0.25s;
  font-size: 1.3rem;
}

.navigation-2__title {
  color: var(--soo-dark);
}
.navigation-2__button {
  border: 1px solid transparent;
  padding: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.9rem;
  background: transparent;
}
.navigation-2__button i {
  transition-duration: 0.25s;
  border-radius: 50%;
  border: 2px solid var(--soo-primary);
  padding: 0.5rem 0.6rem;
  color: var(--soo-primary);
}
.navigation-2__button:hover .navigation-2__title {
  margin-left: 0.9rem;
  color: var(--soo-primary);
}
.navigation-2__button:hover i {
  border: 2px solid transparent;
}
.navigation-2__button:focus {
  outline: none;
  box-shadow: none;
}
.navigation-2__title {
  margin-left: 0.7rem;
  transition-duration: 0.25s;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.blog-entry {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .blog-entry {
    width: 75%;
  }
}
.blog-entry__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-entry__title {
  font-size: 28px;
  padding: 1.5rem 0;
}
.blog-entry__content {
  font-size: 16px;
}
.blog-entry__content h2 {
  font-size: 23px;
  margin: 10px 0px;
}
.blog-entry__content h3 {
  font-size: 19px;
  margin: 20px 0px;
}
.blog-entry__content li {
  line-height: 40px;
}
.blog-entry__content img {
  max-width: 100%;
  max-height: 40vh;
}
@media (min-width: 768px) {
  .blog-entry__content img {
    max-height: 100%;
  }
}
.blog-entry__content a {
  display: inline-block;
}
@media (min-width: 992px) {
  .blog-entry__title {
    font-size: 32px;
    font-weight: 600;
  }
  .blog-entry__content {
    font-size: 16px;
  }
}

.blog-entry__image-wrapper {
  max-height: 490px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
}

.properties-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
@media (min-width: 992px) {
  .properties-2--xxs {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .properties-2--xs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .properties-2--sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .properties-2--sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .properties-2--md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .properties-2--md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .properties-2--lg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .properties-2--lg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .properties-2--lg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.search-1__wrapper {
  background-color: var(--soo-dark);
  min-height: 86px;
  padding: 0.9rem 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-1-mobile a {
  display: inline-block;
  color: var(--soo-light);
  transition-duration: var(--soo-transition-duration);
}
.search-1-mobile a i {
  margin-right: 5px;
}
.search-1-mobile a:hover {
  color: var(--soo-primary);
}
@media (max-width: 575px) {
  .search-1-hidden {
    opacity: 0;
    margin-top: -150px;
    visibility: hidden;
    transition-duration: 800ms;
    transition-property: all;
  }
  .search-1-visible {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}
.search-1 {
  /* Rows */
}
.search-1-row {
  display: block;
  width: 90vw;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .search-1-row {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    width: auto;
  }
}
.search-1-row-hidden {
  opacity: 0;
  visibility: hidden;
}
.search-1-row-split {
  margin-top: -5px;
  text-align: center;
}
.search-1 .search-1-expanded .search-1-row-hidden {
  opacity: 1;
  visibility: visible;
}
.search-1 .search-1-expanded .search-1-row:first-child {
  margin-bottom: 3px;
}
.search-1-toggle {
  color: var(--soo-light);
  font-size: 12px;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.search-1-toggle:hover {
  color: #d56537;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.search-1-toggle i {
  color: var(--soo-light);
  font-size: 17px;
  text-align: center;
  width: 100%;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.search-1 {
  /* Split */
}
.search-1.search-1-expanded a.search-1-toggle i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.search-1 {
  /* Filter */
}
.search-1 .filter {
  height: 45px;
  margin: 0 0 5px 0;
  padding: 0;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .search-1 .filter {
    display: inline-block;
    margin: 0 12px 6px 0;
  }
  .search-1 .filter-more ul.soo-dropdown {
    width: auto !important;
  }
  .search-1 .filter-more ul.soo-dropdown > li.soo-default {
    width: auto !important;
  }
  .search-1 .filter-more ul.soo-dropdown > li.soo-default a {
    margin-right: 20px;
  }
}
.search-1 .filter-type > ul.soo-dropdown, .search-1 .filter-city > ul.soo-dropdown, .search-1 .filter-price > ul.soo-dropdown {
  min-width: 175px;
}
.search-1 ul.soo-dropdown {
  width: 100%;
  min-height: 48px;
  vertical-align: middle;
  border-radius: 4px;
  border: solid 1px var(--soo-grey-light);
  background-color: var(--soo-light);
  cursor: pointer;
  transition-duration: 0s;
}
.search-1 ul.soo-dropdown > li.soo-default {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  padding-right: 1.7rem;
}
.search-1 ul.soo-dropdown > li.soo-default a {
  display: inline-block;
  color: var(--soo-grey-dark);
  margin: 0;
  padding: 3px 15px;
  padding-left: 25px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  line-height: 2.5rem;
  min-width: fit-content;
  cursor: pointer;
}
.search-1 ul.soo-dropdown:not(.soo-expanded) > li.soo-default .soo-cancel {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 23px;
  top: 14px;
  color: var(--soo-light);
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0 0 1px 1px;
  background-color: var(--soo-grey-mid);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.175);
}
.search-1 .filter-multiple ul.soo-dropdown > li.soo-default a {
  width: 90%;
  word-break: break-all;
  text-align: left;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-clicked .soo-cancel, .search-1 ul.soo-dropdown.soo-expanded > li.soo-default .soo-cancel {
  display: none;
}
.search-1 .filter-static ul.soo-dropdown:not(.soo-expanded) > li.soo-default.soo-clicked .soo-cancel, .search-1 .filter-multiple ul.soo-dropdown:not(.soo-expanded) > li.soo-default.soo-clicked .soo-cancel {
  display: inline-block;
}
.search-1 ul.soo-dropdown > li:not(.soo-default) {
  width: 100%;
  background: var(--soo-light);
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
}
.search-1 .filter-static ul.soo-dropdown.soo-expanded li.soo-slot, .search-1 .filter-multiple ul.soo-dropdown.soo-expanded li.soo-slot {
  display: none !important;
}
.search-1 ul.soo-dropdown > li:not(.soo-default) .soo-cancel {
  display: none;
}
.search-1 ul.soo-dropdown > li:not(.soo-default):hover, .search-1 ul.soo-dropdown > li.soo-selected:not(.soo-default), .search-1 ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) {
  background: var(--soo-primary);
}
.search-1 ul.soo-dropdown > li a {
  color: var(--soo-dark-intense);
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 3px 7px;
  height: 35px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-1 ul.soo-dropdown > li a::first-letter {
  text-transform: capitalize;
}
.search-1 ul.soo-dropdown > li:not(.soo-default):hover a, .search-1 ul.soo-dropdown > li.soo-selected:not(.soo-default) a, .search-1 ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) a {
  color: var(--soo-light);
}
.search-1 ul.soo-dropdown > li.soo-default a.soo-unfilter {
  color: var(--soo-grey-dark);
  text-align: left;
  width: 100%;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-disabled a {
  color: var(--soo-grey-mid);
  text-shadow: 1px 1px var(--soo-grey-light);
}
.search-1 {
  /* Triangle */
}
.search-1 ul.soo-dropdown > li.soo-default:after {
  content: "p";
  color: var(--soo-dark-mate);
  font-family: "sooprema" !important;
  font-size: 12px;
  position: absolute;
  top: 17px;
  right: 8px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-disabled:after {
  color: var(--soo-grey-mid);
  text-shadow: 1px 1px var(--soo-grey-light);
}
.search-1 ul.soo-dropdown.soo-expanded > li.soo-default:after {
  transition: all 0.2s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.search-1 {
  /* More filters */
}
.search-1 .filter-more ul.soo-dropdown > li.soo-default:after, .search-1 .filter-more ul.soo-dropdown.soo-expanded > li.soo-default:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.search-1.search-1-expanded .filter-more ul.soo-dropdown > li.soo-default:after, .search-1.search-1-expanded .filter-more ul.soo-dropdown.soo-expanded > li.soo-default:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.search-1 {
  /* Filter dropdown scrolled */
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) {
  height: auto;
  max-height: 290px;
  overflow-y: auto;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  margin-top: 3px;
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) > li {
  box-shadow: none;
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) > li.soo-default {
  display: none;
}
.search-1 .filter-city .soo-default {
  position: relative;
}
.search-1 .filter-city .soo-default::before {
  content: "\f3c5";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--soo-grey-dark);
}
.search-1 {
  /* Reference */
}
.search-1 .filter-reference {
  cursor: pointer;
  color: var(--soo-grey-mid);
  background: var(--soo-light);
  border-color: var(--soo-light);
  width: 100%;
  height: 48px;
  -webkit-transition-duration: var(--soo-transition-duration);
  -moz-transition-duration: var(--soo-transition-duration);
  -o-transition-duration: var(--soo-transition-duration);
  transition-duration: var(--soo-transition-duration);
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  border-radius: 4px;
  border: solid 1px var(--soo-grey-light);
  background-color: var(--soo-light);
}
@media (min-width: 576px) {
  .search-1 .filter-reference {
    width: 90px;
  }
}
.search-1 .filter-reference.filter-reference-expanded {
  width: 100%;
  cursor: default;
}
@media (min-width: 576px) {
  .search-1 { /* sm red */ }
  .search-1 .filter-reference.filter-reference-expanded {
    width: 170px;
    cursor: default;
  }
}
.search-1 {
  /* Label */
}
.search-1 .filter-reference label {
  float: left;
  color: var(--soo-grey-dark);
  font-size: 15px;
  cursor: pointer;
  margin: 6px 0 5px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.3rem;
}
.search-1 .filter-reference label i {
  color: var(--soo-grey-dark);
  font-size: 12px;
  opacity: 0.7;
  vertical-align: middle;
  margin-bottom: 2px;
}
.search-1 {
  /* Input text */
}
.search-1 .filter-reference input[type=text] {
  width: 0;
  border: 0;
  display: none;
  color: var(--soo-dark);
  background: var(--soo-light);
  font-size: 15px;
  padding: 0;
  margin: 13px 0 0 10px;
  height: 20px;
}
.search-1 .filter-reference input[type=text]::placeholder {
  color: var(--soo-grey-mid);
}
.search-1 .filter-reference input[type=text].filter-reference-input {
  width: 60%;
  display: inline;
}
.search-1 .filter-reference input[type=text]:focus, .search-1 .filter-reference input[type=text]:active {
  outline: 0;
}
.search-1 {
  /* Zoom button */
}
.search-1 .filter-reference a {
  float: right;
  display: none;
  opacity: 0.7;
  margin: 9px 0 0 3px;
  padding: 2px 4px 2px 3px;
  vertical-align: middle;
  text-decoration: none;
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-reference i.fas.fa-search {
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-reference:focus-within a {
  color: var(--soo-primary);
}
.search-1 .filter-reference:focus-within i.fas.fa-search {
  color: var(--soo-primary);
}
.search-1 .filter-reference ~ .filter-button-search {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.search-1 .filter-reference:focus-within ~ .filter-button-search {
  pointer-events: none;
  width: 0;
  pointer-events: none;
  height: 0;
  min-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0px solid transparent;
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}
.search-1 .filter-reference a:hover {
  text-decoration: none;
}
.search-1 .filter-reference a i {
  color: var(--soo-grey-mid);
}
.search-1 .filter-reference a:hover i {
  color: var(--soo-dark-intense);
}
.search-1 {
  /* Close button */
}
.search-1 .filter-reference-close {
  float: right;
  display: none;
  cursor: pointer;
  color: var(--soo-dark);
  font-size: 13px;
  font-weight: 400;
  padding: 7px 7px 5px 5px;
  margin: 6px 10px 0 3px;
  width: 17px;
  height: 17px;
}
.search-1 {
  /* Search button */
}
.search-1 .filter-button {
  background: var(--soo-primary);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  height: 48px;
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--soo-light);
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: var(--soo-transition-duration);
  font-weight: 500;
}
.search-1 .filter-button:hover {
  background: var(--soo-light);
}
.search-1 .filter-button:hover a {
  color: var(--soo-primary);
  text-decoration: none;
}
.search-1 .filter-button--more {
  background: var(--soo-light);
}
.search-1 .filter-button--more a {
  color: var(--soo-dark);
}
.search-1 .filter-button--more a i {
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}
.search-1 .filter-button--more a:hover {
  color: var(--soo-primary);
}
.search-1 .filter-button--more a:hover i {
  color: var(--soo-primary);
}
.search-1 .filter-button--noaction {
  background-color: transparent;
  color: var(--soo-light);
  margin-left: -0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-1 .filter-button--noaction img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-1 .filter-button--noaction:hover {
  background-color: transparent;
  color: var(--soo-primary);
}
.search-1 .filter-button--noaction:hover i {
  color: var(--soo-primary);
}
.search-1.search-1-reference .filter-button {
  display: none;
}
.search-1-sales-type {
  height: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: 0.6rem;
  flex-direction: row;
}
@media (min-width: 768px) {
  .search-1-sales-type {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.search-1-sales-type > a {
  position: relative;
  margin-right: 0.9rem;
  color: var(--soo-light);
  padding-left: 1.1rem;
}
.search-1-sales-type > a i {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-1-sales-type > a i:nth-child(1) {
  opacity: 0;
  max-width: 0;
}
.search-1-sales-type > a i:nth-child(2) {
  opacity: 1;
  max-width: 50px;
}
.search-1-sales-type > a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.search-1-sales-type > a.checkactive > i {
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
}
.search-1-sales-type > a.checkactive > i:nth-child(1) {
  opacity: 1;
  max-width: 50px;
}
.search-1-sales-type > a.checkactive > i:nth-child(2) {
  opacity: 0;
  max-width: 0;
}

.features-7__banner {
  transition-duration: 0.25s;
  background-color: transparent;
}
.features-7__banner-wrapper {
  top: 0;
  left: 0;
  z-index: 9999;
  border-bottom: 1px solid var(--soo-grey-light);
  border-top: 1px solid var(--soo-grey-light);
  margin-bottom: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.features-7__row {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .features-7__row {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.features-7__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .features-7__list {
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
}
.features-7__list > li {
  margin-right: 1.6rem;
  white-space: nowrap;
  color: var(--soo-secondary);
  font-size: 18.8px;
}
.features-7__list > li:nth-last-child(1) {
  margin-right: 0;
}
.features-7__list > li img {
  padding-bottom: 0.2rem;
  margin-right: 6px;
  max-width: 23px;
}

.report-1-title {
  font-size: 24px;
}
.report-1-content {
  font-size: 14px;
  line-height: 2;
}
.report-1-content p {
  margin-bottom: 0.6rem;
}
.report-1-content-number {
  color: var(--soo-primary);
  font-weight: 600;
}
.report-1-content-text--end {
  font-weight: 600;
}
.report-1__city {
  color: var(--soo-primary);
  font-weight: 500;
}

.columns-1 {
  display: grid;
  grid-auto-rows: auto;
}
.columns-1__column {
  position: relative;
  padding: 0 1rem;
  overflow: initial;
}
@media (min-width: 768px) {
  .columns-1__column {
    padding: 0;
  }
}

.emissions-1__wrapper {
  background-color: #e8e9e9;
  padding: 0.8rem;
}
.emissions-1__wrapper--show .emissions-1__table-arrow {
  transform: scale(1);
}
.emissions-1__header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
}
.emissions-1__header > p {
  grid-column: span 1;
}
.emissions-1__thead {
  font-size: 0.6rem;
  background-color: #e8e9e9;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 500;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .emissions-1__thead {
    font-size: 1.1rem;
  }
}
.emissions-1__title {
  font-weight: bold;
  text-transform: uppercase;
}
.emissions-1__table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.emissions-1__table-row > div {
  grid-column: span 1;
}
.emissions-1__table-cell {
  border-top: 2px solid #e8e9e9;
  border-bottom: 2px solid #e8e9e9;
  background-color: #ffffff;
  text-align: center;
}
.emissions-1__table-cell--valued {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.emissions-1__table-arrow {
  clip-path: polygon(calc(95% - 5px) 0, 100% 50%, calc(95% - 5px) 100%, 0 100%, 0 0);
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #ffffff;
  padding: 0 0.4rem;
  transform-origin: left;
  transform: scale(0);
  transition-duration: 0.25s;
}
.emissions-1__table-arrow--a {
  background-color: #449554;
  width: 50%;
  transition-delay: 0;
}
.emissions-1__table-arrow--b {
  background-color: #55af58;
  width: 55%;
  transition-delay: 0.1s;
}
.emissions-1__table-arrow--c {
  background-color: #a2c954;
  width: 60%;
  transition-delay: 0.15s;
}
.emissions-1__table-arrow--d {
  background-color: #ebe755;
  width: 65%;
  transition-delay: 0.2s;
}
.emissions-1__table-arrow--e {
  background-color: #e7b748;
  width: 70%;
  transition-delay: 0.25s;
}
.emissions-1__table-arrow--f {
  background-color: #d27b3d;
  width: 75%;
  transition-delay: 0.3s;
}
.emissions-1__table-arrow--g {
  background-color: #d24037;
  width: 80%;
  transition-delay: 0.35s;
}
.emissions-1__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 0.6rem 0;
}
.emissions-1__footer > p {
  grid-column: span 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0;
}

.mortgage-calculator {
  background-color: var(--soo-light);
  border-radius: 8px;
  border: solid 1px #e7e7ee;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07), 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}
.mortgage-calculator::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 1rem;
  transform: translate(42%) rotateZ(45deg);
  width: 100%;
  height: 1rem;
  background-color: var(--soo-primary);
}
.mortgage-calculator__title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 2rem;
}
.mortgage-calculator__form {
  width: 80%;
  margin: 0 auto;
}
.mortgage-calculator__form label {
  font-weight: 600;
}
.mortgage-calculator__result {
  display: none;
}
.mortgage-calculator__result--visible {
  display: block;
}
.mortgage-calculator__result-quantity {
  color: var(--soo-primary);
  font-weight: 600;
}

.row-1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  place-items: center;
}
@media (min-width: 768px) {
  .row-1 {
    place-items: start;
  }
}

.propertydescription-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .propertydescription-1 {
    margin-bottom: 42px;
  }
}
.propertydescription-1__description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: justify;
  color: var(--soo-dark);
}
.propertydescription-1__description p {
  font-size: 16px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
  color: var(--soo-dark) !important;
}
.propertydescription-1__description span {
  font-size: 16px !important;
  font-family: inherit !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
  color: var(--soo-dark) !important;
}
.propertydescription-1__description h2 {
  font-size: 22px !important;
  font-family: inherit !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
}
.propertydescription-1__description h3 {
  font-size: 20px !important;
  font-family: inherit !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
}
.propertydescription-1__description h4 {
  font-size: 18px !important;
  font-family: inherit !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
}
.propertydescription-1__show-more-button {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
}
.propertydescription-1__show-more-button:hover {
  color: var(--soo-accent);
  text-decoration: none;
}

.propertydescription-1__description p:empty {
  display: none;
}

.specs-2 {
  position: relative;
  margin-bottom: 58px;
  margin-top: 1rem;
}
.specs-2__header {
  background-color: transparent;
}
.specs-2__body {
  background-color: var(--soo-light);
  border-radius: 0 0 8px 8px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07), 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  padding: 0 0.3rem 0.6rem;
}
@media (min-width: 768px) {
  .specs-2 {
    margin-bottom: 42px;
  }
}
.specs-2__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey);
}
@media (min-width: 768px) {
  .specs-2__title {
    font-size: 30px;
  }
}
.specs-2__nav-tabs {
  border-bottom: none;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
}
@media (min-width: 576px) {
  .specs-2__nav-tabs {
    width: fit-content;
  }
}
.specs-2__nav-tabs .nav-item {
  width: 100%;
  -webkit-transition: var(--soo-transition-duration) ease;
  -o-transition: var(--soo-transition-duration) ease;
  transition: var(--soo-transition-duration) ease;
  background: var(--soo-primary);
  margin-bottom: 0.1rem;
}
.specs-2__nav-tabs .nav-item:hover, .specs-2__nav-tabs .nav-item.active {
  background: var(--soo-light);
}
@media (min-width: 576px) {
  .specs-2__nav-tabs .nav-item {
    width: auto;
    margin-bottom: 0;
  }
}
.specs-2 .nav-link {
  border: none;
  -webkit-transition: var(--soo-transition-duration) ease;
  -o-transition: var(--soo-transition-duration) ease;
  transition: var(--soo-transition-duration) ease;
  color: var(--soo-light) !important;
  -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.18);
  line-height: 2.4rem;
  border-radius: 0;
  font-size: 16px;
  padding: 0.6rem 3rem 0.6rem 0.8rem;
}
@media (min-width: 576px) {
  .specs-2 .nav-link {
    padding: 0 3rem 0 0.8rem;
    font-size: 14px;
  }
}
.specs-2 .nav-link:hover, .specs-2 .nav-link.active {
  color: var(--soo-dark) !important;
  background: var(--soo-light);
}
.specs-2 .nav-link i {
  font-size: 12px;
}
.specs-2__attrs-wrapper {
  margin-left: 10px;
  margin-bottom: 10px;
}
.specs-2__attrs-wrapper ul {
  color: var(--dark-mid-gray);
  margin-bottom: 14px;
  margin-left: 14px;
  letter-spacing: 1.07px;
  padding-inline-start: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .specs-2__attrs-wrapper ul {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
}
.specs-2__attrs-wrapper ul li {
  margin-bottom: 0.3rem;
}
.specs-2__attrs-wrapper ul li span {
  font-size: 15px;
  letter-spacing: -0.03px;
  color: var(--dark-mid-gray);
  margin-left: 5px;
}
.specs-2__attrs-wrapper ul li span:first-child {
  margin-left: 10px;
}
.specs-2__attrs-wrapper ul li:first-child span:nth-child(2n) {
  padding-right: 1.5rem !important;
}
.specs-2__attrs-wrapper ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--soo-primary);
  display: block;
  top: 12px;
  left: -0.3rem;
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.specs-2__attrs-wrapper ul li a:hover  {
  text-decoration: none;
  color: var(--soo-primary);
}
@media (max-width: 992px) {
  .specs-2__attrs-wrapper ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.specs-2__attrs-title {
  color: var(--dark-mid-gray);
  font-size: 21px;
  padding-bottom: 24px;
  position: relative;
}
@media (max-width: 576px) {
  .specs-2__attrs-title {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }
}
.specs-2__attr-title {
  font-weight: 600;
}

.propertyextratour-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .propertyextratour-1 {
    margin-bottom: 42px;
  }
}
.propertyextratour-1__icon {
  font-size: 22px;
}
.propertyextratour-1__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
}
@media (min-width: 768px) {
  .propertyextratour-1__title {
    font-size: 30px;
  }
}
.propertyextratour-1 iframe, .propertyextratour-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .propertyextratour-1 iframe, .propertyextratour-1__iframe {
    min-height: 350px;
  }
}

.propertyextravideo-1__icon {
  font-size: 22px;
}
.propertyextravideo-1__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
}
@media (min-width: 768px) {
  .propertyextravideo-1__title {
    font-size: 30px;
  }
}
.propertyextravideo-1 iframe, .propertyextravideo-1__iframe, .propertyextravideo-1__internalvideo {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .propertyextravideo-1 iframe, .propertyextravideo-1__iframe, .propertyextravideo-1__internalvideo {
    min-height: 350px;
  }
}
.propertyextravideo-1__internalvideo {
  margin-top: 1rem;
  aspect-ratio: 16/9;
  height: auto;
}
.propertyextravideo-1__internalvideo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.propertyextramap-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .propertyextramap-1 {
    margin-bottom: 42px;
  }
}
.propertyextramap-1__icon {
  font-size: 22px;
}
.propertyextramap-1__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
}
@media (min-width: 768px) {
  .propertyextramap-1__title {
    font-size: 30px;
  }
}
.propertyextramap-1__iframe {
  width: 100%;
  height: 30vh;
  max-height: 287px;
  min-height: 200px;
  z-index: 1;
}

.propertyextradisclaimer-1 {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a5a5a;
}

.propertyextrashare-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.propertyextrashare-1 a {
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
  font-size: 25px;
  padding-right: 15px;
}
.propertyextrashare-1 a:hover {
  color: var(--soo-primary);
}
.propertyextrashare-1 .soo-favorite {
  background-position: center;
  background-size: contain;
  width: 30px;
}
.propertyextrashare-1__interaction-icon {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  margin-left: 0.7rem;
  margin-right: 0.2rem;
}

.propertyextra-hero-2 {
  position: relative;
}
.propertyextra-hero-2__label {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 1;
  padding: 0.3rem 0.9rem;
  color: var(--soo-light);
  text-transform: uppercase;
  font-size: 0.9rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.propertyextra-hero-2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.propertyextra-hero-2__image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .propertyextra-hero-2__image-wrapper {
    padding: 0;
  }
  .propertyextra-hero-2__image-wrapper:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    border-radius: 6px 0 0 6px;
  }
  .propertyextra-hero-2__image-wrapper:nth-child(3) {
    border-radius: 0 6px 0 0;
  }
  .propertyextra-hero-2__image-wrapper:nth-child(5) {
    border-radius: 0 0 6px 0;
  }
}
.propertyextra-hero-2__image-wrapper > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.propertyextra-hero-2__watermark {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.propertyextra-hero-2__watermark img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.propertyextra-hero-2__watermark--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.propertyextra-hero-2__watermark--top-left {
  top: 5%;
  left: 5%;
}
.propertyextra-hero-2__watermark--top-right {
  top: 5%;
  right: 5%;
}
.propertyextra-hero-2__watermark--bottom-left {
  bottom: 5%;
  left: 5%;
}
.propertyextra-hero-2__watermark--bottom-right {
  bottom: 5%;
  right: 5%;
}
.propertyextra-hero-2__watermark--small {
  width: 15%;
  height: 15%;
  min-width: 40px;
  min-height: 40px;
  max-width: 80px;
  max-height: 80px;
}
.propertyextra-hero-2__watermark--medium {
  width: 20%;
  height: 20%;
  min-width: 60px;
  min-height: 60px;
  max-width: 120px;
  max-height: 120px;
}
.propertyextra-hero-2__watermark--large {
  width: 28%;
  height: 28%;
  min-width: 80px;
  min-height: 80px;
  max-width: 180px;
  max-height: 180px;
}
.propertyextra-hero-2__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(5, 284px);
  grid-gap: 0.4rem;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .propertyextra-hero-2__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 175px);
  }
}
@media (min-width: 1200px) {
  .propertyextra-hero-2__grid {
    grid-template-rows: repeat(2, 284px);
  }
}
.propertyextra-hero-2__button--gallery {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border-radius: 7px;
  background-color: var(--soo-light);
  color: var(--soo-dark-mate);
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2;
}
.propertyextra-hero-2__button--gallery:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.propertyextra-hero-2__button--gallery:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.propertyextra-hero-2__button--gallery img {
  transition-duration: var(--soo-transition-duration);
}

.property-form-2 {
  position: sticky;
  top: 100px;
}
@media (min-width: 576px) {
  .property-form-2 {
    padding-left: 2rem;
  }
}
.property-form-2-wrapper {
  background-color: var(--soo-light);
  border-radius: 4px;
  border: solid 1px #e7e7ee;
  margin-right: auto;
  padding-top: 0.8rem;
}
.property-form-2-wrapper .form-group {
  margin-bottom: 0.4rem;
}
.property-form-2-wrapper .form-control:focus {
  box-shadow: 0 0 0 0.2rem var(--soo-primary-alpha);
}
.property-form-2-wrapper .property-form-2-label {
  font-weight: 600;
  font-size: 16px;
  margin-top: 0.8rem;
}
.property-form-2-wrapper .property-form-2-avatar-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.property-form-2-wrapper .property-form-2-comment-btn {
  min-height: 33px;
  border: solid 1px var(--soo-light);
  border-radius: 4px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.property-form-2-wrapper .property-form-2-comment-btn:hover, .property-form-2-wrapper .property-form-2-comment-btn:active, .property-form-2-wrapper .property-form-2-comment-btn:focus {
  color: var(--soo-light);
  background-color: var(--soo-primary);
}
.property-form-2-wrapper .property-form-2-input {
  border-radius: 4px;
  border: solid 1px #dedede;
  background-color: #f2f2f6;
}
.property-form-2-wrapper .property-form-2-reference-text {
  font-size: 16px;
  color: var(--soo-primary);
}
.property-form-2-wrapper .property-form-2-reference-text:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.property-form-2-wrapper .property-form-2-text-optional {
  font-size: 11px;
  color: var(--soo-grey-light);
}
.property-form-2-wrapper .property-form-2-phone-link:hover {
  color: var(--soo-primary) !important;
}
.property-form-2-wrapper .checkbox-form-group {
  display: block;
  margin-bottom: 15px;
}
.property-form-2-wrapper .checkbox-form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.property-form-2-wrapper .checkbox-form-group input:checked + label:before {
  background-color: var(--soo-primary);
}
.property-form-2-wrapper .checkbox-form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid var(--soo-light);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.property-form-2-wrapper .checkbox-form-group label {
  position: relative;
  cursor: pointer;
}
.property-form-2-wrapper .checkbox-form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: var(--soo-light);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
  border: solid 1px #dadada;
}
.property-form-2-wrapper .checkbox-form-group label a {
  color: var(--soo-primary);
}
.property-form-2-wrapper .scheduler-label, .property-form-2-wrapper .details-label {
  font-size: 14px;
}
.property-form-2-wrapper .inner-group-prepend {
  background: var(--soo-light);
  border: solid 1px #dedede;
  border-radius: 4px;
}
.property-form-2-wrapper .inner-group-prepend button {
  background: var(--soo-light);
  height: 100%;
}
.property-form-2-wrapper .dropdown-toggle::after {
  font-size: 0.8rem;
}
.property-form-2-wrapper .dropdown-toggle:focus {
  outline-color: var(--soo-primary);
}
.property-form-2-wrapper .terms-form-group, .property-form-2-wrapper .comercial-form-group {
  font-size: 12px;
}
.property-form-2-wrapper {
  /*=================================
      Dropdown
    =================================*/
}
.property-form-2-wrapper .btn-group.dropright {
  position: absolute;
  left: 64px;
  top: -64px;
  cursor: pointer;
}
.property-form-2-wrapper .btn-group.dropright .dropdown-menu {
  background: var(--soo-dark);
  color: var(--soo-light);
}
.property-form-2-wrapper .btn-group.dropright .dropdown-menu ul {
  list-style: none;
  padding-inline-start: 0;
}
.property-form-2-wrapper .btn-group.dropright .dropdown-menu ul li a {
  color: var(--soo-light);
}
.property-form-2__title {
  font-size: 17px;
  font-weight: 600;
  color: var(--soo-dark);
  max-width: 90%;
  padding: 0.9rem 0.9rem;
}
.property-form-2-description-form-group {
  transition: all 0.3s;
}
.property-form-2-description-form-group textarea {
  min-height: 90px !important;
}
.property-form-2__agent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.property-form-2__agent-avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.property-form-2__agent-avatar-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 110px;
  min-height: 30px;
  max-height: 110px;
}
.property-form-2__agent-name {
  color: var(--soo-grey);
}
.property-form-2__agent-name:hover {
  color: var(--soo-grey);
}
.property-form-2 .hide-height {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  height: 0;
}
.property-form-2 .flagsDropdown {
  max-height: 350px;
  overflow-y: scroll;
  width: 100%;
}
.property-form-2__button {
  transition-duration: var(--soo-transition-duration);
  border: none;
  color: var(--soo-light);
  padding: 0.7rem 0;
  text-align: center;
  display: block;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.property-form-2__button i {
  transition-duration: var(--soo-transition-duration);
  transform: scale(0);
  display: inline-block;
  margin-left: 0.5rem;
  max-width: 0;
}
.property-form-2__button--submit {
  background-color: var(--soo-primary);
}
.property-form-2__button--success {
  background-color: var(--soo-success);
  color: var(--soo-light);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.property-form-2__button--success i {
  transform: scale(1);
  max-width: 2rem;
}
.property-form-2__button--success:hover {
  color: var(--soo-light);
  background-color: var(--soo-success);
  filter: brightness(1.1);
}
.property-form-2__button--success:hover i {
  transform: scale(1);
}
.property-form-2__button:hover {
  text-decoration: none;
}
.property-form-2__button:hover i {
  transition-duration: var(--soo-transition-duration);
  transform: scale(1);
  max-width: 2rem;
}
.property-form-2-required-border .property-form-2-required {
  border: 1px solid var(--soo-danger);
}
.property-form-2-required-item {
  display: none;
  color: var(--soo-danger);
  font-size: 13px;
  visibility: hidden;
  padding: 0;
  margin: 2px 0 -12px 5px;
}
.property-form-2-required-visible {
  display: block;
  visibility: visible;
}
.property-form-2-required-labels .property-form-2-required-item {
  display: block;
}
.property-form-2__legal-block {
  margin-bottom: 1.5rem;
}
.property-form-2__legal-text {
  font-size: 13px;
}
.property-form-2__legal-text li {
  margin-bottom: 0.5rem;
}
.property-form-2__legal-text a {
  color: var(--soo-primary);
}
.property-form-2__legal-text a:hover {
  color: var(--soo-primary);
}
.property-form-2__legal-text-toggler {
  color: var(--soo-primary);
  cursor: pointer;
}
.property-form-2__legal-text-toggler:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}
.property-form-2__legal-text--content {
  display: none;
}
.property-form-2__legal-text--content--active {
  display: block;
}

.property-form-2__share-container {
  margin-top: 20px;
}

/*====================
Checkboxes
=====================*/
.rentals-calendar-1 {
  border-radius: var(--soo-agency-radius, 8px);
  box-shadow: var(--soo-shadow);
  position: relative;
  padding: 1.2rem;
  padding-top: 0;
}
.rentals-calendar-1__title {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  background-color: var(--soo-light);
  padding: 0;
  padding-right: 3rem;
  padding-left: 0.8rem;
  box-shadow: var(--soo-shadow);
}
.rentals-calendar-1__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1.2rem;
}
.rentals-calendar-1__selection {
  display: none;
  width: 100%;
  flex-basis: 100%;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .rentals-calendar-1__selection {
    flex-basis: 50%;
  }
}
.rentals-calendar-1__selection-title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 1rem auto;
}
.rentals-calendar-1__selection-dayresult {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0 auto 0.3rem;
}
.rentals-calendar-1__selection-dayresult-date {
  grid-column: span 1;
}
.rentals-calendar-1__selection-dayresult-price {
  grid-column: span 1;
  text-align: right;
}
.rentals-calendar-1__selection-dayresult--total {
  border-bottom: 1px solid var(--soo-grey-light);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.rentals-calendar-1__selection-dayresult--total .rentals-calendar-1__selection-dayresult-date {
  font-weight: bold;
}
.rentals-calendar-1__selection-dayresult--total .rentals-calendar-1__selection-dayresult-price {
  font-weight: bold;
}
.rentals-calendar-1__ranges {
  margin: 0.7rem auto;
  padding: 1.2rem;
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .rentals-calendar-1__ranges {
    flex-basis: 50%;
  }
}
.rentals-calendar-1__ranges-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.rentals-calendar-1__ranges-title {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0 auto 1rem;
  color: var(--soo-dark);
}
.rentals-calendar-1__ranges-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.22rem 0;
  font-size: 0.9rem;
  width: 100%;
  gap: 1rem;
  border-bottom: 1px solid var(--soo-grey-light);
}
.rentals-calendar-1__ranges-range:nth-last-child(1) {
  border-color: transparent;
}
.rentals-calendar-1__ranges-range span {
  white-space: nowrap;
}
.rentals-calendar-1__ranges-range > span:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
}
.rentals-calendar-1__ranges-range > span:nth-child(1) > span {
  border-radius: 75px;
  color: var(--soo-primary);
  border: 1px solid var(--soo-primary);
  padding: 0.2rem 0.5rem;
  display: inline-block;
}
.rentals-calendar-1__ranges-range > span:nth-child(2) {
  font-weight: bold;
  text-align: right;
}
.rentals-calendar-1 .vanilla-calendar {
  margin: 0 auto;
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .rentals-calendar-1 .vanilla-calendar {
    flex-basis: 50%;
  }
}
.rentals-calendar-1 .vanilla-calendar-arrow::before, .rentals-calendar-1 .vanilla-calendar-arrow::after {
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-arrow:hover::before, .rentals-calendar-1 .vanilla-calendar-arrow:hover::after, .rentals-calendar-1 .vanilla-calendar-arrow:focus::before, .rentals-calendar-1 .vanilla-calendar-arrow:focus::after {
  background-color: var(--soo-primary);
}
.rentals-calendar-1 .vanilla-calendar-years__year {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-years__year_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-years__year_disabled {
  background-color: transparent;
  color: var(--soo-grey-dark);
  text-decoration: line-through;
  opacity: 0.3;
  pointer-events: none;
}
.rentals-calendar-1 .vanilla-calendar-months__month {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-months__month_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-months__month_disabled {
  background-color: transparent;
  color: var(--soo-grey-dark);
  text-decoration: line-through;
  opacity: 0.3;
  pointer-events: none;
}
.rentals-calendar-1 .vanilla-calendar-year:hover {
  color: var(--soo-primary);
}
.rentals-calendar-1 .vanilla-calendar-month:hover {
  color: var(--soo-primary);
}
.rentals-calendar-1 .vanilla-calendar-week__day {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-week__day_weekend {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn--onlyexit {
  text-decoration: none;
  color: var(--soo-dark);
  background-color: transparent;
  position: relative;
}
.rentals-calendar-1 .vanilla-calendar-day__btn--onlyexit {
  background: linear-gradient(-135deg, var(--soo-light) 0%, var(--soo-light) 49%, var(--soo-grey) 50%, var(--soo-grey) 100%);
}
.rentals-calendar-1 .vanilla-calendar-day__btn:hover {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn:hover.vanilla-calendar-day__btn--onlyexit, .rentals-calendar-1 .vanilla-calendar-day__btn:hover.vanilla-calendar-day__btn--onlyenter {
  text-decoration: none;
  color: var(--soo-light);
  background-color: transparent;
  background: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn--onlyexit {
  background: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_intermediate {
  color: var(--soo-light);
  background-color: var(--soo-grey);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_intermediate.vanilla-calendar-day__btn--onlyexit, .rentals-calendar-1 .vanilla-calendar-day__btn_intermediate.vanilla-calendar-day__btn--onlyenter {
  text-decoration: none;
  color: var(--soo-light);
  background-color: transparent;
  text-shadow: 1px 1px var(--soo-grey);
  background: linear-gradient(-135deg, var(--soo-light) 0%, var(--soo-light) 49%, var(--soo-grey) 50%, var(--soo-grey) 100%);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_intermediate:hover {
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_today {
  color: var(--soo-dark);
  background-color: var(--soo-grey-light);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate {
  color: var(--soo-light);
  background-color: var(--soo-dark-alpha);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_intermediate {
  color: var(--soo-light);
  background-color: var(--soo-grey);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover {
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_disabled {
  background-color: transparent;
  color: var(--soo-grey-dark);
  text-decoration: line-through;
  opacity: 0.3;
  pointer-events: none;
}
.rentals-calendar-1 .vanilla-calendar-day__popup {
  text-align: center;
}
.rentals-calendar-1 .vanilla-calendar__btn_today {
  color: var(--soo-primary);
}

.page-not-found-header {
  min-height: 110px;
  position: relative;
}
.page-not-found-404 {
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  object-fit: contain;
  font-size: 85px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.72;
  letter-spacing: 3.02px;
  color: var(--soo-primary);
  opacity: 0.8;
  text-shadow: 1px 1px 4px var(--soo-dark);
  margin-bottom: 2rem;
}
.page-not-found h2 {
  width: 100%;
  padding-top: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.06px;
  color: var(--soo-dark);
  margin-bottom: 2rem;
}
.page-not-found-links a {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--soo-primary);
  text-decoration: underline;
  transition-duration: var(--soo-transition-duration);
}
.page-not-found-links a:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}

.query-order-pagination .search-dropdown ul.soo-dropdown {
  width: fit-content;
  min-width: 200px;
  cursor: pointer;
}
.query-order-pagination .search-dropdown ul.soo-dropdown > li:not(.soo-default):hover, .query-order-pagination .search-dropdown ul.soo-dropdown > li.soo-selected:not(.soo-default), .query-order-pagination .search-dropdown ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) {
  background-color: var(--soo-primary);
}

.contact-form-2 a {
  color: var(--soo-primary);
}
.contact-form-2 a:hover {
  text-decoration: none;
  color: var(--soo-accent);
}
.contact-form-2-wrapper {
  width: 540px;
  max-width: min(100%, 95vw);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: solid 1px #f0f0f0;
  position: relative;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(0.8rem);
  backdrop-filter: blur(0.8rem);
}
.contact-form-2-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
}
.contact-form-2-wrapper {
  /*=================================
        Required errors
        =================================*/
}
.contact-form-2-wrapper .form-error-message {
  font-size: 14px;
  color: var(--soo-danger);
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.25s;
  height: 0;
}
.contact-form-2-wrapper .form-error-message.form-error-visible {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  margin-top: -8px;
  margin-bottom: 10px;
  height: auto;
}
@media SCREEN and (min-width: 576px) {
  .contact-form-2-wrapper-buttons-wrapper {
    padding: 0 32px 20px 32px;
  }
  .contact-form-2-wrapper-buttons-final-wrapper {
    padding-left: 43px;
    padding-right: 43px;
  }
  .contact-form-2-wrapper * {
    --animation-time: 3s;
  }
  .contact-form-2-wrapper .complete-hide {
    opacity: 0;
    pointer-events: none;
  }
  .contact-form-2-wrapper .email-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    max-width: 100vw;
    height: 200px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
    background-color: var(--soo-light);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px rgba(212, 212, 212, 0.5);
    font-size: 1.4rem;
  }
  .contact-form-2-wrapper .email-loader-icon {
    position: absolute;
    top: 80%;
    z-index: 10;
    color: var(--soo-primary);
    transition: all 0.25s;
  }
  .contact-form-2-wrapper .email-loader-icon-plane {
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    animation: plane-fly ease-out infinite var(--animation-time);
  }
  .contact-form-2-wrapper .email-loader-icon-email {
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    animation: email-transform ease-out infinite var(--animation-time);
  }
  .contact-form-2-wrapper .email-loader-icon-world {
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    animation: growing-world ease-out infinite var(--animation-time);
  }
}
.contact-form-2-body {
  height: 90%;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-out;
  overflow: hidden;
  z-index: 1;
}
.contact-form-2-body.active-steep {
  left: 0;
  opacity: 1;
  pointer-events: all;
  position: relative;
}
.contact-form-2-body.completed-steep {
  left: -100%;
  opacity: 0;
  pointer-events: none;
}
.contact-form-2form {
  max-height: 90%;
}
.contact-form-2 {
  /*=================================
     Header
     =================================*/
}
.contact-form-2-header {
  height: 20%;
  min-height: 80px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.contact-form-2-title {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  padding-top: 34px;
}
.contact-form-2 {
  /*=================================
     Buttons
     =================================*/
}
.contact-form-2-buttons-wrapper {
  display: grid;
  grid-gap: 10px;
  height: 72%;
  padding: 0 5px 20px 5px;
  grid-template-columns: repeat(3, 1fr);
}
.contact-form-2-btn {
  grid-column: span 1;
  grid-row: span 1;
  width: 100%;
  height: 100%;
  min-height: 110px;
  box-shadow: 0 11px 21px 0 rgba(212, 212, 212, 0.5);
  border: solid 1px var(--soo-grey-mid);
  background-color: var(--soo-light);
  transition: all 0.25s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  overflow: hidden;
  z-index: 1;
}
.contact-form-2-btn::before, .contact-form-2-btn::after {
  z-index: -1;
}
.contact-form-2-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(67, 75, 82, 0.05);
}
.contact-form-2-btn::after {
  content: "";
  width: 220%;
  height: 240%;
  border-radius: 40%;
  position: absolute;
  left: -120%;
  top: 0;
  background-color: var(--soo-light);
}
.contact-form-2-btn:nth-child(2n)::after {
  border-radius: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact-form-2-btn:nth-child(3n)::after, .contact-form-2-btn:nth-child(5n)::after, .contact-form-2-btn:nth-child(9n)::after {
  width: 220%;
  height: 240%;
  border-radius: 40%;
  left: auto;
  top: auto;
  right: -120%;
  bottom: 0;
}
.contact-form-2-btn:nth-child(6n)::after {
  width: 220%;
  height: 240%;
  border-radius: 40%;
  position: absolute;
  left: -120%;
  top: 0;
  background-color: var(--soo-light);
}
.contact-form-2-btn:hover {
  box-shadow: 0 0 0 0 rgba(212, 212, 212, 0.5);
  border: 3px solid var(--soo-primary);
}
.contact-form-2-btn > input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.contact-form-2-btn > span {
  width: 100%;
  text-align: center;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.contact-form-2-next-btn {
  margin: auto;
  min-height: 27px;
  display: inline-block;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  text-align: center;
  border: none;
  padding: 0.3rem 1.3rem;
  transition: all 0.25s;
  background-color: var(--soo-primary);
  color: var(--soo-light);
}
.contact-form-2-next-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 46px;
}
.contact-form-2-next-btn i {
  opacity: 0;
  font-size: 0;
  margin-left: 0;
  transition: all 0.25s;
  vertical-align: unset;
}
.contact-form-2-next-btn:hover i {
  opacity: 1;
  margin-left: 1rem;
  font-size: 1rem;
}
.contact-form-2 {
  /*=================================
     Footer
     =================================*/
}
.contact-form-2-footer {
  width: 100%;
  height: 10%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  border-top: 1px solid var(--soo-primary);
}
.contact-form-2-bullet {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: var(--soo-light);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.25s;
  cursor: pointer;
}
.contact-form-2-bullet.active-bullet, .contact-form-2-bullet:hover {
  border: none;
  background-color: var(--soo-primary);
}
.contact-form-2-bullet:hover {
  border: 1px solid var(--soo-dark-mate);
  background-color: var(--soo-light);
}
.contact-form-2-bullet.completed-bullet {
  border: none;
  background-color: var(--soo-dark-mate);
}
.contact-form-2-bullet.completed-bullet:hover {
  border: 1px solid var(--soo-dark-mate);
  background-color: var(--soo-primary);
}
.contact-form-2-bullet.completed-bullet:not(:nth-child(1))::before {
  background-color: var(--soo-dark-mate);
}
.contact-form-2-bullet:not(:nth-child(1)) {
  margin-left: 43px;
  position: relative;
}
.contact-form-2-bullet:not(:nth-child(1))::before {
  content: "";
  height: 1px;
  width: 43px;
  background-color: rgba(0, 0, 0, 0.21);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-101%);
  -webkit-transform: translateY(-50%) translateX(-101%);
  z-index: 0;
}
.contact-form-2-bullet.active-bullet:not(:nth-child(1))::before {
  background-color: var(--soo-primary);
}
.contact-form-2-bullet.disabled-bullet:not(.completed-bullet) {
  background-color: rgba(212, 212, 212, 0.5);
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.21);
}
.contact-form-2-checkbox-checked {
  box-shadow: 0 0 0 0 rgba(212, 212, 212, 0.5);
  border: 3px solid var(--soo-primary);
}
.contact-form-2 {
  /*=================================
     Final steep
     =================================*/
}
.contact-form-2-buttons-final-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-form-2-plain-input {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  width: 100%;
  min-height: 43px;
  border: solid 0.6px var(--soo-grey);
  background-color: var(--soo-light);
  margin-bottom: 10px;
  padding-left: 21px;
  color: var(--soo-dark);
}
.contact-form-2 textarea.contact-form-2-plain-input {
  padding-top: 11px;
}
.contact-form-2-plain-input:-ms-input-placeholder, .contact-form-2-plain-input::-ms-input-placeholder, .contact-form-2-plain-input::placeholder {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
  opacity: 1; /* Firefox */
}
.contact-form-2 {
  /*========================
     Checkbox
     ========================*/
}
.contact-form-2 .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 12px;
  color: var(--theme-dark);
}
.contact-form-2 .control.control-checkbox {
  font-size: 14px;
}
.contact-form-2 .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form-2 .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #dedede;
  border-radius: 0px;
}
.contact-form-2 .control:hover input ~ .control_indicator, .contact-form-2 .control input:focus ~ .control_indicator {
  background: #dedede;
}
.contact-form-2 .control input:checked ~ .control_indicator {
  background: #363636;
}
.contact-form-2 .control:hover input:not([disabled]):checked ~ .control_indicator, .contact-form-2 .control input:checked:focus ~ .control_indicator {
  background: #363636;
}
.contact-form-2 .control input:disabled ~ .control_indicator {
  background: #dedede;
  opacity: 1;
  pointer-events: none;
}
.contact-form-2 .control .control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.contact-form-2 .control input:checked ~ .control_indicator:after {
  display: block;
}
.contact-form-2 .control-checkbox .control_indicator:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid var(--soo-light);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form-2 .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #62717a;
}
.contact-form-2 .control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.4rem;
  top: -0.3rem;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #363636;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
.contact-form-2 .control-checkbox input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}
.contact-form-2 .control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}
.contact-form-2 {
  /*=================================
     Shapes
     =================================*/
}
.contact-form-2-top-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44px;
  display: block;
  z-index: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 70% 44%, 60% 38%, 50% 36%, 40% 38%, 30% 44%, 0% 75%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 70% 44%, 60% 38%, 50% 36%, 40% 38%, 30% 44%, 0% 75%);
}
.contact-form-2__legal-block {
  margin-bottom: 1.5rem;
}
.contact-form-2__legal-text {
  font-size: 13px;
}
.contact-form-2__legal-text li {
  margin-bottom: 0.5rem;
}
.contact-form-2__legal-text a {
  color: var(--soo-primary);
}
.contact-form-2__legal-text a:hover {
  color: var(--soo-primary);
}
.contact-form-2__legal-text-toggler {
  color: var(--soo-primary);
  cursor: pointer;
}
.contact-form-2__legal-text-toggler:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}
.contact-form-2__legal-text--content {
  display: none;
}
.contact-form-2__legal-text--content--active {
  display: block;
}

@keyframes s-ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
}
@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0.4);
  }
  60% {
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
}
@keyframes email-transform {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plane-fly {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  90% {
    transform: scale(0.4) translate(1200%, -100%);
    opacity: 0;
  }
  100% {
    transform: scale(0) translate(1200%, -100%);
    opacity: 0;
  }
}
@keyframes growing-world {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  95% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}
.contact-form-3 {
  max-width: 660px;
  margin: auto;
  padding: 40px 0px;
}
.contact-form-3-extraselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.contact-form-3-extraselect-wrapper {
  position: relative;
}
.contact-form-3-extraselect-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-350%, -50%);
  display: block;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.contact-form-3__legal-block {
  margin-bottom: 1.5rem;
}
.contact-form-3__legal-text {
  font-size: 13px;
}
.contact-form-3__legal-text li {
  margin-bottom: 0.5rem;
}
.contact-form-3__legal-text a {
  color: var(--soo-primary);
}
.contact-form-3__legal-text a:hover {
  color: var(--soo-primary);
}
.contact-form-3__legal-text-toggler {
  color: var(--soo-primary);
  cursor: pointer;
}
.contact-form-3__legal-text-toggler:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}
.contact-form-3__legal-text--content {
  display: none;
}
.contact-form-3__legal-text--content--active {
  display: block;
}

.contact-form-3 a {
  color: var(--soo-primary);
}

.contact-form-3 a.contact-form-3__button--whatsapp {
  background-color: #5fa512;
  color: var(--soo-light);
  border-color: #5fa512;
}

.contact-form-3-title {
  text-align: center;
  text-transform: initial;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.contact-form-3-title span {
  font-weight: bold;
  color: var(--soo-dark);
}

.contact-form-3-description {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
}

/* Select with placeholder */
.contact-form-3 select.form-control {
  font-size: 20px;
  padding: 5px 20px;
  position: relative;
}

.contact-form-3 select.form-control:required:invalid {
  color: #939393;
}

.contact-form-3 select.form-control option {
  color: var(--soo-dark);
}

/* Inputs */
select.form-control,
input.form-control {
  font-size: 20px;
  padding: 5px 20px;
  background-color: #f3f3f3;
}

select.form-control {
  cursor: pointer;
}

textarea.form-control,
.contact-form-3 select.form-control {
  background-color: #f3f3f3;
}

.contact-form-3 ::placeholder {
  font-size: 20px;
}

.contact-form-3-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.68;
  letter-spacing: 0px;
  margin: 10px 0 0;
}

/* Required */
.contact-form-3-required-border .contact-form-3-required {
  border: 1px solid #ff0000;
}

.contact-form-3-required-item {
  display: none;
  color: #ff0000;
  font-size: 13px;
  visibility: hidden;
  padding: 0;
  margin: 2px 0 -12px 5px;
}

.contact-form-3-required-visible {
  visibility: visible;
  display: block;
}

.contact-form-3-required-labels .contact-form-3-required-item {
  display: block;
}

/* Button */
.contact-form-3 input[type=submit] {
  margin-top: 38px;
  min-width: 251px;
  text-transform: uppercase;
}

/*====================
	  Phone flags
	=====================*/
.contact-form-3 .inner-group-prepend {
  background: var(--soo-grey-mid);
  border: solid 1px #dedede;
  border-radius: 4px;
}

.contact-form-3 .inner-group-prepend button {
  background: var(--soo-grey-mid);
  height: 100%;
  border: 1px solid var(--soo-grey-mid);
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.contact-form-3 .dropdown-toggle::after {
  font-size: 0.8rem;
}

.contact-form-3 .dropdown-item {
  padding: 0.25rem 1.5rem;
  cursor: pointer;
  white-space: initial;
}

/*=================================
  Checkbox
=================================*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid var(--soo-grey-mid);
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--soo-primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*=================================
	Flags
  =================================*/
.flagsDropdown {
  max-height: 350px;
  overflow-y: scroll;
  width: 100%;
}

.flagsDropdown::-webkit-scrollbar {
  width: 3px;
  height: 100%;
  background-color: var(--soo-grey-mid);
}

.flagsDropdown::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--soo-primary);
}

/*=================================
  Loader
=================================*/
* {
  --animation-time: 3s;
}

.email-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 450px;
  max-width: 100vw;
  height: 200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(212, 212, 212, 0.5);
  font-size: 1.4rem;
  opacity: 1;
}

.email-loader-icon {
  position: absolute;
  top: 80%;
  z-index: 10;
  color: var(--soo-primary);
  transition: all 0.25s;
}

.email-loader-icon-plane {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: plane-fly ease-out infinite var(--animation-time);
}

.email-loader-icon-email {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: email-transform ease-out infinite var(--animation-time);
}

.email-loader-icon-world {
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: growing-world ease-out infinite var(--animation-time);
}

.complete-hide {
  opacity: 0;
  pointer-events: none;
}

@keyframes email-transform {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plane-fly {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  90% {
    transform: scale(0.4) translate(1200%, -100%);
    opacity: 0;
  }
  100% {
    transform: scale(0) translate(1200%, -100%);
    opacity: 0;
  }
}
@keyframes growing-world {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  95% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}
/*=================================
  Forms Button
=================================*/
.form-control:focus,
.form-control:active {
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0.25rem var(--soo-primary);
}

.send-form-btn {
  margin: auto;
  display: inline-block;
  text-align: center;
  transition: all 0.25s;
  min-width: 180px;
}

.send-form-btn i {
  opacity: 0;
  font-size: 0;
  margin-left: 0;
  transition: all 0.25s;
  vertical-align: unset;
}

.send-form-btn:hover i {
  opacity: 1;
  margin-left: 1rem;
  font-size: 1rem;
}

.category-pro-ini-text-wrapper p {
  font-size: 16px;
}
.category-pro-ini-text-wrapper h2 {
  font-size: 22px;
}
.category-pro-ini-text-wrapper h3 {
  font-size: 18px;
}
.category-pro-ini .show-more-btn {
  background-color: var(--soo-primary);
  border: 1px solid transparent;
  transition-duration: 0.25s;
  padding: 0.2rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
.category-pro-ini .show-more-btn:hover {
  filter: saturate(1.2);
}

.category-pro-end p {
  font-size: 15px;
  line-height: 25px;
}
.category-pro-end h2 {
  font-size: 22px;
  padding: 20px 0px;
  font-weight: 300;
}
.category-pro-end h3 {
  font-size: 18px;
  font-weight: 300;
}
.category-pro-end iframe {
  max-width: 100%;
  object-fit: cover;
}
.category-pro-end ul {
  line-height: 25px;
}
.category-pro-end li {
  font-size: 15px;
}
.category-pro-end {
  /* Selecciona SOLO el último <ol> de la página */
}
.category-pro-end ol:last-of-type {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  list-style: none;
  line-height: 30px;
}
.category-pro-end ol:last-of-type li {
  list-style-type: disclosure-closed;
  margin-left: 25px;
}
.category-pro-end {
  /* Aplica estilos solo si el <ol> contiene enlaces */
}
.category-pro-end ol:last-of-type li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #555;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
  border-bottom: 1px dotted #dadada;
}
.category-pro-end {
  /* Hover */
}
.category-pro-end ol:last-of-type li a:hover {
  background-color: #dedede;
  color: #000;
}
.category-pro-end {
  /* Focus */
}
.category-pro-end ol:last-of-type li a:focus {
  background-color: #ccc;
  outline: none;
}
.category-pro-end {
  --column-gap: 30px;
}
@media (min-width: 768px) {
  .category-pro-end--columns-2 .offset-1 {
    column-count: 2;
    column-gap: var(--column-gap);
  }
}
@media (min-width: 768px) {
  .category-pro-end--columns-3 .offset-1 {
    column-count: 2;
    column-gap: var(--column-gap);
  }
}
@media (min-width: 1024px) {
  .category-pro-end--columns-3 .offset-1 {
    column-count: 3;
  }
}
@media (min-width: 768px) {
  .category-pro-end--columns-4 .offset-1 {
    column-count: 2;
    column-gap: var(--column-gap);
  }
}
@media (min-width: 1024px) {
  .category-pro-end--columns-4 .offset-1 {
    column-count: 3;
  }
}
@media (min-width: 1400px) {
  .category-pro-end--columns-4 .offset-1 {
    column-count: 4;
  }
}
.category-pro-end--columns-2 .offset-1 > *, .category-pro-end--columns-3 .offset-1 > *, .category-pro-end--columns-4 .offset-1 > * {
  break-inside: avoid;
  page-break-inside: avoid;
}
.category-pro-end--columns-2 h2, .category-pro-end--columns-2 h3, .category-pro-end--columns-2 ul, .category-pro-end--columns-2 ol, .category-pro-end--columns-3 h2, .category-pro-end--columns-3 h3, .category-pro-end--columns-3 ul, .category-pro-end--columns-3 ol, .category-pro-end--columns-4 h2, .category-pro-end--columns-4 h3, .category-pro-end--columns-4 ul, .category-pro-end--columns-4 ol {
  break-inside: avoid;
  page-break-inside: avoid;
}

.containerend {
  max-width: 100%;
}
@media (min-width: 768px) {
  .containerend {
    max-width: 100%;
  }
}

/*=================================================
  Tablas
==================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1rem;
  text-align: left;
}

th,
td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

th {
  background-color: #f4f4f4;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  table {
    border: 0;
  }
  thead {
    display: none;
  }
  tr {
    margin-bottom: 15px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  td:last-child {
    border-bottom: 0;
  }
  td:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    color: #555;
  }
}
.category-pro__title h1 {
  color: var(--soo-dark-mate);
  font-size: 1.9rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .category-pro__title h1 {
    font-size: 2rem;
  }
}

.sooimage-1__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.sooimage-1__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.sooimage-1__image {
  object-fit: contain;
  transition-duration: 0.25s;
  min-height: 100%;
}

/*=================================================
  General
==================================================*/
.context-home .header-12__mobiletoggler-icon {
  stroke: #1c1c1c;
}

.title-2__title {
  border-bottom: none;
  padding-bottom: 0px;
  line-height: 38px;
}
@media (min-width: 576px) {
  .title-2__title {
    font-size: 35px;
    line-height: 40px;
    width: 60%;
  }
}

.title-2__subtitle {
  padding-bottom: 30px;
}

.query-pagination-1 > div {
  margin-top: 30px;
}

.bg-crema {
  background-color: #f5f1ec;
}

.text-image-2__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .text-image-2__title {
    width: 70%;
  }
}

.text-image-2__description {
  font-size: 18px;
  width: 100%;
}
@media (min-width: 576px) {
  .text-image-2__description {
    width: 80%;
  }
}

.text-image-2__button {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  padding-top: 20px;
}
.text-image-2__button:hover {
  color: var(--soo-grey-dark);
}

.report-1-content,
.report-1-content-text--end,
.report-1-content-number {
  font-size: 15px;
  font-weight: 500;
}

.categories-pro-1-link {
  font-size: 16px;
}

.search-1-sales-type > a {
  color: var(--soo-dark);
}

.report-1-title {
  font-size: 32px;
  font-family: "EB Garamond", serif;
}

.categories-pro-1-title {
  font-size: 27px;
}

@media (min-width: 768px) {
  .categories-pro-1-title {
    font-size: 32px;
  }
}

.cta-1__title {
  font-size: 48px;
  line-height: 45px;
  font-family: "EB Garamond", serif;
}
@media (min-width: 768px) {
  .cta-1__title {
    font-size: 60px;
  }
}

.contact-form-3-title {
  font-size: 38px;
  font-family: "EB Garamond", serif;
}
@media (min-width: 768px) {
  .contact-form-3-title {
    font-size: 42px;
  }
}

.hero-15__subtitle,
.hero-15__title,
.testimonials-1-title,
.title-2__title,
.title-2__title p,
.text-image-2__title,
.text-image-2__title p,
.categories-pro-1-title,
.footer-7-title {
  font-family: "EB Garamond", serif;
}

.footer-7__description {
  font-size: 14px;
}

.footer-7 .menu-footer-7 a, .footer-7 .menu-footer-7 span, .footer-7 .monitor-footer-7 ul li a, .footer-7 .monitor-footer-7 ul li .hidden-href-link, .footer-7 .monitor-footer-7 ul li span {
  color: var(--soo-grey-dark);
}

.footer-7__description {
  color: var(--soo-grey-dark);
}

@media (max-width: 768px) {
  .sooimage-1__wrapper {
    height: auto !important;
  }
}

.mr-1, .mx-1 {
  width: 25px;
}

/*=================================================
  Testimonials
==================================================*/
.testimonials-1-title {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--soo-dark);
}

.testimonials-1-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--soo-dark-intense);
}

.text-image-9__img {
  border-radius: 5px;
}

.text-image-9__img-wrapper {
  border-radius: 5px;
}

.carousel-indicators {
  top: 100%;
}

.bg-crema .container {
  padding: 30px 0px;
}

/*=================================================
  Last Properties 4
==================================================*/
.title-1__title {
  color: var(--soo-dark);
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.last-properties-4__link {
  color: var(--soo-dark);
  text-transform: uppercase;
  transition-duration: var(--soo-transition-duration);
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
}

.last-properties-4__link:hover {
  color: var(--soo-grey);
  text-decoration: underline;
}

.last-properties-4__link i {
  display: none;
}

.property-25__body {
  background-color: transparent;
}

.property-25 {
  border: none;
}

.property-25__body-row--text > span {
  font-size: 14px;
}

.property-25__reference {
  color: var(--soo-dark);
  font-weight: 400;
}

.property-25__header-price-text {
  font-weight: 300;
  color: var(--soo-dark);
  text-align: center;
  font-size: 20px;
}

.property-25__body-row--text > span span {
  font-size: 14px;
  font-weight: 500;
}

/*=================================================
  Button 1
==================================================*/
.button-1__inner:hover, .button-1__inner:focus {
  text-decoration: none;
}
.button-1__inner:hover .button-1__text, .button-1__inner:focus .button-1__text {
  color: var(--soo-grey);
}
.button-1__inner:hover .button-1__indicator, .button-1__inner:focus .button-1__indicator {
  height: 20px;
  width: 20px;
}
.button-1__inner:hover .button-1__indicator::after, .button-1__inner:focus .button-1__indicator::after {
  background-color: transparent;
  border: 1px solid var(--soo-light);
  width: 30px;
  height: 30px;
}
.button-1__text {
  color: var(--soo-dark);
  text-decoration: underline;
  max-width: 280px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.button-1__indicator::after {
  content: "";
  background-color: transparent;
  border: 1px solid var(--soo-dark);
}
.button-1__indicator:focus, .button-1__indicator:hover {
  outline: none;
}

/*=================================================
  Header-12
==================================================*/
.header-12__identity {
  min-width: 150px;
  max-width: 150px;
}

body:not(.context-home) {
  padding-top: 108px;
}
@media (min-width: 768px) {
  body:not(.context-home) {
    padding-top: 132.3906px;
  }
}
body:not(.context-home) .header-12__linkitem {
  color: var(--soo-dark);
  text-shadow: none;
}
body:not(.context-home) .header-12::before {
  background: var(--soo-light);
}

body.context-home {
  padding-top: 68px;
}
@media (min-width: 768px) {
  body.context-home {
    padding-top: 87px;
  }
}
body.context-home .header-12__linkitem {
  color: var(--soo-dark);
  text-shadow: none;
}
body.context-home .header-12::before {
  background: var(--soo-light);
}

.header-12__linkitem {
  color: var(--light);
  padding: 2rem 0.5rem;
  font-size: 14px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.header-12__mobiletoggler-icon {
  stroke: var(--soo-dark);
}

.header-12__mobilenavbar--opened .header-12__mobiletoggler-icon {
  stroke: var(--soo-dark);
}

.header-12__mobilenavbar--opened {
  background-color: var(--soo-light);
}

.header-12__mobilemenu .header-12__menu {
  background-color: var(--soo-light);
}

.header-12__mobilemenu .header-12__linkitem:hover {
  color: var(--soo-dark);
}

/*=================================================
  Features-2
==================================================*/
.features-2__wrapper {
  grid-column-gap: 55px;
  padding-bottom: 0px;
}

.features-2__text--wrapper {
  text-align: left;
  padding: 0px 20px 20px;
  margin-bottom: 20px;
}

.features-2__text--desc,
.features-2__text--desc p {
  font-size: 17px;
  color: var(--soo-dark);
  padding-left: 0px;
  padding-top: 10px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .features-2__text--desc,
  .features-2__text--desc p {
    font-size: 15px;
  }
}

.features-2__text--title,
.features-2__text--title h2,
.features-2__text--title p {
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "EB Garamond", serif;
}

.features-2__text--image {
  margin: 25px 0px;
}

/*=================================================
  Cta 9 Home
==================================================*/
.cta-home-9 .cta-9 {
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .cta-home-9 .cta-9__inner {
    width: 40%;
  }
}
.cta-home-9 .cta-9__inner {
  background: white;
  width: 100%;
  margin: 0 auto;
  align-items: start;
}
.cta-home-9 .cta-9__title {
  text-align: left;
  color: var(--soo-dark);
  order: 2;
}
.cta-home-9 .cta-9__subtitle {
  text-align: left;
  font-size: 14px;
  color: var(--soo-grey-dark);
  margin-top: 10px;
  margin-bottom: 0px;
  order: 1;
}
.cta-home-9 .cta-9__button-wrapper {
  order: 4;
}
.cta-home-9 .cta-9__button {
  display: inline-block;
  min-width: 150px;
  min-height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  letter-spacing: 0.26px;
  color: var(--soo-light);
  background-color: var(--soo-primary);
  text-transform: uppercase;
  transition-duration: 0.25s;
  margin-bottom: 30px;
}
.cta-home-9 .cta-9__button:focus {
  outline: none;
}
.cta-home-9 .cta-9__button:hover {
  background-color: var(--soo-dark-intense);
  color: var(--soo-light);
  text-decoration: none;
}
.cta-home-9 .cta-9__list {
  order: 3;
}
.cta-home-9 .cta-9__list-text * {
  font-size: 15px;
  color: var(--soo-grey-dark);
  border-top: 1px solid var(--soo-primary);
  padding-top: 20px;
}
.cta-home-9 .cta-9__icon-wrapper {
  width: 60px;
  padding-top: 50px;
}

/*=================================================
  Property
==================================================*/
.property-7__header a img {
  border-radius: 6px;
}

.property-form-2-wrapper {
  border-top: 22px solid #231f20;
  border-radius: 5px 5px 0px 0px;
}
@media (min-width: 768px) {
  .property-form-2 {
    max-width: 355px;
    margin-left: auto;
  }
}
.property-form-2__button--submit {
  background-color: #231f20;
  border-radius: 6px;
  max-width: 293px;
  margin: 0 auto;
  padding: 0.5rem 0;
}

.property-navigation-2-wrapper {
  border-bottom: 1px solid #c7c7c7;
}

.navigation-2-wrapper {
  background: #f7f7f7;
}

.propertyextra-features-6--scrolled .propertyextra-features-6__banner {
  background: #ffffff;
}
.propertyextra-features-6__banner {
  background: transparent;
}
.propertyextra-features-6__banner-wrapper {
  background: transparent;
}

.propertyextramap-1__title,
.propertyextravideo-1__title,
.propertyextratour-1__title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #231f20;
  margin-bottom: 1rem;
}

.features-7__banner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #dedede;
  border-top-color: transparent;
}
.features-7__list > li {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 17px;
  color: #9ea2a2;
}

.propertydescription-1__description {
  font-family: "Montserrat", sans-serif;
}

/*===================================
 Extras
===================================*/
.row-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1500px) {
  .row-1 {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
.row-1 .mortgage-calculator {
  padding: 1rem 0;
}

/*=================================================
 News
==================================================*/
.last-news-1 .swiper-slide {
  align-items: flex-end;
}
@media (max-width: 578px) {
  .last-news-1 .swiper-slide {
    min-height: 50vh;
  }
}

.last-news-1__button {
  border: 1px solid var(--soo-dark);
  background-color: var(--soo-dark);
  color: var(--soo-light);
}

.last-news-1__button:hover {
  color: var(--soo-light);
  background-color: var(--soo-primary);
  border: 1px solid var(--soo-primary);
}

.news-4__title {
  color: var(--soo-dark);
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background-color: rgba(255, 255, 255, 0.7607843137);
  padding: 10px;
  border-radius: 5px;
}

.news-4 {
  background-color: transparent;
}

.news-4__image {
  filter: saturate(0.5);
}

/*=================================================
  CTA 3
==================================================*/
.cta-3__inner {
  background-color: transparent;
  border-radius: 8px;
}

.cta-3__inner:after {
  content: "→";
  background-color: var(--soo-primary);
  line-height: 43px;
}

.cta-3__inner:hover {
  text-decoration: none;
  -webkit-transform: none;
  transform: none;
}

.cta-3__inner:hover .cta-3__title {
  color: var(--soo-tertiary);
}

/*=================================================
  Testimonials 2
==================================================*/
.testimonials-2-inner .carousel-indicators li {
  background-color: var(--soo-primary);
}

/*=================================================
  Paragraphs 1
==================================================*/
.bg-paragraphs {
  background-color: transparent;
  padding: 50px 0px;
}

@media (min-width: 992px) {
  .bg-paragraphs {
    padding: 50px 0px;
  }
}
/*=================================================
  Internal sections
==================================================*/
.paragraph-3 {
  padding: 20px 0px 20px;
  background-color: transparent;
}

.paragraph-3__title {
  text-align: left;
  font-weight: 600;
}

.paragraph-3__description {
  text-align: left;
}
.paragraph-3__description h2 {
  font-size: 20px;
}
.paragraph-3__description h3 {
  font-size: 18px;
}

.text-image-4-img-wrapper img {
  border-radius: 10px;
}

/*=================================================
  Blog Entry
==================================================*/
.blog-entry__image {
  border-radius: 10px;
}

/*===================================
 Prefooter
===================================*/
.prefooter-5 {
  background-color: #e9e9e9;
}
.prefooter-5__header {
  margin-bottom: 0;
}
.prefooter-5__background {
  height: 75px;
  background-color: var(--soo-dark);
  margin-top: -35px;
}
@media (min-width: 768px) {
  .prefooter-5__background {
    margin-top: -70px;
  }
}
@media (min-width: 768px) {
  .prefooter-5__content, .prefooter-5__title {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .prefooter-5__content, .prefooter-5__title {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .prefooter-5__content-wrapper, .prefooter-5__title-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.prefooter-5__title {
  font-weight: 700;
  letter-spacing: 1.06667px;
  color: var(--soo-primary);
}
@media (min-width: 768px) {
  .prefooter-5__title {
    margin-bottom: 2rem;
  }
}
.prefooter-5__content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.222353px;
}
@media (min-width: 768px) {
  .prefooter-5__content {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .prefooter-5__links {
    justify-content: center;
  }
}
.prefooter-5__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prefooter-5__link--whatsapp {
  display: inline-block;
  min-width: 150px;
  min-height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.26px;
  color: var(--soo-light);
  background-color: var(--soo-primary);
  text-transform: uppercase;
  transition-duration: 0.25s;
}
.prefooter-5__link--whatsapp:focus {
  outline: none;
}
.prefooter-5__link--whatsapp:hover {
  background-color: var(--soo-dark-intense);
  color: var(--soo-light);
  text-decoration: none;
}
.prefooter-5__link--whatsapp {
  padding: 0.25rem 1.8rem;
  clip-path: none;
}
.prefooter-5__link--email {
  padding: 0.25rem 1.8rem;
  border-radius: var(--soo-agency-radius);
}
.prefooter-5__inner {
  background: var(--soo-light);
  box-shadow: 0px 1px 9px 1px rgba(84, 84, 84, 0.25);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .prefooter-5__inner {
    padding: 2rem;
  }
}
.prefooter-5__inner > div > div > div.container.custom-container > form > div > div > div > div > div.col-12.text-center {
  text-align: right !important;
}
.prefooter-5__inner-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.prefooter-5 .send-form-btn {
  background: var(--soo-primary);
  width: fit-content;
  color: var(--soo-light);
  border-radius: 15px;
  display: inline-block;
  width: fit-content;
  min-width: 130px;
  min-height: 48px;
}
.prefooter-5 .form-control {
  border-radius: 0;
  border-color: rgb(209, 209, 209);
}
.prefooter-5 .checkbox-container input:checked ~ .checkmark {
  background-color: var(--soo-dark);
}
.prefooter-5 .checkmark {
  border-color: var(--soo-grey);
}
.prefooter-5 .contact-form-3 {
  padding-top: 0;
}
.prefooter-5 .contact-form-3__title {
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.06667px;
}
.prefooter-5 .contact-form-3 .inner-group-prepend, .prefooter-5 .contact-form-3 .inner-group-prepend button {
  border-radius: 0 !important;
  border-color: transparent;
}
.prefooter-5 .contact-form-3 .inner-group-prepend button:focus {
  outline: none;
}
.prefooter-5 .contact-form-3 .checkbox-container a {
  color: var(--soo-dark);
  text-decoration: underline;
}
.prefooter-5 .contact-form-3 .checkbox-container a:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}
.prefooter-5 hr.bg-light {
  background-color: var(--soo-dark) !important;
}

/*=================================================
  Search
==================================================*/
.search-1__wrapper {
  background-color: #e6e6e6;
}

.search-1-mobile a {
  background: var(--soo-dark);
}

/*=================================================
  Specs
==================================================*/
.specs-2 {
  background-color: transparent;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.07), 0px 0px 0px 0 rgba(0, 0, 0, 0.07);
}
.specs-2__nav-tabs {
  margin-bottom: 0.8rem;
}
.specs-2__nav-tabs .nav-item {
  background: #ebebeb;
  margin-bottom: 0.1rem;
  margin-right: 20px;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
}
.specs-2__nav-tabs .nav-item:hover, .specs-2__nav-tabs .nav-item.active {
  background: var(--soo-dark);
}
@media (min-width: 576px) {
  .specs-2__nav-tabs .nav-item {
    width: auto;
    margin-bottom: 0;
  }
}
.specs-2 .nav-link {
  color: var(--soo-dark) !important;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 576px) {
  .specs-2 .nav-link {
    padding: 0 3rem 0 0.8rem;
    font-size: 14px;
  }
}
.specs-2 .nav-link:hover, .specs-2 .nav-link.active {
  color: var(--soo-light) !important;
  background: var(--soo-dark);
}
.specs-2 .nav-link i {
  font-size: 12px;
}

.location-2 ul {
  margin-top: 0.6rem;
}

@media (min-width: 768px) {
  .propertyentry-1__image-wrapper {
    height: 30vh;
  }
}
@media (min-width: 1024px) {
  .propertyentry-1__image-wrapper {
    height: 55vh;
  }
}

.propertyextra__element h1,
.propertyextra__element h2,
.propertyextra__element h3,
.propertyextra__element h4,
.propertyextra__element h5 {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .propertyextra__element h1,
  .propertyextra__element h2,
  .propertyextra__element h3,
  .propertyextra__element h4,
  .propertyextra__element h5 {
    font-size: 25px;
  }
}

/*=================================================
  Properties
==================================================*/
.last-properties-2__outerwrapper .properties-carousel-title h2 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .last-properties-2__outerwrapper .properties-carousel-title h2 {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .properties-2--lg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*=================================================
  Thanks page 
==================================================*/
.thanks-header {
  height: 25vh;
  position: relative;
  min-height: 175px;
}
.thanks-header-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thanks-header-mask-bg {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 0.6px var(--soo-grey);
  background-color: rgba(77, 115, 152, 0.8);
}
.thanks-header-mask-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--soo-primary);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  opacity: 0.8;
}
.thanks-header-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thanks-header h2 {
  font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-light);
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 992px) {
  .thanks-header {
    height: 20vh;
  }
  .thanks-header h2 {
    font-size: 53px;
  }
}
.thanks-general-wrapper {
  background-color: var(--soo-grey-light);
}
.thanks-general-wrapper > div {
  background-color: var(--soo-light);
  border-bottom: 0.6px solid var(--soo-grey);
}
.thanks-general-title {
  color: var(--soo-dark);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}
.thanks-general-description {
  color: var(--soo-grey);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}
.thanks-general-return a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
}
.thanks-general-return a i {
  color: var(--soo-primary);
}
.thanks-general-return a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.thanks-enquiry-title {
  color: var(--soo-dark);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}
.thanks-enquiry-description {
  color: var(--soo-grey);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}
.thanks-enquiry-property-title {
  color: var(--soo-dark);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.thanks-enquiry-property-image {
  border-radius: 99em;
  width: 220px;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thanks-enquiry-return a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
}
.thanks-enquiry-return a i {
  color: var(--soo-primary);
}
.thanks-enquiry-return a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.thanks-related-wrapper {
  background-color: var(--soo-grey-light);
  border-top: 1px solid var(--soo-grey);
}
.thanks-related-header-title {
  color: var(--soo-dark);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.thanks-related-header-description {
  color: var(--soo-grey);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  .thanks-enquiry-title {
    font-size: 32px;
  }
  .thanks-enquiry-description {
    font-size: 18px;
  }
  .thanks-enquiry-property-image {
    width: 320px;
    height: 320px;
  }
  .thanks-general-title {
    font-size: 32px;
  }
  .thanks-general-description {
    font-size: 18px;
  }
  .thanks-related-header-title {
    font-size: 32px;
  }
  .thanks-related-header-description {
    font-size: 18px;
  }
}

.show-more-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 0.26px;
  color: var(--soo-dark);
  padding: 20px 0px;
  transition-duration: 0.25s;
  background-color: transparent;
  border: none;
}
.show-more-btn:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--soo-primary);
  border: none;
}
.show-more-btn:focus {
  outline: none;
  box-shadow: none;
}

/*=================================================
  Dopdowns
==================================================*/
.search-dropdown ul.soo-dropdown > li:not(.soo-default):hover,
.search-dropdown ul.soo-dropdown > li.soo-selected:not(.soo-default),
.search-dropdown ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) {
  background: var(--soo-primary);
}

/* Local widgets */
img.fslightbox-source {
  pointer-events: none;
}

body {
  background: #fff;
  color: #271c1a;
}

* {
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 2.625em;
}

h1, h2, h3 {
  font-family: "EB Garamond", serif;
}

strong {
  font-weight: 700;
}

.btn-elation {
  padding-right: 29px;
  padding-left: 29px;
  color: #FFFFFF;
  border-width: 0px;
  font-size: 18px;
  font-weight: 300;
  background-color: #C69950;
  margin-bottom: 10px;
  margin-right: 10px;
  transition-duration: 0.3s;
}
.btn-elation:focus {
  outline: none;
}
.btn-elation:hover {
  color: white;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.17);
}

.bg-soolight {
  background-color: #fff;
}

.property-navigation-2-wrapper {
  border-bottom: 1px solid #f7f7f7;
}

/* Fonts widgets */
