html,
body {
	overflow-x: clip;
	max-width: 100%;
}

#inner-page-wrapper {
	padding-top: 0;
	overflow-x: clip;
	max-width: 100%;
}

#inner-page-wrapper > .container {
	width: 100%;
	max-width: 1480px;
	overflow-x: visible;
}

.ip-banner {
	display: none !important;
}

.ip-ld-wrapper {
	padding: 0 0 100px;
	padding: 0 0 6.25vw;
}

.ip-ld {
	position: relative;
}

.ip-ld .section-title.with-line::after {
	margin-right: calc((100% - 100vw) / 2);
}

.ip-ld .section-title :is(h1, h2) {
	font-size: 35px;
	font-size: 2.1875vw;
	letter-spacing: 0.25em;
}

/* -------------------------------------------------------------------------- */
/* Gallery                                                                    */
/* -------------------------------------------------------------------------- */

.ip-ld-gallery {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-bottom: 80px;
	margin-bottom: 5vw;
}

.ip-ld-gallery-main-wrap {
	position: relative;
}

.ip-ld-gallery-main-slide {
	outline: none;
}

.ip-ld-gallery-popup-link {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.ip-ld-gallery-main-img {
	background: #000;
}

.ip-ld-gallery-main-img canvas {
	width: 100%;
	height: auto;
	min-height: 420px;
	min-height: 26.25vw;
}

.ip-ld-gallery-main-img::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	pointer-events: none;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.ip-ld-gallery-breadcrumbs {
	position: absolute;
	left: 60px;
	left: 3.75vw;
	bottom: 30px;
	bottom: 1.875vw;
	z-index: 2;
	pointer-events: none;
}

.ip-ld-gallery-breadcrumbs #breadcrumbs,
.ip-ld-gallery-breadcrumbs p {
	margin: 0;
	font-size: 15px;
	font-size: 0.9375vw;
	letter-spacing: 0.025em;
	line-height: 2;
	color: #fff;
	text-transform: none;
}

.ip-ld-gallery-breadcrumbs a,
.ip-ld-gallery-breadcrumbs span {
	color: #fff;
	pointer-events: auto;
}

.ip-ld-gallery-breadcrumbs a:hover {
	color: #fff;
	opacity: 0.7;
}

.ip-ld-gallery-thumbs-wrap {
	padding: 10px 0 0;
	position: relative;
}

.ip-ld-gallery-thumbs {
	margin: 0;
}

.ip-ld-gallery-thumbs .slick-list {
	margin: 0 -3px;
}

.ip-ld-gallery-thumbs .slick-slide {
	padding: 0 3px;
	cursor: pointer;
}

.ip-ld-gallery-thumb-img {
	background: #000;
}

.ip-ld-gallery-thumb-img canvas {
	width: 100%;
	height: auto;
}

.ip-ld-gallery-thumb-img img {
	opacity: 0.55;
	transition: opacity 0.35s ease;
}

.ip-ld-gallery-thumbs .slick-slide:hover .ip-ld-gallery-thumb-img img,
.ip-ld-gallery-thumbs .slick-current .ip-ld-gallery-thumb-img img {
	opacity: 1;
}

.ip-ld-gallery-thumbs .slick-slide:hover .ip-ld-gallery-thumb-img::after {
	content: '';
	position: absolute;
	inset: 0;
	border: 2px solid #fff;
	pointer-events: none;
	z-index: 1;
}

.ip-ld-gallery-thumbs-arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 18px;
	margin-top: 1.125vw;
}

.ip-ld-gallery-thumbs-arrows .slider-arrow {
	background: transparent;
	border: 0;
	padding: 0;
	width: 35px;
	height: 16px;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.35s ease;
}

.ip-ld-gallery-thumbs-arrows .slick-arrow.slick-hidden {
	display: block !important;
}

.ip-ld-gallery-thumbs-arrows .slider-arrow:hover {
	opacity: 1;
}

.ip-ld-gallery-thumbs-arrows .section-btn-arrow {
	width: 35px;
	height: 16px;
	margin-right: 0;
	opacity: 1;
}

