
@keyframes zoomOut {
	0% {
		transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes floatIn {
	0% {
		opacity: 0;
		transform: translate3d(0, -50px, 0);
	}
	
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes floatUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 25px, 0);
	}
	
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes floatRight {
	0% {
		opacity: 0;
		transform: translate3d(-50px, 0, 0);
	}
	
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.icon-after.icon-twitter-x:after {
	content: "";
}

.icon-before.icon-twitter-x:before {
	content: "";
}

.icon-after.icon-pinterest-light:after {
	content: "";
}

.icon-before.icon-pinterest-light:before {
	content: "";
}

.icon-after.icon-facebook-circle:after {
	content: "";
}

.icon-before.icon-facebook-circle:before {
	content: "";
}

.icon-after.icon-tiktok:after {
	content: "";
}

.icon-before.icon-tiktok:before {
	content: "";
}

.icon-after.icon-email:after {
	content: "";
}

.icon-before.icon-email:before {
	content: "";
}

.icon-after.icon-location-dot:after {
	content: "";
}

.icon-before.icon-location-dot:before {
	content: "";
}

h1 {
	font-family: "Cabin", sans-serif;
}

h2 {
	font-family: "Cabin", sans-serif;
}

h3 {
	font-family: "Cabin", sans-serif;
}

h4 {
	font-family: "Cabin", sans-serif;
}

h5 {
	font-family: "Cabin", sans-serif;
}

h6 {
	font-family: "Cabin", sans-serif;
}

p {
	font-family: "Cabin", sans-serif;
}

label {
	font-family: "Cabin", sans-serif;
}

strong {
	font-family: "Cabin", sans-serif;
}

span {
	font-family: "Cabin", sans-serif;
}

body {
	font-family: "Cabin", sans-serif;
}

.section-breadcrumbs {
	display: none;
}

.related-article-wrapper .categories {
	display: flex;
}

@media screen and (max-width: 575px) {
	.related-article-wrapper .categories {
		flex-direction: column;
	}
	
	.related-article-wrapper .categories .category-tag:not(:first-of-type) {
		margin-left: 0;
		margin-top: 4px;
	}
}

.category-tag {
	width: fit-content;
	border-radius: 5px;
	padding: 8px 12px;
	color: #fff;
	font-family: "Cabin", sans-serif;
	letter-spacing: .75px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}

.category-tag:not(:first-of-type) {
	margin-left: 8px;
}

.category-tag>span>a {
	color: inherit;
}

.category-item {
	font-size: 1.5em;
	letter-spacing: -.48px;
	font-weight: 700;
}

.section-single-text p>a {
	text-decoration: underline;
	color: #1d2773;
}

body>.wrapper>section.blog-overview-section {
	padding-top: 0;
	padding-bottom: 0;
}

select:active, select:focus, textarea:active, textarea:focus, input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, input[type=password]:active, input[type=password]:focus, input[type=tel]:active, input[type=tel]:focus {
	border: 2px solid #f52424 !important;
}

@media screen and (max-width: 991px) {
	body>.wrapper>section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.1;
	}
}

.back-btn {
	display: none !important;
}

@media screen and (max-width: 991px) {
	.mobile-menu-back {
		padding: 20px;
		height: 0;
		transition: .3s;
	}
	
	.mobile-menu-back .back-btn {
		top: 15px;
		opacity: 0;
		margin: -1px;
		line-height: 22px;
		pointer-events: none;
		padding: 14px 20px !important;
		text-align: left;
		display: block;
	}
	
	.open-submenu .active-menu {
		display: block !important;
	}
	
	.open-submenu .back-btn {
		opacity: 1;
		pointer-events: initial;
		display: block !important;
	}
}

.wrapper {
	margin-top: 142.4px;
}

@media screen and (max-width: 991px) {
	.wrapper {
		margin-top: 68px;
	}
}

.site-footer {
	position: relative;
	overflow: hidden;
}

.site-footer .main-footer {
	padding-bottom: 50px;
	background-color: #121212;
}

@media screen and (max-width: 767px) {
	.site-footer .main-footer {
		padding-top: 40px;
	}
}

@media screen and (max-width: 991px) {
	.site-footer p {
		text-align: left;
	}
}

.site-footer .title {
	font-weight: 700;
	font-size: 1.333em;
}

.site-footer .partner-wrap {
	align-items: center;
	gap: 20px;
}

@media screen and (max-width: 991px) {
	.site-footer .partner-wrap {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 15px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.site-footer .partner-wrap {
		text-align: left;
	}
}

.site-footer .partner-wrap a {
	display: block;
}

@media screen and (max-width: 991px) {
	.site-footer .hosted-by-wrap {
		margin-top: 15px;
	}
}

.site-footer .col-logo {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.site-footer .col-logo {
		margin-bottom: 24px;
	}
}

.site-footer .menu-footer-menu-container {
	margin-top: 80px;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.site-footer .menu-footer-menu-container {
		margin-top: 50px;
	}
}

.site-footer .menu-footer-menu-container ul {
	display: flex;
	justify-content: center;
	gap: 65px;
}

@media screen and (max-width: 991px) {
	.site-footer .menu-footer-menu-container ul {
		gap: 10px;
		flex-direction: column;
		text-align: left;
	}
}

.site-footer .redbanana-footer {
	padding-top: 30px;
	border-top: 1px solid #b8b8b8;
}

@media screen and (max-width: 991px) {
	.site-footer .redbanana-footer .maxtext {
		text-align: left;
	}
}

.site-footer .redbanana-footer #menu-footer-privacy-menu {
	display: flex;
	gap: 40px;
	justify-content: flex-end;
}

@media screen and (max-width: 991px) {
	.site-footer .redbanana-footer #menu-footer-privacy-menu {
		justify-content: flex-start;
		margin-top: 20px;
	}
}

.site-footer .redbanana-footer #menu-footer-privacy-menu li a {
	color: #fff;
}

.site-footer .leadinfo-image img, .site-footer .email-image img {
	height: 38px;
}

.site-header .col-logo img {
	max-width: 100%;
	max-height: unset;
	height: 38px;
}

.site-header .main-menu ul.menu {
	padding: 26px 0;
}

.site-header .main-menu ul.menu li:not(:last-child) {
	margin-right: 65px;
}

.site-header .main-menu ul.menu li.active-menu a, .site-header .main-menu ul.menu li a:hover, .site-header .main-menu ul.menu li a:hover:after {
	color: #f52424;
}

.site-header .main-menu ul.menu li a:after {
	transition: .3s;
}

.site-header .main-menu ul.menu li .sub-menu-wrap .sub-menu {
	max-height: 600px;
	overflow-y: auto;
}

.site-header .main-menu ul.menu li>.sub-menu-wrap>.container {
	background-color: #fff;
	margin-top: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .5019607843);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	padding: 0;
}

.site-header .main-menu ul.menu li>.sub-menu-wrap>.container>.sub-menu>.menu-item>a {
	color: #121212;
	font-weight: 600;
	font-family: "Cabin", sans-serif;
	padding: 10px 24px;
}

.site-header .main-menu ul.menu li.menu-item-has-children>a:before {
	top: 10px;
	height: 60px;
}

.site-header .main-menu ul.menu li.menu-item-has-children .sub-menu {
	margin-left: 0;
	margin-right: 0;
}

.site-header .main-menu ul.menu li.menu-item-has-children .sub-menu>.menu-item {
	padding: 0;
	margin: 0;
}

.site-header .main-menu ul.menu li.menu-item-has-children .sub-menu>.menu-item>a:hover {
	background: #121212;
	color: #fff;
}

.site-header .main-menu ul.menu li.menu-item-has-children.current-menu-item>a {
	color: #fff;
}

.site-header .main-menu ul.menu li.menu-item-has-children.current-menu-item>a:hover {
	color: #f52424;
}

.site-header .social-icons-wrapper ul {
	display: flex;
	gap: 17px;
	list-style-type: none;
}

.site-header .social-icons-wrapper ul li a::before {
	color: #fff;
	transition: .3s;
}

.site-header .social-icons-wrapper ul li a:hover::before {
	color: #f52424;
}

.site-header .search-input-wrapper {
	position: relative;
}

@media screen and (min-width: 991px) {
	.site-header .search-input-wrapper {
		width: 515px;
	}
}

.site-header .search-input-wrapper input {
	border-radius: 100px;
	border-color: #414141;
	background: #121212;
	color: #fff;
}

