/* CSS Reset */
img {
	max-width: 100%;
}

.custom-sections,
.custom-sections p,
.custom-sections span,
.custom-sections div,
.custom-sections div a {
	font-family: "Figtree", sans-serif !important;
}

.custom-sections h1 {
	font-size: 60px !important;
	line-height: 1 !important;
	text-align: center;
	color: #15214e;
	font-weight: normal !important;
	font-family: "Figtree", sans-serif;
}

.custom-sections h2 {
	font-size: 42px !important;
	font-weight: normal !important;
	line-height: 1.31;
	letter-spacing: normal;
	color: #15214e;
	font-family: "Figtree", sans-serif;
}

.custom-sections h3 {
	font-size: 30px !important;
	font-weight: normal !important;
	line-height: 1.33;
	color: #15214e;
	font-family: "Figtree", sans-serif;
}

.custom-sections h4 {
	font-size: 22px !important;
	font-weight: normal !important;
	line-height: 1.45;
	color: #15214e;
	font-family: "Figtree", sans-serif;
}

@media (width <=991px) {
	.custom-sections h2 {
		font-size: 35px !important;
	}
}

.custom-sections .container {
	max-width: 1110px;
	margin: 0 auto;
}

@media (width <=1399px) {
	.custom-sections .container {
		max-width: 932px;
	}
}

@media (width <=991px) {
	.custom-sections .container {
		max-width: 708px;
	}
}

@media (width <=767px) {
	.custom-sections .container {
		padding: 0 15px;
	}
}

.custom-sections .btn {
	font-size: 15px;
	letter-spacing: 0.36px;
	padding: 7px 15px;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	height: 36px;
	text-transform: uppercase;
	font-family: "Figtree", sans-serif;
}

.custom-sections .btn.btn-primary {
	border: solid 2px #6a89b8;
	background-color: #6a89b8;
	color: #fff;
}

.custom-sections .btn.btn-primary:hover {
	border-color: #4b6996;
	background-color: #4b6996;
}

.custom-sections .btn.btn-outline {
	border: solid 2px #6a89b8;
	background-color: transparent;
	color: #15214e;
}

.custom-sections .btn.btn-outline:hover {
	border-color: #4b6996;
	background-color: #4b6996;
	color: #fff;
}

.hero-wrapper {
	background-color: #dbe2ee;
	min-height: 398px;
	width: 100%;
}

.hero-wrapper .page-header {
    padding-top: 118px;
}


/* Blog Section start here */

.blog-section {
	padding-bottom: 120px;
	margin-top: -90px;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 45px;
}

.blog-card {
	background: white;
	overflow: hidden;
	box-shadow: 0 8px 17px 3px rgba(0, 0, 0, 0.07);
	transition: transform 0.3s, box-shadow 0.3s;
}

.blog-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.blog-image {
	height: 150px;
}

.blog-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-content {
	padding: 20px 30px 25px 30px;
}

.blog-title {
	margin-bottom: 10px;
}

.blog-excerpt {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.71;
	color: #565554;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.read-more {
	text-decoration: none;
	transition: color 0.3s;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.71;
	color: #4b6996;
}

.load-more-wrapper {
	text-align: center;
	margin-top: 60px;
}

@media (width <=1399px) {

	.blog-image {
		height: 124px;
	}

}

@media (width <=991px) {

	.blog-image {
		height: 141px;
	}

	.blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (width <=767px) {

	.blog-grid {
		grid-template-columns: 1fr;
	}

}

/* Blog Section end here */


/* Blog details page start here */

.blog-list-body header {
	background: #fff;
	padding: 20px 0;
}

section.hero-bg-wrapper {
	margin-top: 93px;
	min-height: 497px;
	align-content: center;
	background-image: url('../images/blog-hero-fpo-2-x@2x.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

section.hero-bg-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(21 33 78 / 70%);
	width: 100%;
	height: 100%;
	z-index: 0;
}

section.hero-bg-wrapper .page-header h1 {
	text-align: left;
	color: #fff;
}

section.hero-bg-wrapper .page-header {
	position: relative;
	z-index: 1;
	max-width: 825px;
}

section.hero-bg-wrapper .page-header a {
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.95px;
	color: #fff !important;
	text-decoration: none;
	margin-bottom: 15px;
	display: inline-block;
}

@media (width <=991px) {

	section.hero-bg-wrapper .page-header h1 {
		font-size: 52px !important;
		line-height: 1.15;
	}

}

@media (width <=767px) {

	section.hero-bg-wrapper {
		min-height: 650px;
	}

}

section.blog-detail-section {
	padding: 93px 0 120px 0;
}

.blog-detail-content {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 75px;
}

.sticky-aside {
	position: sticky;
	top: 15px;
}

.blog-detail-text p {
	font-size: 16px;
	line-height: 1.88;
	color: #15214e;
	margin: 20px 0;
}

.blog-detail-text ul {
	font-size: 16px;
	line-height: 1.88;
	color: #15214e;
	margin: 0 0 20px 0;
	padding: 0 0 0 28px;
}

.blog-detail-text img {
	margin: 30px 0;
}

@media (width <=991px) {

	.blog-detail-content {
		grid-template-columns: 2.5fr 1fr;
		grid-column-gap: 60px;
	}

	section.blog-detail-section {
		padding-top: 60px;
	}

}

@media (width <=767px) {

	.blog-detail-content {
		grid-template-columns: 1fr;
		row-gap: 45px;
	}

	.blog-detail-text p {
		font-size: 14px;
		line-height: 1.71;
	}

	.sticky-aside {
		position: static;
	}

	.blog-aside-image {
		display: none;
	}

}

.mein-wrapper:has(main.custom-sections) {
	overflow-x: inherit;
}

/* Blog details page end here */

#page-header {
	background-color: #dbe2ee;
}

#page-header::before {
	display: none;
}

#site-nav ul.menu > .menu-item:not( :hover ) > a {
	color: #4b6996 !important;
}

#site-nav ul.menu > .menu-item.menu-item-has-children:not( :hover ) > a::after {
	background-image: url( ../2025q4/img/icon--has-submenu-blue.svg );
}

#site-nav + .container--buttons a:nth-child(2) {
	border-color: #6a89b8;
	color: #6a89b8 !important;
}

@media ( hover: hover ) {

	#site-nav + .container--buttons a:nth-child(2):hover {
		background-color: #4b6996;
		border-color: #4b6996;
		color: #fff !important;
	}
	
}

#page-header > .wrapper-title .h1 {
	color: #15214e;
}

body.single-post #page-header {
	height: auto;
}

body.single-post #page-header .wrapper {
	background-color: #fff;
}

@media ( width >= 768px ) {

	body.single-post #page-header .wrapper > .container {
		padding-bottom: 15px;
	}
	
}

body.single-post #page-header .wrapper-title {
	height: 500px;
}

body.single-post #page-header .wrapper-title > .container {
	align-items: start;
}

body.single-post #page-header .wrapper-title a,
body.single-post #page-header .wrapper-title .h1 {
	color: #fff !important;
}

body.single-post #page-header .wrapper-title a {
	text-transform: uppercase;
}

body.single-post #page-header .wrapper-title * + .h1 {
	margin-top: 15px;
}

body.single-post #page-header .wrapper-title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(21 33 78 / 70%);
	width: 100%;
	height: 100%;
	z-index: -1;
}

#page-header ~ main {
	position: relative;
	z-index: 5;
}
