@charset "UTF-8";
.ip-banner {
  display: none;
}

#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.floating-button {
  display: none;
}

.floating-info a:not(:hover) {
  color: #ffffff;
}
.floating-info a:not(:hover)::before {
  border-color: #ffffff;
}
.floating-info span {
  color: #ffffff;
}
.floating-info span::after {
  background: #ffffff;
}

body[sidebar-active-section=ip-property-details-main] .floating-info a:not(:hover),
body[sidebar-active-section=ip-property-details-logo] .floating-info a:not(:hover) {
  color: #000000;
}
body[sidebar-active-section=ip-property-details-main] .floating-info a:not(:hover)::before,
body[sidebar-active-section=ip-property-details-logo] .floating-info a:not(:hover)::before {
  border-color: #000000;
}
body[sidebar-active-section=ip-property-details-main] .floating-info span,
body[sidebar-active-section=ip-property-details-logo] .floating-info span {
  color: #000000;
}
body[sidebar-active-section=ip-property-details-main] .floating-info span::after,
body[sidebar-active-section=ip-property-details-logo] .floating-info span::after {
  background: #000000;
}

.ip-property-details {
  position: relative;
  font-size: 0;
}
.ip-property-details.is-gallery-active .ip-property-details-hero-main {
  display: none;
}
.ip-property-details.is-gallery-active .ip-property-details-gallery {
  display: block;
}
.ip-property-details.is-videos-active .ip-property-details-hero-main {
  display: none;
}
.ip-property-details.is-videos-active .ip-property-details-videos {
  display: block;
}

.ip-property-details-buttons {
  position: fixed;
  width: 100%;
  bottom: 25%;
  padding: 0 max(7.188vw, 115px);
  display: flex;
  justify-content: space-between;
  z-index: 20;
  pointer-events: none;
}
.ip-property-details-buttons a {
  display: block;
  position: relative;
  width: 185px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background: rgba(var(--primary-color), 1);
  transition: all var(--default-transition);
  pointer-events: auto;
}
.ip-property-details-buttons a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gradient-color);
  opacity: 0;
  transition: all var(--default-transition);
}
.ip-property-details-buttons a::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
}
.ip-property-details-buttons a div {
  height: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ip-property-details-buttons a div em {
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
}
.ip-property-details-buttons a:hover {
  color: rgba(var(--primary-color), 1);
}
.ip-property-details-buttons a:hover::before {
  opacity: 1;
}

.aiosp-wrap .aiosp-container.aiosp-ref-\#interested-popup .aios-popup-body {
  width: 100%;
  max-width: 810px;
  min-height: auto;
  padding: 0;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#interested-popup .aios-popup-body button.aiosp-close {
  width: 70px;
  height: 70px;
  color: #ffffff;
  line-height: 1;
  opacity: 1;
  font-size: 0;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/popup-connect-close-bg.jpg) no-repeat center center/cover;
  transition: all var(--default-transition);
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#interested-popup .aios-popup-body button.aiosp-close::before {
  content: "򰉇";
  font-family: "agentimage";
  font-size: 24px;
  position: relative;
  z-index: 5;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#interested-popup .aios-popup-body button.aiosp-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#interested-popup .aios-popup-body button.aiosp-close:hover {
  color: rgba(var(--secondary-color), 1);
}

.interested-popup {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px;
  font-size: 0;
}
.interested-popup::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 6px solid #ffffff;
  -o-border-image: linear-gradient(130deg, #62666f 0%, #cdcecf 50%, #62666f 100%) 6;
  border-image: linear-gradient(130deg, #62666f 0%, #cdcecf 50%, #62666f 100%) 6;
}

.interested-popup-inner {
  position: relative;
  padding: 32px 15px 65px;
}

.interested-popup-title .gsite-title {
  align-items: center;
}

.interested-popup-form {
  max-width: 655px;
  margin: 32px auto 0;
}
.interested-popup-form p {
  font-size: 17px;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 32px;
}
.interested-popup-form .wpcf7 {
  position: relative;
}
.interested-popup-form .gsite-input-fields {
  margin: 0 -15px;
}
.interested-popup-form .gsite-input {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
}
.interested-popup-form .gsite-input input, .interested-popup-form .gsite-input textarea {
  height: 70px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.35);
  font-size: 13px;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.interested-popup-form .gsite-input textarea {
  padding-top: 30px;
}
.interested-popup-form .gsite-submit {
  width: 185px;
  margin: 52px auto 0;
}
.interested-popup-form .gsite-submit button {
  border: 0;
}
.interested-popup-form .wpcf7-form-control-wrap {
  display: block;
}
.interested-popup-form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}
.interested-popup-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  padding: 5px 0;
  color: #000000 !important;
}