.site-header .search-input-wrapper button {
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

.site-header .search-input-wrapper button::before {
	color: #898989;
}

.site-header .menu-toggle .menu-toggle-button {
	color: #fff;
}

.site-header .icon-search {
	color: #fff;
}

@media screen and (max-width: 991px) {
	.site-header #menu-hoofdmenu {
		padding: 20px;
	}
	
	.site-header #menu-hoofdmenu .menu-item a {
		border-bottom: 1px solid #282828;
	}
	
	.site-header #menu-hoofdmenu .menu-item:last-of-type>a {
		border-bottom: none;
	}
	
	.site-header #menu-hoofdmenu .menu-item.active-menu a {
		color: #f52424 !important;
	}
	
	.site-header #menu-hoofdmenu .menu-item.active-menu.menu-item-has-children>a {
		color: #fff !important;
	}
	
	.site-header #menu-hoofdmenu .menu-item.active-menu.menu-item-has-children .sub-menu>.menu-item>a {
		color: #fff !important;
	}
	
	.site-header #menu-hoofdmenu .menu-item>.sub-menu-wrap>.container {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.site-header #menu-hoofdmenu .menu-item.menu-item-has-children>a {
		color: #fff !important;
	}
	
	.site-header #menu-hoofdmenu .menu-item.menu-item-has-children>a .menu-item a {
		color: #fff !important;
	}
	
	.site-header #menu-hoofdmenu .menu-item.menu-item-has-children>a .menu-item:hover a {
		color: #f52424 !important;
	}
	
	.site-header #menu-hoofdmenu .menu-item .sub-menu-wrap>.container {
		box-shadow: none;
	}
	
	.site-header #menu-hoofdmenu .menu-item .sub-menu-wrap>.container .menu-item>a {
		padding-left: 24px;
	}
}

@media screen and (max-width: 991px) {
	.site-header .search-form {
		display: none;
		position: absolute;
		left: 0;
		bottom: -70px;
		background: #121212;
		width: 100%;
	}
	
	.site-header .search-form.active {
		display: block;
	}
	
	.site-header .search-form form {
		padding: 10px 20px;
	}
	
	.site-header .search-form form .search-input-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.site-header .search-input-wrapper {
		position: relative;
		max-width: 150px;
	}
	
	.site-header .search-input-wrapper input {
		border-radius: 100px;
		border-color: #898989;
	}
	
	.site-header .search-input-wrapper button {
		padding: 0;
		background: none;
		border: none;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
	}
	
	.site-header .search-input-wrapper button::before {
		color: #000;
	}
}

.section-hero {
	background: #121212;
	padding: 100px 0;
}

.section-hero .section-heading {
	margin-bottom: 50px;
	text-align: center;
}

.section-hero .section-heading h1 {
	color: #fff;
}

.section-hero .article-big .border {
	height: calc(50% - 10px);
}

.section-hero .article-big .post-item .image-wrapper {
	height: 100%;
	width: 34%;
}

.section-hero .article-big .post-item .content-wrapper {
	width: 66%;
	padding: 50px 30px;
}

.section-hero .article-big .post-item .content-wrapper h3 {
	font-size: 24px;
}

.section-hero .article-big .post-item .content-wrapper .read-more {
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
	.section-hero .article-big {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	.section-hero .article-big .border .post-item {
		overflow: hidden;
	}
	
	.section-hero .article-big .border .post-item .image-wrapper {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.section-hero .article-big .image-wrapper {
		margin: 0;
	}
}

.section-hero .article-small {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-hero .article-small>.border {
	width: 100%;
}

.section-hero .article-small .post-item .image-wrapper {
	height: 176px;
	width: 183px;
}

.section-hero .article-small .post-item .content-wrapper {
	width: 60%;
	padding: 10px 30px;
}

@media screen and (max-width: 991px) {
	.section-hero .article-small .post-item .content-wrapper {
		padding: 16px;
	}
}

.section-hero .article-small .post-item .content-wrapper h3 {
	font-size: 20px;
}

.section-hero .article-small .post-item .content-wrapper .read-more {
	margin-top: 25px;
}

.section-hero .border {
	position: relative;
}

.section-hero .border:not(:last-child) {
	margin-bottom: 20px;
}

.section-hero .border:before {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	z-index: 0;
	border-radius: 20px;
	background: linear-gradient(263deg, #ff7967 0%, #121212 35%, #686868 64%, #121212 100%);
	content: "";
}

.section-hero .post-item {
	position: relative;
	z-index: 1;
	align-items: center;
	height: 100%;
	background: linear-gradient(84deg, #383838 22.96%, #121212 75.93%, #f81d00 133.41%);
	border-radius: 20px;
}

.section-hero .post-item .acf-focal-point-image {
	transition: .3s;
}

.section-hero .post-item:hover .acf-focal-point-image {
	transform: scale(1.1);
}

.section-hero .post-item .image-wrapper {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.section-hero .post-item h3 {
	letter-spacing: -.48px;
	color: #fff;
	line-height: 1.1;
}

.section-hero .post-item .content-wrapper .information-wrapper {
	align-items: center;
	margin-bottom: 10px;
}

.section-hero .post-item .content-wrapper .information-wrapper .category-tag {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 500;
}

.section-hero .post-item .content-wrapper .information-wrapper .post-date {
	padding-left: 15px;
	color: #b8b8b8;
	letter-spacing: .7px;
	font-size: .85em;
}

@media screen and (max-width: 575px) {
	.section-hero .post-item .content-wrapper .information-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	
	.section-hero .post-item .content-wrapper .information-wrapper .post-date {
		padding-left: 0;
	}
}

.section-hero .post-item .content-wrapper .read-more .icon {
	color: #fff;
}

.section-hero .post-item .content-wrapper .read-more .icon::after {
	padding-left: 10px;
	font-size: 13px;
	font-weight: 800;
}

.section-hero .post-item .image-wrapper .acf-focal-point-image {
	border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 991px) {
	.section-hero .border.hide-mobile {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.section-hero .border.show-mobile {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.section-hero {
		padding-top: 10px;
	}
	
	.section-hero .article-big {
		padding: 1px;
	}
	
	.section-hero .article-big .border:not(.hide-mobile) {
		height: 100%;
	}
	
	.section-hero .article-big .border:before, .section-hero .article-big .border .post-item, .section-hero .article-big .border .post-item .image-wrapper, .section-hero .article-big .border .post-item .image-wrapper .acf-focal-point-image {
		border-radius: 0;
	}
	
	.section-hero .article-big .border .acf-focal-point-image {
		filter: brightness(.4);
	}
	
	.section-hero .article-small .border {
		width: calc(( 100% - 16px ) / 2);
	}
	
	.section-hero .article-small .border .post-item {
		flex-direction: column;
	}
	
	.section-hero .article-small .border .post-item .image-wrapper {
		width: 100%;
		border-radius: 20px 20px 0 0;
	}
	
	.section-hero .article-small .border .post-item .image-wrapper .acf-focal-point-image {
		border-radius: 20px 20px 0 0;
	}
	
	.section-hero .article-small .border .post-item .content-wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 991px)and (min-width: 768px) {
	.section-hero .post-item h3 {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	@supports (-webkit-line-clamp: 2) {
		.section-hero .post-item h3 {
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: initial;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}
	}
}

@media screen and (max-width: 991px) {
	.section-hero .border:last-child {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.section-hero .article-big .post-item .content-wrapper {
		width: 100%;
		padding: 25px 15px;
	}
	
	.section-hero .article-big .post-item .content-wrapper .information-wrapper {
		display: none !important;
	}
	
	.section-hero .article-big .post-item .content-wrapper h3 {
		font-size: 20px;
	}
	
	.section-hero .article-big .post-item .content-wrapper .read-more {
		margin-top: 16px;
	}
	
	.section-hero .article-small .border {
		width: 100%;
	}
	
	.section-hero .article-small .border .post-item {
		flex-direction: row;
		display: grid !important;
		grid-template-columns: 1fr 3fr;
	}
	
	.section-hero .article-small .border .post-item .image-wrapper {
		border-radius: 20px 0 0 20px;
		height: 100%;
	}
	
	.section-hero .article-small .border .post-item .image-wrapper .acf-focal-point-image {
		border-radius: 20px 0 0 20px;
	}
	
	.section-hero .article-small .border .post-item .content-wrapper .information-wrapper {
		display: none !important;
	}
	
	.section-hero .article-small .border .post-item .content-wrapper h3 {
		font-size: 16px;
		line-height: 20px;
	}
	
	.section-hero .article-small .border .post-item .content-wrapper .read-more {
		font-size: 14px;
		line-height: 16px;
		margin-top: 12px;
	}
	
	.section-hero .article-small .border .post-item .content-wrapper .read-more .icon:after {
		padding-left: 4px;
		font-size: 10px;
	}
}

@media screen and (max-width: 767px) {
	.section-newsletter .gform-body {
		min-width: fit-content;
	}
	
	.section-newsletter .gform_wrapper .gform_footer .gform_button {
		width: 100%;
	}
}

@media screen and (max-width: 641px) {
	.section-newsletter>.row>.col-12 {
		margin-top: 0;
	}
	
	.section-newsletter .gform_wrapper>form {
		flex-direction: column;
	}
	
	.section-newsletter .gform_wrapper>form .gform_button {
		border-radius: 5px;
	}
	
	.section-newsletter .gform_wrapper>form .ginput_container>input {
		border-radius: 5px;
		border: 1px solid rgba(65, 65, 65, .7);
		margin-bottom: 8px;
	}
}

.section-blog-hero {
	height: 70vh;
	min-height: unset;
	max-height: 1082px;
}

.section-blog-hero .content-wrapper {
	padding: 0 0 70px;
}

.section-blog-hero .content-wrapper .category-tag {
	margin-left: 10px;
}

.section-blog-hero .content-wrapper .date {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .75px;
	color: #fff;
}

.section-blog-hero .content-wrapper h1 {
	font-size: 48px;
}

.section-blog-hero .container, .section-blog-overview .container, .section-blog-breadcrumbs .container, .section-author-info .container {
	width: 680px !important;
	max-width: 100%;
}

.section-blog-overview h2 {
	margin: 5px 0 5px;
}

.section-blog-overview p {
	margin: 20px 0 10px 0;
	color: #717171;
}

.section-blog-overview .maxtext blockquote {
	border-left: 2px solid #1d2773;
	padding: 0 0 0 20px;
	margin-inline-start: 0px;
	margin-block-start: 0em;
	line-height: 150%;
}

.section-blog-overview .maxtext blockquote p {
	font-weight: 400;
	font-size: 20px;
	font-style: italic;
	color: #121212;
}

@media screen and (max-width: 767px) {
	.section-blog-hero {
		margin-bottom: 0;
	}
	
	.section-blog-breadcrumbs {
		margin-bottom: 0;
	}
	
	h1 {
		font-size: 36px;
	}
}

.blog-overview-section #section-1 {
	padding-top: 44px;
	padding-bottom: 112px;
}

.blog-overview-section #section-1 .content-wrapper h2, .blog-overview-section #section-1 .content-wrapper h1 {
	color: #fff;
	font-size: 64px;
	line-height: 1.05;
	letter-spacing: -1.28px;
	margin-bottom: 60px;
}

.blog-overview-section #section-1 .content-wrapper h4 {
	color: #f52424;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}

@media screen and (min-width: 992px) {
	.blog-overview-section #section-1 .post-item .image-wrapper {
		min-height: 100%;
	}
}

.blog-overview-section #section-2 .content-wrapper h2, .blog-overview-section #section-2 .content-wrapper h1 {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -.96px;
	margin-bottom: 60px;
}

.blog-overview-section #section-2 .content-wrapper h4 {
	color: #f52424;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 0;
}

.blog-overview-section #section-2>.container>.content-wrapper {
	padding-bottom: 0;
}

.blog-overview-section #section-3 {
	background-color: #121212;
}

.blog-overview-section #section-3 .container>.content-wrapper {
	text-align: center;
	padding-bottom: 80px;
}

.blog-overview-section #section-3 .container>.content-wrapper h2 {
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -.96px;
	margin-bottom: 14px;
}

.blog-overview-section #section-3 .container>.content-wrapper h4 {
	color: #f52424;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 4px;
}

