.elementor-helcci-inav {
	font-family: "DinPro", Sans-Serif;
}

.elementor-helcci-inav .helcci-inav-container {
	display: flex;
	background: #F0F0F0;
	border-radius: 5px;
}

.elementor-helcci-inav .helcci-inav-vertical-block {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-radius: 5px;
	position: relative;
	flex: 0 0 50%;
}

.elementor-helcci-inav .helcci-inav-vertical-block:before {
	content: "";
	width: 1px;
	background-color: white;
	height: 80%;
	position: absolute;
	left:0;
	bottom: 10%;
}

.elementor-helcci-inav .helcci-inav-vertical-block:first-child:before {
	content: none;
}

.elementor-helcci-inav .helcci-inav-vertical-block:last-child {
	padding-right: 0;
}

.elementor-helcci-inav .helcci-inav-upper {
	font-weight: 500;
	font-size: 18px;	
	color: #7A7A7A;
}

.elementor-helcci-inav .helcci-inav-lower {
	font-size: 32px;
	color: #012842;
	font-weight: 500;
}

.elementor-helcci-inav .helcci-inav-footnote {
	font-size: 12px;
	color: #7A7A7A;
	font-weight: 400;
}

.elementor-helcci-inav .helcci-inav-tickerimage {
	display: inline-block;
	height: 15px;
	width: 15px;
	padding-bottom: 5px;
	vertical-align: middle;
}

@media all and (max-width: 767px) {
	.elementor-helcci-inav .helcci-inav-container {
		flex-direction: column;
	}

	.elementor-helcci-inav .helcci-inav-vertical-block:before {
		content: "";
		background-color: white;
		height: 1px;
		width: 90%;
		position: absolute;
		left: 5%;
		right: 5%;
		top: 0;
	}
}