.ip-property-details-hero {
  position: relative;
}

.ip-property-details-slideshow {
  position: relative;
}

.ip-property-details-slideshow-main {
  position: relative;
}
.ip-property-details-slideshow-main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%);
}

.ip-property-details-slideshow-main-list:not(.slick-initialized) {
  display: flex;
}
.ip-property-details-slideshow-main-list:not(.slick-initialized) .ip-property-details-slideshow-main-item {
  width: 100%;
}
.ip-property-details-slideshow-main-list:not(.slick-initialized) .ip-property-details-slideshow-main-item:nth-child(1) ~ div {
  display: none;
}

.ip-property-details-slideshow-thumb {
  padding: 0 4px;
  margin-top: -90px;
}

.ip-property-details-slideshow-thumb-list:not(.slick-initialized) {
  display: flex;
}
.ip-property-details-slideshow-thumb-list:not(.slick-initialized) .ip-property-details-slideshow-thumb-item {
  width: 25%;
}
.ip-property-details-slideshow-thumb-list:not(.slick-initialized) .ip-property-details-slideshow-thumb-item:nth-child(4) ~ div {
  display: none;
}

.ip-property-details-slideshow-thumb-item {
  padding: 2px;
}
.ip-property-details-slideshow-thumb-item .canvas-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all var(--default-transition);
}
.ip-property-details-slideshow-thumb-item .canvas-img:hover::after {
  opacity: 0 !important;
}
.ip-property-details-slideshow-thumb-item:not(.slick-current) .canvas-img::after {
  opacity: 1;
}

.ip-property-details-slideshow-arrows {
  position: absolute;
  width: 100%;
  bottom: 75px;
  left: 0;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.ip-property-details-slideshow-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  color: #ffffff;
  opacity: 0.7;
  pointer-events: auto;
  transition: all var(--default-transition);
}
.ip-property-details-slideshow-arrow i {
  font-size: 25px;
}
.ip-property-details-slideshow-arrow:hover {
  opacity: 1;
}

.ip-property-details-slideshow-info {
  position: absolute;
  width: 100%;
  bottom: 195px;
  left: 0;
  padding: 24px 0;
  background: rgba(255, 255, 255, 0.75);
}
.ip-property-details-slideshow-info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ip-property-details-slideshow-info ul li {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 0 30px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.ip-property-details-slideshow-info ul li i {
  font-size: 20px;
}
.ip-property-details-slideshow-info ul li i.ai-font-showers {
  font-size: 24px;
}
.ip-property-details-slideshow-info ul li i.ai-font-house {
  font-size: 24px;
  font-weight: 700;
}
.ip-property-details-slideshow-info ul li i.ai-font-measurement-a {
  font-size: 26px;
}
.ip-property-details-slideshow-info ul li span {
  font-size: 18px;
  font-weight: 700;
  margin-left: 20px;
}
.ip-property-details-slideshow-info ul li:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.ip-property-details-main {
  position: relative;
  padding: 60px 0 15px;
}
.ip-property-details-main > .gsite-bg {
  z-index: 1;
}
.ip-property-details-main > .gsite-bg::before, .ip-property-details-main > .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-property-details-main > .gsite-bg::before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  z-index: 5;
}
.ip-property-details-main > .gsite-bg::after {
  background: rgba(255, 255, 255, 0.85);
}
.ip-property-details-main > .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-property-details-main-container {
  position: relative;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}