.ip-ld-gallery-thumbs-divider {
	display: block;
	width: 502px;
	width: 31.375vw;
	max-width: 45%;
	height: 1px;
	background: #e1e1e1;
}

/* -------------------------------------------------------------------------- */
/* About + Highlights                                                         */
/* -------------------------------------------------------------------------- */

.ip-ld-about {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	gap: 3.75vw;
	margin-bottom: 100px;
	margin-bottom: 6.25vw;
	padding-top: 20px;
}

.ip-ld-about-content {
	flex: 1;
	max-width: 851px;
	max-width: 53.1875vw;
}

.ip-ld-about-title {
	font-family: var(--font-family-title);
	font-weight: 400;
	font-size: 28px;
	font-size: 1.75vw;
	line-height: 1.3;
	letter-spacing: 4px;
	letter-spacing: 0.25em;
	color: #000;
	margin-bottom: 20px;
	margin-bottom: 1.25vw;
	text-transform: uppercase;
}

.ip-ld-about-title span {
	display: block;
}

.ip-ld-about-title span:nth-child(2) {
	font-family: var(--font-family-default);
	margin-top: 5px;
	font-size: 15px;
}

.ip-ld-about-body {
	margin-bottom: 30px;
	margin-bottom: 1.875vw;
}

.ip-ld-about-body p {
	margin: 0;
}

.ip-ld-about-cta {
	margin-bottom: 60px;
	margin-bottom: 3.75vw;
}

.ip-ld-about-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px;
}

.ip-ld-about-share-label {
	font-size: 15px;
	font-size: 0.9375vw;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #000;
}

.ip-ld-about-share-links {
	display: flex;
	align-items: center;
	gap: 50px;
}

.ip-ld-about-share-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: #000;
	font-size: 24px;
	transition: opacity 0.35s ease;
}

.ip-ld-about-share-links a:hover {
	opacity: 0.55;
	color: #000;
}

.ip-ld-about-share-links i {
	font-style: normal;
}

.ip-ld-highlights {
	width: 562px;
	width: 35.125vw;
	flex-shrink: 0;
	background: #000;
	color: #fff;
	padding: 55px 50px 45px;
	padding: 3.4375vw 3.125vw 2.8125vw;
}

.ip-ld-highlights-price {
	text-align: center;
	margin-bottom: 35px;
	margin-bottom: 2.1875vw;
}

.ip-ld-highlights-price-label {
	display: block;
	font-size: 15px;
	font-size: 0.9375vw;
	font-weight: 500;
	letter-spacing: 0.5em;
	text-transform: lowercase;
	margin-bottom: 10px;
}

.ip-ld-highlights-price-value {
	display: block;
	font-family: var(--font-family-title);
	font-size: 53px;
	font-size: 3.3125vw;
	letter-spacing: 0.25em;
	line-height: 1.1;
}

.ip-ld-highlights-heading {
	text-align: center;
	font-size: 15px;
	font-size: 0.9375vw;
	font-weight: 500;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-bottom: 1.875vw;
}

.ip-ld-highlights-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ip-ld-highlights-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 15px;
	font-size: 0.9375vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ip-ld-highlights-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.ip-ld-highlights-label {
	text-align: left;
}

.ip-ld-highlights-value {
	text-align: right;
}

/* -------------------------------------------------------------------------- */
/* Property Details Accordion                                                 */
/* -------------------------------------------------------------------------- */

.ip-ld-details {
	margin-bottom: 100px;
	margin-bottom: 6.25vw;
}

.ip-ld-accordion {
	padding: 0 170px;
	padding: 0 10.625vw;
}

.ip-ld-accordion-item {
	border-bottom: 1px solid #e1e1e1;
}

.ip-ld-accordion-item:first-child {
	border-top: 0;
}

.ip-ld-accordion-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 0;
	padding: 1.75vw 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.ip-ld-accordion-title {
	font-family: var(--font-family-title);
	font-size: 30px;
	font-size: 1.875vw;
	font-weight: 400;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #000;
	line-height: 1.3;
}

.ip-ld-accordion-icon {
	width: 15px;
	height: 9px;
	flex-shrink: 0;
	position: relative;
	transition: transform 0.35s ease;
}