.blog-overview-section #section-3 .container>.content-wrapper p {
	color: #fff;
	font-size: 18px;
}

.blog-overview-section #section-3 .articles.inverted .content-wrapper .date {
	color: #fff;
}

.blog-overview-section #section-3 .articles.inverted .content-wrapper p {
	color: #b8b8b8;
}

.blog-overview-section #section-3 .articles.inverted .content-wrapper h5 {
	color: #fff;
	font-size: 20px;
	line-height: 1.12;
	letter-spacing: -.4px;
}

.blog-overview-section #section-3 .section-articles .article-wrapper .acf-focal-point-image {
	border-radius: 10px;
}

.blog-overview-section #section-4>.container>.content-wrapper {
	padding-bottom: 40px;
}

.blog-overview-section #section-4 .text-center {
	text-align: center;
}

.blog-overview-section #section-4 h2 {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -.96px;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.blog-overview-section #section-4 h2 {
		padding-bottom: 48px;
	}
}

.blog-overview-section #section-4 h4 {
	font-weight: 500;
	margin-bottom: 4px;
}

.section-articles .article-wrapper .content-wrapper h5.m-bot-30, .section-articles .first-article .article-wrapper .content-wrapper h5.m-bot-30 {
	margin-bottom: 30px;
}

.section-articles .articles {
	margin-bottom: 16px;
}

.section-articles .articles .article-wrapper .content-wrapper h5 {
	font-size: 20px;
	line-height: 1.12;
	letter-spacing: -.4px;
}

@media screen and (max-width: 767px) {
	.section-articles .articles .article-wrapper .content-wrapper h5 {
		margin-bottom: 0;
	}
}

.blog-overview-section .category-tag {
	line-height: 1.5;
}

.blog-overview-section .date {
	line-height: 1.5;
}

.blog-overview-section .category-tags {
	display: flex;
	gap: 4px 8px;
}

.blog-overview-section .category-tags .category-tag {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.blog-overview-section .category-tags {
		flex-direction: column;
	}
}

.category-description {
	margin-left: auto;
	margin-right: auto;
}

.category-description p {
	font-size: 18px;
}

.section-category-blogs .articles .article-wrapper>.row>.col-lg-6:first-of-type {
	padding-right: 24px;
}

.section-category-blogs .articles .article-wrapper>.row>.col-lg-6:last-of-type {
	padding-right: 24px;
}

@media screen and (max-width: 767px) {
	section.blog-overview-section #section-1 {
		padding-top: 24px;
		padding-bottom: 36px;
	}
	
	section.blog-overview-section #section-2, section.blog-overview-section #section-3, section.blog-overview-section #section-4 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 991px) {
	.section-single-images {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

.section-single-images .image-container {
	position: relative;
}

@media screen and (max-width: 991px) {
	.section-single-images .image-container {
		display: block !important;
		height: 100% !important;
		position: relative !important;
		left: 0 !important;
		width: 100% !important;
	}
}

.section-single-images .image-container.full-image {
	width: 100vw;
	height: 640px;
	right: calc(( 100vw - 632px ) / 2);
	position: relative;
	gap: 20px;
}

.section-single-images .image-container.full-image.more-images {
	height: 320px;
}

@media screen and (max-width: 991px) {
	.section-single-images .image-container.full-image.more-images {
		display: block !important;
		height: 100%;
		position: relative;
		left: 0;
		width: 100%;
	}
}

.section-single-images .image-container.outside-container {
	width: 1080px;
	height: 320px;
	left: -200px;
	gap: 20px;
}

@media screen and (max-width: 991px) {
	.section-single-images .image-container.outside-container {
		display: block !important;
		height: 100% !important;
		position: relative !important;
		left: 0 !important;
		width: 100% !important;
	}
}

.section-single-images .image-container .image-wrapper {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 991px) {
	.section-single-images .image-container .image-wrapper {
		height: 200px;
		margin-bottom: 20px;
		border-radius: 16px;
		overflow: hidden;
	}
}

.section-related-articles {
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.section-related-articles {
		margin-bottom: 0;
		margin-top: 40px;
	}
}

.section-related-articles .related-article-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

@media screen and (min-width: 992px) {
	.section-related-articles .related-article-wrapper {
		min-width: 754px;
	}
}

.section-related-articles .category-tag {
	padding: 4px 12px;
}

.section-related-articles .related-article {
	width: 100%;
	padding: 8px;
	background-color: #f5f5f5;
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 499px) {
	.section-related-articles .related-article {
		flex-direction: column;
	}
	
	.section-related-articles .related-article .image {
		width: 100% !important;
	}
	
	.section-related-articles .related-article .image .acf-focal-point-image {
		width: 100% !important;
		max-height: 160px;
	}
}

.section-related-articles .related-article:hover {
	background-color: #dcdcdc;
}

.section-related-articles .related-article:hover .acf-focal-point-image {
	transform: scale(1.1);
}

.section-related-articles .related-article .image {
	min-width: 120px;
	min-height: 120px;
}

.section-related-articles .related-article .image .acf-focal-point-image {
	transition: .3s;
}

.section-related-articles .related-article .info {
	display: flex;
	gap: 10px;
	margin-bottom: 4px;
}

.section-related-articles .related-article .info .date {
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .6px;
	color: #121212;
}

.section-related-articles .image .acf-focal-point-image {
	width: 120px !important;
	aspect-ratio: 1/1;
}

.section-related-articles .related-article h4 {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
}

.section-related-articles .related-article p {
	margin: 0;
}

@media screen and (max-width: 767px) {
	body>div.wrapper>section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	body>div.wrapper>section#section-1 {
		padding-top: 0;
	}
}

