:root {
	--hicap-energy: #ac5b52;
	--hicap-energy-deep: #542a26;
	--hicap-energy-coral: #ee887e;
	--hicap-energy-red: #d95662;
	--hicap-energy-cream: #fff8f4;
	--hicap-energy-ink: #241c1a;
}

.hicap-energy-download-page #header_meta,
.hicap-energy-download-page .main_menu,
.hicap-energy-download-page #header_main_alternate,
.hicap-energy-download-page #avia_alternate_menu_container,
.hicap-energy-download-page .title_container,
.hicap-energy-download-page .sidebar,
.hicap-energy-download-page .qlwapp__container,
.hicap-energy-download-page #footer,
.hicap-energy-download-page #socket,
.hicap-energy-download-page #scroll-top-link {
	display: none !important;
}

.hicap-energy-download-page #header,
.hicap-energy-download-page #header_main,
.hicap-energy-download-page #header_main .container,
.hicap-energy-download-page .header_bg {
	background: #fff !important;
}

.hicap-energy-download-page #header_main {
	padding: 16px !important;
}

.hicap-energy-download-page #header_main .inner-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hicap-energy-download-page #header_main .container.av-logo-container,
.hicap-energy-download-page #header_main .inner-container,
.hicap-energy-download-page #header_main .logo {
	width: 100%;
	text-align: center;
}

.hicap-energy-download-page #header_main .logo,
.hicap-energy-download-page #header_main .logo a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	cursor: default;
}

.hicap-energy-download-page #header_main .logo img {
	width: auto;
	max-height: 84px;
}

.hicap-energy-download-page #main,
.hicap-energy-download-page .main_color,
.hicap-energy-download-page .container_wrap_first {
	background: var(--hicap-energy-cream);
}

.hicap-energy-download-page .container_wrap_first {
	border: 0;
}

.responsive #top #wrap_all .container {
	width: 100% !important;
}

.hicap-energy-download-page .container_wrap_first > .container {
	width: 100%;
	max-width: 100% !important;
	padding: 0;
}

.hicap-energy-download-page .template-page.content {
	width: 100%;
	min-height: 0;
	padding: 0;
	border: 0;
}

.hicap-energy-download-page .container .av-content-small.units {
	width: 100% !important;
}

.hicap-energy-download-page .entry-content-wrapper {
	max-width: none;
}

.content .entry-content-wrapper {
	padding-right: 0 !important;
}

.hicap-energy-download-page .post-entry,
.hicap-energy-download-page .entry-content,
.hicap-energy-download-page .entry-content-wrapper {
	width: 100%;
	margin: 0;
}

.hicap-energy-download-page .entry-content-wrapper > p:empty {
	display: none;
}

.hicap-energy-download {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: calc(100vh - 117px);
	width: 100%;
	padding: clamp(58px, 8.4vw, 115px) clamp(20px, 4vw, 56px);
	overflow: hidden;
	background:
		linear-gradient(106deg, rgba(255, 255, 255, .12), transparent 34%),
		linear-gradient(100deg, var(--hicap-energy-coral) 0%, var(--hicap-energy-red) 52%, var(--hicap-energy) 100%);
	font-family: "Lato", sans-serif;
	box-sizing: border-box;
}

.hicap-energy-download *,
.hicap-energy-download *::before,
.hicap-energy-download *::after {
	box-sizing: border-box;
}

.hicap-energy-download__panel {
	display: grid;
	width: min(100%, 1000px);
	margin: auto;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(34px, 4.8vw, 50px);
	align-items: center;
}

.hicap-energy-download__intro {
	max-width: 800px;
	margin: 0 auto;
	animation: hicap-energy-rise .65s ease both;
	text-align: center;
}

.hicap-energy-download__eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 26px !important;
	color: rgba(255, 255, 255, .86);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.3;
	justify-content: center;
	text-transform: uppercase;
}

.hicap-energy-download__eyebrow::before {
	width: 46px;
	height: 3px;
	background: #fff;
	content: "";
}