.ip-ld-accordion-icon::before {
	content: '';
	position: absolute;
	inset: 0;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: #000;
}

.ip-ld-accordion-item.is-active .ip-ld-accordion-icon {
	transform: rotate(180deg);
}

.ip-ld-accordion-panel {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	transition: max-height 0.35s ease, padding 0.35s ease;
}

.ip-ld-accordion-item.is-active .ip-ld-accordion-panel {
	max-height: 600px;
	padding-bottom: 30px;
	padding-bottom: 1.875vw;
}

.ip-ld-accordion-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 80px;
	column-gap: 5vw;
	row-gap: 18px;
	row-gap: 1.125vw;
	padding: 0 0 10px;
}

.ip-ld-accordion-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 20px;
	font-size: 15px;
	font-size: 0.9375vw;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000;
}

.ip-ld-accordion-label {
	font-weight: 400;
}

.ip-ld-accordion-value {
	font-weight: 700;
	text-align: right;
}

/* -------------------------------------------------------------------------- */
/* Featured Video                                                             */
/* -------------------------------------------------------------------------- */

.ip-ld-video {
	margin-bottom: 100px;
	margin-bottom: 6.25vw;
}

.ip-ld-video-img {
	background: #000;
	display: block;
}

.ip-ld-video-img img {
	opacity: 0.8;
}

.ip-ld-video-media a:hover .ip-ld-video-img img {
	opacity: 1;
}

.ip-ld-video-img .play-btn {
	position: absolute;
	width: 140px;
	height: 140px;
	background: rgb(255 255 255 / 17%);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.35s ease;
	z-index: 2;
}

.ip-ld-video-media a:hover .play-btn {
	opacity: 1;
}

.ip-ld-video-img .play-btn::before {
	content: '';
	position: absolute;
	width: 80%;
	height: 80%;
	background: rgb(255 255 255 / 17%);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px #d6d6d6 solid;
	opacity: 0.6;
}