.section-blog-hero .author-wrapper {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .75px;
}

.section-blog-hero .author-wrapper .author {
	margin-left: 4px;
	color: #fff;
}

.section-blog-hero .author-wrapper .author:hover {
	color: #f52424;
}

.single-post .category-tag .icon-chevright {
	margin-right: 5px;
}

.single-post p {
	margin-bottom: 32px;
}

.single-post h2 {
	margin-bottom: 24px;
}

.single-post h3 {
	margin-bottom: 32px;
}

#section-2>.container {
	justify-content: space-between;
}

.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}

.section-share-post {
	text-align: center;
	margin-bottom: 80px;
}

.section-share-post h4 {
	color: #121212;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -.4px;
	margin-bottom: 24px;
}

.section-share-post .share-icons {
	justify-content: center;
}

.share-icons {
	display: flex;
	gap: 8px;
}

.share-icons .share-icon {
	width: 34px;
	aspect-ratio: 1/1;
	background: #e7e7e7;
	border-radius: 24px;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s;
}

.share-icons .share-icon.link {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNC4yMjE5NiAxOS43NzhDNC42ODU4NCAyMC4yNDI1IDUuMjM2OTMgMjAuNjEwOCA1Ljg0MzU4IDIwLjg2MTdDNi40NTAyMyAyMS4xMTI2IDcuMTAwNDggMjEuMjQxMSA3Ljc1Njk2IDIxLjI0QzguNDEzNTkgMjEuMjQxMSA5LjA2Mzk4IDIxLjExMjUgOS42NzA3OSAyMC44NjE3QzEwLjI3NzYgMjAuNjEwOCAxMC44Mjg5IDIwLjI0MjUgMTEuMjkzIDE5Ljc3OEwxNC4xMjEgMTYuOTQ5TDEyLjcwNyAxNS41MzVMOS44Nzg5NiAxOC4zNjRDOS4zMTU0MyAxOC45MjUgOC41NTI2MyAxOS4yMzk5IDcuNzU3NDYgMTkuMjM5OUM2Ljk2MjI5IDE5LjIzOTkgNi4xOTk0OSAxOC45MjUgNS42MzU5NiAxOC4zNjRDNS4wNzQ0NyAxNy44MDA3IDQuNzU5MTcgMTcuMDM3OCA0Ljc1OTE3IDE2LjI0MjVDNC43NTkxNyAxNS40NDcxIDUuMDc0NDcgMTQuNjg0MiA1LjYzNTk2IDE0LjEyMUw4LjQ2NDk2IDExLjI5M0w3LjA1MDk2IDkuODc4OTZMNC4yMjE5NiAxMi43MDdDMy4yODU3NyAxMy42NDU0IDIuNzYwMDEgMTQuOTE2OSAyLjc2MDAxIDE2LjI0MjVDMi43NjAwMSAxNy41NjggMy4yODU3NyAxOC44Mzk1IDQuMjIxOTYgMTkuNzc4Wk0xOS43NzggMTEuMjkzQzIwLjcxMzcgMTAuMzU0MiAyMS4yMzkxIDkuMDgyODggMjEuMjM5MSA3Ljc1NzQ2QzIxLjIzOTEgNi40MzIwNCAyMC43MTM3IDUuMTYwNjggMTkuNzc4IDQuMjIxOTZDMTguODM5NSAzLjI4NTc3IDE3LjU2OCAyLjc2MDAxIDE2LjI0MjUgMi43NjAwMUMxNC45MTY5IDIuNzYwMDEgMTMuNjQ1NCAzLjI4NTc3IDEyLjcwNyA0LjIyMTk2TDkuODc4OTYgNy4wNTA5NkwxMS4yOTMgOC40NjQ5NkwxNC4xMjEgNS42MzU5NkMxNC42ODQ1IDUuMDc0OTUgMTUuNDQ3MyA0Ljc1OTk5IDE2LjI0MjUgNC43NTk5OUMxNy4wMzc2IDQuNzU5OTkgMTcuODAwNCA1LjA3NDk1IDE4LjM2NCA1LjYzNTk2QzE4LjkyNTUgNi4xOTkyMyAxOS4yNDA4IDYuOTYyMTMgMTkuMjQwOCA3Ljc1NzQ2QzE5LjI0MDggOC41NTI3OSAxOC45MjU1IDkuMzE1NjkgMTguMzY0IDkuODc4OTZMMTUuNTM1IDEyLjcwN0wxNi45NDkgMTQuMTIxTDE5Ljc3OCAxMS4yOTNaIiBmaWxsPSIjMTIxMjEyIi8+CiAgPHBhdGggZD0iTTguNDYzOTUgMTYuOTVMNy4wNDg5NSAxNS41MzZMMTUuNTM2IDcuMDUwMDVMMTYuOTUgOC40NjUwNUw4LjQ2Mzk1IDE2Ljk1WiIgZmlsbD0iIzEyMTIxMiIvPgo8L3N2Zz4=");
}

.share-icons .share-icon.link:hover {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsPSIjRjgxRDAwIiBkPSJNNC4yMjE5NiAxOS43NzhDNC42ODU4NCAyMC4yNDI1IDUuMjM2OTMgMjAuNjEwOCA1Ljg0MzU4IDIwLjg2MTdDNi40NTAyMyAyMS4xMTI2IDcuMTAwNDggMjEuMjQxMSA3Ljc1Njk2IDIxLjI0QzguNDEzNTkgMjEuMjQxMSA5LjA2Mzk4IDIxLjExMjUgOS42NzA3OSAyMC44NjE3QzEwLjI3NzYgMjAuNjEwOCAxMC44Mjg5IDIwLjI0MjUgMTEuMjkzIDE5Ljc3OEwxNC4xMjEgMTYuOTQ5TDEyLjcwNyAxNS41MzVMOS44Nzg5NiAxOC4zNjRDOS4zMTU0MyAxOC45MjUgOC41NTI2MyAxOS4yMzk5IDcuNzU3NDYgMTkuMjM5OUM2Ljk2MjI5IDE5LjIzOTkgNi4xOTk0OSAxOC45MjUgNS42MzU5NiAxOC4zNjRDNS4wNzQ0NyAxNy44MDA3IDQuNzU5MTcgMTcuMDM3OCA0Ljc1OTE3IDE2LjI0MjVDNC43NTkxNyAxNS40NDcxIDUuMDc0NDcgMTQuNjg0MiA1LjYzNTk2IDE0LjEyMUw4LjQ2NDk2IDExLjI5M0w3LjA1MDk2IDkuODc4OTZMNC4yMjE5NiAxMi43MDdDMy4yODU3NyAxMy42NDU0IDIuNzYwMDEgMTQuOTE2OSAyLjc2MDAxIDE2LjI0MjVDMi43NjAwMSAxNy41NjggMy4yODU3NyAxOC44Mzk1IDQuMjIxOTYgMTkuNzc4Wk0xOS43NzggMTEuMjkzQzIwLjcxMzcgMTAuMzU0MiAyMS4yMzkxIDkuMDgyODggMjEuMjM5MSA3Ljc1NzQ2QzIxLjIzOTEgNi40MzIwNCAyMC43MTM3IDUuMTYwNjggMTkuNzc4IDQuMjIxOTZDMTguODM5NSAzLjI4NTc3IDE3LjU2OCAyLjc2MDAxIDE2LjI0MjUgMi43NjAwMUMxNC45MTY5IDIuNzYwMDEgMTMuNjQ1NCAzLjI4NTc3IDEyLjcwNyA0LjIyMTk2TDkuODc4OTYgNy4wNTA5NkwxMS4yOTMgOC40NjQ5NkwxNC4xMjEgNS42MzU5NkMxNC42ODQ1IDUuMDc0OTUgMTUuNDQ3MyA0Ljc1OTk5IDE2LjI0MjUgNC43NTk5OUMxNy4wMzc2IDQuNzU5OTkgMTcuODAwNCA1LjA3NDk1IDE4LjM2NCA1LjYzNTk2QzE4LjkyNTUgNi4xOTkyMyAxOS4yNDA4IDYuOTYyMTMgMTkuMjQwOCA3Ljc1NzQ2QzE5LjI0MDggOC41NTI3OSAxOC45MjU1IDkuMzE1NjkgMTguMzY0IDkuODc4OTZMMTUuNTM1IDEyLjcwN0wxNi45NDkgMTQuMTIxTDE5Ljc3OCAxMS4yOTNaIi8+CiAgPHBhdGggZD0iTTguNDYzOTUgMTYuOTVMNy4wNDg5NSAxNS41MzZMMTUuNTM2IDcuMDUwMDVMMTYuOTUgOC40NjUwNUw4LjQ2Mzk1IDE2Ljk1WiIgZmlsbD0iI0Y4MUQwMCIvPgo8L3N2Zz4=");
}

