.page-header {
	display: none;
}

.secondary-btn a,
.cf-submit {
	background-color: #FE6600 !important;
}

.secondary-btn a:hover,
.cf-submit:hover {
	background-color: #6A7A69 !important;
}

header .hfe-nav-menu li.menu-item .hfe-menu-item {
	position: relative;
	padding-right: 5px !important;
}
header .hfe-nav-menu li.menu-item .hfe-menu-item {
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
header .hfe-nav-menu li.menu-item .hfe-menu-item::after{
	content: "";
	position: absolute;
	width: 0;
	height: 8px;
	top: auto;
  display: block !important;
  background-color: #FE6600 !important;
  z-index: -1;
  bottom: 3px;
}
header .hfe-nav-menu li.menu-item .hfe-menu-item:hover:after,
header .hfe-nav-menu li.menu-item.current-menu-item .hfe-menu-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	top: auto;
  display: block !important;
  background-color: #FE6600 !important;
  z-index: -1;
  bottom: 3px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    gap: 20px;        
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu:before,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu:after{
    content:none !important;
}
header .hfe-nav-menu li.menu-item.current-menu-item .hfe-menu-item::after,
footer .hfe-nav-menu li.menu-item.current-menu-item .hfe-menu-item::after {
	opacity: 1 !important;
}

.p-tag-margin p {
	margin: 0;
}

.image-with-text-strong strong {
	font-weight: 500;
}

.heading-after h2 {
	position: relative;
	width: fit-content;
	z-index: 99;
	padding-left: 32px;
}

.heading-after h2::after {
	content: "";
	position: absolute;
	width: -webkit-fill-available;
	height: 8px;
	top: 35px;
	right: 36px;
	display: block !important;
	background-color: #FE6600 !important;
	z-index: -1;
}

.area-content-after p {
	position: relative;
	margin-bottom: 0;
	padding-left: 10px;
	line-height: 120%;
}

.area-content-after p:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0px;
	left: 0px;
	display: block !important;
	background-color: #FE6600 !important;
}

.investments-icon-height {
	height: 92px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .header-side-aber-mbl .hfe-side {
	width: 100% !important;
}

.p-tag-margin.line-break-wrap {
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
}

/* slider */

.investment-slider {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	gap: 28px;
	padding-bottom: 45px;
}

.investment-slider {
	-ms-overflow-style: none;
}

.investment-slider>.e-child {
	flex: 0 0 39%;
	scroll-snap-align: start;
	display: flex;
	align-items: center;
	gap: 40px;
}

.investment-slider h2 {
	font-size: 32px;
}

.investment-slider>.e-child.is-faded {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

/* form */
.cf-label br {
	display: none;
}

.cf-label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
}

.cf-input,
.cf-textarea {
	margin-top: 17px;
	font-size: 16px;
	padding: 18px 20px !important;
	line-height: 1;
	border-radius: 10px !important;
	border: 1px solid #CCCCCC !important;
}

.cf-textarea {
	min-height: 220px;
	height: 220px;
	resize: none;
}

.cf-input::placeholder,
.cf-textarea::placeholder {
	color: #0000004D;
}

.cf-input:focus,
.cf-textarea:focus {
	border: 1px solid #333 !important;
}

.cf-submit {
	margin-top: 10px;
	border: none !important;
	padding: 12px 24px !important;
	line-height: 1;
}

.contact-form-parent p {
	margin-bottom: 0px;
}

@media (max-width: 1024px) {
	.hfe-flyout-content.push {
		height:100vh !important;
	}
	.investment-slider>.e-child {
		flex: 0 0 65%;
		gap: 10px;
	}

	.cf-textarea {
		min-height: 190px;
		height: 190px;
	}

	.cf-input,
	.cf-textarea {
		margin-top: 10px;
		padding: 12px 20px !important;
	}

	.cf-submit {
		margin-top: 0px;
	}

	header .hfe-flyout-close,
	header .hfe-flyout-close svg {
		top: 8px;
		right: 5px;
	}
}

header .header-side-aber-mbl li.menu-item .hfe-menu-item,
header .header-side-aber-mbl li.menu-item.current-menu-item .hfe-menu-item {
	width: fit-content;
}

@media only screen and (max-width: 767px) {
	.mbl-bg-none {
		background-image: none !important;
	}

	.investment-slider>.e-child {
		flex: 0 0 100%;
		gap: 10px;
	}

	.cf-input,
	.cf-textarea {
		padding: 10px 15px !important;
		margin-top: 10px;
	}

	footer .hfe-nav-menu {
		justify-content: center !important;
		row-gap: 0px !important;
	}

	footer .hfe-nav-menu li a,
	.footer-links p a,
	footer .p-tag-margin p {
		font-size: 13px !important;
	}

}

@media only screen and (max-width: 567px) {
	.heading-after h2 {
		padding-left: 20px;
	}

	.heading-after h2::after {
		height: 6px;
		top: 22px;
		right: 25px;
	}

	footer ul.hfe-nav-menu::after,
	footer ul.hfe-nav-menu::before {
		display: none;
	}

	footer ul.hfe-nav-menu {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

}