.ip-ld-video-img .play-btn::after {
	font-family: agentimage !important;
	content: "\b0087";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Other Listings (copied from HP .hp-fl, renamed .ip-ld-other)               */
/* -------------------------------------------------------------------------- */

.ip-ld-other {
	margin-bottom: 100px;
	margin-bottom: 6.25vw;
}

.ip-ld-other-list {
	font-size: 0;
	margin: 0 -30px;
	margin: 0 -1.5625vw;
}

.ip-ld-other-list:not(.slick-initialized) .ip-ld-other-list-item {
	width: 50%;
	display: inline-block;
	padding: 0 30px;
	padding: 0 1.5625vw;
}

.ip-ld-other-list.slick-initialized .ip-ld-other-list-item {
	padding: 0 30px;
	padding: 0 1.5625vw;
}

.ip-ld-other-list.slick-initialized {
	padding: 0 50px;
}

.ip-ld-other-list.slick-initialized .slick-slide a {
	outline: none;
}

.ip-ld-other-list.slick-initialized .slick-arrow {
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	padding: 0;
	width: 50px;
	height: 50px;
	font-family: agentimage !important;
	font-size: 0;
	transition: all 0.5s;
}

.ip-ld-other-list.slick-initialized .slick-arrow:hover {
	opacity: 0.5;
}

.ip-ld-other-list.slick-initialized .slick-arrow::before {
	font-size: 30px;
}

.ip-ld-other-list.slick-initialized .slick-prev {
	left: 20px;
	text-align: left;
}

.ip-ld-other-list.slick-initialized .slick-prev::before {
	content: "\b0205";
}

.ip-ld-other-list.slick-initialized .slick-next {
	right: 20px;
	text-align: right;
}

.ip-ld-other-list.slick-initialized .slick-next::before {
	content: "\b0206";
}

.ip-ld-other-item-text {
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ip-ld-other-item-text .section-btn {
	color: #000;
}

.ip-ld-other-item-label {
	font-size: 15px;
	font-size: 0.78125vw;
	font-weight: 500;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #000;
}

.ip-ld-other-item-img-text-hover {
	font-size: 15px;
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
	color: #fff;
	gap: 20px;
	opacity: 0;
	transition: all 0.5s;
	font-size: 0.78125vw;
	font-size: min(0.78125vw, 12.5px);
	font-weight: 500;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	padding-bottom: 25px;
	background: rgb(0 0 0 / 50%);
}

.ip-ld-other-list-item:hover .ip-ld-other-item-img-text-hover {
	opacity: 1;
}

.ip-ld-other-list-item:hover .ip-ld-other-item-img {
	filter: grayscale(1);
}

.ip-ld-other-item-img-text-hover span:after {
	content: "|";
	margin-left: 10px;
}

.ip-ld-other-item-img-text-hover span:last-of-type:after {
	content: "";
}

/* -------------------------------------------------------------------------- */
/* Featured Communities (copied from HP .hp-fc, renamed .ip-ld-communities)   */
/* -------------------------------------------------------------------------- */

.ip-ld-communities {
	padding: 0;
}

.ip-ld-communities-list {
	margin: 0 -30px;
	margin: 0 -1.5625vw;
	font-size: 0;
}

.ip-ld-communities-list-item {
	padding: 30px;
	padding: 1.5625vw;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.ip-ld-communities-list-item a {
	display: block;
	height: 100%;
}

.ip-ld-communities-list-item a:hover {
	text-decoration: none;
}

.ip-ld-communities-list-item-label {
	font-size: 15px;
	font-size: 0.9375vw;
	font-weight: 300;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #000;
	margin-top: 30px;
	margin-top: 1.875vw;
	display: flex;
	align-items: center;
}

.ip-ld-communities-list-item-label::before {
	content: '';
	background: #ccc;
	display: inline-block;
	height: 1px;
	width: 68px;
	margin-right: 30px;
}

.ip-ld-communities-list-item-img {
	background: #000;
}

.ip-ld-communities-list-item:hover .ip-ld-communities-list-item-img img {
	opacity: 0.4;
}

.ip-ld-communities-list-item-img .play-btn {
	position: absolute;
	width: 140px;
	height: 140px;
	background: rgb(255 255 255 / 17%);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.35s ease;
	z-index: 2;
}

.ip-ld-communities-list-item:hover .ip-ld-communities-list-item-img .play-btn {
	opacity: 1;
}

.ip-ld-communities-list-item-img .play-btn::before {
	content: '';
	position: absolute;
	width: 80%;
	height: 80%;
	background: rgb(255 255 255 / 17%);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px #d6d6d6 solid;
	opacity: 0.6;
}

.ip-ld-communities-list-item-img .play-btn::after {
	font-family: agentimage !important;
	content: "\b0087";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Gallery Popup (aiosPopup)                                                  */
/* -------------------------------------------------------------------------- */

.ip-ld-gallery-popup .aiosp-container {
	padding-top: 13.5vw;
}

.ip-ld-gallery-popup .aiosp-content {
	max-width: 924px;
	max-width: 57.75vw;
	position: relative;
	padding-bottom: 48px;
}

.ip-ld-gallery-popup .aiosp-image-holder .aiosp-figure {
	position: relative;
}

.ip-ld-gallery-popup img.aiosp-img {
	padding: 0;
	border: 1px solid #fff;
	max-width: 924px;
	max-width: 57.75vw;
	max-height: 70vh;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.ip-ld-gallery-popup .aiosp-figure:after {
	display: none;
}

.ip-ld-gallery-popup .aiosp-bottom-bar,
.ip-ld-gallery-popup .aiosp-title,
.ip-ld-gallery-popup .aiosp-counter {
	display: none !important;
}

.ip-ld-gallery-popup .aiosp-close {
	position: absolute;
	top: -28px;
	right: -36px;
	width: 28px;
	height: 24px;
	line-height: 24px;
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	opacity: 1;
	text-align: center;
	background: transparent;
	padding: 0;
	transition: opacity 0.35s ease;
}

.ip-ld-gallery-popup .aiosp-close:hover {
	opacity: 0.55;
	color: #fff;
}

.ip-ld-gallery-popup .aiosp-arrow {
	position: absolute;
	top: auto;
	bottom: 8px;
	margin: 0 !important;
	width: 20px;
	height: 20px;
	opacity: 1;
	transform: none !important;
	transition: opacity 0.35s ease;
}

.ip-ld-gallery-popup .aiosp-arrow:hover,
.ip-ld-gallery-popup .aiosp-arrow:focus {
	opacity: 0.55;
}

.ip-ld-gallery-popup .aiosp-arrow:before,
.ip-ld-gallery-popup .aiosp-arrow:after {
	display: none;
	border: 0;
	margin: 0;
	width: 0;
	height: 0;
}

.ip-ld-gallery-popup .aiosp-arrow-left {
	left: calc(50% - 22px);
	right: auto;
}

.ip-ld-gallery-popup .aiosp-arrow-right {
	left: calc(50% + 8px);
	right: auto;
}

.ip-ld-gallery-popup .aiosp-arrow-left:before,
.ip-ld-gallery-popup .aiosp-arrow-right:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 0;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	opacity: 1;
}

.ip-ld-gallery-popup .aiosp-arrow-left:before {
	transform: translate(-40%, -50%) rotate(-135deg);
}

.ip-ld-gallery-popup .aiosp-arrow-right:before {
	transform: translate(-60%, -50%) rotate(45deg);
}

/* -------------------------------------------------------------------------- */
/* Responsive                                                                 */
/* -------------------------------------------------------------------------- */

@media (max-width: 991px) {
	.ip-ld-wrapper {
		padding-bottom: 60px;
	}

	.ip-ld .section-title :is(h1, h2),
	.ip-ld-accordion-title {
		font-size: 24px;
	}

	.ip-ld-gallery {
		margin-bottom: 40px;
	}

	.ip-ld-gallery-main-img canvas {
		min-height: 280px;
	}

	.ip-ld-gallery-breadcrumbs {
		left: 20px;
		bottom: 16px;
	}

	.ip-ld-gallery-breadcrumbs #breadcrumbs,
	.ip-ld-gallery-breadcrumbs p {
		font-size: 12px;
	}

	.ip-ld-gallery-thumbs-divider {
		max-width: 30%;
	}

	.ip-ld-about {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 60px;
	}

	.ip-ld-about-content,
	.ip-ld-highlights {
		max-width: none;
		width: 100%;
	}

	.ip-ld-about-title {
		font-size: 19px;
		line-height: 30px;
	}

	.ip-ld-about-share-label,
	.ip-ld-highlights-price-label,
	.ip-ld-highlights-heading,
	.ip-ld-highlights-list li,
	.ip-ld-accordion-row,
	.ip-ld-other-item-label,
	.ip-ld-communities-list-item-label {
		font-size: 15px;
	}

	.ip-ld-highlights {
		padding: 40px 28px 30px;
	}

	.ip-ld-highlights-price-value {
		font-size: 36px;
		letter-spacing: 0.12em;
	}

	.ip-ld-details,
	.ip-ld-video,
	.ip-ld-other {
		margin-bottom: 60px;
	}

	.ip-ld-accordion {
		padding: 0;
	}	

	.ip-ld-accordion-grid {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.ip-ld-other-list:not(.slick-initialized) .ip-ld-other-list-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.ip-ld-other-list.slick-initialized {
		padding: 0 50px;
	}

	.ip-ld-other-list.slick-initialized .slick-next {
		width: 20px;
	}

	.ip-ld-other-item-img canvas {
		height: 280px;
	}

	.ip-ld-other-item-text {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}

	.ip-ld-communities-list-item {
		width: 100%;
	}

	.ip-ld-communities-list-item-label::before {
		width: 40px;
		margin-right: 16px;
	}

	.ip-ld-gallery-popup .aiosp-container {
		padding-top: 80px;
	}

	.ip-ld-gallery-popup .aiosp-content,
	.ip-ld-gallery-popup img.aiosp-img {
		max-width: 90vw;
	}

	.ip-ld-gallery-popup .aiosp-close {
		top: -32px;
		right: 0;
	}

	.ip-ld-gallery-popup .aiosp-content {
		padding-bottom: 40px;
	}

	.ip-ld-video-img .play-btn,
	.ip-ld-communities-list-item-img .play-btn {
		width: 80px;
		height: 80px;
		opacity: 1;
	}
}
