@media (max-width:768px) {}

@media (max-width:1240px) {}

@media (max-width:1024px) {}

@media (max-width:768px) {}

@media (max-width:1240px) {}

@media (max-width:1024px) {}

@media (max-width:1024px) {}

@media (max-width:1240px) {}

@media (max-width:1440px) {}

@media (max-width:1024px) {}

@media (hover:hover) {}

@media (max-width:1024px) {}

@media (max-width:768px) {}

@media (max-width:576px) {}

@media (max-width:1240px) {}

.faq-block.faq-block--white+.footer, .signposts-block+.footer {
	margin-top: -120px;
}

@media (max-width:768px) {
	.faq-block.faq-block--white+.footer .container, .signposts-block+.footer .container, .single-event+.footer .container {
		padding-top: 0;
	}
}

.downloads-resources-block+.footer .container {
	padding-top: 0;
}

@media (max-width:1024px) {}

.btn__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 26px;
	height: 26px;
}

.btn__icon img {
	width: 100%;
	height: 100%;
}

@media (max-width:768px) {}

@media (hover:hover) {
	.btn--subscribe-alt:hover {
		background: var(--emd-federal-blue);
		color: var(--cl-white);
	}
}

@media (max-width:768px) {}

@media (max-width:768px)and (hover:hover) {}

.btn--subscribe-alt {
	background: var(--emd-xanthous);
	color: var(--emd-federal-blue);
}

.btn--footer, .btn--pro {
	padding: 19px 36px;
	background: var(--emd-gradient);
	color: var(--cl-white);
	-webkit-transition: opacity .3s, -webkit-box-shadow .3s;
	transition: box-shadow .3s, opacity .3s, -webkit-box-shadow .3s;
}

.btn--footer-h {
	background: var(--emd-gradient-h);
}

