/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 14 2023 | 04:32:17 */
.hx-value-adds .evlt-paragraph__cta {
text-decoration: none;
    /* align-self: center; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,0);
}

.hx-value-adds.evlt-paragraph {
	position: relative;
}

.hx-value-adds .evlt-paragraph__cta::before {
   content: "";
	left: 30%;
	top: 30%;
	width: 40%;
	height: 40%;
	margin: auto;
}

.hx-value-adds .evlt-paragraph__cta:hover::before {
   content: "I am new";
	background-color: rgba(209, 162, 46, 0.2);
	width: 100%;
	height: 100%;
	opacity: 1;
	margin: auto;
	transition: background-color 0.8s, width 0.4s, height 0.4s;
}

.curio-hx-cta .tabs__item--right-side-header {
	margin-right: 20px;
    min-height: 40vh;
}

.curio-hx-cta .tabs__item--right-side-header:hover {
	background-color: #111111 !important;
	color: white;
	transition: background-color 0.6s;
}

.heritage_experience_cta {
	margin-top: 0px;
}