.ip-property-details-main-container p#breadcrumbs {
  width: 100%;
  font-size: 12px;
  color: #9a999f;
  line-height: 1.1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.ip-property-details-main-container p#breadcrumbs span.breadcrumb_last {
  font-weight: 700;
}

.ip-property-details-main-left {
  position: relative;
  width: 55.47%;
}

.ip-property-details-main-title .gsite-title small {
  letter-spacing: 0.075em;
  margin-top: 12px;
  margin-bottom: 0;
}

.ip-property-details-main-features {
  margin-top: 48px;
}
.ip-property-details-main-features .heading-title {
  font-family: var(--font-family-title);
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.ip-property-details-main-features ul {
  display: flex;
  flex-wrap: wrap;
}
.ip-property-details-main-features ul li {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-left: 40px;
  margin-bottom: 12px;
}
.ip-property-details-main-features ul li::before {
  content: "򰁈";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  font-family: "agentimage";
  font-size: 15px;
}
.ip-property-details-main-features ul li:nth-child(odd) {
  width: 26.5%;
}
.ip-property-details-main-features ul li:nth-child(even) {
  width: 73.5%;
}

.ip-property-details-main-desc {
  font-size: 14px;
  color: var(--font-color-default);
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 30px;
}
.ip-property-details-main-desc p {
  margin-bottom: 30px;
}
.ip-property-details-main-desc p:first-child:first-letter {
  font-family: var(--font-family-title);
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  float: left;
  margin-top: -5px;
}

.ip-property-details-main-cta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.ip-property-details-main-cta a.gsite-button {
  width: 350px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ip-property-details-main-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 58px;
}
.ip-property-details-main-share span {
  font-family: var(--font-family-title);
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ip-property-details-main-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #000000;
  margin-left: 22px;
}
.ip-property-details-main-share a::before, .ip-property-details-main-share a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  transition: all var(--default-transition);
}
.ip-property-details-main-share a::before {
  border: 1px solid #000000;
}
.ip-property-details-main-share a::after {
  background: var(--gradient-color);
  opacity: 0;
}
.ip-property-details-main-share a i {
  position: relative;
  z-index: 2;
}
.ip-property-details-main-share a i.ai-font-envelope-f {
  font-size: 13px;
}
.ip-property-details-main-share a:hover::before {
  opacity: 0;
}
.ip-property-details-main-share a:hover::after {
  opacity: 1;
}

.ip-property-details-main-right {
  position: relative;
  width: 36.78%;
}

.ip-property-details-main-testimonials .gsite-title {
  margin-bottom: 48px;
}
.ip-property-details-main-testimonials img {
  margin: 0 8px 0 auto;
  transform: translateY(-50px);
}

.ip-property-details-main-testimonials-list:not(.slick-initialized) .ip-property-details-main-testimonials-item:nth-child(1) ~ div {
  display: none;
}
.ip-property-details-main-testimonials-list .slick-list {
  overflow: visible;
}

.ip-property-details-main-testimonials-item > strong {
  display: block;
  position: relative;
  font-family: var(--font-family-title);
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 10px;
  max-width: 380px;
  margin: 0 10px 40px auto;
}
.ip-property-details-main-testimonials-item > strong::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -10px;
  left: 0;
  background: var(--gradient-color);
  z-index: -1;
}
.ip-property-details-main-testimonials-item > strong::after {
  content: "“";
  display: block;
  position: absolute;
  top: -24px;
  left: -30px;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 500;
  color: #000000;
  opacity: 0.2;
}
.ip-property-details-main-testimonials-item p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.ip-property-details-main-testimonials-item p::after {
  content: "“";
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #000000;
  opacity: 0.2;
  line-height: 0.05;
  transform: translateY(8px) scale(-1);
  margin-left: 10px;
}
.ip-property-details-main-testimonials-item span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