.btn--enhanced {
	padding: 19px 36px;
	background: var(--emd-gradient-xanthous);
	color: var(--emd-federal-blue);
	-webkit-transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.btn--free {
	padding: 19px 36px;
	background: var(--emd-btn-gradient-community);
	color: var(--cl-white);
	-webkit-transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.btn--play {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 999px;
	border: 4px solid var(--cl-white);
	padding-left: 11px;
	opacity: .6;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.btn--play-active {
	width: 110px;
	height: 110px;
	opacity: 1;
}

.btn__play-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 35px;
	height: 40px;
}

.btn__play-icon img {
	width: 100%;
	height: 100%;
}

.btn--text-hero.yellow::before, .btn--text.yellow::before {
	background: var(--emd-xanthous);
}

@media (hover:hover) {
	.btn--footer:hover, .btn--pro:hover {
		opacity: .9;
	}
	
	.btn--play:hover {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	.btn--article:hover .btn__article-label {
		max-width: 258px;
	}
}

.btn--article {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 120px;
	padding: 20px 15px;
	overflow: hidden;
	width: 306px;
}

.btn--article-next {
	border-radius: 10px 0 0 10px;
	padding: 20px 15px 20px 48px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.btn--article-next .btn__article-overlay {
	background: -webkit-gradient(linear, right top, left top, color-stop(-60%, var(--emd-federal-blue-0)), to(var(--emd-federal-blue)));
	background: linear-gradient(270deg, var(--emd-federal-blue-0) -60%, var(--emd-federal-blue) 100%);
}

.btn--article-next .btn__article-label {
	padding-right: 20px;
}

.btn--article-next .btn__article-text {
	text-align: right;
}

.btn--article-next .btn__article-chevron {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	left: 16px;
	top: calc(50% - 9px);
}

.btn--article-prev {
	border-radius: 0 10px 10px 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn--article-prev .btn__article-overlay {
	background: -webkit-gradient(linear, right top, left top, color-stop(-60%, var(--emd-federal-blue-0)), to(var(--emd-federal-blue)));
	background: linear-gradient(270deg, var(--emd-federal-blue-0) -60%, var(--emd-federal-blue) 100%);
}

.btn--article-prev .btn__article-chevron {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: -5px;
}

.btn--article-prev .btn__article-label {
	padding-left: 20px;
}

.btn__article-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
}

.btn__article-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.btn__article-chevron {
	position: relative;
	z-index: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
}

.btn__article-chevron img {
	width: 100%;
	height: 100%;
}

@media (max-width:768px) {
	.btn--article-next .btn__article-chevron {
		left: 12px;
		top: calc(50% - 6px);
	}
	
	.btn__article-chevron {
		width: 18px;
		position: static !important;
	}
	
	.article-nav-col--next .article-nav-sticky {
		width: 40px;
	}
}

.btn__article-label {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: max-width .35s;
	transition: max-width .35s;
}

.btn__article-text {
	font-family: var(--font-family-figtree);
	font-weight: 600;
	font-size: 17px;
	line-height: normal;
	color: var(--cl-white);
	display: block;
}

.article-nav-col {
	position: sticky;
	top: 150px;
}

.article-nav-col--next .article-nav-sticky {
	right: 0;
	border-radius: 10px 0 0 10px;
}

.article-nav-col--prev .article-nav-sticky {
	left: 0;
}

.article-nav-col--next-mobile, .article-nav-col--prev-mobile {
	display: none;
}

@media (max-width:768px) {
	.article-nav-col--prev .article-nav-sticky {
		width: 35px;
	}
	
	.article-nav-col {
		display: none;
		position: static;
	}
	
	.article-nav-col>div {
		position: static;
	}
	
	.article-nav-col--next-mobile, .article-nav-col--prev-mobile {
		display: block;
	}
}

.article-nav-sticky {
	position: absolute;
	top: 0;
	width: 48px;
	overflow: hidden;
	border-radius: 0 10px 10px 0;
	background-color: var(--emd-federal-blue);
	-webkit-transition: width .2s, background-color .2s;
	transition: width .2s, background-color .2s;
}

@media (hover:hover) {
	.article-nav-sticky:hover {
		background-color: rgba(0, 0, 0, 0);
		width: 320px;
	}
}

@media (hover:hover)and (max-width:768px) {
	.article-nav-sticky:hover {
		width: 98px;
		background-color: var(--emd-federal-blue);
	}
}

.article-nav-sticky .btn--article {
	width: 320px;
}

@media (max-width:1240px) {
	.faq-block.faq-block--white+.footer, .signposts-block+.footer {
		margin-top: 0;
	}
	
	.single-event .article-nav-col--prev .article-nav-sticky {
		left: -50px;
		right: initial;
	}
}

@media (max-width:576px) {
	.article-nav-col--next .article-nav-sticky {
		right: -25px;
	}
	
	.article-nav-col--prev .article-nav-sticky {
		left: -25px;
	}
	
	.single-event .article-nav-col--prev .article-nav-sticky {
		left: -25px;
		right: initial;
	}
}

@media (max-width:1240px) {
	.single-event .article-nav-col--next .article-nav-sticky {
		right: -50px;
		left: initial;
	}
}

@media (max-width:768px) {
	.article-nav-sticky .btn--article {
		width: auto;
		padding: 10px 15px;
		height: 100%;
		gap: 20px;
		color: var(--cl-white);
		font-size: var(--font-size-body-compact);
		line-height: normal;
		font-weight: 500;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.article-nav-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 580px;
		padding: 0 25px;
		margin: auto auto 40px;
		width: 100%;
	}
	
	.article-nav-mobile .article-nav-sticky {
		width: 98px;
		height: 40px;
		border-radius: 5px;
	}
}

.single-event__body .article-nav-mobile {
	padding: 0;
}

@media (max-width:768px) {}

@media (max-width:576px) {
	.single-event .article-nav-col--next .article-nav-sticky {
		right: -25px;
		left: initial;
	}
}

@media (max-width:1024px) {}

@media (max-width:768px) {}

.card-news--simplified {
	aspect-ratio: auto;
	border-radius: 0;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.card-news--simplified .card-news__title {
	color: var(--cl-dark-blue-grey);
}

.card-news__media {
	position: relative;
	height: 290px;
	border-radius: 20px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.card-news__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	color: var(--cl-dark-blue-grey);
}

.card-news__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.card-news--horizontal {
	aspect-ratio: auto;
	border-radius: 0;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.card-news--horizontal .card-news__title {
	color: var(--cl-dark-blue-grey);
	max-width: 285px;
	font-size: var(--font-size-h3);
	font-weight: 700;
	line-height: 1.15;
}

@media (max-width:768px) {
	.card-news--horizontal {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.card-news--horizontal .card-news__title {
		max-width: 100%;
	}
}

.card-news--horizontal .card-news__media {
	width: 285px;
	height: 260px;
	border-radius: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1240px) {
	.card-news--horizontal {
		gap: 20px;
	}
	
	.card-news--horizontal .card-news__media {
		width: 50%;
		aspect-ratio: 1;
		height: auto;
	}
}

@media (max-width:768px) {
	.card-news--horizontal .card-news__media {
		width: 100%;
		aspect-ratio: 3/2;
	}
}

@media (max-width:450px) {
	.card-news--horizontal .card-news__media {
		aspect-ratio: 1;
	}
}

.card-news--horizontal .card-news__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-block: 15px;
}

.card-news--no-image {
	aspect-ratio: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 20px;
	background: var(--emd-gradient-simple);
}

.card-news--no-image::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: var(--emd-gradient-simple-rev);
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	pointer-events: none;
}

.card-news--no-image .card-news__info {
	position: static;
	z-index: 1;
	width: 100%;
	padding: 15px;
	background: 0 0;
	min-height: 148px;
}

.card-event {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	background: var(--emd-federal-blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
}

.card-event__media {
	position: relative;
	height: 290px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
}

.card-event__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.card-event__badge {
	position: absolute;
	top: 25px;
	left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 64px;
	padding: 9px 10px 10px;
	border-radius: 5px;
	background: var(--cl-white);
	color: var(--cl-dark-blue-grey);
	text-align: center;
}

.card-event__badge-day {
	font-family: var(--font-family-figtree);
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}

.card-event__badge-month {
	font-family: var(--font-family-figtree);
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
}

.card-event__info {
	padding: 25px 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	color: var(--cl-white);
}

.card-event__title {
	font-family: var(--font-family-figtree);
	font-weight: 600;
	font-size: var(--font-size-h4);
	line-height: 1;
	color: var(--cl-white);
}

.card-event__desc {
	font-family: var(--font-family-figtree);
	font-weight: 400;
	font-size: var(--font-size-body-compact);
	line-height: 1.4;
}

.card-event--horizontal {
	width: auto;
	border-radius: 0;
	overflow: visible;
	background: 0 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

@media (max-width:768px) {
	.card-event__badge {
		top: 15px;
		left: 15px;
	}
	
	.card-event--horizontal {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.card-event--horizontal .card-event__title {
	color: var(--cl-dark-blue-grey);
	color: var(--cl-dark-blue-grey);
	font-weight: 700;
	font-size: var(--font-size-h3);
	line-height: 1.15;
}

.card-event--horizontal .card-event__media {
	width: 285px;
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1240px) {
	.card-event--horizontal {
		gap: 20px;
	}
	
	.card-event--horizontal .card-event__media {
		width: 50%;
		aspect-ratio: 1;
		height: auto;
	}
}

.card-event--horizontal .card-event__badge {
	top: 20px;
	left: 20px;
}

.card-event--horizontal .card-event__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-block: 15px;
	color: var(--cl-dark-blue-grey);
}

.card-event--horizontal .card-event__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.card-event--horizontal .card-event__meta .btn {
	margin-top: 15px;
	display: inline-block;
}

.card-event--horizontal .card-event__desc {
	font-size: var(--font-size-body-sm);
	line-height: 1.35;
	color: var(--cl-dark-blue-grey);
}

.card-event--simplified {
	background: 0 0;
	border-radius: 0;
	overflow: visible;
	gap: 20px;
}

.card-event--simplified .card-event__title {
	color: var(--cl-dark-blue-grey);
	line-height: 1.3;
}

.card-event--simplified .card-event__media {
	border-radius: 20px;
	overflow: hidden;
}

.card-event--simplified .card-event__info {
	padding: 0;
	gap: 10px;
	color: var(--cl-dark-blue-grey);
}

.card-event--simplified .card-event__desc {
	font-size: var(--font-size-body-sm);
	line-height: 1.35;
}

.card-event--no-image {
	position: relative;
	background: var(--emd-federal-blue);
	padding: 20px 20px 25px;
}

@media (max-width:1024px) {
	.card-event--no-image {
		padding: 15px;
	}
}

@media (max-width:768px) {
	.card-event--horizontal .card-event__media {
		width: 100%;
		height: 300px;
	}
	
	.card-event--horizontal .card-event__desc {
		margin-bottom: 20px;
	}
	
	.card-event--no-image {
		padding: 25px;
	}
}

@media (max-width:410px) {
	.card-event--no-image {
		padding: 15px;
	}
}

.card-event--no-image::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: var(--emd-gradient-polynesian-rev);
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.card-event--no-image .card-event__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 25px;
	padding: 5px 15px 15px 5px;
	border-radius: 10px;
	width: 100%;
}

@media (max-width:1240px) {
	.card-event--no-image .card-event__row {
		padding: 0;
	}
}

.card-event--no-image .card-event__badge {
	position: static;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.card-event--no-image .card-event__info {
	padding: 10px 0 0;
	gap: 10px;
	color: var(--cl-white);
}

.card-event--no-image .card-event__title {
	line-height: 1.3;
}

.card-event--no-image .card-event__desc {
	line-height: 1.4;
}

@media (hover:hover) {
	.card-news--no-image:hover::before {
		opacity: 1;
	}
	
	.card-event:hover .card-event__img {
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
	}
	
	.card-event--no-image:hover::before {
		opacity: 1;
	}
}

@media (max-width:1440px) {}

@media (max-width:1440px) {}

@media (max-width:1240px) {}

.card-pricing__name em {
	font-style: italic;
}

@media (max-width:1440px) {}

@media (max-width:1240px) {}

@media (max-width:1440px) {}

.card-pricing__desc em {
	font-style: italic;
}

@media (max-width:1240px) {}

@media (max-width:1240px) {}

@media (max-width:576px) {}

@media (hover:hover) {}

@media (max-width:1440px) {}

@media (max-width:1240px) {}

@media (max-width:1440px) {}

.card-pricing-flip__check img {
	width: 16px;
	height: 16px;
}

@media (max-width:1240px) {}

@media (max-width:1440px) {}

@media (max-width:1240px) {}

@media (max-width:1440px) {}

.card-pricing-flip--community .card-pricing-flip__back {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 15px;
	padding: 20px 15px;
	border-radius: 5px;
	border: 2px solid var(--emd-federal-blue-10);
	background: var(--cl-white);
	text-decoration: none;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	height: 100%;
}

@media (hover:hover) {
	.card-download:hover {
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, var(--emd-gradient-h) border-box;
		background: linear-gradient(#fff, #fff) padding-box, var(--emd-gradient-h) border-box;
		border-color: rgba(0, 0, 0, 0);
	}
}

.card-download__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.card-download__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	color: var(--cl-dark-blue-grey);
}

.card-download__title {
	font-family: var(--font-family-figtree);
	font-weight: 700;
	font-size: 19px;
	line-height: 1;
}

.card-download__desc {
	font-family: var(--font-family-figtree);
	font-weight: 400;
	font-size: var(--font-size-body-compact);
	line-height: 1.4;
}

.card-signpost {
	border-radius: 20px;
	border: 3px solid var(--emd-federal-blue-10);
	padding: 30px 30px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.signposts-block--dark .card-signpost {
	border: none;
	background: var(--cl-light-grey);
}

@media (max-width:576px) {
	.card-signpost {
		padding: 20px;
	}
}

.card-signpost__image-wrap {
	width: 100%;
	height: 260px;
	border-radius: 5px;
	min-height: 260px;
	overflow: hidden;
}

.card-signpost__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.card-signpost__content {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.card-signpost__content .btn {
	margin-top: auto;
}

.card-signpost__content b, .card-signpost__content strong {
	font-size: 18px;
}

.card-signpost__content ol, .card-signpost__content p, .card-signpost__content ul {
	margin-bottom: 7px;
}

.card-signpost__content ol li, .card-signpost__content p li, .card-signpost__content ul li {
	margin-bottom: 3px;
}

.card-signpost__title {
	font-family: var(--font-family-figtree);
	font-weight: 600;
	font-size: var(--font-size-h3);
	line-height: normal;
	color: var(--cl-dark-blue-grey);
	margin-bottom: 16px;
}

.card-signpost__desc {
	font-family: var(--font-family-figtree);
	font-weight: 400;
	font-size: var(--font-size-body-compact);
	line-height: 1.4;
	color: var(--cl-dark-blue-grey);
	margin-bottom: 20px;
}

.faq {
	--stroke-0: var(--cl-dark-blue-grey);
	border-radius: 10px;
	border: 2px solid var(--emd-federal-blue-10);
	background: rgba(0, 0, 0, 0);
	width: 100%;
	text-align: left;
	-webkit-transition: background .35s, border-color .35s;
	transition: background .35s, border-color .35s;
}

.faq__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	cursor: pointer;
	background: 0 0;
	border: none;
	padding: 25px 30px;
	font: inherit;
	color: inherit;
	text-align: left;
}

.faq__question {
	font-family: var(--font-family-figtree);
	font-weight: 600;
	font-size: var(--font-size-element-title);
	line-height: 1;
	color: var(--cl-dark-blue-grey);
	-webkit-transition: color .35s;
	transition: color .35s;
}

@media (max-width:768px) {
	.faq__header {
		padding: 15px;
	}
	
	.faq__question {
		font-size: 16px;
	}
}

.faq__chevron {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.faq__body {
	display: grid;
	grid-template-rows: 0fr;
	-webkit-transition: grid-template-rows .35s;
	transition: grid-template-rows .35s;
	transition: grid-template-rows .35s, -ms-grid-rows .35s;
}

.faq__answer {
	overflow: hidden;
	font-family: var(--font-family-figtree);
	font-weight: 400;
	font-size: var(--font-size-body-compact);
	line-height: 1.4;
	color: var(--cl-dark-blue-grey);
	-webkit-transition: color .35s;
	transition: color .35s;
	padding: 0 30px;
}

.faq__answer>:last-child {
	padding-bottom: 25px;
}

@media (max-width:768px) {
	.faq__answer {
		font-size: 16px;
		padding: 0 15px;
	}
}

.faq.is-open {
	background: var(--emd-federal-blue);
	border-color: rgba(0, 0, 0, 0);
	--stroke-0: var(--cl-white);
}

.faq.is-open .faq__answer, .faq.is-open .faq__question {
	color: var(--cl-white);
}

.faq.is-open .faq__chevron {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq.is-open .faq__body {
	grid-template-rows: 1fr;
}

.faq--white {
	border-color: var(--cl-white-10);
	--stroke-0: var(--cl-white);
}

.faq--white .faq__answer, .faq--white .faq__question {
	color: var(--cl-white);
}

.faq--white.is-open {
	background: var(--cl-white);
	border-color: var(--cl-white-10);
	--stroke-0: var(--cl-dark-blue-grey);
}

.faq--white.is-open .faq__answer, .faq--white.is-open .faq__question {
	color: var(--cl-dark-blue-grey);
}

@media (max-width:768px) {}

@media (max-width:576px) {}

@media (max-width:768px) {}

@media (max-width:1240px) {}

@media (max-width:1024px) {}

@media (max-width:768px) {}

.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.breadcrumbs__item:not(:last-child)::after {
	content: "";
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 6px;
	height: 10px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.88235 10' fill='none'%3E%3Cpath d='M0.831562 9.21875L5.05031 5L0.831562 0.78125' stroke='%23232A3A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.breadcrumbs__current, .breadcrumbs__link {
	font-family: var(--font-family-figtree);
	font-weight: 400;
	font-size: var(--font-size-small-text);
	line-height: 1;
	color: var(--cl-dark-blue-grey);
	white-space: nowrap;
}

.breadcrumbs__link {
	text-decoration: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.breadcrumbs__link:hover {
	opacity: .6;
}

.breadcrumbs__current {
	opacity: .5;
}

.tabs-pricing {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--cl-white);
	border-radius: 999px;
	padding: 10px;
}

.tabs-pricing__tab {
	font-family: var(--font-family-figtree);
	font-weight: 700;
	font-size: var(--font-size-text-btn);
	line-height: 1;
	padding: 20px 25px;
	border-radius: 999px;
	border: none;
	background: rgba(0, 0, 0, 0);
	color: var(--cl-dark-blue-grey);
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: background .3s, color .2s;
	transition: background .3s, color .2s;
}

.tabs-pricing__tab em {
	font-style: italic;
}

.tabs-pricing__tab--active {
	background: var(--emd-federal-blue);
	color: var(--cl-white);
}

.tabs-pricing--pro .tabs-pricing__tab--active {
	background: var(--emd-gradient-h);
	color: var(--cl-white);
}

.tabs-pricing--enhanced .tabs-pricing__tab--active {
	background: var(--emd-gradient-xanthous);
	color: var(--cl-dark-blue-grey);
}

.membership-tabs {
	position: relative;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
}

.membership-tabs__nav {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 2;
}

.membership-tabs__panel {
	display: none;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.membership-tabs__panel.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.membership-tabs__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	min-width: 0;
	padding: 133px 50px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.membership-tabs__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 35px;
}

.membership-tabs__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 35px;
}

.membership-tabs__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.membership-tabs__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}

.membership-tabs__title {
	font-family: var(--font-family-figtree);
	font-weight: 700;
	font-size: var(--font-size-h2);
	line-height: 1;
	color: var(--cl-dark-blue-grey);
	white-space: nowrap;
}

.membership-tabs__title em {
	font-style: italic;
	font-weight: 800;
}

.membership-tabs__price {
	font-family: var(--font-family-figtree);
	font-weight: 700;
	font-size: var(--font-size-h2);
	line-height: 1.15;
	white-space: nowrap;
}

.membership-tabs__price-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}

.membership-tabs__price-prefix, .membership-tabs__price-suffix {
	font-family: var(--font-family-figtree);
	font-weight: 500;
	font-size: var(--font-size-h4);
}

.membership-tabs__desc {
	font-family: var(--font-family-figtree);
	font-weight: 400;
	font-size: var(--font-size-body-sm);
	line-height: 1.35;
	color: var(--cl-dark-blue-grey);
}

.membership-tabs__desc em {
	font-style: italic;
}

.membership-tabs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.membership-tabs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 15px;
}

.membership-tabs__check {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	margin-top: 1px;
}

.membership-tabs__check img {
	width: 16px;
	height: 16px;
}

.membership-tabs__item-text {
	font-family: var(--font-family-figtree);
	font-weight: 400;
	font-size: var(--font-size-body-compact);
	line-height: 1.4;
	color: var(--cl-dark-blue-grey);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.membership-tabs__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 19px 36px;
	border-radius: 999px;
	border: none;
	font-family: var(--font-family-figtree);
	font-weight: 700;
	font-size: var(--font-size-text-btn);
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
}

.membership-tabs__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 540px;
	flex: 0 0 540px;
	overflow: hidden;
	border-radius: 0 20px 20px 0;
	position: relative;
}

.membership-tabs__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.membership-tabs__panel--free {
	background: linear-gradient(216deg, rgba(201, 233, 248, .3) 0, rgba(129, 204, 239, .3) 50%, rgba(42, 169, 228, .3) 100%);
}

.membership-tabs__panel--free .membership-tabs__price {
	color: var(--emd-picton-blue);
}

.membership-tabs__panel--free .membership-tabs__check {
	background: var(--emd-picton-blue);
}

.membership-tabs__panel--free .membership-tabs__btn {
	background: var(--emd-gradient-blue);
	color: var(--cl-white);
}

.membership-tabs__panel--pro {
	background: var(--cl-white);
}

.membership-tabs__panel--pro .membership-tabs__content {
	border-left: 5px solid #080152;
	border-top: 5px solid #080152;
	border-bottom: 5px solid #080152;
	border-radius: 20px 0 0 20px;
}

.membership-tabs__panel--pro .membership-tabs__price {
	background: var(--emd-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
}

.membership-tabs__panel--pro .membership-tabs__price-suffix {
	color: var(--cl-dark-blue-grey);
}

.membership-tabs__panel--pro .membership-tabs__check {
	background: var(--emd-magenta);
}

.membership-tabs__panel--pro .membership-tabs__btn {
	background: var(--emd-gradient);
	color: var(--cl-white);
}

.membership-tabs__panel--enhanced {
	background: var(--emd-federal-blue);
}

.membership-tabs__panel--enhanced .membership-tabs__title {
	color: var(--cl-white);
}

.membership-tabs__panel--enhanced .membership-tabs__price, .membership-tabs__panel--enhanced .membership-tabs__title-accent {
	background: var(--emd-gradient-xanthous);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
}

.membership-tabs__panel--enhanced .membership-tabs__desc, .membership-tabs__panel--enhanced .membership-tabs__item-text, .membership-tabs__panel--enhanced .membership-tabs__price-prefix, .membership-tabs__panel--enhanced .membership-tabs__price-suffix {
	color: var(--cl-white);
}

.membership-tabs__panel--enhanced .membership-tabs__check {
	background: var(--emd-xanthous);
}

.membership-tabs__panel--enhanced .membership-tabs__btn {
	background: var(--emd-gradient-xanthous);
	color: var(--emd-federal-blue);
}

@media (max-width:1240px) {}

@media (max-width:1240px) {}

@media (max-width:768px) {}

@media (max-width:1240px) {}

.download-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 20px 15px;
	background: var(--cl-white);
	border: 2px solid var(--emd-federal-blue-10);
	border-radius: 5px;
	color: var(--cl-dark-blue-grey);
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	height: 100%;
}

.download-card--no-image {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.download-card__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.download-card__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	border: 1px solid var(--cl-light-grey);
	border-radius: 3px;
}

.download-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.download-card__title {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-text-btn);
	font-weight: 700;
	line-height: 1.3;
	color: var(--cl-dark-blue-grey);
}

.download-card__desc {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.4;
	color: var(--cl-dark-blue-grey);
}

@media (hover:hover) {
	.download-card:hover {
		background: -webkit-gradient(linear, left top, left bottom, from(var(--cl-white)), to(var(--cl-white))) padding-box, var(--emd-gradient-h) border-box;
		background: linear-gradient(var(--cl-white), var(--cl-white)) padding-box, var(--emd-gradient-h) border-box;
		border-color: rgba(0, 0, 0, 0);
	}
}

@media (max-width:768px) {}

.gform_wrapper.gform-theme textarea {
	height: 186px !important;
	min-height: 160px !important;
	padding: 16px 18px !important;
	line-height: 1.4 !important;
	resize: vertical;
}

.gform_wrapper.gform-theme select {
	background-color: var(--cl-white) !important;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23232a3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 18px center !important;
	background-size: 12px 8px !important;
	padding-right: 44px !important;
	cursor: pointer;
}

.gform_wrapper.gform-theme select::-ms-expand {
	display: none;
}

@media (hover:hover) {
	.ginput_preview span.dashicons:hover::before {
		color: var(--emd-xanthous) !important;
	}
}

.gform_wrapper.gform-theme .gfield_error .gfield_label, .gform_wrapper.gform-theme .gfield_error .gform-field-label {
	color: #ff6b6b !important;
}

.gform_wrapper.gform-theme .gfield_error input:not([type=checkbox]):not([type=radio]):not([type=submit]), .gform_wrapper.gform-theme .gfield_error select, .gform_wrapper.gform-theme .gfield_error textarea {
	border-color: #ff6b6b !important;
}

.gform_wrapper.gform-theme .gfield_description.validation_message, .gform_wrapper.gform-theme .validation_message {
	font-family: var(--font-family-figtree) !important;
	font-size: var(--font-size-small-text) !important;
	font-weight: 500 !important;
	color: #ff6b6b !important;
	background: rgba(0, 0, 0, 0) !important;
	margin-top: 6px !important;
	padding: 0 !important;
	border: none !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	gap: 6px !important;
}

.gform_wrapper.gform-theme .gfield_description.validation_message::before, .gform_wrapper.gform-theme .validation_message::before {
	content: "!" !important;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	width: 18px !important;
	height: 18px !important;
	border-radius: 50% !important;
	background: #ff6b6b !important;
	color: var(--cl-white) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.gform_wrapper.gform-theme .gform_validation_errors, .gform_wrapper.gform-theme .validation_error {
	background: rgba(255, 107, 107, .1) !important;
	border: 1px solid rgba(255, 107, 107, .3) !important;
	border-radius: 8px !important;
	padding: 16px 20px !important;
	margin: 0 0 24px !important;
	font-family: var(--font-family-figtree);
}

.gform_wrapper.gform-theme .gform_validation_errors .gform_submission_error, .gform_wrapper.gform-theme .gform_validation_errors h2, .gform_wrapper.gform-theme .gform_validation_errors h3, .gform_wrapper.gform-theme .validation_error .gform_submission_error, .gform_wrapper.gform-theme .validation_error h2, .gform_wrapper.gform-theme .validation_error h3 {
	font-size: var(--font-size-body-compact) !important;
	font-weight: 600 !important;
	color: #ff6b6b !important;
	margin: 0 !important;
}

.gform_wrapper.gform-theme .gform_ajax_spinner {
	margin-left: 12px;
	width: 24px;
	height: 24px;
}

#gform_confirmation_wrapper .gform_confirmation_message, .gform_confirmation_wrapper .gform_confirmation_message, [id^=gform_confirmation_wrapper] .gform_confirmation_message {
	font-size: var(--font-size-element-title);
	font-weight: 500;
	line-height: 1.5;
}

.form-block .gform_wrapper.gform-theme .gfield_label, .form-block .gform_wrapper.gform-theme .gform-field-label, .gf_progressbar_title {
	color: var(--cl-white) !important;
}

.gf_progressbar {
	background-color: var(--cl-white) !important;
	padding: 1px;
}

.gf_progressbar .gf_progressbar_percentage {
	background-color: var(--emd-xanthous) !important;
}

.gfield.gsection {
	width: 100%;
	color: var(--cl-white);
	border-bottom: 1px solid var(--cl-white);
}

.gfield.gsection h2, .gfield.gsection h3 {
	color: var(--cl-white) !important;
}

.button.gform_button_select_files:hover {
	background: var(--emd-magenta) !important;
	color: var(--cl-white) !important;
}

.gfield .gfield_description {
	color: var(--cl-white) !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gchoice {
	position: relative !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gchoice label {
	position: relative !important;
	padding-left: 32px !important;
	cursor: pointer;
}

.gform_wrapper.gform-theme .gfield--type-choice .gchoice input[type=checkbox], .gform_wrapper.gform-theme .gfield--type-choice .gchoice input[type=radio] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_radio .gchoice label::before {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	top: 1px !important;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid !important;
	border-radius: 50% !important;
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_radio .gchoice label::after {
	content: "" !important;
	display: none !important;
	position: absolute !important;
	left: 5px !important;
	top: 6px !important;
	width: 10px !important;
	height: 10px !important;
	background: var(--emd-xanthous) !important;
	border-radius: 50% !important;
	border: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_radio .gchoice input[type=radio]:checked+label::before {
	border-color: var(--emd-xanthous) !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_radio .gchoice input[type=radio]:checked+label::after {
	display: block !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_checkbox .gchoice label::before {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	top: 1px !important;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid !important;
	border-radius: 3px !important;
	background: rgba(0, 0, 0, 0) !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	-webkit-transition: background .2s, border-color .2s;
	transition: background .2s, border-color .2s;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_checkbox .gchoice label::after {
	content: "" !important;
	display: none !important;
	position: absolute !important;
	left: 7px !important;
	top: 4px !important;
	width: 5px !important;
	height: 10px !important;
	border: solid !important;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
	border-radius: 0 !important;
	background: 0 0 !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_checkbox .gchoice input[type=checkbox]:checked+label::before {
	background: var(--emd-xanthous) !important;
	border-color: var(--emd-xanthous) !important;
}

.gform_wrapper.gform-theme .gfield--type-choice .gfield_checkbox .gchoice input[type=checkbox]:checked+label::after {
	display: block !important;
}

.ginput_preview span {
	color: var(--cl-white) !important;
}

.ginput_preview span.dashicons::before {
	color: var(--cl-white) !important;
}

.partner-flip {
	-webkit-perspective: 1200px;
	perspective: 1200px;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.partner-flip__inner {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	border-radius: 20px;
}

@media (hover:hover) {
	.partner-flip:hover .partner-flip__inner {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
}

.partner-flip.is-flipped .partner-flip__inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.partner-flip__back, .partner-flip__front {
	position: absolute;
	inset: 0;
	border-radius: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.partner-flip__front {
	background-color: var(--partner-color, var(--emd-federal-blue));
}

.partner-flip__back {
	background: var(--emd-gradient-simple);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 0;
	padding: 10px 30px 30px;
}

.partner-flip__front .partner-flip__logo {
	width: 280px;
	height: 280px;
	-o-object-fit: contain;
	object-fit: contain;
}

.partner-flip__back .partner-flip__logo {
	width: 220px;
	height: 220px;
	-o-object-fit: contain;
	object-fit: contain;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1440px) {
	.partner-flip__back {
		padding-top: 0;
	}
	
	.partner-flip__back .partner-flip__logo {
		width: 150px;
		height: 150px;
	}
}

@media (max-width:768px) {
	.partner-flip__back {
		padding: 10px 10px 20px;
	}
	
	.partner-flip__back .partner-flip__logo {
		width: 140px;
		height: 140px;
	}
}

.partner-flip__title {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-h4);
	font-weight: 600;
	line-height: 1.3;
	color: var(--cl-white);
	margin: 0 0 12px;
	text-align: center;
}

@media (max-width:1024px) {
	.partner-flip__title {
		margin: 0 0 10px;
	}
}

.partner-flip__text {
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-small-text);
	font-weight: 400;
	line-height: normal;
	color: var(--cl-white);
	margin: 0 0 30px;
	text-align: center;
	max-width: 403px;
}

@media (max-width:1440px) {
	.partner-flip__text {
		margin: 0 0 15px;
	}
}

@media (max-width:1024px) {
	.partner-flip__text {
		margin: 0 0 20px;
	}
}

@media (max-width:768px) {
	.partner-flip__text {
		margin: 0 0 15px;
	}
}

.partner-flip__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-family: var(--font-family-figtree);
	font-size: var(--font-size-body-compact);
	font-weight: 500;
	line-height: normal;
	color: var(--cl-white);
	text-decoration: none;
	margin-top: auto;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.partner-flip__link img {
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (hover:hover) {
	.partner-flip__link:hover {
		color: var(--emd-xanthous);
		-webkit-transition: color .3s;
		transition: color .3s;
	}
}

@media (max-width:576px) {
	.partner-flip__back .partner-flip__logo {
		width: 100px;
		height: 100px;
	}
	
	.partner-flip__link {
		font-size: 14px;
		margin: 0;
	}
}

.single-hero {
	background-color: var(--cl-white);
	padding-top: 100px;
	padding-bottom: 60px;
}

.single-hero .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 80px;
}

.single-hero__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	max-width: var(--content-width-small);
	margin: 0 auto;
	text-align: center;
}

.single-hero__title {
	font-size: var(--font-size-section-title);
	font-weight: 700;
	line-height: 1;
	background: var(--emd-gradient-title);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
}

.single-hero__subtitle {
	font-size: var(--font-size-element-title);
	font-weight: 400;
	line-height: 1.3;
	color: var(--cl-dark-blue-grey);
	max-width: 580px;
	font-family: var(--font-family-figtree);
}

.single-hero__image-wrap {
	max-width: var(--content-width);
	width: 100%;
	margin: 0 auto;
}

.single-hero__image {
	display: block;
	width: 100%;
	height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}

@media (max-width:1024px) {
	.single-hero__image {
		height: 500px;
	}
}

@media (max-width:768px) {
	.single-hero .container {
		gap: 40px;
		max-width: 100%;
	}
	
	.single-hero {
		padding-top: 0;
		padding-bottom: 50px;
	}
	
	.single-hero__inner {
		gap: 20px;
	}
	
	.single-hero__subtitle {
		font-size: 17px;
	}
	
	.single-hero__image {
		height: 400px;
	}
}

.social-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.social-share__title {
	font-size: var(--font-size-h4);
	font-weight: 700;
	line-height: 1.3;
	color: var(--cl-dark-blue-grey);
}

.social-share__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.platform-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	border: 2px solid var(--cl-white-10);
	padding: 0 20px;
	text-decoration: none;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
	height: 74px;
}

@media (max-width:1024px) {
	.platform-link {
		height: auto;
	}
}

.platform-link__logo {
	display: block;
	width: 144px;
	height: 54px;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width:1024px) {
	.platform-link__logo {
		width: auto;
		height: auto;
	}
}

@media (hover:hover) {
	.platform-link:hover {
		border-color: var(--cl-white-30);
	}
}

@media (max-width:768px) {
	.platform-link {
		padding: 5px 12px;
		height: 40px;
	}
	
	.platform-link__logo {
		height: 100%;
	}
}

@media (max-width:576px) {
	.platform-link {
		padding: 8px 10px;
	}
}

.tooltip {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tooltip__trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: 0 0;
	border: none;
	padding: 0;
	cursor: pointer;
	line-height: 1;
}

.tooltip__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: var(--light-blue-grey);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tooltip__popup {
	position: absolute;
	bottom: calc(100% + 14px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 280px;
	padding: 18px 20px;
	background: var(--cl-white);
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	font-family: var(--font-family-figtree);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	color: var(--cl-dark-blue-grey);
}

.tooltip__arrow {
	position: absolute;
	bottom: -11px;
	left: calc(50% - 8px);
	width: 0;
	height: 0;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 9px solid rgba(0, 0, 0, 0);
	border-top: 11px solid var(--cl-white);
}

.tooltip.is-active .tooltip__popup {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width:768px) {
	.tooltip__popup {
		width: 240px;
		padding: 14px 16px;
		font-size: 14px;
	}
}

@media (max-width:576px) {
	.tooltip__popup {
		width: 200px;
		padding: 12px 14px;
		font-size: 13px;
	}
}

.join-community-popup-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.join-community-popup.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

@media (max-width:768px) {}

@media (max-width:576px) {}

@media (max-width:768px) {}

@media (max-width:768px) {
	.join-community-popup__inner .gform-theme--framework .gform_validation_errors .gform-icon::before {
		display: none;
	}
}

@media (max-width:576px) {}

.single-event__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	padding-top: 40px;
	padding-bottom: 0;
}

@media (max-width:1240px) {
	.single-event__body {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width:1024px) {
	.single-event__body {
		padding-top: 0;
	}
}

@media (max-width:768px) {
	.single-event__body {
		max-width: 580px;
		padding: 0 25px;
		margin: auto;
	}
}

.single-event__center {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	max-width: 1170px;
	margin: 0 auto;
}

@media (max-width:576px) {
	.single-event__center {
		padding: 0 15px;
	}
}

.single-event__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--light-blue-grey);
	margin-bottom: 60px;
}

@media (max-width:1140px) {
	.single-event__meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.single-event__meta-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

@media (max-width:1024px) {
	.single-event__meta-left {
		gap: 20px;
		gap: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 80%;
	}
}

@media (max-width:768px) {
	.single-event__meta {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	
	.single-event__meta-left {
		width: 100%;
	}
}

.single-event__meta-speaker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}

.single-event__meta-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1024px) {
	.single-event__meta-avatar {
		width: 40px;
		height: 40px;
	}
}

.single-event__meta-speaker-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single-event__meta-speaker-name {
	font-size: var(--font-size-body-compact);
	font-weight: 600;
	line-height: 1.4;
	color: var(--cl-dark-blue-grey);
}

.single-event__meta-speaker-role {
	font-size: var(--font-size-small-text);
	font-weight: 400;
	line-height: 1.2;
	color: var(--cl-dark-blue-grey);
	font-style: normal;
}

.single-event__meta-divider {
	width: 1px;
	height: 40px;
	background: var(--light-blue-grey);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.single-event__meta-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

@media (max-width:1024px) {
	.single-event__meta-divider {
		width: 100%;
		height: 1px;
	}
	
	.single-event__meta-items {
		gap: 15px;
		gap: 12px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.single-event__meta-date-row, .single-event__meta-format-row, .single-event__meta-time-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: var(--font-size-body-compact);
	font-weight: 500;
	line-height: 1.5;
	color: var(--cl-dark-blue-grey);
}

.single-event__meta-date-row img, .single-event__meta-format-row img, .single-event__meta-time-row img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.single-event__meta-cta {
	gap: 12px;
	width: 280px;
	padding: 24px 40px;
}

.single-event__meta-cta.mobile {
	display: none;
}

.single-event__meta-cta span {
	font-size: var(--font-size-element-title);
	font-weight: 700;
	line-height: normal;
}

.single-event__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 60px;
}

@media (max-width:1024px) {
	.single-event__meta-date-row, .single-event__meta-format-row, .single-event__meta-time-row {
		font-size: var(--font-size-small-text);
	}
	
	.single-event__meta-cta {
		width: 200px;
	}
	
	.single-event__meta-cta span {
		font-size: var(--font-size-body-compact);
	}
	
	.single-event__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
	}
}

@media (max-width:576px) {
	.single-event__main {
		gap: 20px;
	}
}

.single-event__details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.single-event__details-heading {
	font-size: var(--font-size-h2);
	font-weight: 700;
	line-height: normal;
	color: var(--cl-dark-blue-grey);
	margin-bottom: 0;
}

@media (max-width:768px) {
	.single-event__meta-cta.mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.single-event__meta-cta {
		width: 100%;
	}
	
	.single-event__details {
		gap: 20px;
	}
	
	.single-event__details-heading {
		font-size: 36px;
	}
}

.single-event__details-body {
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.5;
	color: var(--cl-dark-blue-grey);
}

.single-event__details-body p+p {
	margin-top: 20px;
}

.single-event__speaker-box {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 35px;
	border: 5px solid var(--cl-light-grey);
	border-radius: 20px;
	padding: 40px;
}

@media (max-width:1024px) {
	.single-event__speaker-box {
		padding: 15px;
	}
}

@media (max-width:768px) {
	.single-event__details-body {
		font-size: 16px;
	}
	
	.single-event__speaker-box {
		border: 3px solid var(--cl-light-grey);
		padding: 10px;
	}
}

@media (max-width:576px) {
	.single-event__speaker-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
		gap: 10px;
		padding: 15px;
	}
}

.single-event__speaker-photo {
	width: 150px;
	height: 150px;
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:768px) {
	.single-event__speaker-photo {
		width: 125px;
		height: 125px;
	}
}

@media (max-width:576px) {
	.single-event__speaker-photo {
		width: 100%;
		aspect-ratio: 1/.6;
		height: auto;
	}
}

.single-event__speaker-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.single-event__speaker-title {
	font-size: var(--font-size-h3);
	font-weight: 700;
	line-height: 1.15;
	color: var(--cl-dark-blue-grey);
}

@media (max-width:768px) {
	.single-event__speaker-info {
		gap: 5px;
	}
	
	.single-event__speaker-title {
		font-size: 22px;
	}
}

.single-event__speaker-bio {
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.5;
	color: var(--cl-dark-blue-grey);
}

@media (max-width:768px) {
	.single-event__speaker-bio {
		font-size: 14px;
	}
}

.single-event__sidebar {
	width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

@media (max-width:1024px) {
	.single-event__sidebar {
		gap: 20px;
		width: 100%;
	}
}

.single-event__location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

.single-event__location-title {
	font-size: var(--font-size-h4);
	font-weight: 600;
	line-height: 1.3;
	color: var(--cl-dark-blue-grey);
}

.single-event__location-address {
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.4;
	color: var(--cl-dark-blue-grey);
	font-style: normal;
}

.single-event__location-link {
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.4;
	color: var(--emd-magenta);
	text-decoration: none;
}

.single-job .single-hero {
	padding-bottom: 0;
}

.single-job__meta-wrap {
	padding-top: 100px;
}

@media (max-width:1024px) {
	.single-job__meta-wrap {
		padding-top: 60px;
	}
}

@media (max-width:768px) {
	.single-job__meta-wrap {
		padding-top: 40px;
	}
}

@media (max-width:576px) {
	.single-job__meta-wrap {
		padding-top: 30px;
	}
}

.single-job__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--light-blue-grey);
}

@media (max-width:1024px) {
	.single-job__meta {
		gap: 20px;
		padding-bottom: 35px;
	}
}

@media (max-width:768px) {
	.single-job__meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 20px;
	}
}

.single-job__meta-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

@media (max-width:1024px) {
	.single-job__meta-left {
		gap: 20px;
	}
}

@media (max-width:768px) {
	.single-job__meta-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 15px;
	}
}

.single-job__company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.single-job__company-logo {
	width: 90px;
	height: 90px;
	border-radius: 999px;
	overflow: hidden;
	background: var(--emd-gradient-simple);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.single-job__company-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-job__company-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
}

.single-job__company-name {
	font-size: var(--font-size-body-compact);
	font-weight: 600;
	line-height: 1.4;
	color: var(--cl-dark-blue-grey);
}

.single-job__company-subtitle {
	font-size: var(--font-size-small-text);
	font-weight: 400;
	line-height: 1.2;
	color: var(--cl-dark-blue-grey);
}

.single-job__meta-divider {
	width: 1px;
	height: 40px;
	background-color: var(--light-blue-grey);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:768px) {
	.single-job__meta-divider {
		display: none;
	}
}

.single-job__meta-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

.single-job__meta-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.5;
	color: var(--cl-dark-blue-grey);
}

.single-job__meta-detail img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.btn--apply {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	width: 280px;
	min-width: 280px;
	margin-left: 15px;
	padding: 24px 40px;
	background-color: var(--emd-xanthous);
	border-radius: 999px;
	text-decoration: none;
	font-size: var(--font-size-element-title);
	font-weight: 700;
	line-height: 1.2;
	color: var(--emd-federal-blue);
	-webkit-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
}

.btn--apply img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (hover:hover) {
	.single-event__location-link:hover {
		text-decoration: underline;
	}
	
	.btn--apply:hover {
		color: var(--cl-white);
		background-color: var(--emd-magenta);
		-webkit-transition: .2s;
		transition: .2s;
	}
	
	.single-job__sidebar-map-link:hover {
		text-decoration: underline;
	}
}

@media (max-width:1024px) {
	.btn--apply {
		padding: 15px 20px;
		width: 200px;
		min-width: 200px;
		font-size: 17px;
	}
}

@media (max-width:768px) {
	.btn--apply {
		margin-left: 0;
		width: 100%;
		padding: 12px 20px;
	}
}

.single-job__content-wrap {
	padding-top: 60px;
}

@media (max-width:1024px) {
	.single-job__content-wrap {
		padding-top: 40px;
	}
}

.single-job__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 60px;
}

@media (max-width:1024px) {
	.single-job__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
	}
}

@media (max-width:576px) {
	.single-job__content-wrap {
		padding-top: 30px;
	}
	
	.single-job__content {
		gap: 20px;
	}
}

.single-job__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

.single-job__body {
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.5;
	color: var(--cl-dark-blue-grey);
	max-width: 800px;
}

.single-job__body p+p {
	margin-top: 20px;
}

.single-job__body p {
	line-height: 1.5;
}

.single-job__body :last-child {
	margin-bottom: 0;
}

.single-job__apply-card {
	position: relative;
	border-radius: 20px;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 35px;
}

.single-job__apply-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	padding: 5px;
	background: var(--emd-gradient);
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--cl-white))) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--cl-white)));
	-webkit-mask: linear-gradient(var(--cl-white) 0 0) content-box, linear-gradient(var(--cl-white) 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

@media (max-width:1024px) {
	.single-job__apply-card {
		padding: 30px;
		gap: 25px;
	}
}

@media (max-width:576px) {
	.single-job__apply-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.single-job__apply-card-logo {
	width: 150px;
	height: 150px;
	border-radius: 999px;
	background: var(--emd-gradient-simple);
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.single-job__apply-card-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:768px) {
	.single-job__apply-card {
		padding: 20px;
		gap: 20px;
	}
	
	.single-job__apply-card-logo {
		width: 100px;
		height: 100px;
	}
}

@media (max-width:576px) {
	.single-job__apply-card-logo {
		width: 80px;
		height: 80px;
	}
}

.single-job__apply-card-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.single-job__apply-card-heading {
	font-size: var(--font-size-h3);
	font-weight: 700;
	line-height: normal;
	color: var(--cl-dark-blue-grey);
}

.single-job__apply-card-text {
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.5;
	color: var(--cl-dark-blue-grey);
}

.single-job__sidebar {
	width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

@media (max-width:1024px) {
	.single-job__sidebar {
		width: 100%;
		gap: 20px;
	}
}

.single-job__sidebar-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
}

.single-job__sidebar-label {
	font-size: var(--font-size-small-text);
	font-weight: 600;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: var(--cl-dark-blue-grey);
	margin-bottom: 10px;
	margin-top: 20px;
}

.single-job__sidebar-label:first-child {
	margin-top: 0;
}

.single-job__sidebar-amount {
	font-size: var(--font-size-h3);
	font-weight: 700;
	line-height: 1.15;
	color: var(--cl-dark-blue-grey);
}

.single-job__sidebar-suffix {
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.5;
	color: var(--cl-dark-blue-grey);
}

.single-job__sidebar-additional-textbox-1, .single-job__sidebar-additional-textbox-2, .single-job__sidebar-address {
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.4;
	color: var(--cl-dark-blue-grey);
	font-style: normal;
}

.single-job__sidebar-map-link {
	font-size: var(--font-size-body-compact);
	font-weight: 400;
	line-height: 1.4;
	color: var(--emd-magenta);
	text-decoration: none;
}

.single-post .text-block__inner {
	gap: 30px;
}

.single-post__center {
	padding-bottom: 60px;
}

@media (max-width:1240px) {
	.single-post__center>:first-child {
		padding-top: 0;
	}
}

.single-post__center section+section {
	padding-top: 0;
	margin-top: 0;
}

.single-post__center section.testimonial-small-block+section {
	padding-top: 60px;
}

.single-post .latest-carousel-block__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

@media (max-width:1024px) {
	.single-post__center {
		padding-bottom: 20px;
	}
	
	.single-post .latest-carousel-block__grid {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
}

.single-post .latest-carousel-block__header {
	margin-bottom: 60px;
}

@media (max-width:768px) {
	.single-post__center {
		padding-bottom: 0;
	}
	
	.single-post .latest-carousel-block__grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.single-post .latest-carousel-block__header {
		margin-bottom: 40px;
	}
}

.single-post .latest-carousel-block {
	padding: 60px 0;
}

@media (max-width:1240px) {
	.single-post .latest-carousel-block {
		padding: 0 0 60px;
	}
}

.single-post .latest-carousel-block h2 {
	font-size: var(--font-size-section-title);
}

.single-post .downloads-resources-block--grey {
	margin: 60px 0;
}

.single-post__share {
	padding-bottom: 60px;
}

@media (max-width:1024px) {
	.single-post .latest-carousel-block {
		padding: 0;
	}
	
	.single-post__share {
		padding-bottom: 0;
	}
}

@media (max-width:768px) {
	.single-post .downloads-resources-block--grey {
		margin: 40px 0;
	}
	
	.single-post__share {
		padding-bottom: 40px;
	}
}

.single-post__body, .single-post__body * {
	font-family: var(--font-family-figtree);
}

@media (max-width:576px) {
	.single-post__body {
		padding: 0;
	}
}

@media (max-width:1024px) {}

@media (max-width:768px) {}