@charset "UTF-8";
/**
 * Variables
 *
 * @since   1.0.0
 * @package piper
 */
/**
 * Primary & Secondary Colors
 */
/**
  * Neutral & Support Colors
  */
/**
  * Fonts
  */
/**
  * Spacing
  */
/**
  * Misc heights/widths
  */
/**
  * Borders
  */
/**
 * Mixins
 *
 * @since   1.0.0
 * @package piper
 */
/**
 * Generic wrapper
 */
/**
 * Object-fit "cover"
 */
/**
 * Centered block
 */
/**
 * Centered element trick!
 */
/**
 * Make a flex "row"
 */
/**
 * Font smoothing
 */
/**
 * Kill font smoothing!
 */
/**
 * Inline text link
 */
/**
 * Styled list
 */
/**
 * Bulleted list
 *
 * Icons inserted with js/foot/list-icons.js
 */
/**
 * Numbered list
 */
/**
 * Remove bottom margin if last child
 */
/**
 * Remove top margin if first child
 */
/**
 * WYSIWYG content format
 */
/**
 * Responsive embed container
 */
/**
 * Fluid Property!
 */
/**
 * Overlay
 */
/**
 * Generic transition
 */
/**
 * Clearfix
 */
/**
 * Landing page title style
 */
/**
 * M600sls Landing page title style
 */
html {
	overflow: unset !important;
}
html.with-featherlight {
	margin-right: 18px;
}
html.with-featherlight body {
	overflow: hidden;
}
@media (min-width: 981px) {
	html.with-featherlight body {
		padding-right: 18px;
	}
}
.primary-nav ul > li {
	white-space: nowrap;
}
header[role='banner'] .primary-nav .sub-menu {
	width: auto;
}
/**
 * banner-form
 */
.banner-form {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	color: #231d27;
	padding: 0;
}
@media (min-width: 1024px) {
	.page-template-page-templatesrequest-a-demo-flight-php .banner-form.indent-top-middle {
		padding-top: 100px !important;
	}
}
.banner-form:after {
	display: none;
}
.banner-form .banner-content {
	max-width: 100%;
}
.banner-form .wrap {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	max-width: 100%;
	color: #231d27;
}
.banner-form .form {
	background: #ffffff;
	margin: clamp(60px, 0.0681818182 * 100vw, 120px);
	max-width: 830px;
	width: 90%;
}
@media (max-width: 1400px) {
	.banner-form .form {
		margin: clamp(60px, 0.0681818182 * 100vw, 120px) auto;
	}
}
.banner-form .form .gform_wrapper {
	display: flex;
	flex-direction: column;
	padding: clamp(50px, 0.0568181818 * 100vw, 100px) clamp(20px, 0.0568181818 * 100vw, 100px);
}
.banner-form .form .gform_wrapper .partial_entry_warning {
	order: 2;
	margin-top: 32px;
	margin-bottom: 0 !important;
	font-size: 16px;
}
.banner-form .form .gform_wrapper .gform_title {
	font-size: clamp(28px, 5.625vw, 52px);
}
.banner .wrap .gform_description {
	display: none !important;
}
.banner-form .form .gf_progressbar_title > *:first-child {
	font-weight: bold;
}
.banner-form .form .gf_progressbar_title .gf_step_current_page {
	font-weight: bold;
}
.banner-form .form .gform_page_footer {
	padding: 0;
	min-height: 100%;
}
.banner-form .form .gform_page_footer .gform_previous_button {
	float: left;
}
.banner-form .form .ginput_recaptcha {
	max-width: 100%;
	margin-bottom: 20px;
}
.banner-form .form .ginput_recaptcha > div {
	max-width: 100%;
}
@media (max-width: 639px) {
	.banner-form .form .gfield_consent {
		margin-bottom: 20px;
	}
}
.banner-form .form .ginput_container_multiselect select {
	background-image: none;
	padding: 0.875rem 1rem;
}
@media (max-width: 1330px) {
	.banner-form ~ main .footer-ctas {
		display: block;
	}
}
@media (max-width: 1330px) {
	.banner-form ~ main .footer-ctas .footer-cta-half {
		width: 100%;
	}
}
.banner-form ~ main .footer-ctas .footer-cta-half .cta-content {
	max-width: unset;
}
.banner-form ~ main .footer-ctas .footer-cta-half h2 {
	font-size: clamp(28px, 4.63vw, 88px) !important;
}

.plane-overview.new-overview .vertical-text {
	margin: 0 0 0 11px;
	max-height: 490px;
}
.plane-overview.new-overview .vertical-text h3 {
	font-weight: 300;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.8px;
	color: #a6a6a6;
	padding: 24px 13px;
	-webkit-transform: rotate(-90deg) translateX(-8px) translateY(0px);
	transform: rotate(-90deg) translateX(-8px) translateY(0px);
}
.plane-overview.new-overview .vertical-text h3 b {
	font-size: inherit;
	line-height: inherit;
	height: auto;
}
.plane-overview.new-overview .flex-wrapper {
	color: #58575b;
}
.plane-overview.new-overview .flex-wrapper .col-1 {
	text-align: center;
	flex: 0 1 50%;
	border-right: none;
	padding: 0;
	margin-right: 33px;
}
.plane-overview.new-overview .flex-wrapper .col-1 a[role='button'] {
	margin: 0;
}
@media (max-width: 1023px) {
	.plane-overview.new-overview .flex-wrapper .col-1 {
		margin-right: 0;
	}
}
.plane-overview.new-overview .flex-wrapper .col-2 {
	flex: 0 1 50%;
	padding: 0;
	max-width: 724px;
}
.plane-overview.new-overview .flex-wrapper h3 {
	color: #26282d;
	font-weight: bold;
	font-size: clamp(28px, 2.83vw, 54px);
	line-height: 140%;
}
@media (max-width: 1023px) {
	.plane-overview.new-overview .flex-wrapper h3 br {
		display: none;
	}
}
.plane-overview.new-overview .flex-wrapper h4 {
	color: #26282d;
	text-transform: unset;
	letter-spacing: normal;
	font-size: 21px;
	line-height: 141%;
}
@font-face {
	font-family: 'Dolce Black';
	src: url('https://use.typekit.net/af/9cb986/00000000000000007735bd2f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3')
			format('opentype'),
		url('https://use.typekit.net/af/9cb986/00000000000000007735bd2f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3')
			format('woff');
}
.page-template-ambasador-landing.page-id-14473 .ambasador-banner-section h1 b {
	display: block;
}
.page-template-ambasador-landing .ambasador-banner-section .wrap {
	max-width: 100%;
	width: 90%;
}

.page-template-ambasador-landing .ambasador-footer-banner-section .wrap {
	padding-top: 0;
}

