#pk_flex_content{
	--site-grid: 1440px;
}

#pk_flex_content strong{
	font-weight: 900;
}

#pk_flex_content .post_title {
	font-family: "Codec-pro-bold" !important;
	  font-size: 45px;
	  margin-top: 10px;
	  margin-bottom: 50px;
}

#pk_flex_content strong {
	font-family: "Codec-pro-bold" !important;
	font-weight: unset;
}


#pk_flex_content .:not(.full_width){
	max-width: var(--site-grid);
	margin-inline: auto;
}

#pk_flex_content .heading{
	margin-bottom: 10px;
}

@media screen and (max-width: 767px){
	#pk_flex_content .heading_wrapper{
		width: 100%;
	}
	
	#pk_flex_content .heading{
		word-wrap: break-word;
		  overflow-wrap: break-word;
		-webkit-hyphens: auto;
		   -moz-hyphens: auto;
				hyphens: auto;
	}
	
	#pk_flex_content .heading span{
		word-wrap: break-word;
		  overflow-wrap: break-word;
		-webkit-hyphens: auto;
		   -moz-hyphens: auto;
				hyphens: auto;
	}
}

body .fl-page #pk_flex_content .rank-math-breadcrumb{
	padding: 8px 18px;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 20px;
	font-size: 14px;
}

#pk_flex_content .rank-math-breadcrumb a{
	color: var(--wp--preset--color--fl-footer-text);
	margin-bottom: 0px;
}

#pk_flex_content .rank-math-breadcrumb p{
	color: var(--wp--preset--color--fl-body-text);
	margin-bottom: 0px;
}


#pk_flex_content .rank-math-breadcrumb a:hover,
#pk_flex_content .rank-math-breadcrumb a:focus{
	color: var(--wp--preset--color--fl-accent);
}


#pk_flex_content .button_hero_wrapper{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

#pk_flex_content .flex_layout {
	margin: 75px 0;
}

@media screen and (max-width: 767px){

	#pk_flex_content .flex_layout{
		padding: 0px 20px !important;
	}

	#pk_flex_content .flex_breadcrumbs .flex_layout{
		padding-inline: 20px;
	}
	
	#pk_flex_content .flex_layout{
		margin: 50px 0 !important;
	}
	
	#pk_flex_content .flex_content {
		margin-top: 50px;
	}
}


.text_wrapper ul{
	padding-left: 16px;
}