.ip-property-details-main-form {
  position: relative;
  padding: 58px 15px 45px;
  margin-top: -50px;
}
.ip-property-details-main-form .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
}
.ip-property-details-main-form .gsite-bg canvas {
  filter: grayscale(1);
}
.ip-property-details-main-form .heading-title {
  position: relative;
  font-family: var(--font-family-title);
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.ip-property-details-main-form .heading-title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25em;
  margin-top: 8px;
}
.ip-property-details-main-form .wpcf7 {
  position: relative;
  max-width: 345px;
  margin: 0 auto;
}
.ip-property-details-main-form .gsite-input input, .ip-property-details-main-form .gsite-input textarea {
  height: 55px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ip-property-details-main-form .gsite-input textarea {
  height: 85px;
  padding-top: 22px;
}
.ip-property-details-main-form .gsite-submit {
  max-width: 265px;
  margin: 50px auto 0;
}
.ip-property-details-main-form .gsite-submit button.gsite-button {
  border: 0;
}
.ip-property-details-main-form .gsite-submit button.gsite-button::before {
  border: 2px solid #ffffff;
}
.ip-property-details-main-form .wpcf7-form-control-wrap {
  display: block;
}
.ip-property-details-main-form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}
.ip-property-details-main-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 5px 0 0;
  padding: 5px 0;
  color: #ffffff !important;
}

.ip-property-details-main-disclaimer {
  width: 100%;
  max-width: 1170px;
  margin: 90px auto 0;
  text-align: center;
}
.ip-property-details-main-disclaimer .heading-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.ip-property-details-main-disclaimer p {
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  line-height: 2;
  letter-spacing: 0.05em;
}

.ip-property-details-gallery {
  position: relative;
  display: none;
}

.ip-property-details-gallery-banner {
  position: relative;
}
.ip-property-details-gallery-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%);
}
.ip-property-details-gallery-banner canvas {
  display: block;
  width: 100%;
  min-height: 250px;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-property-details-gallery-banner-overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 15px;
  font-family: var(--font-family-title);
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.46);
  z-index: 10;
}
.ip-property-details-gallery-banner-overlay span {
  display: block;
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
  margin-top: 12px;
}

.ip-property-details-gallery-main {
  position: relative;
  padding: 70px 0 100px;
}
.ip-property-details-gallery-main .gsite-bg {
  height: calc(100% - 105px);
  top: inherit;
  bottom: 0;
}
.ip-property-details-gallery-main .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ip-property-details-gallery-main .gsite-bg canvas {
  filter: grayscale(1);
  background-repeat: repeat-y;
}

.ip-property-details-gallery-container {
  position: relative;
  max-width: 1510px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-property-details-gallery-inner {
  background: #ffffff;
  padding: 0 15px 120px;
}

.ip-property-details-gallery-back {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.05em;
  max-width: 1460px;
  margin: 0 auto 22px;
}
.ip-property-details-gallery-back a {
  transition: all var(--default-transition);
}
.ip-property-details-gallery-back a:hover {
  color: rgba(var(--secondary-color), 1);
}

.ip-property-details-gallery-holder {
  max-width: 1140px;
  margin: 0 auto;
}

.ip-property-details-gallery-list {
  margin: 0 -5px;
}

.ip-property-details-gallery-box {
  display: flex;
  flex-wrap: wrap;
}
.ip-property-details-gallery-box .ip-property-details-gallery-item {
  width: 100%;
  padding: 5px;
}
.ip-property-details-gallery-box:nth-child(4n+1), .ip-property-details-gallery-box:nth-child(4n+4) {
  width: 40.69%;
}
.ip-property-details-gallery-box:nth-child(4n+2), .ip-property-details-gallery-box:nth-child(4n+3) {
  width: 59.31%;
}
.ip-property-details-gallery-box:nth-child(4n+2) .ip-property-details-gallery-item:nth-child(2), .ip-property-details-gallery-box:nth-child(4n+2) .ip-property-details-gallery-item:nth-child(3), .ip-property-details-gallery-box:nth-child(4n+3) .ip-property-details-gallery-item:nth-child(2), .ip-property-details-gallery-box:nth-child(4n+3) .ip-property-details-gallery-item:nth-child(3) {
  width: 50%;
}

.ip-property-details-gallery-pagination {
  margin-top: 22px;
}
.ip-property-details-gallery-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ip-property-details-gallery-pagination ul li.arrow {
  margin: 6px 25px;
}
.ip-property-details-gallery-pagination ul li.arrow a {
  color: #888888;
  transition: all var(--default-transition);
}
.ip-property-details-gallery-pagination ul li.arrow a i {
  font-size: 36px;
}
.ip-property-details-gallery-pagination ul li.arrow a:hover {
  color: rgba(var(--primary-color), 1);
}
.ip-property-details-gallery-pagination ul li:not(.arrow) {
  margin: 6px;
}
.ip-property-details-gallery-pagination ul li:not(.arrow) span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(var(--secondary-color), 1);
  background: rgba(var(--secondary-color), 1);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.04em;
}
.ip-property-details-gallery-pagination ul li:not(.arrow) a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: all var(--default-transition);
}
.ip-property-details-gallery-pagination ul li:not(.arrow) a:hover {
  background: rgba(var(--secondary-color), 1);
  border: 1px solid rgba(var(--secondary-color), 1);
  color: #ffffff;
}