.page-template-ambasador-landing .ambasador-banner-section p.subtitle {
	margin-bottom: 50px;
}
.page-template-ambasador-landing .ambasador-banner-section h1 {
	font-size: 88px !important;
	font-weight: 400;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .ambasador-banner-section h1 {
		font-size: 36px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-banner-section h1 {
		font-size: 28px !important;
	}
}
.page-template-ambasador-landing .ambasador-banner-section h1 b {
	font-size: 130px !important;
	font-weight: 900;
	text-shadow: 26px 24px 55px rgba(37, 100, 158, 0.277429);
	font-family: 'Dolce Black', sans-serif;
	color: #a0cbe0;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .ambasador-banner-section h1 b {
		font-size: 50px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-banner-section h1 b {
		font-size: 38px !important;
	}
}
@media (min-width: 981px) {
	.page-template-ambasador-landing .ambasador-banner-section h1 {
		margin-top: -10px !important;
	}
}
@media (min-width: 981px) and (max-width: 1600px) {
	.page-template-ambasador-landing .ambasador-banner-section h1 {
		font-size: 60px !important;
		margin-top: 0 !important;
	}
	.page-template-ambasador-landing .ambasador-banner-section h1 span {
		font-size: 100px !important;
	}
}
@media (min-width: 981px) and (max-width: 1280px) {
	.page-template-ambasador-landing .ambasador-banner-section h1 {
		font-size: 48px !important;
	}
	.page-template-ambasador-landing .ambasador-banner-section h1 span {
		font-size: 70px !important;
	}
}
.page-template-ambasador-landing .ambasador-banner-section.second-landing-banner h1 {
	line-height: 1.05;
	margin-top: 17px !important;
}
.page-template-ambasador-landing .ambasador-banner-section.second-landing-banner h1 span {
	display: block;
}
.page-template-ambasador-landing .ambasador-footer-banner-section {
	padding-top: clamp(80px, 0.0852272727 * 100vw, 150px) !important;
	padding-bottom: clamp(80px, 0.0852272727 * 100vw, 150px) !important;
}
.page-template-ambasador-landing .ambasador-footer-banner-section [role='button'] {
	font-size: clamp(15px, 0.0096590909 * 100vw, 20px);
	line-height: 200%;
}
@media (min-width: 981px) {
	.page-template-ambasador-landing .ambasador-footer-banner-section h1 {
		position: relative;
		left: 13px;
		top: -10px;
		line-height: 1.05;
	}
}
.page-template-ambasador-landing .ambasador-footer-banner-section h1 span {
	display: block;
}
.page-template-ambasador-landing .ambasador-text-content-section .wrap {
	max-width: 100%;
	width: 90%;
}
.page-template-ambasador-landing .ambasador-text-content-section .wrap .text {
	max-width: 1273px;
}
.page-template-ambasador-landing .ambasador-text-content-section .wrap .text h2 {
	max-width: 900px;
	margin: 0 auto;
	font-size: 54px !important;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.3;
	margin-bottom: 20px;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .ambasador-text-content-section .wrap .text h2 {
		font-size: 36px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-text-content-section .wrap .text h2 {
		font-size: 24px !important;
	}
}
.page-template-ambasador-landing .ambasador-text-content-section .wrap .text h2 b {
	font-size: 72px !important;
	font-family: 'Dolce Black', sans-serif;
	color: #0058a9;
	font-weight: 900;
	line-height: 150%;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .ambasador-text-content-section .wrap .text h2 b {
		font-size: 54px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-text-content-section .wrap .text h2 b {
		font-size: 36px !important;
	}
}
.page-template-ambasador-landing .testimonials {
	padding-top: clamp(60px, 0.0852272727 * 100vw, 150px) !important;
	padding-bottom: clamp(60px, 0.0852272727 * 100vw, 150px) !important;
}

.page-template-ambasador-landing .testimonials .testimonials-slider {
	margin-left: 0;
}
@media (min-width: 1281px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider {
		margin: 0 auto;
	}
}
.page-template-ambasador-landing .testimonials .testimonials-slider .flickity-viewport {
	height: auto !important;
}
.page-template-ambasador-landing .testimonials .testimonials-slider .flickity-viewport .flickity-slider {
	position: relative !important;
	transform: unset !important;
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial {
	opacity: 0;
	transition: all 0.35s;
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial.is-selected {
	opacity: 1;
	position: relative !important;
	left: unset !important;
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images {
	flex: 0 0 52% !important;
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .image-1 {
	padding: 0 0 20px 20px !important;
	width: 100%;
	background: #ffffff;
	background-position: -10px;
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .image-1 figure {
	width: 355px !important;
	height: 550px !important;
}
@media (max-width: 1280px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .image-1 figure img {
		height: 465px;
		object-fit: cover;
	}
}
@media (min-width: 1200px) {
	.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images figure .card-image {
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images figure .card-image img {
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .image-2 {
	width: 85.5% !important;
	/* padding-top: 9.5rem !important; */
	padding-top: 150px !important;
}
@media (max-width: 1280px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images {
		flex: 0 1 35% !important;
	}
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .image-2,
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .quote-block {
		display: none !important;
	}
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images {
		flex: 0 1 40% !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images {
		flex: 0 1 100% !important;
	}
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .image-quote {
		position: relative !important;
		max-width: 320px;
		margin: 0 auto;
	}
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .image-1 {
		padding: 0 !important;
	}
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .image-1 figure {
		max-width: 320px !important;
		height: auto !important;
	}
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .image-1 figure .card-image {
		position: relative !important;
	}
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .images .image-1 figure .card-image img {
		height: auto;
	}
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text {
	flex: 0 1 44.5% !important;
	padding-top: 48px;
}
@media (max-width: 1280px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text {
		flex: 0 1 60% !important;
	}
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text {
		flex: 0 1 55% !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text {
		flex: 0 1 100% !important;
	}
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text h2 {
	font-size: 54px !important;
	font-weight: 900;
	line-height: 1.3;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text h2 {
		font-size: 36px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text h2 {
		font-size: 24px !important;
	}
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text h2 b {
	font-size: 72px !important;
	display: block;
	font-family: 'Dolce Black', sans-serif;
	color: #0058a9;
	line-height: 150%;
	font-weight: 900;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text h2 b {
		font-size: 54px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text h2 b {
		font-size: 36px !important;
	}
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text .quote {
	margin-top: 10px;
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text .quote p {
	font-weight: 300;
	font-size: 21px !important;
	line-height: 1.5;
	letter-spacing: -0.270023px;
	color: #58575b;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text .quote p {
		font-size: 22px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text .quote p {
		font-size: 20px !important;
	}
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text .quote p i {
	font-style: normal;
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text .name {
	margin-top: 55px;
}
.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial .quote-text .name .inst-icon {
	position: relative;
	display: inline-block;
	width: 21px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/wp-content/uploads/2022/04/inst_ico.png');
	margin-left: 12px;
	top: 7px;
	text-decoration: none;
	border-bottom: none;
}
@media (max-width: 1280px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial.is-selected {
		left: 110%;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .testimonial {
		display: flex;
		justify-content: center !important;
		width: 100% !important;
		flex-wrap: wrap !important;
	}
}
.page-template-ambasador-landing .testimonials .testimonials-slider .slider-arrows {
	top: 693px;
	right: 50.2% !important;
}
@media (max-width: 1700px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .slider-arrows {
		right: 50.4% !important;
	}
}
@media (max-width: 1600px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .slider-arrows {
		right: 50.6% !important;
	}
}
@media (max-width: 1440px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .slider-arrows {
		right: 51% !important;
	}
}
@media (max-width: 1280px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .slider-arrows {
		right: unset !important;
		padding: 0 0 2.00004rem 2.00004rem;
		top: 600px;
		z-index: 5;
	}
}
@media (max-width: 1200px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .slider-arrows {
		right: unset !important;
		padding: 0;
		top: 510px;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider .slider-arrows {
		display: none !important;
	}
}
.page-template-ambasador-landing .testimonials .testimonials-slider .slider-arrows .flickity-button {
	padding: 38.5px 39.63px;
}
.page-template-ambasador-landing .testimonials .testimonials-slider ol.flickity-page-dots {
	left: 57%;
	bottom: -5px;
	padding-left: 0;
}
@media (max-width: 1280px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider ol.flickity-page-dots {
		bottom: -15px !important;
		left: 41.8% !important;
	}
}
@media (max-width: 1200px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider ol.flickity-page-dots {
		bottom: -35px !important;
		left: 39.4% !important;
	}
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider ol.flickity-page-dots {
		left: 44% !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .testimonials .testimonials-slider ol.flickity-page-dots {
		display: none !important;
	}
}
.page-template-ambasador-landing .ambasador-bennefits-section {
	padding: 0;
}
.page-template-ambasador-landing .ambasador-bennefits-section .wrap {
	max-width: 100%;
	width: 100%;
}
.page-template-ambasador-landing .ambasador-bennefits-section .wrap .text {
	max-width: 100%;
}
.page-template-ambasador-landing .ambasador-bennefits-section .cta {
	display: none !important;
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col {
	flex: 0 1 50%;
	position: relative;
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col {
		flex: 0 1 100%;
	}
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col:not(.bg) {
	padding: 7.2% 10% 7% 11%;
	text-align: left;
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col:not(.bg) {
		padding-bottom: 100px !important;
	}
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col:not(.bg):after {
	position: absolute;
	content: '';
	width: 123px;
	height: 123px;
	background-image: url(/wp-content/uploads/2022/04/Plane-Badge.png);
	background-size: contain;
	background-position: center;
	right: -62px;
	top: 20px;
	z-index: 5;
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col:not(.bg):after {
		top: unset !important;
		bottom: -62px;
		width: 100%;
		right: 0;
		background-repeat: no-repeat;
		background-position: center;
	}
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col h2 {
	font-weight: 900;
	font-size: 54px !important;
	line-height: 1.4;
	letter-spacing: normal;
	/* identical to box height, or 140% */
	color: #201b23;
	margin-bottom: 0;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col h2 {
		font-size: 32px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col h2 {
		font-size: 24px !important;
	}
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col h2 b {
	font-weight: 900;
	font-family: 'Dolce Black', sans-serif;
	color: #0058a9;
	font-size: 72px !important;
	line-height: 150%;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col h2 b {
		font-size: 50px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col h2 b {
		font-size: 32px !important;
	}
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col p,
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col li {
	margin-top: 10px;
	font-weight: 400;
	font-size: 18px !important;
	line-height: 150%;
	color: #58575b;
	list-style: auto;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col p,
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col li {
		font-size: 17px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col p,
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col li {
		font-size: 16px !important;
	}
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col.bg {
	background-image: url('/wp-content/uploads/2022/04/Flight-Schools.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item .b-col.bg {
		height: 450px;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item:nth-child(2) {
		flex-wrap: wrap-reverse;
	}
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item:nth-child(2) .b-col:not(.bg) {
	padding: 4% 13% 4.2% 7.3%;
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item:nth-child(2) .b-col:not(.bg):after {
	left: unset;
	left: -42px;
	top: 85%;
	right: unset;
	background-image: url('/wp-content/uploads/2022/04/Pencil-Badge.png');
	width: 83px;
	height: 83px;
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item:nth-child(2) .b-col:not(.bg):after {
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		left: 0;
		bottom: -43px !important;
	}
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item:nth-child(2) ol {
	padding-left: 25px;
	padding-top: 27px;
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item:nth-child(2) ol li {
	margin-top: 0;
}
.page-template-ambasador-landing .ambasador-bennefits-section .benefits-row .b-item:nth-child(2) .bg {
	background-image: url('/wp-content/uploads/2022/04/Student-Pilots.jpeg');
	background-position: center center;
}
.page-template-ambasador-landing .wysiwyg-layout {
	background: #f9f9f9;
	padding: 3% 0;
}
.page-template-ambasador-landing .wysiwyg-layout .wrap {
	box-shadow: none;
	background: #f9f9f9;
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .wysiwyg-layout .wrap {
		width: 100%;
		padding: 0;
	}
	.page-template-ambasador-landing .wysiwyg-layout .wrap .form-heading {
		width: 90%;
		margin: 0 auto;
	}
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section h2 {
	font-size: 54px !important;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.3;
	margin-bottom: 20px;
	text-align: center;
	margin-bottom: 29px;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section h2 {
		font-size: 36px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section h2 {
		font-size: 24px !important;
	}
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section p {
	max-width: 960px;
	font-weight: 400;
	font-size: 18px !important;
	line-height: 1.3;
	text-align: center;
	color: #58575b;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 980px) {
	.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section p {
		font-size: 17px !important;
	}
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section p {
		font-size: 16px !important;
	}
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row {
	box-shadow: 0px 2px 74px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	max-width: 1245px;
	width: 90%;
	margin: 0 auto;
	margin-top: 65px;
	padding: 48px 85px;
}
@media (max-width: 767px) {
	.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row {
		padding: 10px 35px 40px;
	}
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row .gform_heading {
	display: none;
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row .gform_confirmation_message {
	text-align: center;
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_fields .gfield {
	margin-bottom: 13px;
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_fields .gfield input[type='text'] {
	padding: 0.975rem 1rem;
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_fields .gfield input::placeholder,
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_fields .gfield textarea::placeholder {
	font-weight: 400;
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_fields .gfield textarea {
	height: 145px;
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_fields .gfield label {
	padding-left: 1.08rem;
}
@media (min-width: 981px) {
	.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_fields .gfield:nth-child(-n + 4) {
		flex: 0 1 50%;
	}
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_footer button[role='button'] {
	margin-right: 0 !important;
	background: linear-gradient(90deg, #002b4d 7%, #024e91 141.55%) !important;
	padding: 1.47rem 2.57rem !important;
}
.page-template-ambasador-landing .wysiwyg-layout .wrap .ambasador-form-section .form-row form .gform_footer button[role='button'] .icon {
	display: none !important;
}
.banner.resources__banner {
	padding: 8.7% 0;
}
@media (min-width: 1441px) {
	.banner.resources__banner .wrap p {
		font-size: 18px;
		line-height: 24px;
	}
}
.banner.resources__banner .banner-content {
	max-width: 780px;
}
@media (min-width: 1441px) {
	.banner.resources__banner .banner-content {
		max-width: 868px;
	}
}
@media (min-width: 575px) and (max-width: 1399px) {
	h1 {
		font-size: 62px;
	}
}
.footer-ctas--resources .footer-cta-half .cta-content {
	max-width: 700px;
	position: relative;
	z-index: 6;
}
@media (min-width: 600px) and (max-width: 1440px) {
	.footer-ctas--resources .footer-cta-half h2 {
		font-size: 60px;
	}
}
.footer-ctas--resources .footer-cta-half [role='button'].secondary {
	background: linear-gradient(90deg, #6fa0b5 0%, #8fb6c9 96.82%), linear-gradient(90deg, #002b4d 7%, #024e91 141.55%);
}
.footer-ctas--resources .footer-cta-half::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	transition: all 0.1s ease-out 0s;
	background: #4f6eae;
	background: linear-gradient(360deg, #6fa0b5 1.59%, rgba(143, 182, 201, 0.582258) 98.41%);
	left: 0;
	top: 0;
	opacity: 0;
}
.footer-ctas--resources .footer-cta-half::after {
	transition: all 0.1s ease-out 0s;
	background: linear-gradient(360deg, #002b4d 0%, rgba(1, 67, 123, 0.0508945) 100%);
}
.footer-ctas--resources .footer-cta-half:hover::before {
	opacity: 1;
}
.footer-ctas--resources .footer-cta-half:hover::after {
	opacity: 0;
}
.footer-ctas--resources .footer-cta-half:hover [role='button'].secondary {
	background: linear-gradient(90deg, #002b4d 7%, #024e91 141.55%);
}
.footer-ctas--resources .footer-cta-half:hover [role='button'].secondary:focus,
.footer-ctas--resources .footer-cta-half:hover [role='button'].secondary:hover {
	background: linear-gradient(90deg, #024e91, #024e91);
}
.blogs-guides-section .wrap_row {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1470px;
}
.blogs-guides-section .blogs-guides-filter {
	margin-bottom: 50px;
}
.blogs-guides-section .blogs-guides-filter .filter-wrap {
	width: 100%;
	max-width: 300px;
}
.blogs-guides-section .blogs-guides-filter .filter-wrap label {
	font-weight: 400;
	line-height: 1.77;
	letter-spacing: -0.01125em;
	padding: 0;
	margin-bottom: 10px;
	font-size: 18px !important;
}
@media (max-width: 1199px) {
	.blogs-guides-section .blogs-guides-filter .filter-wrap label {
		font-size: 17px !important;
	}
}
@media (max-width: 980px) {
	.blogs-guides-section .blogs-guides-filter .filter-wrap label {
		font-size: 16px !important;
	}
}
@media (max-width: 767px) {
	.blogs-guides-section .blogs-guides-filter .filter-wrap label {
		font-size: 15px !important;
	}
}
@media (max-width: 479px) {
	.blogs-guides-section .blogs-guides-filter .filter-wrap label {
		font-size: 14px !important;
	}
}
.blogs-guides-section .blogs-guides-filter .filter-wrap select {
	color: #a6a6a6;
	color: #231d27;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.01125em;
	background-position: calc(100% - 7px) 50%;
	padding: 13px 23px 13px 10px;
	margin-bottom: 0;
	font-size: 18px !important;
	cursor: pointer;
	border-color: #a6a6a6;
}
@media (max-width: 1199px) {
	.blogs-guides-section .blogs-guides-filter .filter-wrap select {
		font-size: 17px !important;
	}
}
@media (max-width: 980px) {
	.blogs-guides-section .blogs-guides-filter .filter-wrap select {
		font-size: 16px !important;
	}
}
@media (max-width: 767px) {
	.blogs-guides-section .blogs-guides-filter .filter-wrap select {
		font-size: 15px !important;
	}
}
@media (max-width: 479px) {
	.blogs-guides-section .blogs-guides-filter .filter-wrap select {
		font-size: 14px !important;
	}
}
.blogs-guides-section .blogs-guides-filter .filter-wrap select option {
	cursor: pointer;
	color: #231d27;
}
.blogs-guides-items {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 2.75%;
	row-gap: 40px;
}
@media (max-width: 980px) {
	.blogs-guides-items {
		grid-gap: 4%;
		row-gap: 30px;
	}
}
@media (max-width: 767px) {
	.blogs-guides-items {
		justify-content: center;
	}
}
.blogs-guides-items .blog-guide-item {
	width: 31.5%;
	background: #fff;
	box-shadow: 0px 2px 74px rgba(0, 0, 0, 0.0784);
}
@media (max-width: 980px) {
	.blogs-guides-items .blog-guide-item {
		width: 48%;
	}
}
@media (max-width: 767px) {
	.blogs-guides-items .blog-guide-item {
		width: 100%;
		max-width: 400px;
	}
}
.blogs-guides-items .blog-guide-item:hover .entry-header::after {
	background-position: bottom;
}
.blogs-guides-items .blog-guide-item:hover .entry-header .header-content {
	bottom: 20px;
}
.blogs-guides-items .blog-guide-item:hover .entry-content .readmore {
	color: #6fa0b5;
}
.blogs-guides-items .blog-guide-item:hover .entry-content .readmore:after {
	opacity: 1;
}
.blogs-guides-items .blog-guide-item .entry-header {
	padding-top: 101%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.blogs-guides-items .blog-guide-item .entry-header::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100% 150%;
	background-position: top;
	background-image: linear-gradient(180deg, rgba(0, 43, 77, 0) 20%, rgba(0, 43, 77, 0.6) 35%, rgba(0, 43, 77, 0.8) 60%, rgba(0, 43, 77, 0.9) 200%);
	transition: all 0.3s ease-out 0s;
	z-index: -1;
}
.blogs-guides-items .blog-guide-item .entry-header > img.wp-post-image {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.blogs-guides-items .blog-guide-item .entry-header .header-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5% 6.8%;
	transition: all 0.3s ease-out 0s;
}
.blogs-guides-items .blog-guide-item .entry-header .header-content .entry-meta {
	color: #fff;
	font-weight: 400;
	line-height: 178%;
	letter-spacing: -0.01125em;
	margin-bottom: 0.5em;
	font-size: 18px !important;
}
@media (max-width: 1199px) {
	.blogs-guides-items .blog-guide-item .entry-header .header-content .entry-meta {
		font-size: 17px !important;
	}
}
@media (max-width: 980px) {
	.blogs-guides-items .blog-guide-item .entry-header .header-content .entry-meta {
		font-size: 16px !important;
	}
}
@media (max-width: 767px) {
	.blogs-guides-items .blog-guide-item .entry-header .header-content .entry-meta {
		font-size: 15px !important;
	}
}
@media (max-width: 479px) {
	.blogs-guides-items .blog-guide-item .entry-header .header-content .entry-meta {
		font-size: 14px !important;
	}
}
.blogs-guides-items .blog-guide-item .entry-header .header-content .entry-title {
	color: #fff;
	font-weight: 700;
	line-height: 150%;
	font-size: 24px !important;
}
@media (max-width: 1199px) {
	.blogs-guides-items .blog-guide-item .entry-header .header-content .entry-title {
		font-size: 23px !important;
	}
}
@media (max-width: 980px) {
	.blogs-guides-items .blog-guide-item .entry-header .header-content .entry-title {
		font-size: 22px !important;
	}
}
@media (max-width: 767px) {
	.blogs-guides-items .blog-guide-item .entry-header .header-content .entry-title {
		font-size: 20px !important;
	}
}
@media (max-width: 479px) {
	.blogs-guides-items .blog-guide-item .entry-header .header-content .entry-title {
		font-size: 18px !important;
	}
}
.blogs-guides-items .blog-guide-item .entry-content {
	padding: 5% 6.8% 6.8%;
}
.blogs-guides-items .blog-guide-item .entry-content p {
	line-height: 178%;
	letter-spacing: -0.01125em;
	margin-bottom: 1.5em;
	color: #58575b;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 18px !important;
}
@media (max-width: 1199px) {
	.blogs-guides-items .blog-guide-item .entry-content p {
		font-size: 17px !important;
	}
}
@media (max-width: 980px) {
	.blogs-guides-items .blog-guide-item .entry-content p {
		font-size: 16px !important;
	}
}
@media (max-width: 767px) {
	.blogs-guides-items .blog-guide-item .entry-content p {
		font-size: 15px !important;
	}
}
@media (max-width: 479px) {
	.blogs-guides-items .blog-guide-item .entry-content p {
		font-size: 14px !important;
	}
}
.blogs-guides-items .blog-guide-item .entry-content .readmore {
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #a6a6a6;
	transition: all 0.3s ease-out 0s;
}
.blogs-guides-items .blog-guide-item .entry-content .readmore:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	width: 16px;
	height: 12px;
	background: url(../assets/images/resources/arrow-blue-right.svg) no-repeat;
	background-size: 100% 100%;
	z-index: 3;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 74px;
}
@media (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 40px;
	}
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 150% !important;
	color: #000 !important;
	font-weight: 400 !important;
	background-color: unset !important;
	border: unset !important;
	padding: 7px !important;
	min-width: 50px !important;
	font-size: 24px !important;
}
@media (max-width: 1199px) {
	.wp-pagenavi span,
	.wp-pagenavi a {
		font-size: 23px !important;
	}
}
@media (max-width: 980px) {
	.wp-pagenavi span,
	.wp-pagenavi a {
		font-size: 22px !important;
	}
}
@media (max-width: 767px) {
	.wp-pagenavi span,
	.wp-pagenavi a {
		font-size: 20px !important;
	}
}
@media (max-width: 479px) {
	.wp-pagenavi span,
	.wp-pagenavi a {
		font-size: 18px !important;
	}
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
	color: #fff !important;
	background-color: #6fa0b5 !important;
}
.wp-pagenavi a:hover {
	color: #fff !important;
	background-color: rgba(111, 160, 181, 0.57) !important;
}
.post-type-archive-blog .footer-ctas--resources .footer-cta-half .cta-content,
.tax-blog_category .footer-ctas--resources .footer-cta-half .cta-content {
	max-width: 760px;
}
.post-type-archive-blog .footer-ctas--resources .footer-cta-half .cta-content h2,
.tax-blog_category .footer-ctas--resources .footer-cta-half .cta-content h2 {
	font-size: clamp(50px, 4.6315789474vw, 88px);
}
.single-blog-banner {
	padding-top: clamp(60px, 0.0568181818 * 100vw, 100px);
	padding-bottom: clamp(40px, 6.3492063492vw, 80px);
}
@media (max-width: 1023px) {
	.single-blog-banner {
		padding-top: 60px;
	}
}
.single-blog-banner .wrap_row {
	width: 90%;
	max-width: 1475px;
	margin: auto;
}
.single-blog-banner .blog-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #212121;
	font-weight: 400;
	line-height: 178%;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 18px !important;
	row-gap: 5px;
}
@media (max-width: 980px) {
	.single-blog-banner .blog-info {
		font-size: 17px !important;
	}
}
@media (max-width: 767px) {
	.single-blog-banner .blog-info {
		font-size: 16px !important;
	}
}
.single-blog-banner .blog-info > div {
	margin: 6px 0;
	position: relative;
}
.single-blog-banner .blog-info > div:after {
	content: '|';
	color: #d8d8d8;
	margin: 0 16px;
	font-weight: 400;
}
.single-blog-banner .blog-info > div:last-child:after {
	content: unset;
}
.single-blog-banner .blog-info .entry-cats {
	margin: 0;
}
.single-blog-banner .blog-info .entry-cats > a {
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	margin: 0 5px 5.5px 0;
	line-height: 1.125;
	color: #201b23;
	padding: 4px 16px;
	transition: 0.3s all;
	font-size: 16px !important;
	min-height: 30px;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}

@media (max-width: 980px) {
	.single-blog-banner .blog-info .entry-cats > a {
		font-size: 15px !important;
	}
}
@media (max-width: 767px) {
	.single-blog-banner .blog-info .entry-cats > a {
		font-size: 14px !important;
	}
}
.single-blog-banner .blog-info .entry-cats > a:hover {
	background-color: #201b23;
	border-color: #201b23;
	color: #fff;
}

/* @media (max-width: 767px) {
	.single-blog-banner .blog-info .entry-cats > a {
		background-color: #201b23;
		border-color: #201b23;
		color: #fff;
	}
} */
.single-blog-banner .entry-title h1 {
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 0.65em;
	font-size: clamp(32px, 0.0306818182 * 100vw, 54px);
}
.single-blog-banner .entry-share {
	display: flex;
	align-items: center;
	margin-bottom: 52px;
}
@media (max-width: 1199px) {
	.single-blog-banner .entry-share {
		margin-bottom: 40px;
	}
}
@media (max-width: 980px) {
	.single-blog-banner .entry-share {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.single-blog-banner .entry-share {
		margin-bottom: 20px;
	}
}
.single-blog-banner .entry-share > span {
	margin-bottom: 5px;
	margin-right: 10px;
	line-height: 178%;
	color: #212121;
	white-space: nowrap;
	font-size: 18px !important;
}
@media (max-width: 980px) {
	.single-blog-banner .entry-share > span {
		font-size: 17px !important;
	}
}
@media (max-width: 767px) {
	.single-blog-banner .entry-share > span {
		font-size: 16px !important;
	}
}
.single-blog-banner .addtoany_list a,
.single-blog-banner .widget .addtoany_list a {
	width: 28px;
	filter: brightness(0.4);
}

.single-blog-banner .entry-share .addtoany_shortcode {
	width: 100%;
	max-width: 175px;
}
.single-blog-banner .entry-share .addtoany_shortcode .addtoany_list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 8px;
}
.single-blog-banner .entry-share .addtoany_shortcode .addtoany_list a:hover span,
.single-blog-banner .entry-share .addtoany_shortcode .addtoany_list a:hover img {
	opacity: 0.9;
}
.single-blog-banner .entry-thumbnail img {
	width: 100%;
	vertical-align: bottom;
}

.related-blogs-guides-section {
	background-image: url('/wp-content/uploads/2022/04/faq_bg.png');
	background-size: contain;
	background-position: top center;
	background-color: #f9f9f9;
	padding-top: clamp(50px, 6.7796610169vw, 100px);
}
.related-blogs-guides-section .wrap_row {
	width: 90%;
	max-width: 1475px;
	margin: auto;
}
.related-blogs-guides-section .related-blogs-guides-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 56px;
}
@media (max-width: 980px) {
	.related-blogs-guides-section .related-blogs-guides-title {
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
}
.related-blogs-guides-section .related-blogs-guides-title h2 {
	font-weight: 700;
	line-height: 140%;
	font-size: 54px !important;
}
@media (max-width: 1199px) {
	.related-blogs-guides-section .related-blogs-guides-title h2 {
		font-size: 50px !important;
	}
}
@media (max-width: 980px) {
	.related-blogs-guides-section .related-blogs-guides-title h2 {
		font-size: 46px !important;
	}
}
@media (max-width: 767px) {
	.related-blogs-guides-section .related-blogs-guides-title h2 {
		font-size: 42px !important;
	}
}
@media (max-width: 479px) {
	.related-blogs-guides-section .related-blogs-guides-title h2 {
		font-size: 38px !important;
	}
}
@media (max-width: 980px) {
	.related-blogs-guides-section .related-blogs-guides-title h2 {
		line-height: 110%;
		width: 100%;
		margin-bottom: 30px;
	}
}
body.piper-stories .banner {
	padding: 9.65% 0;
}
body.piper-stories .banner .wrap h1 {
	letter-spacing: -0.022em;
	margin: 0.5em 0;
}
body.piper-stories .banner .banner-content {
	max-width: 1032px;
}
body.piper-stories .banner .banner-content p {
	line-height: 178%;
	letter-spacing: -0.202517px;
	font-size: 18px !important;
}
@media (max-width: 980px) {
	body.piper-stories .banner .banner-content p {
		font-size: 16px !important;
	}
}
@media (max-width: 767px) {
	body.piper-stories .banner .banner-content p {
		font-size: 14px !important;
	}
}
.featherlight.featherlight-piper-stories-page .featherlight-content {
	overflow: visible;
	max-width: 90vw;
}
.featherlight.featherlight-piper-stories-page .featherlight-content .featherlight-close {
	width: 32px;
	height: 32px;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	right: -60px;
	top: -35px;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	font-size: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	transition: 0.3s all;
}
@media (max-width: 1439px) {
	.featherlight.featherlight-piper-stories-page .featherlight-content .featherlight-close {
		right: -50px;
	}
}
@media (max-width: 1199px) {
	.featherlight.featherlight-piper-stories-page .featherlight-content .featherlight-close {
		right: -40px;
	}
}
@media (max-width: 980px) {
	.featherlight.featherlight-piper-stories-page .featherlight-content .featherlight-close {
		width: 50px;
		height: 50px;
		right: 0;
		top: 0;
		border-radius: unset;
		background-color: transparent;
	}
}
@media (max-height: 760px) {
	.featherlight.featherlight-piper-stories-page .featherlight-content .featherlight-close {
		width: 50px;
		height: 50px;
		right: 0;
		top: 0;
		border-radius: unset;
		background-color: transparent;
	}
}
.featherlight.featherlight-piper-stories-page .featherlight-content .featherlight-close:hover {
	opacity: 1;
}
.featherlight.featherlight-piper-stories-page .featherlight-content .featherlight-close:after {
	content: '';
	font-family: lg !important;
	font-size: 18px;
}
/**
 * Section: Testimonials Styles
 *
 * @since   1.0.0
 * @package piper
 */
.page-template-ambasador-landing .testimonials {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: bsu(5) 0;
}
.page-template-ambasador-landing .testimonials .button--previous {
	position: relative;
	z-index: 100;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider {
	position: relative;
	max-width: 1750px;
	width: 90%;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial {
	width: 100%;
	display: block;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0;
	padding-top: bsu(5);
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images {
	position: relative;
	margin-bottom: bsu(1.5);
	display: block;
	width: 100%;
	margin-bottom: 0;
	flex: 0 0 57%;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images .image-quote {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	z-index: 2;
	position: absolute;
	top: -bsu(1);
	right: 0;
	transform: none;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images .image-quote .quote-block {
	display: none;
	justify-content: center;
	align-items: center;
	background: #e4e4e4;
	width: 100%;
	width: 162px;
	height: 130px;
	display: flex;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images .image-quote .quote-block img {
	max-width: 60px;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images .image-quote .image-1 {
	width: 100%;
	padding: 0 0 20px 20px;
	background-position: -10px;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images .image-quote .image-1 figure {
	width: 400px;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images .image-quote .signature {
	position: absolute;
	bottom: 35%;
	left: 30%;
	right: auto;
	font: normal 4rem 'Amsterdam', serif;
	transform: rotate(-21deg);
	z-index: 2;
	color: #ffffff;
	width: 100%;
	left: auto;
	right: 0;
	bottom: 20%;
	text-align: center;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images .image-2 {
	width: 96.5%;
	display: none;
	position: relative;
	display: block;
	padding-top: bsu(5);
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images .image-2 .white-texture {
	position: absolute;
	top: 25%;
	left: 0%;
	width: 60px;
	height: 30%;
	background: url(../images/white-texture.png) repeat;
	background-size: 100%;
	z-index: 1;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images figure {
	width: 100%;
	height: auto;
	position: relative;
	height: 570px;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .images figure .card-image {
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .quote-text {
	display: block;
	width: 100%;
	flex: 0 0 40%;
	padding-left: bsu(1);
	padding-bottom: bsu(1);
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .quote-text p {
	color: #58575b;
	letter-spacing: -0.27;
	font-size: rem-calc(24);
	line-height: rem-calc(35.7);
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .quote-text .quote {
	display: block;
	margin-top: bsu(1);
	font-style: italic;
	color: #94959b;
	color: #58575b;
	font-style: normal;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .quote-text .quote p {
	display: inline;
	font-size: rem-calc(18);
	color: #94959b;
	color: #58575b;
	font-size: rem-calc(24);
	font-weight: 300;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .quote-text .quote::before,
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .quote-text .quote::after {
	display: inline;
	font-size: rem-calc(18);
	font-weight: 300;
	color: #94959b;
	font-size: rem-calc(24);
	color: #58575b;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .quote-text .quote::before {
	content: '“ ';
	display: inline-block;
	margin-right: bsu(1/8);
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .quote-text .quote::after {
	content: '”';
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .quote-text .name {
	font-size: 24px;
	font-weight: 700;
	margin-top: bsu(1);
	color: #231d27;
	font-size: rem-calc(36);
	letter-spacing: -0.41;
	margin-top: bsu(3);
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider .testimonial .quote-text .position {
	font: 400 rem-calc(18) 'Helvetica', sans-serif;
	margin-top: bsu(0.29);
	color: #58575b;
	margin-top: bsu(0.5);
	font: 400 rem-calc(18) 'Helvetica', sans-serif;
	color: #686868;
	letter-spacing: -0.2;
}
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider.only-one .slider-arrows,
.page-template-ambasador-landing .testimonials .wrap.testimonials-slider.only-one .flickity-page-dots {
	display: none;
}
.page-template-ambasador-landing .testimonials .slider-arrows {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 709px;
	right: 45%;
	right: 45%;
}
.page-template-ambasador-landing .testimonials .flickity-prev-next-button.next {
	right: auto;
}
.page-template-ambasador-landing .testimonials .flickity-prev-next-button.previous {
	left: auto;
}
.page-template-ambasador-landing .testimonials .flickity-button {
	color: #ffffff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: bsu(1) bsu(1.75);
	margin: rem-calc(15) 0 0;
	position: relative;
	transform: none;
	margin: 0;
	padding: bsu(1.25) bsu(1.75);
}
.page-template-ambasador-landing .testimonials .flickity-button svg {
	fill: #ffffff;
}
.page-template-ambasador-landing .testimonials .flickity-button .flickity-button-icon {
	display: none;
}
.page-template-ambasador-landing .testimonials .flickity-button .svg {
	font-size: rem-calc(24);
}
.page-template-ambasador-landing .testimonials .flickity-prev-next-button {
	width: auto;
	height: auto;
}
.page-template-ambasador-landing .testimonials .flickity-page-dots {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 57%;
	width: auto;
	padding-left: bsu(2);
}
.page-template-ambasador-landing .testimonials .flickity-page-dots .dot {
	border-radius: 0;
	width: 45px;
	height: 3px;
	margin-right: bsu(1/2);
}
.page-template-ambasador-landing .testimonials .flickity-page-dots .dot.is-selected {
	height: 9px;
}

.wrap--1476 {
	max-width: 1470px;
}
.three-columns-section .three-columns__box-wrap .col3_grid__item {
	transition: all 0.2s ease-out 0s;
	display: none;
}
.three-columns-section .col3_grid__loadbutton {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.three-columns-section .col3_grid__loadbutton span.icon {
	display: inline-block;
	background: url('../assets/images/chevron-down-white.svg');
	background-size: 100% 100%;
	margin-left: 12px;
	width: 15px;
	height: 15px;

	position: relative;
	transition: top 0.35s;
	top: -1px;
}

.three-columns-section .col3_grid__loadbutton:hover span.icon {
	top: 1px;
}

.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__link {
	height: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__link:hover .col3_grid__img img {
	transform: scale(1.1);
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__img {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 294px;
	aspect-ratio: 1.55;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__img img {
	flex: none;
	object-fit: cover;
	object-position: center;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
	position: relative;
	transition: all 0.3s ease-out;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	color: #fff;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__date {
	display: flex;
	column-gap: 15px;
	margin-top: 1.65em;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__date .entry-date {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.07em;
	margin-left: 0.3em;
	color: #94959b;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .content .date .entry-date {
	color: #94959b;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .content .date .updated {
	display: none !important;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__date .updated {
	display: none !important;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__title {
	font-size: clamp(18px, 0.0119318182 * 100vw, 21px);
	line-height: 140%;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
	color: #fff;
	font-weight: 600;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__text {
	margin-top: 0.75em;
	margin-bottom: 2em;
	color: #fff;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__text p {
	font-size: 14px;
	color: #fff;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__readmore {
	color: #fff;
	width: fit-content;
	display: flex;
	align-items: center;
	line-height: 115%;
	border-bottom: 1px solid;
	font-size: 16px;
	font-weight: 600;
	margin-top: auto;
	position: relative;
	transition: 0.3s ease-in-out;
}

.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__readmore::after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;

	width: 1px;
	height: 0.45em;
	/* 	bottom: 0.1em; */
	transform: rotate(-45deg);
	transition: 0.3s ease-in-out;
	visibility: hidden;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__readmore:hover:after {
	visibility: visible;
	width: 0.45em !important;
}
.blog-three-columns .blog-three-columns__box-wrap .col3_grid .col3_grid__item .col3_grid__readmore:hover {
	padding-left: 1.1em;
}
.blog-three-columns .col3_grid__loadbutton {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-three-columns .col3_grid__loadbutton span.icon {
	display: inline-block;
	background: url('../assets/images/chevron-down-white.svg');
	background-size: 100% 100%;
	margin-left: 12px;
	width: 15px;
	height: 15px;
}
/* .banner-slider .video-background {
	position: absolute;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	width: 100%;
	margin: auto;
} */

.featherlight {
	background: rgba(0, 0, 0, 0.8);
}
.featherlight .testimonial-v2-modal {
	max-width: 750px;
	background: #ffffff;
	box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.1);
	padding: 48px;
	padding: 6.4% 18px 6.4% 6.4%;
	position: relative;
	z-index: 1;
}
.featherlight .testimonial-v2-modal:after {
	content: '';
	width: calc(100% - 30px);
	height: 260px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 41.31%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}
@media (max-width: 980px) {
	.featherlight .testimonial-v2-modal:after {
		height: 220px;
	}
}
@media (max-width: 767px) {
	.featherlight .testimonial-v2-modal:after {
		height: 160px;
	}
}
.featherlight .testimonial-v2-modal + .featherlight-close {
	background-color: red !important;
}
.featherlight .testimonial-v2-modal .testimonial-v2-modal-content {
	max-height: 375px;
	overflow: auto;
	padding-right: 30px;
	position: relative;
	z-index: -2;
}
.featherlight .testimonial-v2-modal .testimonial-v2-modal-content::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #f5f5f5;
}
.featherlight .testimonial-v2-modal .testimonial-v2-modal-content::-webkit-scrollbar {
	border-radius: 8px;
	width: 12px;
	background-color: #f5f5f5;
}
.featherlight .testimonial-v2-modal .testimonial-v2-modal-content::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #dcdcdc;
}
.featherlight .testimonial-v2-modal .testimonial-v2-modal-content p {
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 400;
	line-height: 178%;
	color: #58575b;
	letter-spacing: -0.01125em;
	font-size: 18px !important;
}
@media (max-width: 980px) {
	.featherlight .testimonial-v2-modal .testimonial-v2-modal-content p {
		font-size: 17px !important;
	}
}
@media (max-width: 767px) {
	.featherlight .testimonial-v2-modal .testimonial-v2-modal-content p {
		font-size: 16px !important;
	}
}
.featherlight .testimonial-v2-modal .testimonial-v2-modal-content p:last-child {
	margin-bottom: 2em;
}
.featherlight .testimonial-v2-modal .testimonial-v2-modal-footer {
	margin-top: 60px;
}
@media (max-width: 980px) {
	.featherlight .testimonial-v2-modal .testimonial-v2-modal-footer {
		margin-top: 30px;
	}
}
.featherlight .testimonial-v2-modal .testimonial-v2-modal-footer .testimonial-v2-modal-name {
	color: #201b23;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01125em;
	margin-bottom: 8px;
	font-size: 36px !important;
}
@media (max-width: 980px) {
	.featherlight .testimonial-v2-modal .testimonial-v2-modal-footer .testimonial-v2-modal-name {
		font-size: 32px !important;
	}
}
@media (max-width: 767px) {
	.featherlight .testimonial-v2-modal .testimonial-v2-modal-footer .testimonial-v2-modal-name {
		font-size: 28px !important;
	}
}
.featherlight .testimonial-v2-modal .testimonial-v2-modal-footer .testimonial-v2-modal-location {
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.01125em;
	color: #a6a6a6;
	font-size: 18px !important;
}
@media (max-width: 980px) {
	.featherlight .testimonial-v2-modal .testimonial-v2-modal-footer .testimonial-v2-modal-location {
		font-size: 17px !important;
	}
}
@media (max-width: 767px) {
	.featherlight .testimonial-v2-modal .testimonial-v2-modal-footer .testimonial-v2-modal-location {
		font-size: 16px !important;
	}
}
.image-collage-section .wrap-wrapper {
	position: relative;
}
.image-collage-section .wrap-wrapper .vertical-text {
	margin: 0 11px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.image-collage-section .wrap-wrapper .vertical-text h3 {
	font-weight: 300;
	font-size: 25px;
	letter-spacing: -0.855072px;
	line-height: 100%;
	color: #000000;
	padding: 24px 13px;
	-webkit-transform: rotate(90deg) translateX(38px) translateY(0px);
	transform: rotate(90deg) translateX(38px) translateY(0px);
}
.image-collage-section .wrap-wrapper .vertical-text h3 b {
	font-size: inherit;
	line-height: inherit;
	height: auto;
}
.image-collage-section .wrap {
	max-width: 1475px;
	width: 83%;
}
@media (max-width: 1439px) {
	.image-collage-section .wrap {
		width: 80%;
	}
}
@media (max-width: 1199px) {
	.image-collage-section .wrap {
		width: 90%;
	}
}
.image-collage-section .image-collage-wrap {
	display: grid;
	grid-gap: 8px;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(3, clamp(50px, 20.8333333333vw, 350px));
}
@media (max-width: 1199px) {
	.image-collage-section .image-collage-wrap {
		grid-gap: 15px;
	}
}
@media (max-width: 767px) {
	.image-collage-section .image-collage-wrap {
		grid-template-rows: repeat(3, 195px);
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 479px) {
	.image-collage-section .image-collage-wrap {
		grid-template-rows: repeat(5, 230px);
		grid-gap: 10px;
		grid-template-columns: 1fr;
	}
}
.image-collage-section .image-collage-wrap .image-collage-item {
	position: relative;
	cursor: pointer;
}
@media (max-width: 767px) {
	.image-collage-section .image-collage-wrap .image-collage-item {
		grid-column: unset !important;
		grid-row: unset !important;
	}
}
.image-collage-section .image-collage-wrap .image-collage-item:hover .image-collage-caption-wrap {
	height: 100%;
	opacity: 1;
}
.image-collage-section .image-collage-wrap .image-collage-item.image-collage-index-1 {
	grid-column: 1 / 5;
	grid-row: 1 / 3;
}
.image-collage-section .image-collage-wrap .image-collage-item.image-collage-index-2 {
	grid-column: 5 / 7;
	grid-row: 1;
}
.image-collage-section .image-collage-wrap .image-collage-item.image-collage-index-3 {
	grid-column: 5 / 7;
	grid-row: 2;
}
.image-collage-section .image-collage-wrap .image-collage-item.image-collage-index-4 {
	grid-column: 1 / 4;
	grid-row: 3;
}
.image-collage-section .image-collage-wrap .image-collage-item.image-collage-index-5 {
	grid-column: 4 / 7;
	grid-row: 3;
}
.image-collage-section .image-collage-wrap .image-collage-item.image-collage-index-6 {
	grid-column: 1 / 5;
	grid-row: 4 / 6;
}
.image-collage-section .image-collage-wrap .image-collage-item.image-collage-index-7 {
	grid-column: 5 / 7;
	grid-row: 4;
}
.image-collage-section .image-collage-wrap .image-collage-item.image-collage-index-8 {
	grid-column: 5 / 7;
	grid-row: 5;
}
.image-collage-section .image-collage-wrap .image-collage-item.image-collage-index-9 {
	grid-column: 1 / 4;
	grid-row: 6;
}
.image-collage-section .image-collage-wrap .image-collage-item.image-collage-index-10 {
	grid-column: 4 / 7;
	grid-row: 6;
}
.image-collage-section .image-collage-wrap .image-collage-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap {
	background: linear-gradient(180deg, rgba(0, 43, 77, 0.2) -0.81%, #002b4d 83.89%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	opacity: 0;
	transition: 0.3s all;
}
.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-caption {
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.01125;
	color: #ffffff;
	margin-bottom: 8px;
	font-size: 36px !important;
}
@media (max-width: 1199px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-caption {
		font-size: 28px !important;
	}
}
@media (max-width: 980px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-caption {
		font-size: 24px !important;
	}
}
@media (max-width: 767px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-caption {
		font-size: 22px !important;
	}
}
@media (max-width: 479px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-caption {
		font-size: 20px !important;
	}
}
.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-subcaption {
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.01125;
	color: #a6a6a6;
	margin-bottom: 30px;
	font-size: 18px !important;
}
@media (max-width: 1199px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-subcaption {
		font-size: 17px !important;
	}
}
@media (max-width: 980px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-subcaption {
		font-size: 16px !important;
	}
}
@media (max-width: 767px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-subcaption {
		font-size: 15px !important;
	}
}
@media (max-width: 479px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-subcaption {
		font-size: 14px !important;
	}
}
@media (max-width: 1199px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-subcaption {
		margin-bottom: 10px;
	}
}
.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-view-larger {
	font-weight: 700;
	line-height: 178%;
	color: #6496ac;
	margin-bottom: 10px;
	font-size: 18px !important;
}
@media (max-width: 980px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-view-larger {
		font-size: 17px !important;
	}
}
@media (max-width: 767px) {
	.image-collage-section .image-collage-wrap .image-collage-item .image-collage-caption-wrap .ic-view-larger {
		font-size: 16px !important;
	}
}
.image-collage-section .wrap.cta {
	padding-top: 4%;
	text-align: center;
}
@media (max-width: 980px) {
	.image-collage-section .wrap.cta {
		padding-top: 30px;
	}
}
.image-collage-section .wrap.cta .cta-buttons-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 30px;
	row-gap: 20px;
}
.lg-container.lg-show {
	z-index: 100000;
	font-family: 'area-normal', sans-serif;
}
.lg-container .lg-backdrop.in {
	background-color: rgba(0, 0, 0, 0.9);
}
.lg-container .lg-outer {
	width: 1440px;
	max-width: 100%;
	height: 1083px;
	max-height: 100%;
	transform: translate(calc((100vw - 100%) / 2), calc((100vh - 100%) / 2));
}
@media (max-width: 1439px) {
	.lg-container .lg-outer {
		transform: unset;
	}
}
.lg-container .lg-outer .lg-content {
	bottom: 130px !important;
}
.lg-container .lg-outer .lg-content button.lg-icon {
	background: transparent !important;
	opacity: 0.6;
	transition: opacity 0.3s ease-in-out;
}
@media (max-width: 980px) {
	.lg-container .lg-outer .lg-content button.lg-icon {
		display: none;
	}
}
.lg-container .lg-outer .lg-content button.lg-icon:hover {
	opacity: 1;
}
.lg-container .lg-outer .lg-toolbar button.lg-close {
	background: unset !important;
	opacity: 0.6;
	transition: opacity 0.3s ease-in-out;
}
.lg-container .lg-outer .lg-toolbar button.lg-close:hover {
	opacity: 1;
}
.lg-container .lg-outer .lg-toolbar button.lg-close::after {
	color: #000000;
	background-color: #ffffff;
	border-radius: 50%;
	line-height: 1;
	font-size: 18px;
	padding: 6px;
}
.lg-container .lg-outer .lg-components .lg-sub-html {
	position: absolute;
	/* top: -90%; */
	bottom: 130px;
	left: 0;
	width: 100%;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 15%,
		rgba(0, 0, 0, 0.778115) 40%,
		#000 50%,
		rgba(0, 0, 0, 0.778115) 60%,
		rgba(0, 0, 0, 0) 85%
	);
	padding-top: 32px;
	padding-bottom: 32px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.01125;
	color: #ffffff;
	font-size: 36px !important;
}
@media (max-width: 1199px) {
	.lg-container .lg-outer .lg-components .lg-sub-html {
		font-size: 32px !important;
	}
}
@media (max-width: 980px) {
	.lg-container .lg-outer .lg-components .lg-sub-html {
		font-size: 28px !important;
	}
}
@media (max-width: 767px) {
	.lg-container .lg-outer .lg-components .lg-sub-html {
		font-size: 26px !important;
	}
}
@media (max-width: 479px) {
	.lg-container .lg-outer .lg-components .lg-sub-html {
		font-size: 24px !important;
	}
}
.lg-container .lg-outer .lg-components .lg-sub-html h5 {
	color: #ffffff;
	margin-bottom: 0;
	font-size: clamp(21px, 0.0227272727 * 100vw, 40px);
	font-weight: 600;
	line-height: 140%;
	text-transform: none;
	letter-spacing: normal;
}
.lg-container .lg-outer .lg-components .lg-sub-html p {
	font-weight: 500;
	line-height: 190%;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 0;
	font-size: clamp(16px, 0.0102272727 * 100vw, 18px);
}
.lg-container .lg-outer .lg-components .lg-thumb-outer {
	background-color: unset;
}
.lg-container .lg-outer .lg-components .lg-thumb-outer .lg-thumb .lg-thumb-item {
	border-color: transparent;
	border-radius: 0;
	margin-right: 8px !important;
}
.lg-container .lg-outer .lg-components .lg-thumb-outer .lg-thumb .lg-thumb-item.active,
.lg-container .lg-outer .lg-components .lg-thumb-outer .lg-thumb .lg-thumb-item:hover {
	border-color: #005ca3;
}
.videos-in-popup-section .wrap {
	max-width: 1475px;
}
.videos-in-popup-section .wrap.title-wrap {
	max-width: 780px;
	margin: 0 auto 48px;
	text-align: center;
}
@media (max-width: 980px) {
	.videos-in-popup-section .wrap.title-wrap {
		margin-bottom: 5%;
	}
}
.videos-in-popup-section .wrap.title-wrap p {
	max-width: 660px;
	line-height: 178%;
	letter-spacing: -0.01125em;
	color: #58575b;
	margin: 1em auto 0;
	font-size: 18px !important;
}
@media (max-width: 1199px) {
	.videos-in-popup-section .wrap.title-wrap p {
		font-size: 17px !important;
	}
}
@media (max-width: 980px) {
	.videos-in-popup-section .wrap.title-wrap p {
		font-size: 16px !important;
	}
}
@media (max-width: 767px) {
	.videos-in-popup-section .wrap.title-wrap p {
		font-size: 15px !important;
	}
}
@media (max-width: 479px) {
	.videos-in-popup-section .wrap.title-wrap p {
		font-size: 14px !important;
	}
}
.videos-in-popup-section .wrap.videos-in-popup-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3.933%;
	row-gap: 60px;
}
@media (max-width: 980px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap {
		row-gap: 40px;
	}
}
@media (max-width: 767px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap {
		row-gap: 30px;
	}
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item {
	width: calc((100% - (3.933% * 2)) / 3);
	display: flex;
	flex-direction: column;
	transition: 0.5s all;
}
@media (max-width: 980px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item {
		width: calc((100% - (3.933% * 1)) / 2);
	}
}
@media (max-width: 479px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item {
		width: 100%;
	}
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item:hover .v-p-thumb-wrap:before {
	opacity: 0.6;
	background-color: #002b4d;
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item:hover .v-p-watch-video:after {
	left: 100%;
	margin-left: 14px;
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item:hover .v-p-watch-video span {
	transition-delay: 0.2s;
	opacity: 1;
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-thumb-wrap {
	padding-top: 61.65%;
	position: relative;
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-thumb-wrap:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #474747;
	opacity: 0.5;
	transition: 0.3s all;
	z-index: 1;
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-thumb-wrap:after {
	content: url(../assets/images/play_button.svg);
	width: 64px;
	height: 64px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-thumb-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	vertical-align: bottom;
	position: absolute;
	top: 0;
	left: 0;
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-content-wrap h4 {
	text-transform: none;
	letter-spacing: unset;
	font-weight: 400;
	line-height: 130%;
	color: #181c20;
	margin: 5% 0;
	font-size: 22px !important;
}
@media (max-width: 1199px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-content-wrap h4 {
		font-size: 20px !important;
	}
}
@media (max-width: 980px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-content-wrap h4 {
		font-size: 18px !important;
	}
}
@media (max-width: 767px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-content-wrap h4 {
		font-size: 17px !important;
	}
}
@media (max-width: 479px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-content-wrap h4 {
		font-size: 16px !important;
	}
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-watch-video {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	margin-top: auto;
	margin-right: auto;
	cursor: pointer;
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-watch-video:after {
	content: url(../assets/images/chevron-down-blue.png);
	margin-left: 0;
	line-height: 1;
	height: 17px;
	transition: 0.3s all;
	position: absolute;
	left: 0;
}
@media (max-width: 980px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-watch-video:after {
		left: 100%;
		margin-left: 14px;
	}
}
.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-watch-video span {
	font-weight: 700;
	line-height: 178%;
	color: #6496ac;
	opacity: 0;
	white-space: nowrap;
	transition: 0.3s all;
	font-size: 18px !important;
}
@media (max-width: 980px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-watch-video span {
		font-size: 17px !important;
	}
}
@media (max-width: 767px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-watch-video span {
		font-size: 16px !important;
	}
}
@media (max-width: 980px) {
	.videos-in-popup-section .wrap.videos-in-popup-wrap .videos-in-popup-item .v-p-watch-video span {
		opacity: 1;
	}
}
.videos-in-popup-section .wrap.videos-in-popup-load-more-wrap {
	text-align: center;
}
.videos-in-popup-section .wrap.videos-in-popup-load-more-wrap .videos-in-popup-load-more {
	margin-top: 50px;
	position: relative;
}
@media (max-width: 767px) {
	.videos-in-popup-section .wrap.videos-in-popup-load-more-wrap .videos-in-popup-load-more {
		margin-top: 30px;
	}
}
.videos-in-popup-section .wrap.videos-in-popup-load-more-wrap .videos-in-popup-load-more.loader:after {
	content: '';
	width: 60px;
	height: 60px;
	background-image: url(../assets/images/ajax.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -60px;
	top: 0;
}
@media (max-width: 767px) {
	.featherlight-iframe.featherlight-videos-in-popup .featherlight-content {
		position: relative;
		padding-bottom: 56.25% !important;
		width: 100%;
	}
}
.featherlight-iframe.featherlight-videos-in-popup .featherlight-content iframe.videos-in-popup-iframe {
	max-width: 90vw;
	max-height: 90vh;
	min-width: unset;
	min-height: unset;
	width: 1305px;
	height: 884px;
}
@media (max-width: 767px) {
	.featherlight-iframe.featherlight-videos-in-popup .featherlight-content iframe.videos-in-popup-iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.gfield_honeypot {
	display: none !important;
}

.testimonials.col3-testimonial p {
	font-size: 14px !important;
	padding-left: 10px;
}

.author-position {
	font-size: 13px !important;
}

.testimonials .wrap.testimonials-slider {
	width: 100%;
}

.data-list-events ul > h4 {
	text-transform: capitalize;
	margin-top: 2rem;
	font-size: 1.1rem;
}

.term-trainer .section-testimonials .slider-arrows {
	display: none;
}

.page-template-ambasador-landing .testimonials-slider > .flickity-button {
	display: none;
}

.ambasador-banner-section p.subtitle {
	padding-bottom: 2.5em;
}

.inwood-campaign .inwood-CloseButton {
	width: 40px !important;
	height: 40px;
	min-height: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0058a9 !important;
}

.inwood-campaign .inwood-field-button {
	background: #0058a9 !important;
}

.inwood-campaign .inwood-CloseButton:hover,
.inwood-campaign .inwood-field-button:hover {
	background: #056ecf !important;
}

#wt-cli-cookie-banner [role='button'] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: #0058a9 !important;
	color: white !important;
	padding: 5px 25px !important;
}

.image-collage-item {
	cursor: pointer;
}
