.results-wrapper {
	flex: 0 0 100%;
}
.welcome-section {
	background-color: #1D1966;
	color: #fff;
	padding: 96px 0 64px 0;
	margin-bottom: 64px;
}
.welcome-section .section-subtitle {
	margin-bottom: 0;
}
.welcome-wrapper {
	max-width: 100%;
}
.knowledge-filter-form {
	margin-bottom: 32px;
}
.knowledge-items-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 64px;
}
.item-block {
	flex: 0 0 calc(50% - 12px);
	border: 1px solid #D2D2D4;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.knowledge-item-wrapper {
	background-color: #F9FAFB;
	display: block;
	flex: 0 0 calc(100% - 88px);
	padding: 24px;
	position: relative;
	transition: all 0.2s;
}
.item-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	flex: 0 0 88px;
	align-items: center;
	border-top: 1px solid #D2D2D4;
	padding: 24px;
	flex-wrap: wrap;
}
.item-tags {
	font-weight: 700;
	font-size: 12px;
	line-height: 140%;
	text-transform: uppercase;
	color: #7070CC;
	margin-bottom: 16px;
}
.knowledge-item-wrapper .item-title {
	font-size: 25px;
	font-weight: 800;
	line-height: 120%;
	margin-bottom: 12px;
} 
.item-excerpt {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -2%;
	color: #646466;
}
.knowledge-filter-form input, .knowledge-filter-form select, .knowledge-filter-form button.green-btn {
	width: 100%;
	border: 1px solid #D2D2D4;
	padding: 12px;
	color: #231F20;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	height: 100%;
}
.page-info-wrapper {
	gap: 24px;
}
.page-info-wrapper > * {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -2%;
	align-items: center;
	display: flex;
	gap: 4px;
	color: #646466;
}
.item-bottom-wrapper .white-btn {
	border: 1px solid #D2D2D4;
	padding: 8px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.knowledge-filter-form input:focus, .knowledge-filter-form select:focus {
	outline: none;
	border-color: #348514;
}

.knowledge-filter-form button.green-btn {
	border: none;
	/* background-color: #348514; */
	color: #fff;
}

.search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.search-input-wrapper input {
	width: 100%;
	padding: 12px 45px 12px 45px;
}

.search-icon {
	position: absolute;
	left: 12px;
	display: flex;
	align-items: center;
	pointer-events: none;
}

.clear-search {
	position: absolute;
	right: 12px;
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	padding: 0;
}

.custom-select {
	height: 100%;
}

.custom-select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	background-color: #fff;

	background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.6824 9.70117L11.7 15.6836L5.71753 9.70117L7.10034 8.31836L11.6912 12.9092L11.7 12.9189L11.7087 12.9092L16.2996 8.31836L17.6824 9.70117Z' fill='%23231F20' stroke='%23D2D2D4' stroke-width='0.025'/></svg>");

	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 24px;

	padding-right: 40px;
}

.custom-select select::-ms-expand {
	display: none;
}

.results-wrapper {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 16px;
}

.learn-more-item {
	display: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	align-items: center;
	gap: 6px;
	color: #1D1966;
	display: flex;
	position: absolute;
	right: 24px;
	top: 24px;
	opacity: 0;
	transition: all 0.2s;
}

.fields-group {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.fields-group > * {
	flex: 0 0 calc(50% - 8px);
	display: block;
}

.contactform-head {
	background-color: #1D1966;
	padding: 24px;
	color: #fff;
}
.contactform-title {
	font-weight: 800;
	font-size: 21px;
	line-height: 120%;
	margin-bottom: 8px;
}
.contactform-subtitle {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -2%;
}
.contactform-body {
	background-color: #F9FAFB;
	border: 1px solid #D2D2D4;
	padding: 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -2%;
}

.marketing-consent {
	display: flex;
	gap: 8px;
}
.marketing-consent a {
	text-decoration: underline;
	color: #1D1966;
	font-weight: 700;
}
.contactform-body .green-btn.medium {
	width: 100%;
}
.wpcf7 p:last-of-type, .wpcf7 {
	margin-bottom: 0;
}
.wpcf7 p {
	margin-bottom: 16px;
}
.checkboxes-wrapper {
	margin-top: 16px;
}

.fancybox-content {
	padding: 0;
	max-width: 640px;
}

.fancybox-button svg path {
	fill: #fff;
}

.wpcf7 .buttons-group {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.wpcf7 .buttons-group > * {
	flex: 0 0 calc(50% - 8px);
}

.nothanks {
	width: 100%;
	padding: 11px 24px;
	border: 1px solid #D2D2D4;
}

@media (hover: hover) and (pointer: fine) {
	.knowledge-item-wrapper:hover .learn-more-item {
		opacity: 1;
	}
	.knowledge-item-wrapper:hover {
		background-color: #F3F4F5;
	}
}

@media (max-width: 991px) {
	.item-block {
		flex: 0 0 100%;
	}
	.filter-wrapper.row {
		margin-left: -8px;
		margin-right: -8px;
	}
	
	.filter-wrapper.row > * {
		padding: 0 8px;
	}
}

@media (max-width: 767px) {
	.wpcf7 .buttons-group > * {
		flex: 0 0 100%;
	}
	.wpcf7 .buttons-group {
		gap: 0;
	}
	.filter-wrapper.row > * {
		margin-bottom: 16px;
	}
	.fields-group > * {
		flex: 0 0 100%;
		display: block;
	}
	.fields-group {
		margin-bottom: 16px;
	}
	.item-bottom-wrapper {
		flex: 0 0 126px;
		gap: 16px;
	}
	.knowledge-item-wrapper {
		flex: 0 0 calc(100% - 126px);
	}
}