.ip-property-details-videos {
  position: relative;
  display: none;
}

.ip-property-details-videos-banner {
  position: relative;
}
.ip-property-details-videos-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%);
}
.ip-property-details-videos-banner canvas {
  display: block;
  width: 100%;
  min-height: 250px;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-property-details-videos-banner-overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 15px;
  font-family: var(--font-family-title);
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.46);
  z-index: 10;
}
.ip-property-details-videos-banner-overlay span {
  display: block;
  font-size: 25px;
  text-transform: none;
  margin-top: 12px;
}

.ip-property-details-videos-main {
  padding: 10px 0 0;
}

.ip-property-details-videos-row {
  position: relative;
  padding: 52px 15px 60px;
}
.ip-property-details-videos-row .gsite-bg {
  z-index: 0;
}
.ip-property-details-videos-row .gsite-bg::before, .ip-property-details-videos-row .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ip-property-details-videos-row .gsite-bg::before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 5;
}
.ip-property-details-videos-row .gsite-bg::after {
  background: rgba(255, 255, 255, 0.9);
}
.ip-property-details-videos-row .gsite-bg canvas {
  filter: grayscale(1);
}
.ip-property-details-videos-row .gsite-title {
  align-items: center;
}
.ip-property-details-videos-row .gsite-title small {
  margin-top: 12px;
  margin-bottom: 0;
}
.ip-property-details-videos-row .ip-property-details-videos-back {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.05em;
  max-width: 1460px;
  margin: 25px auto 22px;
}
.ip-property-details-videos-row .ip-property-details-videos-back a {
  transition: all var(--default-transition);
}
.ip-property-details-videos-row .ip-property-details-videos-back a:hover {
  color: rgba(var(--secondary-color), 1);
}
.ip-property-details-videos-row .heading-title {
  position: relative;
  font-family: var(--font-family-title);
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.ip-property-details-videos-holder {
  max-width: 1140px;
  margin: 0 auto;
}
.ip-property-details-videos-holder a {
  display: block;
  position: relative;
}
.ip-property-details-videos-holder a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.ip-property-details-videos-holder a i {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 35px;
  color: #ffffff;
  z-index: 10;
  transition: all var(--default-transition);
}
.ip-property-details-videos-holder a:hover i {
  background: rgba(var(--secondary-color));
  border-color: rgba(var(--secondary-color));
}
.ip-property-details-videos-holder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ip-property-details-contact {
  position: relative;
  padding: 110px 0;
}

.contact-bg {
  z-index: 1;
  height: 82.5%;
  top: inherit;
  bottom: 0;
  transform: translateY(11.5%);
}
.contact-bg::before, .contact-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contact-bg::before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  z-index: 5;
}
.contact-bg::after {
  background: rgba(255, 255, 255, 0.6);
}
.contact-bg canvas {
  filter: grayscale(1);
}

.contact-accent {
  width: 115px;
  height: calc(100% + 55px);
  top: 55px;
  right: 100%;
  left: inherit;
  z-index: 2;
}
.contact-accent::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
}
.contact-accent canvas {
  filter: grayscale(1);
}

.ip-property-details-contact-container {
  position: relative;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 3;
}

.ip-property-details-contact-inner {
  background: rgba(255, 255, 255, 0.95);
}

