.page-nav {
	background: #f7f7f7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
@media screen and (max-width: 769px) {
	.page-nav {
		display: block;
	}
}

.page-nav a {
	padding: 0 20px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #00205a;
}

.btn-brd-hover:hover {
	background: #0089ae !important;
}
.accordion {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #e4e9f0;
}

.accordion .panel {
	border: none;
	margin: 0;
}

.accordion .panel-default {
	border-bottom: 1px solid #e4e9f0;
}

.accordion .panel-default .panel-heading {
	padding: 0;
	margin: 0;
	border: none;
}

.accordion .panel-default:last-of-type {
	border-bottom: none;
}

.accordion button {
	border-bottom: none;
}

.accordion button {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px 20px;
	font-weight: 700;
	font-family: arial;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	display: block;
	width: 100%;
	text-align: left;
	background-color: #fff;
	position: relative;
}

.accordion button img {
	margin-right: 20px;
}

.accordion button:after {
	display: inline !important;
	background-image: none;
	content: "\f067";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #02a8ce;
}

.accordion-button.accordion-toggle:not(.collapsed):after {
	content: "\f068";
	background-image: none;
	transform: none;
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #02a8ce;
}

.accordion-button.accordion-toggle:not(.collapsed) {
	background-color: #ebf8fb;
	background-image: none;
}

.panel-body {
	background-color: #ebf8fb;
	padding-bottom: 30px;
	padding-left: 73px;
	padding-right: 70px;
	width: 100%;
}

.show {
	display: inline-block !important;
}

#product-overview {
	background-image: linear-gradient(180deg, #02a8ce, #0190b1);
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-top: 60px;
}

.btn-brd-hover:hover {
	color: white !important;
}

.bottom-cta {
	margin-top: 50px;
	background-image: linear-gradient(180deg, #02a8ce, #0190b1);
	padding: 30px;
}

.catalog-outlined {
	border: 1px solid white;
	background-color: transparent;
}

.resource {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	margin-left: 0;
}

.tooltip {
	font-family: arial;
	font-size: 13px;
	color: #333;
	line-height: 19px;
	max-width: 250px;
	background: #fff;
	border: 1px solid #e4e9f0;
	box-shadow: 0 8px 14px 0 rgb(0 0 0 / 10%);
	text-align: left;
	opacity: 0;
	padding: 8px 21px;
	position: fixed;
	pointer-events: none;
	z-index: 999;
	margin-top: -10px;
	--arrowPos: 50%;
}

.tooltip:after {
	border-top-style: solid;
	border-right-style: solid;
	content: "";
	position: absolute;
	border-right-color: #222;
	border-top-color: #fff;
}

.tooltip.bottom-arrow:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -6px;
	left: var(--arrowPos);
	margin-left: -8px;
	border-top-width: 6px;
}

.tooltip.left-arrow:after {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: -6px;
	top: 50%;
	margin-top: -4px;
	border-right-width: 6px;
}

.tip-trigger {
	position: absolute;
}

/* Form Container */

.form-fields-container {
	display: block;
	position: relative;
	float: none !important;
	clear: both;
	margin: 0 auto !important;
}

.vcenter {
	display: block !important;
	margin: 0 auto !important;
	float: none !important;
}

.form-frame {
	display: block;
	position: relative;
	width: 100%;
	height: 760px;
}

.form-headline {
	text-align: center;
	font-size: 28px;
	padding-bottom: 10px;
	color: #00205b !important;
	font-size: 48px;
}