.share-icons .share-icon.link:hover.nitro-lazy {
	background-image: none !important;
}

.share-icons .share-icon.x {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTcuMTc2MSA0LjI0MjY4SDE5LjkzNjJMMTMuOTA2MSAxMS4wMjAxTDIxIDIwLjI0MjdIMTUuNDQ1NkwxMS4wOTUxIDE0LjY0OTNMNi4xMTcyMyAyMC4yNDI3SDMuMzU1NDRMOS44MDUxNyAxMi45OTM1TDMgNC4yNDI2OEg4LjY5NTQ1TDEyLjYyNzkgOS4zNTUzTDE3LjE3NjEgNC4yNDI2OFpNMTYuMjA3MyAxOC42MTgxSDE3LjczNjhMNy44NjQ0MSA1Ljc4MTk2SDYuMjIzMkwxNi4yMDczIDE4LjYxODFaIiBmaWxsPSIjMTIxMjEyIi8+Cjwvc3ZnPg==");
}

.share-icons .share-icon.x.nitro-lazy {
	background-image: none !important;
}

.share-icons .share-icon.x:hover {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsPSIjRjgxRDAwIiBkPSJNMTcuMTc2MSA0LjI0MjY4SDE5LjkzNjJMMTMuOTA2MSAxMS4wMjAxTDIxIDIwLjI0MjdIMTUuNDQ1NkwxMS4wOTUxIDE0LjY0OTNMNi4xMTcyMyAyMC4yNDI3SDMuMzU1NDRMOS44MDUxNyAxMi45OTM1TDMgNC4yNDI2OEg4LjY5NTQ1TDEyLjYyNzkgOS4zNTUzTDE3LjE3NjEgNC4yNDI2OFpNMTYuMjA3MyAxOC42MTgxSDE3LjczNjhMNy44NjQ0MSA1Ljc4MTk2SDYuMjIzMkwxNi4yMDczIDE4LjYxODFaIi8+Cjwvc3ZnPg==");
}

.share-icons .share-icon.x:hover.nitro-lazy {
	background-image: none !important;
}

.share-icons .share-icon.facebook {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMjIgMTIuMzAzOEMyMiA2Ljc0NzE5IDE3LjUyMjkgMi4yNDI2OCAxMiAyLjI0MjY4QzYuNDc3MTUgMi4yNDI2OCAyIDYuNzQ3MTkgMiAxMi4zMDM4QzIgMTcuMzI1NSA1LjY1Njg0IDIxLjQ4NzkgMTAuNDM3NSAyMi4yNDI3VjE1LjIxMjFINy44OTg0NFYxMi4zMDM4SDEwLjQzNzVWMTAuMDg3MkMxMC40Mzc1IDcuNTY1NjQgMTEuOTMwNSA2LjE3MjggMTQuMjE0NiA2LjE3MjhDMTUuMzA4OCA2LjE3MjggMTYuNDUzMSA2LjM2OTMxIDE2LjQ1MzEgNi4zNjkzMVY4Ljg0NTI5SDE1LjE5MjJDMTMuOTUgOC44NDUyOSAxMy41NjI1IDkuNjIwOSAxMy41NjI1IDEwLjQxNjZWMTIuMzAzOEgxNi4zMzU5TDE1Ljg5MjYgMTUuMjEyMUgxMy41NjI1VjIyLjI0MjdDMTguMzQzMiAyMS40ODc5IDIyIDE3LjMyNTcgMjIgMTIuMzAzOFoiIGZpbGw9IiMxMjEyMTIiLz4KPC9zdmc+");
}

.share-icons .share-icon.facebook.nitro-lazy {
	background-image: none !important;
}

.share-icons .share-icon.facebook:hover {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsPSIjRjgxRDAwIiBkPSJNMjIgMTIuMzAzOEMyMiA2Ljc0NzE5IDE3LjUyMjkgMi4yNDI2OCAxMiAyLjI0MjY4QzYuNDc3MTUgMi4yNDI2OCAyIDYuNzQ3MTkgMiAxMi4zMDM4QzIgMTcuMzI1NSA1LjY1Njg0IDIxLjQ4NzkgMTAuNDM3NSAyMi4yNDI3VjE1LjIxMjFINy44OTg0NFYxMi4zMDM4SDEwLjQzNzVWMTAuMDg3MkMxMC40Mzc1IDcuNTY1NjQgMTEuOTMwNSA2LjE3MjggMTQuMjE0NiA2LjE3MjhDMTUuMzA4OCA2LjE3MjggMTYuNDUzMSA2LjM2OTMxIDE2LjQ1MzEgNi4zNjkzMVY4Ljg0NTI5SDE1LjE5MjJDMTMuOTUgOC44NDUyOSAxMy41NjI1IDkuNjIwOSAxMy41NjI1IDEwLjQxNjZWMTIuMzAzOEgxNi4zMzU5TDE1Ljg5MjYgMTUuMjEyMUgxMy41NjI1VjIyLjI0MjdDMTguMzQzMiAyMS40ODc5IDIyIDE3LjMyNTcgMjIgMTIuMzAzOFoiLz4KPC9zdmc+");
}

.share-icons .share-icon.facebook:hover.nitro-lazy {
	background-image: none !important;
}

.section-author-info .author-info-wrapper {
	margin-bottom: 48px;
	padding: 40px 32px;
	display: flex;
	gap: 16px;
	background-color: #f5f5f5;
}

@media screen and (max-width: 499px) {
	.section-author-info .author-info-wrapper {
		flex-direction: column;
	}
	
	.section-author-info .author-info-wrapper>.image {
		justify-content: center;
	}
	
	.section-author-info .author-info-wrapper>.info {
		text-align: center;
	}
}

.section-author-info .author-info-wrapper:hover>.image img {
	transform: scale(1.1);
}

.section-author-info .author-info-wrapper>.image {
	display: flex;
	align-items: center;
}

.section-author-info .author-info-wrapper>.image .image-wrapper {
	width: fit-content;
	height: fit-content;
	border-radius: 100px;
	overflow: hidden;
}

.section-author-info .author-info-wrapper .name, .section-author-info .author-info-wrapper .bio {
	color: #000;
}

.section-author-info .author-info-wrapper .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.share-icons .share-icon.link.nitro-lazy {
	background-image: none !important;
}

.section-author-info .author-info-wrapper img {
	border-radius: 100px;
	transition: .3s;
}

.section-author-info .author-info-wrapper .name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.4px;
	margin-bottom: 0;
}

.section-author-info .author-info-wrapper .bio {
	line-height: 1.5;
	margin-top: 16px;
}

.section-articles.section-arcticles-second-block {
	background: #121212;
	padding: 100px 0;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.section-articles.section-arcticles-second-block {
		padding-top: 60px;
		margin-top: 0;
	}
}

.section-articles.section-arcticles-second-block>.container>.content-wrapper {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.section-articles.section-arcticles-second-block>.container>.content-wrapper {
		text-align: left;
	}
}

.section-articles.section-arcticles-second-block>.container>.content-wrapper h2 {
	color: #fff;
}

.section-articles.section-arcticles-second-block .first-article .article-wrapper .content-wrapper h5 {
	color: #fff;
}

.section-articles.section-arcticles-second-block .first-article .article-wrapper .content-wrapper p {
	color: #b8b8b8;
}

.section-articles.section-arcticles-second-block .article-wrapper .content-wrapper .date, .section-articles.section-arcticles-second-block .article-wrapper .content-wrapper h5 {
	color: #fff;
}

.section-articles.section-arcticles-second-block .article-wrapper .content-wrapper p {
	color: #717171;
}

.section-articles .container {
	position: relative;
}

.section-articles .container>.content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-bottom: 70px;
}

.section-articles .container>.content-wrapper p {
	color: #717171;
	font-weight: 400;
	font-size: 1.125em;
}

