@charset "UTF-8";
/* RESET */
html {
  scroll-behavior: smooth;
}
.wp-grid-builder .wpgb-card [class*="wpgb-block-"] {
  white-space: normal !important;
}
/* ACCESABILITY RESET */
*:focus:not(:focus-visible), *::before:focus:not(:focus-visible), *::after:focus:not(:focus-visible) {
  outline: none;
}
/* ACSS EDITS */
--shade-medium: hsl(0, 0, 35);
/* GLOBAL */
body {
  accent-color: var(--primary);
}
html {
  --scrollbarBG: #efefef;
  --thumbBG: #254159;
}
body::-webkit-scrollbar {
  width: 15px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 3px;
  border: 3px solid var(--scrollbarBG);
}
img {
  image-rendering: -webkit-optimize-contrast;
}
ul.ul--reset, ul.ul--reset li, ul.ul--reset ul li {
  margin: 0;
  margin-top: 0px;
  padding: 0;
  text-indent: 0;
  list-style-type: 0;
  list-style: none;
}
.oxy-mega-menu {
  z-index: 999 !important;
}
* [class*='btn--'] {
  transition: all 0.3s ease;
  box-shadow: 0.6px 0.6px 0.8px rgba(0, 0, 0, 0.02), 1.5px 1.5px 2px rgba(0, 0, 0, 0.028), 2.8px 2.8px 3.8px rgba(0, 0, 0, 0.035), 4.9px 4.9px 6.7px rgba(0, 0, 0, 0.042), 9.2px 9.2px 12.5px rgba(0, 0, 0, 0.05), 22px 22px 30px rgba(0, 0, 0, 0.07);
}
/* TYPOGRAPHY */
p {
  display: block;
  line-height: 1.5;
  margin-block-start: 0em;
  margin-block-end: 2em;
}
p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
* p.reset {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: var(--secondary);
  margin: 0;
  padding: 0;
}
h1, h2 {
  line-height: 1.3;
}
h3, h4 {
  line-height: 1.5;
}
h4, h5 {
  line-height: 1.5;
}
div, span, a, p, h6, .text--14, .ct-text-block {
  line-height: 1.6;
}
.search-form-btn {
  color: black !important;
}
/* LAYOUT */
.inline-block {
  display: inline-block;
}
#map {
  width: 100%;
  aspect-ratio: 1.7777777778;
  display: block;
}
.trp-language-switcher > div > a {
  display: flex;
  align-items: center;
}
* .wp-grid-builder .wpgb-card ul.li--light, * ul.li--light {
  list-style: none;
  /* Remove default bullets */
  margin-block-start: 0em;
  padding-inline-start: 0px;
}
* .wp-grid-builder .wpgb-card ul.li--light {
  margin-bottom: var(--space-s) !important;
}
* .search-bar_container .wpgb-select-placeholder input, * .search-bar_container .wpgb-select-placeholder {
  font-size: var(--text-s) !important;
}
* .wp-grid-builder .wpgb-card ul.li--light li::before, * ul.li--light li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--shade-light);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: 0em;
  /* Also needed for space (tweak if needed) */
}
* .wpgb-facet-title {
  margin-bottom: var(--space-xs) !important;
}
* .text--14 {
  font-size: 1.4rem;
}
.font-open {
  font-family: "Open Sans", sans-serif;
}
.font-lora {
  font-family: "Lora", serif;
}
.font-light {
  font-weight: 300;
}
.pointer {
  cursor: pointer;
}
*.bold, .wp-grid-builder .wpgb-card .bold {
  font-weight: 700;
}
*.italic, .wp-grid-builder .wpgb-card .italic {
  font-style: italic;
}
* .text-grey {
  color: #8e8e8e;
}
* .overflow-hidden {
  overflow: hidden;
}
.fa-whatsapp, .phone-icon, .linkedin-icon, .mail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  color: white;
  border-radius: 5px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.fa-whatsapp {
  background-color: limegreen;
}
.linkedin-icon {
  background-color: steelblue;
}
.phone-icon {
  background-color: goldenrod;
}
.mail-icon {
  background-color: slateblue;
}
.mail-icon:hover, .phone-icon:hover, .linkedin-icon:hover, .fa-whatsapp:hover {
  transform: scale(1.1);
}
.aspect--12-18 {
  aspect-ratio: 0.6666666667;
}
section.as-seen--section {
  position: relative;
}
section.as-seen--section:before {
  position: absolute;
  content: "";
  top: 0;
  right: 20%;
  left: 20%;
  height: 1px;
  background: white;
  background: linear-gradient(90deg, white 0%, #ccc 10%, #ccc 90%, white 100%);
}
section.as-seen--section:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 20%;
  left: 20%;
  height: 1px;
  background: white;
  background: linear-gradient(90deg, white 0%, #ccc 10%, #ccc 90%, white 100%);
}
ul.reset {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
ul li {
  margin-bottom: 0.6rem;
}
.border--underline {
  position: relative;
  width: 100%;
}
.border--underline:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: var(--shade-light);
}
.border-right--light {
  position: relative;
}
.border-right--light:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: var(--shade-light);
}
* .oxy-pro-menu-list .menu-item, * .oxy-pro-menu-list .menu-item a {
  transition: all 0.4s ease !important;
}
* .oxy-pro-menu-list .menu-item:hover a {
  color: grey !important;
}
* .menu-item {
  margin: 0px;
}
.home-main-menu .oxy-mega-dropdown_link {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.site-main-menu .oxy-mega-dropdown_link {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
body .site-main-menu .oxy-mega-dropdown_link:hover {
  border-bottom-color: black;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
blockquote {
  margin: 0px;
  font-style: italic;
}
blockquote::before {
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  font-size: 20rem;
  line-height: 1;
  content: "“";
  left: 1.7rem;
  top: 1.7rem;
  font-style: normal;
}
.kppm-search--bar {
  transform: translateY(-100%);
  transition: all 0.4s ease;
}
.kppm-search--bar.active {
  transform: translateY(0%);
  transition: all 0.4s ease;
}
.preference--wrap.active {
  transform: translateX(0%);
  transition: all 0.4s ease;
}
div.new-pill, .wp-grid-builder .wpgb-card div.new-pill {
  position: absolute;
  top: 1rem;
  left: 1.2rem;
  line-height: 1;
  font-weight: 400;
  font-size: var(--text-xs);
  font-family: "Open Sans";
  background-color: var(--secondary);
  color: white;
  padding: 1rem 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 0.6s ease;
}
div.search-icon_container {
  position: relative;
}
div.search-icon_container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 1px;
  background-color: lightgrey;
}
#my-other-carousel .carousel-filmstrip-item, #my-other-carousel .carousel-filmstrip-item .is-previous, #my-other-carousel .carousel-filmstrip-item .is-next {
  opacity: 0.5;
  transform: scale(0.6);
  transform-origin: center;
  transition: all 0.4s ease;
}
#my-other-carousel .carousel-filmstrip-item.is-selected {
  opacity: 1;
  transform: scale(1);
}
.oxy-pro-accordion_inner {
  width: 100%;
}
* .fluentform .ff_submit_btn_wrapper.ff-el-group {
  margin-bottom: 0px;
}
ul.footer--social-icons_wrap li {
  margin-right: 1em;
}
ul.footer--social-icons_wrap li:last-of-type {
  margin-right: 0em;
}
/* element fixed ratio utility classes */
.container-aspect {
  position: relative;
}
.img-container {
  aspect-ratio: 1.7777777778;
  width: 100%;
}
img.aspect, .aspect {
  width: 100%;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
.aspect-21_14 {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.aspect-square {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.square {
  position: relative;
  width: 100%;
}
.square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.rectangle {
  position: relative;
  width: 100%;
}
.rectangle::after {
  content: "";
  display: block;
  padding-bottom: 82%;
}
.square-content, .rectangle-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.img-as-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ribbon {
  width: 15rem;
  height: 15rem;
  overflow: hidden;
  position: absolute;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 22rem;
  padding: 0.5rem 0;
  background-color: #DCA11D;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  text-align: center;
}
.btn-black {
  background-color: #000000;
  color: white;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  letter-spacing: 1px;
  border-radius: 0px;
  border: 0px solid;
}
.rotated-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.journal__heading {
  padding-bottom: 1rem;
  border-bottom-color: #C7C7C7;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* FORM STYLES */
.wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-header img, .wpsr-fm-chat-wrapper .wpsr-fm-chat-box .wpsr-fm-chat-room .wpsr-fm-conversation .wpsr-fm-user-picture img {
  object-fit: contain;
}
form.hero__search-form {
  position: relative;
}
form.hero__search-form label {
  display: none;
  visibility: hidden;
}
form.hero__search-form select {
  padding: 1rem 1.5rem;
  border: none;
}
.hero__search-bar-select-wrap .search-bar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  background-color: #e9e9e9;
  color: #646464;
}
form .hero__search-submit {
  background-color: #DCA11D;
  color: white;
  border: none;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
section .vff .field-multiplepicturechoice ul.f-radios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2rem 2rem;
  grid-template-areas: ". . .";
}
section .ff_conv_app_frame .vff .ff_conv_input {
  max-height: 100%;
}
section .vff .field-multiplepicturechoice ul.f-radios li span.f-image {
  height: 20rem;
}
.box-shadow--s {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
nav.rank-math-breadcrumb a {
  color: blue;
}
nav.rank-math-breadcrumb a:hover {
  color: blue;
  text-decoration: underline;
}
/* Cards */
.new-pill {
  transition: transform 0.6s ease;
}
.pill-top-right {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  line-height: 1;
  font-weight: 400;
  background-color: var(--secondary);
  color: white;
  padding: 1rem 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 0.6s ease;
}
.card-cover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(calc(100% - 3rem));
  transition: all 0.6s ease;
  background-color: black;
}
.card-cover__small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(calc(100% - 3.2rem));
  transition: all 0.6s ease;
  background-color: black;
}
.card:hover .card-cover, .card:hover .card-cover__small {
  transform: translateY(0%);
  backdrop-filter: blur(5px);
}
.card img {
  transition: transform 5s ease;
}
.card:hover img {
  transform: scale(1.1);
}
.card:hover .new-pill, .card:hover .pill-top-right {
  transform: translateY(-300%);
}
/* SELECT BOX */
/* Reset Select */
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: white;
  background-image: none;
}
/* Remove IE arrow */
/* Custom Select */
.select {
  position: relative;
  display: flex;
  height: 3rem;
  line-height: 1;
  font-size: 1.2rem;
  background: white;
  overflow: hidden;
  border-radius: 0.25em;
  border: 1px solid #c1c1c1;
}
.select select {
  flex: 1;
  color: #000;
  cursor: pointer;
  padding: 0 4em 0 1rem;
}
.select select option[disabled] {
  color: grey;
}
/* property card */
* .wp-grid-builder .wpgb-card ul.li--light {
  list-style: none;
  /* Remove default bullets */
  margin-block-start: 0em;
  padding-inline-start: 0px;
  margin-bottom: var(--space-s) !important;
}
* .wp-grid-builder .wpgb-card ul.li--light li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--shade-light);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: 0em;
  /* Also needed for space (tweak if needed) */
}
* .wp-grid-builder .wpgb-card div.property--btn {
  padding: 1.1em 1.6em;
  font-size: var(--text-xs);
  font-family: 'Open Sans';
  color: white;
  background-color: var(--accent);
  display: inline-block;
  margin-top: auto !important;
}
* .wp-grid-builder .wpgb-card .property-border--light {
  border: 1px solid var(--shade-light);
  border-top: 0px;
}
/* Arrow */
.select::after {
  content: "";
  display: flex;
  align-items: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  color: #000;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: white;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
#_header-132-13.oxy-header-wrapper.oxy-header.oxy-sticky-header.oxy-sticky-header-active {
  z-index: 99 !important;
}
/* MEGA MENU ACCESSIBILITY */
.oxy-mega-dropdown_link:focus, .oxy-burger-trigger .hamburger:focus {
  outline-offset: 0.5rem;
  outline: var(--primary) solid 0.2rem;
}
.oxy-mega-dropdown_link:focus:not(:focus-visible), .oxy-burger-trigger .hamburger:focus:not(:focus-visible) {
  outline-offset: 0.5rem;
  outline: var(--primary) solid 0.2rem;
}
.oxy-mega-dropdown_link:-moz-focus-inner, .oxy-burger-trigger .hamburger:-moz-focus-inner {
  outline: 0.2rem solid var(--primary) !important;
  outline-offset: 0.5rem;
}
.oxy-slide-menu :focus {
  position: relative;
}
.trp-language-switcher > div > a {
  width: 100%;
  font-size: var(--text-s);
}
.trp-language-switcher > div > a > img {
  margin: 0px 8px 0px 3px !important;
}
/* MEDIA QUERIES */
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 320px) {
  .text-center-xs {
    text-align: center;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 760px) {
  .text-center-s {
    text-align: center;
  }
  section .vff .field-multiplepicturechoice ul.f-radios {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
  .contact-info--wrap {
    margin-top: 1em;
  }
  .contact-info--wrap:first-child {
    margin-top: 0em;
  }
  .search-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 990px) {
  section .property-filter--wrap {
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.5s ease;
  }
  section .property-filter--wrap.active {
    transform: translateX(0%);
    opacity: 1;
    transition: all 0.5s ease;
  }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1420px) {
  .text-center-l {
    text-align: center;
  }
}
/* X-Large devices (large desktops, less than 1420px) */
@media (max-width: 1420px) {
  .text-center-xl {
    text-align: center;
  }
}
/* MEDIA ACCESABILITY RESET */
@media (pointer: coarse) {
  div.card *, div.card *::after, div.card:hover, div.card:hover *, div.card:hover *::after {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