.hicap-energy-download h1 {
	margin: 0 !important;
	color: #ddd !important;
	font-family: "Lato", sans-serif;
	font-size: clamp(44px, calc(6vw - 8px), 68px);
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.1em;
	text-transform: none !important;
}

.hicap-energy-download h1 span {
	display: block;
	color: #fff;
	font-style: normal;
	letter-spacing: 1px;
}

.hicap-energy-download__lead {
	max-width: 760px;
	margin: 36px auto 0 !important;
	color: rgba(255, 255, 255, .9);
	font-size: clamp(18px, 2vw, 23px);
	font-weight: 400;
	line-height: 1.5;
}

.hicap-energy-download__actions {
	position: relative;
	width: min(100%, 620px);
	margin: 0 auto;
	padding: clamp(36px, 4.8vw, 58px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .56);
	border-radius: 16px;
	background: rgba(255, 248, 244, .96);
	box-shadow: 0 28px 70px rgba(84, 42, 38, .22);
	animation: hicap-energy-rise .65s .1s ease both;
	text-align: left;
}

.hicap-energy-download__actions::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 7px;
	background: linear-gradient(90deg, var(--hicap-energy-deep) 0 24%, var(--hicap-energy) 24% 62%, var(--hicap-energy-coral) 62%);
	content: "";
}