.section-articles .container>.content-wrapper p span {
	color: #f52424 !important;
	font-weight: 500;
	font-size: 1.125em;
}

.section-articles .container>.content-wrapper h4 {
	margin-bottom: 20px;
	color: #f52424;
	font-size: 1.125em;
}

@media screen and (max-width: 767px) {
	.section-articles .container>.content-wrapper h4 {
		font-size: 16px;
		line-height: 1.5;
		font-weight: 500;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 991px) {
	.section-articles.starteffect .articles {
		animation: floatUp .9s cubic-bezier(.54, .1, 0, .99) forwards;
	}
	
	.section-articles.starteffect .articles:nth-child(1) {
		animation-delay: 200ms;
	}
	
	.section-articles.starteffect .articles:nth-child(2) {
		animation-delay: 400ms;
	}
	
	.section-articles.starteffect .articles:nth-child(3) {
		animation-delay: 600ms;
	}
	
	.section-articles.starteffect .articles:nth-child(4) {
		animation-delay: 800ms;
	}
	
	.section-articles.starteffect .articles:nth-child(5) {
		animation-delay: 1000ms;
	}
	
	.section-articles.starteffect .articles:nth-child(6) {
		animation-delay: 1200ms;
	}
	
	.section-articles.starteffect .articles:nth-child(7) {
		animation-delay: 1400ms;
	}
	
	.section-articles.starteffect .articles:nth-child(8) {
		animation-delay: 1600ms;
	}
	
	.section-articles.starteffect .articles:nth-child(9) {
		animation-delay: 1800ms;
	}
	
	.section-articles.starteffect .articles:nth-child(10) {
		animation-delay: 2000ms;
	}
	
	.section-articles.starteffect .articles:nth-child(11) {
		animation-delay: 2200ms;
	}
	
	.section-articles.starteffect .articles:nth-child(12) {
		animation-delay: 2400ms;
	}
	
	.section-articles.starteffect .articles:nth-child(13) {
		animation-delay: 2600ms;
	}
	
	.section-articles.starteffect .articles:nth-child(14) {
		animation-delay: 2800ms;
	}
	
	.section-articles.starteffect .articles:nth-child(15) {
		animation-delay: 3000ms;
	}
	
	.section-articles.starteffect .articles:nth-child(16) {
		animation-delay: 3200ms;
	}
	
	.section-articles.starteffect .articles:nth-child(17) {
		animation-delay: 3400ms;
	}
	
	.section-articles.starteffect .articles:nth-child(18) {
		animation-delay: 3600ms;
	}
	
	.section-articles.starteffect .articles:nth-child(19) {
		animation-delay: 3800ms;
	}
	
	.section-articles.starteffect .articles:nth-child(20) {
		animation-delay: 4000ms;
	}
}

.section-articles .articles {
	margin-top: 0;
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.section-articles .articles {
		margin-bottom: 24px;
	}
	
	.section-articles .articles:last-of-type {
		margin-bottom: 0;
	}
	
	.section-articles .articles .article-wrapper .content-wrapper>p {
		display: none;
	}
}

.section-articles .articles.first-article {
	margin-top: 40px;
}

.section-articles .articles:not(.inverted).col-lg-4 .article-wrapper {
	transition: background-image .4s linear;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.section-articles .articles:not(.inverted).col-lg-4 .article-wrapper {
		padding: 20px 20px 30px 20px;
	}
}

.section-articles .articles:not(.inverted).col-lg-4 .article-wrapper:after {
	content: "";
	background: linear-gradient(40deg, #383838 0% 15%, #121212 30% 60%, #6b190b 100%);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 10px;
	transition: top .3s;
}

.section-articles .articles:not(.inverted).col-lg-4 .article-wrapper .date, .section-articles .articles:not(.inverted).col-lg-4 .article-wrapper h5, .section-articles .articles:not(.inverted).col-lg-4 .article-wrapper p {
	transition: color .3s;
}

.section-articles .articles:not(.inverted).col-lg-4 .article-wrapper:hover:after {
	top: 0;
}

@media screen and (min-width: 768px) {
	.section-articles .articles:not(.inverted).col-lg-4 .article-wrapper:hover .date, .section-articles .articles:not(.inverted).col-lg-4 .article-wrapper:hover h5, .section-articles .articles:not(.inverted).col-lg-4 .article-wrapper:hover p {
		color: #fff;
	}
}

@media screen and (max-width: 767px) {
	.section-articles .articles.first-article {
		height: 200px;
	}
	
	.section-articles .articles.first-article .article-wrapper>div {
		flex-direction: row;
		height: inherit;
		width: 100%;
	}
	
	.section-articles .articles.first-article .article-wrapper>div h5 {
		font-size: 16px;
		line-height: 1.2;
	}
	
	.section-articles .articles.first-article .article-wrapper>div>div {
		width: calc(70% - 8px);
		padding: 0;
	}
	
	.section-articles .articles.first-article .article-wrapper>div>div.image-col {
		width: calc(30% - 8px);
		padding: 0;
	}
	
	.section-articles .articles.first-article .article-wrapper>div>div.image-col .image-wrapper {
		width: 100%;
		min-height: unset;
		padding-left: 12px;
	}
	
	.section-articles .articles.first-article .article-wrapper>div>div.image-col .image-wrapper, .section-articles .articles.first-article .article-wrapper>div>div.image-col .image-wrapper .acf-focal-point-image {
		border-radius: 8px;
	}
	
	.section-articles .articles .article-wrapper {
		flex-direction: row;
		align-items: center;
		gap: 20px;
	}
	
	.section-articles .articles .article-wrapper:after {
		content: unset;
	}
	
	.section-articles .articles .article-wrapper .image-wrapper {
		width: 38%;
		max-width: unset;
	}
	
	.section-articles .articles .article-wrapper .content-wrapper {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 62%;
		max-width: unset;
	}
	
	.section-articles .articles .article-wrapper .content-wrapper .information {
		margin: 0;
	}
}

@media screen and (min-width: 991px) {
	.section-articles .articles {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	.section-articles .articles.hide-mobile {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.section-articles .articles.show-mobile {
		display: none;
	}
}

.section-articles.invert-colors:not(.section-arcticles-second-block) {
	background-color: #121212;
}

.section-articles.invert-colors:not(.section-arcticles-second-block) h2, .section-articles.invert-colors:not(.section-arcticles-second-block) h5 {
	color: #fff;
}

.section-articles.invert-colors:not(.section-arcticles-second-block) .content-wrapper .date {
	color: #717171;
}

.section-articles.invert-colors.section-arcticles-second-block {
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 0;
}

.section-articles.invert-colors.section-arcticles-second-block .article-wrapper .content-wrapper, .section-articles.invert-colors.section-arcticles-second-block .article-wrapper .content-wrapper .date, .section-articles.invert-colors.section-arcticles-second-block .article-wrapper .content-wrapper, .section-articles.invert-colors.section-arcticles-second-block .article-wrapper .content-wrapper h5, .section-articles.invert-colors.section-arcticles-second-block>.container>.content-wrapper h2, .section-articles.invert-colors.section-arcticles-second-block .first-article .article-wrapper .content-wrapper h5 {
	color: #000;
}

.section-articles.invert-colors.section-arcticles-second-block .first-article.articles .content-wrapper p {
	color: #717171;
}

.section-articles .first-article .article-wrapper {
	overflow: hidden;
}

.section-articles .first-article .article-wrapper>.row {
	gap: 16px;
}

.section-articles .first-article .article-wrapper>.row>div {
	width: calc(50% - 8px);
}

@media screen and (max-width: 991px) {
	.section-articles .first-article .article-wrapper .image-col {
		margin-bottom: 20px;
	}
}

.section-articles .first-article .article-wrapper .image-wrapper {
	min-height: 350px;
	height: 100%;
	border-radius: 16px;
}

.section-articles .first-article .article-wrapper .acf-focal-point-image {
	border-radius: 16px;
	overflow: hidden;
}

.section-articles .first-article .article-wrapper .content-wrapper {
	background-color: rgba(0, 0, 0, 0);
}

.section-articles .first-article .article-wrapper .content-wrapper h5 {
	margin: 0;
	font-size: 2em;
}

.section-articles .first-article .article-wrapper .content-wrapper p {
	font-size: 1.125em;
	color: #717171;
	font-family: "Cabin", sans-serif;
}

.section-articles .first-article .article-wrapper .information {
	display: flex;
	align-items: center;
}

.section-articles .first-article .article-wrapper .information .category-tag:first-of-type {
	margin: 0;
}

.section-articles .first-article .article-wrapper .information .date {
	padding-left: 16px;
}

.section-articles .article-wrapper {
	overflow: hidden;
}

.section-articles .article-wrapper .image-wrapper {
	height: 200px;
	border-radius: 8px;
}

.section-articles .article-wrapper .acf-focal-point-image {
	border-radius: 8px;
	overflow: hidden;
}

.section-articles .article-wrapper .content-wrapper {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
}

.section-articles .article-wrapper .content-wrapper h5 {
	padding: 0;
	font-size: 1.333em;
}

.section-articles .article-wrapper .content-wrapper .category-color-tag {
	position: relative;
	padding-right: 12px;
	font-weight: bold;
}

.section-articles .article-wrapper .content-wrapper .category-color-tag::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	content: "";
}

.section-articles .article-wrapper .content-wrapper p {
	color: #717171;
}

.section-articles .article-wrapper .content-wrapper .date {
	padding-left: 12px;
	font-family: "Cabin", sans-serif;
	font-size: 12px;
	color: #000;
	letter-spacing: .6px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.section-articles .article-wrapper:after {
		content: unset !important;
	}
	
	.section-articles .article-wrapper .content-wrapper {
		gap: 16px;
	}
}

.section-author {
	background-color: #121212;
	padding-top: 44px;
	padding-bottom: 44px;
}

.section-author#section-1 h2 {
	color: #fff;
	font-size: 64px;
	line-height: 1.05;
	letter-spacing: -1.28px;
	margin-bottom: 60px;
}

.section-author#section-1 h4 {
	color: #f52424;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
}

#section-2.author-info {
	padding-top: 40px;
	padding-bottom: 48px;
	background-color: #f5f5f5;
}

