.ae-home-page {
	background: #ffffff;
	color: #050505;
	font-family: "Open Sans", Arial, sans-serif;
	letter-spacing: 0;
}

.ae-home-page * {
	box-sizing: border-box;
}

.ae-home-page a {
	text-decoration: none;
}

.ae-hero {
	background: #000000;
	color: #ffffff;
}

.ae-hero,
.ae-dna,
.ae-journeys,
.ae-instagram,
.ae-site-footer {
	position: relative;
}

.ae-site-header {
	background: transparent;
	left: 0;
	padding: 22px 48px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.ae-site-header__inner {
	align-items: flex-start;
	display: flex;
	gap: 44px;
	margin: 0 auto;
	max-width: 1170px;
}

.ae-site-logo {
	display: block;
	flex: 0 0 180px;
}

.ae-site-logo img {
	display: block;
	height: auto;
	width: 180px;
}

.ae-primary-nav {
	align-items: center;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: flex-start;
	padding-top: 42px;
}

.ae-primary-nav a {
	color: #f1c400;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1;
	text-transform: uppercase;
}

.ae-primary-nav a:hover,
.ae-primary-nav a:focus {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ae-nav-toggle {
	display: none;
}

.ae-nav-toggle__bar {
	display: block;
}

.ae-hero__inner {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1280px;
	min-height: 600px;
	padding: 146px 78px 70px 56px;
	position: relative;
	z-index: 2;
}

.ae-hero {
	padding-bottom: 40px;
	position: relative;
}

.ae-hero__video {
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.ae-hero__mobile-fallback {
	display: none;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.ae-hero__overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.ae-hero__content {
	max-width: 560px;
	position: relative;
	z-index: 3;
}

.ae-hero h1 {
	color: #f1c400;
	font-family: Raleway, "Open Sans", Arial, sans-serif;
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: .88;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.ae-hero h1 span {
	display: block;
}

.ae-hero__white {
	color: #ffffff;
}

.ae-hero__kicker {
	color: #f1c400;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.ae-hero__copy {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.62;
	margin: 0;
	max-width: 500px;
}

.ae-divider {
	display: block;
	height: 57px;
	left: 0;
	object-fit: cover;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 6;
}

.ae-divider--hero,
.ae-divider--dna,
.ae-divider--instagram {
	left: 0;
}

.ae-divider--hero {
	bottom: -30px;
}

.ae-divider--dna {
	bottom: -30px;
}

.ae-divider--instagram {
	bottom: -30px;
}

.ae-hero {
	z-index: 4;
}

.ae-dna {
	z-index: 3;
}

.ae-journeys {
	z-index: 2;
}

.ae-instagram {
	z-index: 3;
}

.ae-site-footer {
	z-index: 2;
}

.ae-dna {
	background: #e8dfd3;
	margin-top: 8px;
	margin-bottom: 41px;
	min-height: 560px;
	position: relative;
}

.ae-dna__inner {
	margin: 0 auto;
	max-width: 1280px;
	min-height: 560px;
	position: relative;
}

.ae-dna__content {
	max-width: 590px;
	padding: 112px 28px 54px 60px;
	position: relative;
	z-index: 2;
}

.ae-eyebrow {
	color: #006384;
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.ae-dna h2 {
	color: #006384;
	font-family: Raleway, "Open Sans", Arial, sans-serif;
	font-size: 59px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: .92;
	margin: 0 0 26px;
	text-align: left;
	text-transform: uppercase;
}

.ae-dna h2 span {
	color: #f1c400;
}

.ae-dna p:not(.ae-eyebrow) {
	color: #000000;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 28px;
	max-width: 470px;
}

.ae-dna__image {
	inset: 0;
	left: 50%;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
	z-index: 1;
}

.ae-dna__image::after {
	background: linear-gradient(90deg, #e8dfd3 0%, rgba(232, 223, 211, .97) 34%, rgba(232, 223, 211, .56) 52%, rgba(232, 223, 211, 0) 72%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.ae-dna__image img {
	display: block;
	height: 100%;
	left: 0;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	filter: sepia(.18) saturate(.82) brightness(1.03);
	mix-blend-mode: multiply;
	opacity: .95;
	position: absolute;
	top: 0;
	width: 100%;
}

.ae-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 66px;
	padding: 0 45px;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease;
}

.ae-button--blue,
.ae-button--small {
	background: #006384;
	color: #f1c400;
}

.ae-button--blue {
	min-width: 258px;
}

.ae-button--small {
	border-radius: 8px;
	font-size: 13px;
	min-height: 64px;
	min-width: 213px;
	padding: 0 28px;
}

.ae-button--gold {
	background: #f1c400;
	color: #ffffff;
	min-height: 66px;
	min-width: 285px;
}

.ae-button:hover,
.ae-button:focus {
	background: #000000;
	color: #ffffff;
}

.ae-journeys {
	background: #ffffff;
	margin-top: -57px;
	padding: 78px 58px 105px;
	text-align: center;
}

.ae-section-intro {
	margin: 0 auto 88px;
	max-width: 780px;
}

.ae-section-intro h2 {
	color: #f1c400;
	font-family: Raleway, "Open Sans", Arial, sans-serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.ae-section-intro p {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0;
}

.ae-journey-grid {
	display: grid;
	gap: 76px 38px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto 83px;
	max-width: 1164px;
}

.ae-journey-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
	text-align: center;
}

.ae-journey-card__image {
	aspect-ratio: 1 / 1;
	margin: 0 0 22px;
	max-width: 170px;
	padding: 11px 10px 10px 11px;
	position: relative;
	width: 100%;
}

.ae-journey-card__image::before,
.ae-journey-card__image::after {
	content: "";
	position: absolute;
	z-index: 0;
}

.ae-journey-card__image::before {
	border-left: 11px solid #006384;
	border-top: 11px solid #006384;
	height: 52px;
	left: 0;
	top: 0;
	width: 94px;
}

.ae-journey-card__image::after {
	border-bottom: 11px solid #f1c400;
	border-right: 11px solid #f1c400;
	bottom: 0;
	height: 52px;
	right: 0;
	width: 86px;
}

.ae-journey-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

.ae-journey-card h3 {
	color: #f1c400;
	font-family: Raleway, "Open Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: .95;
	margin: 0 0 15px;
	min-height: 40px;
	text-transform: uppercase;
}

.ae-journey-card p {
	color: #006384;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
	margin: 0 auto 28px;
	max-width: 228px;
	min-height: 142px;
}

.ae-instagram {
	background-image:
		linear-gradient(90deg, rgba(241, 196, 0, .82) 0%, rgba(229, 97, 87, .72) 46%, rgba(125, 85, 205, .78) 100%),
		url("../images/authentic-europe-home/instagram-bg.png");
	background-position: center;
	background-size: cover;
	color: #ffffff;
	margin-top: -57px;
	margin-bottom: 40px;
	min-height: 398px;
	padding: 79px 78px 57px;
}

.ae-instagram__inner {
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: 54% 46%;
	margin: 0 auto;
	max-width: 1000px;
}

.ae-instagram__brand p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 4px 86px;
	text-transform: uppercase;
}

.ae-instagram__lockup {
	align-items: center;
	display: flex;
	gap: 18px;
}

.ae-instagram__wordmark {
	display: block;
	height: auto;
	max-width: 324px;
	width: 70%;
}

.ae-instagram__icon {
	display: block;
	height: auto;
	width: 114px;
}

.ae-instagram__collage {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}

.ae-instagram__collage a {
	border-radius: 14px;
	display: block;
	overflow: hidden;
	position: relative;
	transition: transform .2s ease;
}

.ae-instagram__collage a:nth-child(4) {
	grid-column: 1 / -1;
}

.ae-instagram__collage a:first-child,
.ae-instagram__collage a:first-child img {
	border-radius: 14px;
}

.ae-instagram__collage a:first-child img {
	overflow: hidden;
}

.ae-instagram__collage a:hover,
.ae-instagram__collage a:focus {
	transform: translateY(-8px);
	z-index: 3;
}

.ae-instagram__collage img {
	aspect-ratio: 1 / 1.2;
	border-radius: 14px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ae-instagram__collage a:nth-child(4) img {
	aspect-ratio: 3.35 / 1;
	object-position: center;
}

.ae-site-footer {
	background: #006384;
	color: #ffffff;
	margin-top: -57px;
	padding: 54px 62px 48px;
}

.ae-site-footer__inner {
	align-items: center;
	display: grid;
	gap: 18px 74px;
	grid-template-columns: 210px 1fr;
	margin: 0 auto;
	max-width: 1040px;
}

.ae-footer-logo img {
	display: block;
	height: auto;
	width: 166px;
}

.ae-footer-links {
	display: flex;
	flex-direction: column;
	gap: 13px;
	justify-self: start;
	text-align: left;
}

.ae-footer-links a {
	color: #f1c400;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.ae-footer-links a:hover,
.ae-footer-links a:focus {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ae-footer-rule {
	background: rgba(255, 255, 255, .95);
	grid-column: 2;
	height: 1px;
	width: 100%;
}

.ae-footer-copy {
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	grid-column: 2;
	justify-self: end;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

@media (max-width: 1100px) {
	.ae-site-header {
		padding-left: 32px;
		padding-right: 32px;
	}

	.ae-site-header__inner {
		gap: 30px;
	}

	.ae-primary-nav {
		gap: 20px;
	}

	.ae-hero__inner {
		justify-content: center;
		padding-right: 56px;
		padding-top: 156px;
	}

	.ae-journey-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 680px;
	}
}

@media (max-width: 820px) {
	.ae-hero__video {
		display: none;
	}

	.ae-hero__mobile-fallback {
		display: block;
	}

	.ae-site-header {
		background: rgba(0, 0, 0, .88);
		padding: 20px 24px 16px;
		position: relative;
	}

	.ae-site-header__inner {
		align-items: center;
		flex-direction: column;
		gap: 12px;
	}

	.ae-nav-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		cursor: pointer;
		display: inline-flex;
		flex-direction: column;
		gap: 5px;
		justify-content: center;
		margin-top: 4px;
		padding: 10px 8px;
	}

	.ae-nav-toggle__bar {
		background: #f1c400;
		border-radius: 999px;
		height: 2px;
		transition: transform .2s ease, opacity .2s ease;
		width: 24px;
	}

	.ae-site-header.is-nav-open .ae-nav-toggle__bar:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.ae-site-header.is-nav-open .ae-nav-toggle__bar:nth-child(2) {
		opacity: 0;
	}

	.ae-site-header.is-nav-open .ae-nav-toggle__bar:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.ae-site-logo {
		flex-basis: auto;
	}

	.ae-primary-nav {
		display: none;
		justify-content: center;
		padding-top: 0;
		width: 100%;
	}

	.ae-site-header.is-nav-open .ae-primary-nav {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding-top: 8px;
	}

	.ae-primary-nav a {
		text-align: center;
	}

	.ae-hero__inner {
		min-height: 520px;
		padding: 72px 28px 82px;
		text-align: center;
	}

	.ae-hero h1 {
		font-size: 58px;
	}

	.ae-hero__kicker {
		font-size: 28px;
	}

	.ae-dna {
		background: #e8dfd3;
		min-height: 0;
	}

	.ae-dna__inner {
		min-height: 0;
	}

	.ae-dna__content {
		margin: 0 auto;
		max-width: 100%;
		padding: 58px 28px 38px;
		text-align: center;
	}

	.ae-eyebrow,
	.ae-dna h2 {
		text-align: center;
	}

	.ae-dna p:not(.ae-eyebrow) {
		margin-left: auto;
		margin-right: auto;
	}

	.ae-dna__image {
		inset: auto;
		left: 0;
		margin: 0 auto;
		position: relative;
		transform: none;
		width: 100%;
	}

	.ae-dna__image::after {
		background: linear-gradient(180deg, rgba(232, 223, 211, .18) 0%, rgba(232, 223, 211, .02) 100%);
	}

	.ae-dna__image img {
		height: auto;
		left: auto;
		position: relative;
		top: auto;
	}

	.ae-journeys {
		padding: 74px 28px 80px;
	}

	.ae-section-intro {
		margin-bottom: 72px;
	}

	.ae-instagram {
		padding: 58px 32px 42px;
	}

	.ae-instagram__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.ae-instagram__brand p {
		margin-left: 0;
	}

	.ae-instagram__lockup {
		justify-content: center;
	}

	.ae-site-footer__inner {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.ae-footer-links {
		justify-self: center;
		text-align: center;
	}

	.ae-footer-rule,
	.ae-footer-copy {
		grid-column: 1;
		justify-self: center;
	}

	.ae-site-footer {
		padding-top: 54px;
	}
}

@media (max-width: 560px) {
	.ae-site-logo img {
		width: 190px;
	}

	.ae-primary-nav {
		gap: 14px 18px;
	}

	.ae-primary-nav a {
		font-size: 12px;
	}

	.ae-hero h1 {
		font-size: 43px;
	}

	.ae-hero__kicker {
		font-size: 23px;
	}

	.ae-hero__copy,
	.ae-dna p:not(.ae-eyebrow),
	.ae-section-intro p {
		font-size: 15px;
	}

	.ae-eyebrow {
		font-size: 23px;
	}

	.ae-dna h2 {
		font-size: 43px;
	}

	.ae-section-intro h2 {
		font-size: 31px;
	}

	.ae-journey-grid {
		grid-template-columns: 1fr;
		gap: 64px;
	}

	.ae-journey-card h3,
	.ae-journey-card p {
		min-height: 0;
	}

	.ae-instagram__lockup {
		gap: 18px;
	}

	.ae-instagram__icon {
		width: 82px;
	}

	.ae-instagram__wordmark {
		width: 68%;
	}
}