.hicap-energy-download__action-title,
.hicap-energy-download__loyalty-kicker {
	margin: 0 0 26px !important;
	color: var(--hicap-energy-ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .14em;
	text-align: center;
	text-transform: uppercase;
}

.hicap-energy-download__stores {
	display: grid;
	gap: 14px;
}

.hicap-energy-download__store {
	display: flex;
	width: 100%;
	min-height: 68px;
	align-items: center;
	gap: 13px;
	justify-content: center;
	padding: 10px 24px;
	border: 1px solid #161211;
	border-radius: 10px;
	background: #161211;
	box-shadow: none;
	color: #fff !important;
	text-align: left;
	text-decoration: none !important;
	touch-action: manipulation;
	transition: transform .2s ease, background .2s ease;
}

.hicap-energy-download__store:hover,
.hicap-energy-download__store:focus-visible {
	transform: translateX(5px);
	background: var(--hicap-energy-deep);
	color: #fff !important;
}

.hicap-energy-download__store:focus-visible,
.hicap-energy-download__loyalty-link:focus-visible {
	outline: 3px solid rgba(172, 91, 82, .35);
	outline-offset: 3px;
}

.hicap-energy-download__store svg {
	flex: 0 0 auto;
}

.hicap-energy-download__apple {
	width: 31px;
	height: 37px;
	fill: currentColor;
}

.hicap-energy-download__play {
	width: 31px;
	height: 35px;
}

.hicap-energy-download__store span {
	display: grid;
	line-height: 1;
}

.hicap-energy-download__store small {
	margin-bottom: 4px;
	font-size: 11px;
	letter-spacing: .01em;
}

.hicap-energy-download__store strong {
	color: inherit;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -.025em;
}

.hicap-energy-download__loyalty {
	display: flex;
	width: min(100%, 620px);
	grid-column: 1 / -1;
	align-items: center;
	flex-direction: column;
	gap: 26px;
	justify-content: center;
	margin: clamp(2px, 1.2vw, 14px) auto 0;
	padding: clamp(30px, 3.6vw, 43px) clamp(31px, 4.8vw, 58px);
	border: 1px solid rgba(84, 42, 38, .1);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 22px 50px rgba(84, 42, 38, .14);
	animation: hicap-energy-rise .65s .2s ease both;
	backdrop-filter: blur(8px);
	color: var(--hicap-energy-ink);
	text-align: center;
}

.hicap-energy-download__loyalty h2 {
	max-width: 760px;
	margin: 0 !important;
	color: #333 !important;
	font-family: "Lato", sans-serif;
	font-size: clamp(17px, calc(3.1vw - 8px), 28px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.12;
	text-transform: none !important;
}

.hicap-energy-download__loyalty h2 span {
	display: inline-block;
	margin-bottom: 6px;
	color: var(--hicap-energy);
}

.hicap-energy-download__loyalty-link {
	display: inline-flex;
	flex: 0 0 auto;
	min-height: 52px;
	align-items: center;
	gap: 12px;
	justify-content: center;
	padding: 19px 25px;
	border-radius: 8px;
	background: var(--hicap-energy);
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: gap .2s ease, transform .2s ease;
}

.hicap-energy-download__loyalty-link:hover {
	gap: 17px;
	transform: translateY(-2px);
	background: var(--hicap-energy-deep);
	color: #fff !important;
}

.hicap-energy-download__loyalty-link svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

@keyframes hicap-energy-rise {
	from {
		opacity: 0;
		transform: translateY(22px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.hicap-energy-download-page #header_main {
		padding: 8px !important;
	}

	.hicap-energy-download-page #header_main .logo img {
		max-width: min(76vw, 280px);
		max-height: 58px;
	}

	.hicap-energy-download {
		min-height: calc(100svh - 74px);
		padding:
			46px max(16px, env(safe-area-inset-right))
			max(50px, env(safe-area-inset-bottom))
			max(16px, env(safe-area-inset-left));
	}

	.hicap-energy-download__panel {
		gap: 34px;
	}

	.hicap-energy-download__intro {
		margin: 0 auto;
		text-align: center;
	}

	.hicap-energy-download__eyebrow {
		justify-content: center;
		margin-bottom: 20px !important;
	}

	.hicap-energy-download__eyebrow::before {
		width: 32px;
	}

	.hicap-energy-download h1 {
		font-size: clamp(35px, calc(12.5vw - 8px), 56px);
		line-height: 1.1em;
	}

	.hicap-energy-download h1 span {
		display: block;
	}

	.hicap-energy-download__lead {
		margin: 24px auto 0 !important;
		font-size: 17px;
		line-height: 1.45;
	}

	.hicap-energy-download__actions {
		width: 100%;
		padding: 35px 24px 24px;
		border-radius: 12px;
		box-shadow: 0 18px 42px rgba(84, 42, 38, .2);
	}

	.hicap-energy-download__action-title,
	.hicap-energy-download__loyalty-kicker {
		margin-bottom: 18px !important;
		text-align: center;
	}

	.hicap-energy-download__store {
		min-height: 64px;
		padding-right: 18px;
		padding-left: 18px;
	}

	.hicap-energy-download__loyalty {
		align-items: center;
		flex-direction: column;
		gap: 24px;
		margin-top: 0;
		padding: 32px 29px;
		border-radius: 12px;
	}

	.hicap-energy-download__loyalty h2 {
		font-size: clamp(16px, calc(7vw - 8px), 22px);
	}

	.hicap-energy-download__loyalty-link {
		width: 100%;
		min-height: 54px;
	}
}

@media (max-width: 480px) {
	.hicap-energy-download {
		padding-top: 41px;
	}

	.hicap-energy-download__eyebrow {
		font-size: 10px;
		letter-spacing: .16em;
	}

	.hicap-energy-download__actions {
		padding-right: 19px;
		padding-left: 19px;
	}

	.hicap-energy-download__loyalty {
		padding: 30px 24px;
	}
}

@media (max-width: 360px) {
	.hicap-energy-download {
		padding-right: max(12px, env(safe-area-inset-right));
		padding-left: max(12px, env(safe-area-inset-left));
	}

	.hicap-energy-download h1 {
		font-size: 32px;
	}

	.hicap-energy-download__lead {
		font-size: 16px;
	}

	.hicap-energy-download__store strong {
		font-size: 19px;
	}

	.hicap-energy-download__store {
		gap: 10px;
		padding-right: 12px;
		padding-left: 12px;
	}
}

@media (hover: none) {
	.hicap-energy-download__store:hover,
	.hicap-energy-download__loyalty-link:hover {
		transform: none;
	}

	.hicap-energy-download__store:active,
	.hicap-energy-download__loyalty-link:active {
		transform: scale(.985);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hicap-energy-download__intro,
	.hicap-energy-download__actions,
	.hicap-energy-download__loyalty {
		animation: none;
	}

	.hicap-energy-download__store,
	.hicap-energy-download__loyalty-link {
		transition: none;
	}
}