#section-2.author-info .author-description {
	color: #717171;
	font-size: 18px;
	line-height: 27px;
	max-width: 650px;
}

#section-2.author-info .author-info-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

#section-2.author-info .author-info-wrapper .author-image-wrapper {
	border-radius: 100px;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	#section-2.author-info .author-info-wrapper {
		flex-direction: column;
	}
}

#section-3.author-blogs {
	padding-top: 64px;
	padding-bottom: 40px;
}

.section-popular-categories {
	background: #121212;
	padding: 100px 0;
}

.section-popular-categories .section-heading {
	text-align: center;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.section-popular-categories .section-heading {
		text-align: left;
		margin-bottom: 40px;
	}
}

.section-popular-categories .section-heading h4 {
	margin-bottom: 20px;
	color: #f52424;
	font-size: 1.125em;
}

.section-popular-categories .section-heading h2, .section-popular-categories .section-heading p {
	color: #fff;
}

.section-popular-categories .section-heading p {
	font-size: 1.125em;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.section-popular-categories .read-more-button-wrapper {
		display: grid;
		width: 100%;
	}
}

.section-popular-categories .category-item {
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.section-popular-categories .category-item {
		margin-bottom: 32px;
	}
}

.section-popular-categories .article-item {
	align-items: center;
}

.section-popular-categories .article-item .image-wrapper {
	overflow: hidden;
}

.section-popular-categories .article-item .image-wrapper .acf-focal-point-image {
	transition: .3s;
}

.section-popular-categories .article-item:hover .image-wrapper .acf-focal-point-image {
	transform: scale(1.1);
}

.section-popular-categories .article-item:not(:last-child) {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.section-popular-categories .article-item:not(:last-child) {
		margin-bottom: 16px;
	}
}

.section-popular-categories .article-item h3 {
	line-height: 1.2;
	color: #fff;
	letter-spacing: -.32px;
}

.section-popular-categories .article-item .date {
	margin-bottom: 20px;
	font-size: 13px;
	color: #717171;
}

.section-popular-categories .article-item .image-wrapper {
	height: 147px;
	width: 117px;
	border-radius: 10px;
}

.section-popular-categories .article-item .image-wrapper .acf-focal-point-image {
	border-radius: 10px;
}

.section-popular-categories .article-item .content-wrapper {
	width: 72%;
	padding: 0 24px;
}

.section-popular-categories .article-item .content-wrapper h3 {
	font-size: 1em;
}

.section-popular-categories .wp-button.inverted {
	background-color: rgba(0, 0, 0, 0);
	border-color: #fff;
	font-family: "Cabin", sans-serif;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.section-popular-categories .wp-button.inverted {
		margin-top: 30px;
		margin-bottom: 0;
	}
}

.section-popular-categories .wp-button.inverted:hover {
	background-color: #fff;
	color: #000;
}

.section-popular-categories .wp-button.inverted.m-bot-0 {
	margin-bottom: 0;
}

.section-newsletter {
	position: relative;
}

.section-newsletter .gform_heading {
	display: none;
}

.section-newsletter .content-wrapper h1, .section-newsletter .content-wrapper h2, .section-newsletter .content-wrapper h3, .section-newsletter .content-wrapper h5, .section-newsletter .content-wrapper p {
	color: #000;
}

.section-newsletter .content-wrapper h2 {
	font-size: 40px;
}

.section-newsletter .content-wrapper h4 {
	margin-bottom: 20px;
	color: #f52424;
	font-size: 1.125em;
}

.section-newsletter form {
	display: flex;
}

.section-newsletter .gfield--type-consent {
	width: 700px;
	margin: 0 auto 30px !important;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.section-newsletter .gfield--type-consent {
		width: 100%;
		text-align: left;
	}
}

.section-newsletter .gfield--type-consent .gfield_label {
	display: none !important;
}

.section-newsletter .gfield--type-consent .gform-field-label {
	color: #000;
}

.section-newsletter .gfield--type-email {
	width: 376px;
	margin: 30px 0 0;
}

@media screen and (max-width: 991px) {
	.section-newsletter .gfield--type-email {
		width: 100%;
	}
}

.section-newsletter .gfield--type-email input {
	border-radius: 5px 0px 0px 5px;
	border-top: 1px solid rgba(65, 65, 65, .7);
	border-bottom: 1px solid rgba(65, 65, 65, .7);
	border-left: 1px solid rgba(65, 65, 65, .7);
}

.section-newsletter .gform_button {
	margin: 0 !important;
	border-radius: 0px 5px 5px 0px;
	background: #f52424;
	border-color: #f52424;
}

.section-newsletter .form-text {
	margin-top: 15px;
	font-size: .75em;
}

.section-newsletter .label {
	color: #000;
}

.section-newsletter .gform_footer {
	width: 100%;
	margin: 0 auto !important;
	justify-content: center;
	padding: 0 !important;
}

@media screen and (max-width: 991px) {
	.section-newsletter .gform_footer {
		width: 100%;
	}
}

.section-newsletter .gform_footer input {
	min-width: 250px;
}

.section-newsletter input {
	border-radius: 5px;
}

.section-newsletter .gform_confirmation_message {
	text-align: center;
	margin-top: 20px;
	color: #000;
}

