.hello-elementor-child-villa-highlights {
	position: relative;
	width: 100%;
	max-width: 130rem;
	padding-bottom: 0;
	font-family: "Brandon Text", sans-serif;
}

.hello-elementor-child-villa-highlights__viewport {
	overflow: hidden;
	width: 100%;
	border-radius: 1rem;
}

.hello-elementor-child-villa-highlights__track {
	display: flex;
	transition: transform 0.45s ease;
	will-change: transform;
}

.hello-elementor-child-villa-highlights__slide {
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: minmax(0, 71rem) minmax(0, 45.4rem);
	align-items: stretch;
	min-height: 60rem;
	background: transparent;
}

.hello-elementor-child-villa-highlights__media,
.hello-elementor-child-villa-highlights__panel {
	min-height: 60rem;
	box-sizing: border-box;
}

.hello-elementor-child-villa-highlights__media {
	position: relative;
	overflow: hidden;
	border-radius: 1rem 0 0 1rem;
	background: transparent;
}

.hello-elementor-child-villa-highlights__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 70rem;
	object-fit: cover;
	object-position: center;
}

.hello-elementor-child-villa-highlights__panel {
	position: relative;
	z-index: 1;
	padding: 5.4rem 5.6rem 14.6rem 5.6rem;
	border-radius: 0 1rem 1rem 0;
	background: #fafafa;
	color: #323735;
}

.hello-elementor-child-villa-highlights__icon {
	display: block;
	width: 6rem;
	height: auto;
	margin-bottom: 1.9rem;
}

.hello-elementor-child-villa-highlights__title {
	margin: 0 0 2.2rem;
	color: #3c3c3c;
	font-family: "Libre Baskerville", serif;
	font-size: 4.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.043rem;
}

.hello-elementor-child-villa-highlights__content {
	color: #323735;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 390;
	line-height: 2rem;
}

.hello-elementor-child-villa-highlights__content p,
.hello-elementor-child-villa-highlights__content ul {
	margin: 0 0 1.4rem;
}

.hello-elementor-child-villa-highlights__content p:last-child,
.hello-elementor-child-villa-highlights__content ul:last-child {
	margin-bottom: 0;
}

.hello-elementor-child-villa-highlights__content strong {
	color: #323735;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 450;
	line-height: 2.6rem;
}

.hello-elementor-child-villa-highlights__content span {
	color: #93bfd2;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 450;
	line-height: 2.6rem;
	margin-left: 1.2rem;
}

.hello-elementor-child-villa-highlights__content ul {
	padding-left: 2.6rem;
	line-height: 1.55;
}

.hello-elementor-child-villa-highlights__link {
	display: inline-flex;
	align-items: center;
	gap: 1.1rem;
	margin-top: 2rem;
	color: #409dc4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 390;
	line-height: 2.6rem;
	text-decoration: none;
}

.hello-elementor-child-villa-highlights__link img {
	display: block;
	width: 1.3rem;
	height: auto;
	flex: 0 0 auto;
}

.hello-elementor-child-villa-highlights__link:hover,
.hello-elementor-child-villa-highlights__link:focus-visible {
	color: #409dc4;
	text-decoration: none;
	opacity: 0.9;
}

.hello-elementor-child-villa-highlights__nav {
	position: absolute;
	left: 56.5rem;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	z-index: 2;
}

.page-id-366 .hello-elementor-child-villa-highlights__nav {
  position: absolute;
  left: 60.5rem;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}

.hello-elementor-child-villa-highlights__nav-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 10rem;
	height: 10rem;
	padding: 0;
	border: 0;
	cursor: pointer;
	transition: filter 0.2s ease;
}

.hello-elementor-child-villa-highlights__nav-button img {
	display: block;
	width: 1.273rem;
	height: auto;
}

.hello-elementor-child-villa-highlights__nav-button--prev {
	border-radius: 1rem 0 0 0;
	background: #fafafa;
}

.hello-elementor-child-villa-highlights__nav-button--next {
	border-radius: 0 1rem 0 0;
	background: #93bfd2;
}

.hello-elementor-child-villa-highlights__nav-button:hover,
.hello-elementor-child-villa-highlights__nav-button:focus-visible,
.hello-elementor-child-villa-highlights__nav-button:active {
	background: inherit;
	background-color: inherit;
	color: inherit;
	text-decoration: none;
	filter: brightness(0.98);
}

.hello-elementor-child-villa-highlights__nav-button--prev:hover,
.hello-elementor-child-villa-highlights__nav-button--prev:focus,
.hello-elementor-child-villa-highlights__nav-button--prev:active {
	background: #fafafa;
	background-color: #fafafa;
}

.hello-elementor-child-villa-highlights__nav-button--next:hover,
.hello-elementor-child-villa-highlights__nav-button--next:focus,
.hello-elementor-child-villa-highlights__nav-button--next:active {
	background: #93bfd2;
	background-color: #93bfd2;
}

.hello-elementor-child-villa-highlights__nav-button:focus-visible {
	outline: 0.2rem solid #93bfd2;
	outline-offset: 0.2rem;
}

@media (max-width: 1024px) {
	.hello-elementor-child-villa-highlights {
		padding-bottom: 0;
	}

	.hello-elementor-child-villa-highlights__slide {
		grid-template-columns: minmax(0, 1fr);
	}

	.hello-elementor-child-villa-highlights__media {
		min-height: 42rem;
		border-radius: 1rem 1rem 0 0;
	}

	.hello-elementor-child-villa-highlights__image {
		min-height: 42rem;
	}

	.hello-elementor-child-villa-highlights__panel {
		min-height: auto;
		padding: 4rem 3.2rem 10rem;
		border-radius: 0 0 1rem 1rem;
	}

	.hello-elementor-child-villa-highlights__title {
		margin-bottom: 3.6rem;
		font-size: 3.8rem;
	}

	.hello-elementor-child-villa-highlights__nav {
		left: 0;
	}
}

@media (max-width: 767px) {
	.hello-elementor-child-villa-highlights {
		padding-bottom: 0;
	}

	.hello-elementor-child-villa-highlights__media {
		min-height: 30rem;
	}

	.hello-elementor-child-villa-highlights__image {
		min-height: 30rem;
	}

	.hello-elementor-child-villa-highlights__panel {
		padding: 3rem 2.2rem 8rem;
	}

	.hello-elementor-child-villa-highlights__icon {
		width: 4.8rem;
		margin-bottom: 1.6rem;
	}

	.hello-elementor-child-villa-highlights__title {
		font-size: 3.2rem;
		margin-bottom: 2.8rem;
	}

	.hello-elementor-child-villa-highlights__content strong,
	.hello-elementor-child-villa-highlights__content span,
	.hello-elementor-child-villa-highlights__content {
		font-size: 1.5rem;
	}

	.hello-elementor-child-villa-highlights__link {
		font-size: 1.8rem;
	}

	.hello-elementor-child-villa-highlights__nav-button {
		width: 7rem;
		height: 7rem;
	}
}
