
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible, input[type="file"]:focus-visible {
	outline: .125rem solid #4d65ff;
	outline-offset: .125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
	margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext > :last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
	pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium, .container-small, .container-large {
	margin-right: auto !important;
	margin-left: auto !important;
}

/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
	display: inline-flex;
}

/* These classes are never overwritten */
.hide {
	display: none !important;
}

.navbar2_logo-link svg, .footer8_logo-link svg {
	width: 160px;
	height: auto;
}

.footer8_logo-link svg {
	filter: invert(1) grayscale(1) brightness(5);
}

.padding-section-large {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.section_layout359 .layout359_image-wrapper img {
	box-shadow: 20px 20px #000;
}

@media screen and (max-width: 991px) {
	.hide, .hide-tablet {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-mobile-landscape {
		display: none !important;
	}
}

@media screen and (max-width: 479px) {
	.hide-mobile {
		display: none !important;
	}
}

.margin-0 {
	margin: 0rem !important;
}

.padding-0 {
	padding: 0rem !important;
}

.spacing-clean {
	padding: 0rem !important;
	margin: 0rem !important;
}

.margin-top {
	margin-right: 0rem !important;
	margin-bottom: 0rem !important;
	margin-left: 0rem !important;
}

.padding-top {
	padding-right: 0rem !important;
	padding-bottom: 0rem !important;
	padding-left: 0rem !important;
}

.margin-right {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
	margin-left: 0rem !important;
}

.padding-right {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
	padding-left: 0rem !important;
}

.margin-bottom {
	margin-top: 0rem !important;
	margin-right: 0rem !important;
	margin-left: 0rem !important;
}

.padding-bottom {
	padding-top: 0rem !important;
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}

.margin-left {
	margin-top: 0rem !important;
	margin-right: 0rem !important;
	margin-bottom: 0rem !important;
}

.padding-left {
	padding-top: 0rem !important;
	padding-right: 0rem !important;
	padding-bottom: 0rem !important;
}

.margin-horizontal {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}

.padding-horizontal {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

.margin-vertical {
	margin-right: 0rem !important;
	margin-left: 0rem !important;
}

.padding-vertical {
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}

/* Apply "..." at 100% width */
.truncate-width {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Removes native scrollbar */
.no-scrollbar {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.no-scrollbar::-webkit-scrollbar {
	display: none;
}

.reviews-sec .es-badge-container {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 17%);
}

.reviews-bg-sec {
	background-color: #eee;
}

.reviews-text-sec h2 {
	margin-bottom: 30px;
}

.reviews-text-sec .list-sec {
	margin-bottom: 30px;
}

.reviews-text-sec {
	margin-bottom: 30px;
}

.privacy-text p {
	color: #fff !important;
}

.sidewalk-wrapper {
	margin-top: 40px;
	display: flex;
	gap: 30px;
}

.sidewalk-wrapper .sidewalk-blocks {
	width: calc(33.33% - 10px);
}

.sidewalk-wrapper .sidewalk-blocks img {
	height: 100%;
	object-fit: cover;
}

.section_layout359 .layout359_image-wrapper img {
	width: 100%;
	object-fit: cover;
	object-position: top;
	height: 500px;
}

.section_gallery6 {
	background-color: #fbfbf5;
}

header .button-group {
	margin-top: 30px;
}

.reviews-sec .rating-block {
	display: flex;
	justify-content: center;
	gap: 20px;
	/* margin-top: 30px; */
	margin-bottom: 30px;
}

.reviews-sec .rating-block a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.reviews-sec .rating-block img {
	filter: invert(1);
}

@media screen and (max-width: 991px) {
	.sidewalk-wrapper {
		flex-wrap: wrap;
	}
	
	.sidewalk-wrapper .sidewalk-blocks {
		width: calc(50% - 15px);
	}
}

@media screen and (max-width: 767px) {
	.reviews-sec .rating-block a {
		flex-direction: column;
	}
	
	.reviews-sec .rating-block .image-holder img {
		height: 50px;
		width: auto;
	}
}

@media screen and (max-width: 575px) {
	.sidewalk-wrapper .sidewalk-blocks {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.reviews-sec .rating-block .image-holder img {
		height: 35px;
	}
	
	.reviews-sec .rating-block .image-holder img {
		height: 26px;
	}
	
	.reviews-sec .rating-block .stars-holder img {
		width: 13px;
	}
}