@media screen and (max-width: 991px) {
	.section-newsletter .gform_confirmation_message {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	body>.wrapper>section.section-newsletter {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 60px;
	}
	
	body>.wrapper>section.section-newsletter .newsletter-wrapper {
		padding-top: 60px;
		margin-top: 0;
	}
	
	body>.wrapper>section.section-newsletter .newsletter-form-wrapper {
		margin-top: 30px;
	}
	
	body>.wrapper>section.section-newsletter .gfield--type-email {
		margin-top: 0;
	}
}

.section-contact {
	background: #121212;
	color: #fff;
}

.section-contact .container-contact {
	padding: 0 100px;
}

@media screen and (max-width: 991px) {
	.section-contact .container-contact {
		padding: 0;
	}
}

.section-contact .text-wrapper p:not(:last-of-type) {
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.section-contact .text-wrapper {
		margin-bottom: 30px;
	}
}

.section-contact .info_container {
	line-height: 2;
}

.section-contact .info_container a {
	color: #fff;
}

.section-contact .info_container a:last-of-type {
	margin-bottom: 30px;
}

.section-contact .info_container .icon-before::before {
	margin-right: 16px;
	width: 24px;
	height: 24px;
}

.section-contact .info_container h1 {
	margin-bottom: 30px;
	color: #fff;
}

.section-contact .info_container .gfield_label {
	font-size: 1.125em !important;
}

.section-contact .info_container .gfield_label .gfield_required_text {
	display: none;
}

.section-contact .info_container .gfield_label .gfield_required::after {
	content: "*";
	color: #f52424;
	font-size: 1.125em;
}

@media screen and (max-width: 991px) {
	.section-contact .info_container {
		margin-bottom: 20px;
	}
}

.section-contact input[type=text], .section-contact input[type=tel], .section-contact input[type=email] {
	color: #fff;
	background: #2e2e2e;
	border: none;
	border-radius: 5px;
}

.section-contact input[type=submit] {
	width: 100%;
	background: #f52424;
	border: none;
	font-size: 1.125em;
}

.section-contact input[type=submit]:hover {
	background: var(--button-hover-background-color);
}

.search .pagination-page-wrapper {
	gap: 5px;
}

.search .pagination-page-wrapper .page-numbers {
	color: #000;
	margin: 0;
}

.search .pagination-page-wrapper .page-numbers.current {
	background-color: #f52424;
	color: #fff;
}

.search .pagination-page-wrapper .page-numbers.prev:before, .search .pagination-page-wrapper .page-numbers.next:after {
	color: #000;
	transition: .3s;
}

.search .pagination-page-wrapper .page-numbers:hover {
	background-color: #f52424;
	color: #fff;
}

.search .pagination-page-wrapper .page-numbers:hover:before, .search .pagination-page-wrapper .page-numbers:hover:after {
	color: #fff;
}

.section-video {
	margin-top: 50px;
	margin-bottom: 50px;
}

.section-video .video-wrapper iframe {
	max-width: 100%;
}

.section-image {
	margin-top: 50px;
	margin-bottom: 50px;
}

.section-image .image-wrapper {
	border-radius: 16px;
	overflow: hidden;
}

.section-image .image-wrapper img {
	max-width: 100%;
	height: auto;
}

.section-image .content-wrapper figcaption {
	display: block;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	word-break: break-word;
}

.pagination-wrapper .paginate-wrapper {
	gap: 20px;
}

.section-quote {
	margin-top: 30px;
}

.section-quote .quote-wrapper {
	margin-top: 30px;
}

.section-quote .quote-wrapper h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}

.section-embed-code {
	margin-top: 50px;
	margin-bottom: 50px;
}

.vacancy-overview-section {
	padding-top: 0 !important;
}

.vacancy-overview-section .content-wrapper .vacancy-address {
	display: block;
	font-size: .85em;
}

.vacancy-overview-section .content-wrapper .vacancy-address::before {
	color: #f52424;
}

@media screen and (min-width: 767px) {
	.vacancy-overview-section .section-hero .vacancy-big .border {
		height: 100%;
	}
}

.vacancy-overview-section .section-hero .vacancy-big .post-item .content-wrapper {
	padding: 50px 30px;
}

.vacancy-overview-section .section-hero .vacancy-small .post-item .content-wrapper {
	padding: 30px;
}

.vacancy-overview-section .section-hero .border {
	display: block;
	height: fit-content;
}

.vacancy-overview-section .section-hero .post-item .image-wrapper {
	margin-bottom: 30px;
	max-width: 209px;
}

.vacancy-overview-section .section-hero .post-item .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vacancy-overview-section .section-hero .post-item .content-wrapper .vacancy-address {
	color: #fff;
	margin-bottom: 20px;
}

.vacancy-overview-section .section-hero .post-item .content-wrapper .vacancy-address::before {
	font-size: 25px;
}

.vacancy-overview-section .section-hero .post-item .content-wrapper p {
	margin-top: 25px;
	color: #fff;
	font-size: 1.333em;
}

.vacancy-overview-section .section-vacancy-overview {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.vacancy-overview-section .section-vacancy-overview {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.vacancy-overview-section .filter {
		margin-bottom: 50px;
	}
}

.vacancy-overview-section .filter form {
	gap: 10px;
	width: 100%;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.vacancy-overview-section .filter form {
		flex-direction: column;
		width: 100%;
	}
}

.vacancy-overview-section .filter select {
	width: 30%;
	border-radius: 5px;
	border: 1px solid #a0a0a0;
}

@media screen and (max-width: 767px) {
	.vacancy-overview-section .filter select {
		width: 100%;
	}
}

.vacancy-overview-section .filter .search {
	gap: 10px;
	width: 70%;
}

@media screen and (max-width: 767px) {
	.vacancy-overview-section .filter .search {
		flex-direction: column;
		width: 100%;
	}
	
	.vacancy-overview-section .filter .search input, .vacancy-overview-section .filter .search button {
		width: 100%;
	}
}

.vacancy-overview-section .filter .search input {
	border-radius: 5px;
	border: 1px solid #a0a0a0;
}

.vacancy-overview-section .custom-pagination-wrapper {
	margin-top: 50px;
}

.vacancy-overview-section .custom-pagination-wrapper .custom-pagination {
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: center;
	gap: 5px;
}

.vacancy-overview-section .custom-pagination-wrapper .custom-pagination .custom-page-item a, .vacancy-overview-section .custom-pagination-wrapper .custom-pagination .custom-page-item span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 8px;
	color: #121212;
	font-size: 14px;
	transition: all 250ms;
}

.vacancy-overview-section .custom-pagination-wrapper .custom-pagination .custom-page-item a:hover, .vacancy-overview-section .custom-pagination-wrapper .custom-pagination .custom-page-item span:hover {
	background-color: #f52424;
	color: #fff;
}

.vacancy-overview-section .custom-pagination-wrapper .custom-pagination .custom-page-item.active span {
	background-color: #f52424;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.vacancy-overview-section .newsletter-form-wrapper {
		margin-top: 0;
	}
}

.vacancy-item {
	display: flex;
	align-items: center;
	background: #f5f5f5;
	padding: 50px 30px;
	border-radius: 20px;
	border: 2px solid #f5f5f5;
}

@media screen and (max-width: 767px) {
	.vacancy-item {
		flex-direction: column;
		padding: 30px;
		align-items: flex-start;
	}
}

.vacancy-item:hover .cta-wrapper .cta-secondary-bordered {
	background-color: #f52424;
	color: #fff;
}

.vacancy-item .vacancy-address {
	color: #414141;
	margin-bottom: 10px;
}

.vacancy-item .vacancy-address::before {
	font-size: 21px;
}

.vacancy-item .image-wrapper {
	max-width: 213px;
}

@media screen and (max-width: 767px) {
	.vacancy-item .image-wrapper {
		margin-bottom: 20px;
	}
}

.vacancy-item .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (min-width: 767px) {
	.vacancy-item .content-wrapper {
		width: 70%;
		padding-left: 50px;
		padding-right: 30px;
	}
}

.vacancy-item .content-wrapper h3 {
	font-size: 1.333em;
}

.vacancy-item .content-wrapper p {
	color: #717171;
}

@media screen and (max-width: 767px) {
	.vacancy-item .cta-wrapper {
		margin-top: 20px;
		width: 100%;
	}
}

.vacancy-item .cta-wrapper .cta-secondary-bordered {
	padding: 14px 20px;
	transition: all 250ms;
}

@media screen and (max-width: 767px) {
	.vacancy-item .cta-wrapper .cta-secondary-bordered {
		width: 100%;
	}
}

.single-vacancy .vacancy-item .content-wrapper .vacancy-address {
	display: block;
	font-size: .85em;
}

.single-vacancy .vacancy-item .content-wrapper .vacancy-address::before {
	color: #f52424;
}

.single-vacancy .tag-wrapper {
	display: flex;
	background: #1d2773;
	padding: 8px 12px;
	margin-bottom: 40px;
	border-radius: 5px;
	width: fit-content;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .75px;
}

.single-vacancy .tag-wrapper .first-item {
	opacity: .7;
	margin-right: 10px;
	color: #fff;
}

.single-vacancy .company-details {
	background: #f5f5f5;
	padding: 50px 30px;
	border-radius: 20px;
	text-align: center;
}

.single-vacancy .company-details .image-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.single-vacancy .company-details p {
	color: #898989;
}

.single-vacancy .company-details .cta-wrapper {
	margin-top: 30px;
}

.single-vacancy .company-details .cta {
	color: #f52424;
	transition: all 250ms;
}

.single-vacancy .company-details .cta:hover {
	background: #f52424;
	color: #fff;
}

.single-vacancy .related-vacancies {
	margin-top: 100px;
	margin-bottom: 100px;
}

.single-vacancy .related-vacancies h2 {
	margin-bottom: 50px;
}

.single-vacancy .vacancy-content p {
	margin-bottom: 30px;
	color: #717171;
}

.single-vacancy .vacancy-content p:has(strong) {
	margin-bottom: 25px;
}

.single-vacancy .vacancy-content p strong {
	color: #121212;
	font-size: 21px;
}

.single-vacancy .vacancy-content ul li {
	color: #717171;
}

.single-vacancy .vacancy-content .cta-wrapper {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