.ip-property-details-contact-map {
  position: relative;
  width: 48.97%;
}
.ip-property-details-contact-map canvas {
  display: block;
  width: 100%;
}
.ip-property-details-contact-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ip-property-details-contact-info {
  position: relative;
  width: 51.03%;
  padding-left: max(4.25vw, 50px);
  display: flex;
  align-items: center;
}

.ip-property-details-contact-info-inner .gsite-title {
  margin-bottom: 42px;
}

.ip-property-details-contact-image {
  width: 30.36%;
  margin-top: 3px;
}

.ip-property-details-contact-text {
  width: 69.64%;
  padding-left: 40px;
}
.ip-property-details-contact-text strong {
  display: block;
  font-family: var(--font-family-title);
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ip-property-details-contact-text ul li {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  color: #212121;
  line-height: 1.1;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.ip-property-details-contact-text ul li span {
  min-width: 90px;
  margin-right: 20px;
}
.ip-property-details-contact-text ul li a {
  transition: all var(--default-transition);
}
.ip-property-details-contact-text a.gsite-button {
  width: 170px;
  margin-top: 25px;
}
.ip-property-details-contact-text a.gsite-button span {
  height: 42px;
}

.ip-property-details-logo {
  position: relative;
  padding: 45px 0 85px;
  z-index: 2;
}

.ip-property-details-logo-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.ip-property-details-logo-container .gsite-title {
  align-items: center;
}

.ip-property-details-logo-holder {
  margin-top: 42px;
}

.ip-property-details-logo-item {
  padding: 14px max(1.563vw, 25px);
}
.ip-property-details-logo-item img {
  filter: brightness(0);
}

@media only screen and (min-width: 992px) {
  .interested-popup-title .gsite-title {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-accent {
    width: calc((100vw - 1370px) / 2);
  }
}
@media only screen and (max-width: 1440px) {
  .ip-property-details-slideshow-info ul li {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .ip-property-details-slideshow-info ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .ip-property-details-slideshow-arrows {
    bottom: 40px;
  }
  .ip-property-details-slideshow-info ul li {
    font-size: 18px;
    padding: 0 8px;
  }
  .ip-property-details-slideshow-info ul li span {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .ip-property-details-buttons {
    bottom: 0;
    padding: 0;
  }
  .ip-property-details-buttons a {
    width: 50%;
  }
  .ip-property-details-slideshow-thumb {
    display: none;
  }
  .ip-property-details-slideshow-arrows {
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
  }
  .ip-property-details-slideshow-info {
    position: relative;
    bottom: 0;
    background: #000000;
  }
  .ip-property-details-slideshow-info ul {
    flex-direction: column;
  }
  .ip-property-details-slideshow-info ul li {
    margin: 5px 0;
    min-height: 0;
    color: #ffffff;
  }
  .ip-property-details-slideshow-info ul li:not(:first-child) {
    border-left: 0;
  }
  .ip-property-details-main-left {
    width: 100%;
  }
  .ip-property-details-main-features ul li:nth-child(odd),
  .ip-property-details-main-features ul li:nth-child(even) {
    width: 100%;
  }
  .ip-property-details-main-cta {
    align-items: center;
  }
  .ip-property-details-main-cta a.gsite-button {
    margin-right: 0;
  }
  .ip-property-details-main-share span {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .ip-property-details-main-share span + a {
    margin-left: 0;
  }
  .ip-property-details-main-right {
    width: 100%;
    margin-top: 50px;
  }
  .ip-property-details-main-testimonials img {
    transform: none;
  }
  .ip-property-details-main-form {
    margin-top: 0;
  }
  .ip-property-details-contact-container {
    max-width: 630px;
  }
  .ip-property-details-contact-map {
    width: 100%;
  }
  .contact-accent {
    display: none;
  }
  .ip-property-details-contact-info {
    width: 100%;
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .interested-popup {
    padding: 40px;
  }
  .interested-popup::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .interested-popup-form .gsite-input {
    width: 100%;
  }
  .ip-property-details-contact {
    padding: 50px 0;
  }
  .ip-property-details-contact-image {
    width: 100%;
  }
  .ip-property-details-contact-text {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}