html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	background: #172124;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

.wp-site-blocks {
	background: #172124;
	overflow: hidden;
}

.skip-link {
	background: #172124;
	color: #fff;
	left: 1rem;
	padding: .65rem .8rem;
	position: absolute;
	top: -4rem;
	z-index: 20;
}

.skip-link:focus {
	top: 1rem;
}

.ijn-site-header {
	backdrop-filter: blur(20px) saturate(140%);
	background: rgba(8, 16, 18, .28);
	border-bottom: 1px solid rgba(255, 255, 255, .16);
	box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(calc(-100% + 16px));
	transition: background-color .24s ease, transform .28s ease;
	z-index: 1000;
}

.ijn-site-header.is-visible,
.ijn-site-header:hover,
.ijn-site-header:focus-within {
	background: rgba(8, 16, 18, .42);
	transform: translateY(0);
}

.ijn-header-inner,
.ijn-footer-inner {
	align-items: center;
	display: flex;
	gap: clamp(.9rem, 2.2vw, 1.8rem);
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1400px;
	padding: .8rem clamp(1.1rem, 4vw, 2.4rem);
}

.ijn-brand {
	color: #fff;
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
	font-weight: 900;
	letter-spacing: 0;
	text-shadow: 0 1px 14px rgba(0, 0, 0, .28);
	white-space: nowrap;
}

.ijn-site-header nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(.7rem, 1.4vw, 1.25rem);
	justify-content: center;
}

.ijn-site-header nav a {
	border-radius: 999px;
	color: rgba(255, 255, 255, .88);
	font-size: .94rem;
	font-weight: 820;
	padding: .38rem .25rem;
	text-shadow: 0 1px 14px rgba(0, 0, 0, .22);
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.ijn-site-header nav a:hover {
	background: rgba(255, 255, 255, .12);
	color: #fff;
	transform: translateY(-2px);
}

.ijn-header-cta {
	background: rgba(255, 255, 255, .04);
	border: 1.5px solid rgba(255, 255, 255, .9);
	border-radius: 999px;
	color: #fff;
	font-size: .8rem;
	font-weight: 900;
	letter-spacing: .02em;
	padding: .72rem 1.15rem;
	text-shadow: 0 1px 12px rgba(0, 0, 0, .25);
	text-transform: uppercase;
	transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
	white-space: nowrap;
}

.ijn-header-cta:hover {
	background: rgba(255, 255, 255, .14);
	box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
	color: #fff;
	transform: translateY(-2px) scale(1.02);
}

.ijn-hero {
	background-image: linear-gradient(90deg, rgba(23,33,36,.78), rgba(23,33,36,.35), rgba(23,33,36,.1)), var(--ijn-hero-image);
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	color: #fff;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 72vh;
	padding: clamp(4rem, 8vw, 7rem) 1.2rem clamp(3rem, 6vw, 5rem);
	width: 100vw;
}

.ijn-hero-media {
	--hero-wave-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 900' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 58 C180 20 360 96 540 58 S900 20 1080 58 S1260 96 1440 58 L1440 900 L0 900 Z'/%3E%3C/svg%3E");
	--hero-wave-overlap: clamp(12rem, 24svh, 22rem);
	--hero-wave-drift: 0px;
	--hero-wave-rise: 0;
	--hero-wave-scroll: 0px;
	--hero-wave-x: 0px;
	--hero-wave-y: 0px;
	background: #172124;
	display: grid;
	margin-top: calc(var(--hero-wave-overlap) * -1);
	mask-image: none;
	mask-position: calc(50% + var(--hero-wave-x) + var(--hero-wave-scroll) + var(--hero-wave-drift)) var(--hero-wave-y);
	mask-repeat: repeat-x;
	mask-size: 900px 100%;
	min-height: calc(100svh + 2rem);
	overflow: hidden;
	padding: 0;
	place-items: center start;
	position: relative;
	transform: translateY(calc(var(--hero-wave-overlap) * var(--hero-wave-rise) * -.08));
	transition: mask-position .22s linear, -webkit-mask-position .22s linear;
	z-index: 2;
	-webkit-mask-image: none;
	-webkit-mask-position: calc(50% + var(--hero-wave-x) + var(--hero-wave-scroll) + var(--hero-wave-drift)) var(--hero-wave-y);
	-webkit-mask-repeat: repeat-x;
	-webkit-mask-size: 900px 100%;
}

.ijn-hero-img,
.ijn-hero-shade,
.ijn-hero-media > .ijn-hero-inner {
	grid-area: 1 / 1;
}

.ijn-hero-img {
	height: 100%;
	inset: 0;
	min-height: 100svh;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.ijn-hero-shade {
	background:
		linear-gradient(180deg, rgba(3, 9, 12, .92) 0%, rgba(5, 13, 16, .72) 14%, rgba(6, 13, 16, .28) 34%, rgba(6, 13, 16, .12) 48%, rgba(6, 13, 16, .92) 100%),
		linear-gradient(90deg, rgba(8, 18, 22, .9), rgba(8, 18, 22, .58) 44%, rgba(8, 18, 22, .16) 78%);
	inset: 0;
	position: absolute;
	z-index: 1;
}

.ijn-wave-divider {
	display: none;
	--wave-height: clamp(5.5rem, 12vw, 10rem);
	--wave-x: 0px;
	--wave-y: 0px;
	height: var(--wave-height);
	left: 0;
	opacity: 0;
	pointer-events: auto;
	position: absolute;
	right: 0;
	top: calc(var(--wave-height) * -.72);
	transform: translateY(-28%) scaleY(.86);
	transition: opacity .65s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
	z-index: 2;
}

.ijn-wave-divider.is-visible {
	opacity: 1;
	transform: translateY(0) scaleY(1);
}

.ijn-wave-divider svg {
	display: block;
	filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .24));
	height: 100%;
	overflow: visible;
	width: 100%;
}

.ijn-wave-front,
.ijn-wave-back {
	transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}

.ijn-wave-front {
	fill: #172124;
	transform: translate(calc(var(--wave-x) * -1), calc(var(--wave-y) * -.75));
}

.ijn-wave-back {
	fill: rgba(20, 151, 160, .28);
	transform: translate(calc(var(--wave-x) * .55), calc(var(--wave-y) * .5));
}

.ijn-hero > .ijn-hero-inner {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1160px;
	padding: clamp(4rem, 8vw, 7rem) 1.2rem clamp(5rem, 9vw, 7rem);
	position: relative;
	width: 100%;
	z-index: 2;
}

.ijn-hero h1 {
	font-size: clamp(2.65rem, 5.5vw, 5.1rem);
	letter-spacing: 0;
	line-height: 1.01;
	margin: 0 0 1.1rem;
	max-width: 850px;
	text-shadow: 0 10px 34px rgba(0, 0, 0, .52), 0 2px 10px rgba(0, 0, 0, .42);
}

.ijn-hero p {
	color: rgba(255, 255, 255, .92);
	font-size: clamp(1rem, 1.6vw, 1.22rem);
	line-height: 1.6;
	max-width: 650px;
	text-shadow: 0 4px 18px rgba(0, 0, 0, .42);
}

.ijn-kicker {
	color: #f2b84b;
	font-size: .82rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-shadow: 0 4px 18px rgba(0, 0, 0, .28);
	text-transform: uppercase;
}

.ijn-section {
	--section-wave-height: clamp(2.8rem, 6vw, 5rem);
	background: #fff;
	box-sizing: border-box;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: clamp(3rem, 7vw, 5.5rem) 1.2rem;
	position: relative;
	width: 100vw;
}

.home .ijn-section {
	margin-top: calc(var(--section-wave-height) * -1 + 1px);
	padding-top: calc(var(--section-wave-height) + clamp(2.5rem, 5vw, 4.25rem));
	z-index: 3;
}

.home .ijn-hero-media + .ijn-section {
	margin-top: calc(var(--section-wave-height) * -1 + 1px) !important;
	padding-top: calc(var(--section-wave-height) + clamp(2.5rem, 5vw, 4.25rem)) !important;
	z-index: 5;
}

.home .ijn-section::before,
.home .ijn-footer::before {
	background: inherit;
	content: "";
	height: var(--section-wave-height);
	left: 0;
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 160' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 62 C180 20 360 112 540 62 S900 20 1080 62 S1260 112 1440 62 L1440 160 L0 160 Z'/%3E%3C/svg%3E");
	mask-position: 0 0;
	mask-repeat: repeat-x;
	mask-size: 900px 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: calc(var(--section-wave-height) * -1 + 1px);
	width: 100%;
	z-index: 3;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 160' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 62 C180 20 360 112 540 62 S900 20 1080 62 S1260 112 1440 62 L1440 160 L0 160 Z'/%3E%3C/svg%3E");
	-webkit-mask-position: 0 0;
	-webkit-mask-repeat: repeat-x;
	-webkit-mask-size: 900px 100%;
	animation: ijnSectionWaveFlow 20s linear infinite;
}

@keyframes ijnSectionWaveFlow {
	0% {
		mask-position: 0 0;
		-webkit-mask-position: 0 0;
	}
	100% {
		mask-position: 900px 0;
		-webkit-mask-position: 900px 0;
	}
}

.home .ijn-hero-media + .ijn-section::before {
	display: block;
}

.home .ijn-section + .ijn-section {
	z-index: 6;
}

.home .ijn-section + .ijn-section::before {
	display: block;
	z-index: 5;
}

.home .ijn-section:not(.ijn-cta) {
	padding-bottom: calc(var(--section-wave-height) + clamp(3rem, 6vw, 5rem));
}

.ijn-section > * {
	margin-inline: auto;
	max-width: 1160px;
	position: relative;
	z-index: 4;
}

.ijn-section-head {
	margin-bottom: 1.35rem;
}

.ijn-section-head h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.04;
	margin: .15rem 0 0;
	max-width: 780px;
	transition: color .2s ease, transform .2s ease;
}

.ijn-section-head h2:hover {
	transform: translateY(-1px) scale(1.01);
}

.ijn-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.ijn-card {
	background: #fff;
	border: 1px solid rgba(23, 33, 36, .12);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(23, 33, 36, .06);
	overflow: hidden;
	padding: 1.2rem;
	transition: border-color .22s ease, box-shadow .25s ease, transform .25s ease;
}

.ijn-card:hover {
	border-color: rgba(10, 111, 123, .18);
	box-shadow: 0 26px 68px rgba(23, 33, 36, .14);
	transform: translateY(-6px);
}

.ijn-card h3 {
	margin-top: 0;
	transition: color .2s ease, transform .2s ease;
}

.ijn-card:hover h3 {
	color: #0a6f7b;
	transform: translateY(-1px);
}

.ijn-image-card,
.ijn-program-card {
	padding: 0;
}

.ijn-image-card > div,
.ijn-card-body {
	padding: 1.15rem;
}

.ijn-card-img,
.ijn-card-media img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ijn-card-media {
	display: block;
	overflow: hidden;
}

.ijn-card-media img {
	transition: transform .28s ease;
}

.ijn-program-card:hover .ijn-card-media img {
	transform: scale(1.045);
}

.ijn-program-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.home .ijn-program-grid {
	margin-bottom: clamp(1.25rem, 3vw, 2.5rem);
}

.ijn-program-card {
	flex: 1 1 clamp(230px, calc(25% - 1rem), 275px);
	max-width: 275px;
	min-width: 0;
}

.ijn-text-link {
	color: #0a6f7b;
	font-weight: 850;
	position: relative;
	transition: color .2s ease;
}

.ijn-program-card:hover .ijn-text-link {
	color: #172124;
}

.ijn-band {
	background: #e8f1ef;
}

.ijn-cta {
	background:
		linear-gradient(135deg, rgba(23,33,36,.98), rgba(10,111,123,.9)),
		radial-gradient(circle at 88% 18%, rgba(242,184,75,.22), transparent 24%);
	color: #fff;
}

.ijn-cta > div {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(0, 0, 0, .16);
	padding: clamp(1.4rem, 3vw, 2.2rem);
	position: relative;
}

.ijn-cta > div::after {
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	content: "";
	height: 9rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 9rem;
}

.ijn-split {
	align-items: center;
	display: grid;
	gap: clamp(1.4rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
}

.home .ijn-split {
	padding-bottom: calc(var(--section-wave-height) + clamp(4rem, 7vw, 6rem));
}

.home .ijn-split + .ijn-cta::before {
	background: #fff;
}

.ijn-split > * {
	max-width: none;
}

.ijn-split-img {
	aspect-ratio: 3 / 2;
	border-radius: 8px;
	box-shadow: 0 24px 58px rgba(23, 33, 36, .14);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ijn-button,
.wp-block-button__link {
	border-radius: 6px;
	display: inline-block;
	font-weight: 800;
	padding: .78rem 1rem;
	transition: background-color .2s ease, box-shadow .22s ease, color .2s ease, transform .22s ease;
}

.ijn-button {
	background: #0a6f7b;
	box-shadow: 0 12px 30px rgba(10, 111, 123, .2);
	color: #fff;
}

.ijn-button.secondary {
	background: #f2b84b;
	box-shadow: 0 12px 30px rgba(242, 184, 75, .22);
	color: #172124;
}

.ijn-hero .ijn-button {
	border-radius: 999px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, .26);
	font-size: .82rem;
	letter-spacing: .02em;
	margin-right: .55rem;
	padding: .95rem 1.2rem;
	text-transform: uppercase;
}

.ijn-hero .ijn-button:not(.secondary) {
	background: rgba(10, 111, 123, .94);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 18px 38px rgba(0, 0, 0, .26);
}

.ijn-hero .ijn-button.secondary {
	background: #f2b84b;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24), 0 18px 38px rgba(0, 0, 0, .26);
}

.ijn-hero .ijn-map-hero-button {
	align-items: center;
	display: inline-flex;
	font-size: 1.03rem;
	gap: .58rem;
	padding: 1.08rem 1.54rem;
}

.ijn-hero .ijn-map-hero-button span {
	font-size: 1.37rem;
	line-height: 1;
}

.ijn-hero-actions {
	margin-top: 1.35rem;
}

.ijn-hero-proof {
	align-self: end;
	box-sizing: border-box;
	display: grid;
	gap: 1.35rem;
	grid-area: 1 / 1;
	margin-inline: auto;
	max-width: 1160px;
	padding: 0 1.2rem clamp(1.1rem, 3vh, 2rem);
	position: relative;
	width: 100%;
	z-index: 2;
}

.ijn-proof-items {
	display: grid;
	gap: clamp(1rem, 5vw, 4rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 760px;
}

.ijn-proof-items article {
	align-items: center;
	color: #fff;
	display: grid;
	gap: .08rem .72rem;
	grid-template-columns: auto 1fr;
}

.ijn-proof-items span {
	align-items: center;
	border: 1px solid rgba(242, 184, 75, .68);
	border-radius: 999px;
	color: #f2b84b;
	display: inline-flex;
	font-size: .95rem;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.ijn-proof-items strong {
	font-size: .86rem;
	line-height: 1.1;
}

.ijn-proof-items small {
	color: rgba(255, 255, 255, .76);
	font-size: .75rem;
	grid-column: 2;
	line-height: 1.25;
}

.ijn-button:hover {
	box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
	transform: translateY(-3px) scale(1.02);
}

.ijn-button.ghost {
	background: transparent;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
	color: #fff;
}

.ijn-page-title {
	padding: clamp(3rem, 7vw, 5rem) 1.2rem 1.2rem;
}

.ijn-page-title > * {
	margin-inline: auto;
	max-width: 880px;
}

.ijn-content {
	padding: 1rem 1.2rem 4rem;
}

.page-id-134 .ijn-content {
	padding: 0;
}

.page-id-134 .ijn-footer,
.page-id-134 .ijn-page-title {
	display: none !important;
}

.page-id-134 .ijn-site-header {
	background: rgba(8, 16, 18, .18);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	box-shadow: none;
	display: block !important;
	position: fixed;
	transform: translateY(0) !important;
	z-index: 1000;
}

.page-id-134 .ijn-site-header:hover,
.page-id-134 .ijn-site-header:focus-within,
.page-id-134 .ijn-site-header.is-visible {
	background: rgba(8, 16, 18, .34);
	transform: translateY(0) !important;
}

.page-id-134,
.page-id-134 body,
.page-id-134 .wp-site-blocks,
.page-id-134 .ijn-content,
.page-id-134 .wp-block-post-content {
	background: #0b1114 !important;
	margin: 0 !important;
	min-height: 100svh;
	overflow: hidden;
	padding: 0 !important;
}

.page-id-134 .ijn-content > .ijn-map-wrap {
	height: 100svh !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	margin-top: 0 !important;
	max-width: none !important;
	overflow: hidden;
	width: 100vw !important;
}

.page-id-134 .ijn-map {
	height: 100svh !important;
	min-height: 100svh !important;
}

.home .ijn-content > .ijn-video-intro,
.home .wp-block-post-content > .ijn-video-intro,
.home .ijn-content > .ijn-map-teaser,
.home .wp-block-post-content > .ijn-map-teaser,
.home .ijn-content > .ijn-hero-media,
.home .wp-block-post-content > .ijn-hero-media {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: none !important;
	width: 100vw !important;
}

.ijn-content > * {
	margin-inline: auto;
	max-width: 760px;
}

.ijn-content > .ijn-hero,
.ijn-content > .ijn-section {
	max-width: none !important;
}

.wp-block-post-content > .ijn-hero,
.wp-block-post-content > .ijn-section {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: none !important;
	width: 100vw !important;
}

.home .entry-content {
	margin-top: 0;
}

.home .ijn-content,
.home .wp-block-post-content {
	background: #172124;
	padding: 0 !important;
}

.ijn-content > .alignwide {
	max-width: 1160px;
}

.ijn-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.ijn-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.ijn-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.home .ijn-section::before,
	.home .ijn-footer::before {
		animation: none;
	}
}

.ijn-footer {
	--section-wave-height: clamp(2.8rem, 6vw, 5rem);
	background: #172124;
	color: #fff;
	margin-top: calc(var(--section-wave-height) * -1 + 1px);
	padding-top: var(--section-wave-height);
	position: relative;
	z-index: 2;
}

.ijn-footer a {
	color: #f2b84b;
}

.ijn-footer > * {
	position: relative;
	z-index: 2;
}

.ijn-form {
	display: grid;
	gap: .8rem;
}

.ijn-form label {
	font-weight: 750;
}

.ijn-form input,
.ijn-form select,
.ijn-form textarea {
	border: 1px solid rgba(23, 33, 36, .25);
	border-radius: 6px;
	font: inherit;
	padding: .75rem;
	width: 100%;
}

.ijn-form textarea {
	min-height: 150px;
}

.ijn-map-wrap {
	border-radius: 0;
	box-shadow: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	overflow: hidden;
	width: 100vw;
}

.ijn-map {
	background: #e8f1ef;
	min-height: calc(100svh - 70px);
	width: 100%;
}

.ijn-video-intro {
	background: #071114;
	box-sizing: border-box;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 100svh;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100vw;
	z-index: 4;
}

.ijn-hero-media.is-wave-visible {
	z-index: 5;
}

.ijn-video-intro iframe {
	border: 0;
	display: block;
	height: max(100svh, 56.25vw);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: max(100vw, 177.78svh);
}

.ijn-map-teaser {
	background:
		radial-gradient(circle at 17% 28%, rgba(20, 151, 160, .22), transparent 34%),
		radial-gradient(circle at 82% 70%, rgba(242, 184, 75, .16), transparent 28%),
		linear-gradient(180deg, #071114 0%, #0b1b1f 100%);
	box-sizing: border-box;
	color: #fff;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: -1px;
	min-height: clamp(13rem, 19vw, 17rem);
	max-width: none;
	overflow: hidden;
	padding: clamp(2.4rem, 5vw, 4rem) 1.2rem;
	position: relative;
	width: 100vw;
}

.ijn-map-teaser::before,
.ijn-map-teaser::after {
	content: "";
	pointer-events: none;
	position: absolute;
}

.ijn-map-teaser::before {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent);
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
}

.ijn-map-teaser::after {
	background: linear-gradient(90deg, transparent, rgba(242, 184, 75, .22), transparent);
	bottom: 0;
	height: 1px;
	left: 12%;
	right: 12%;
}

.ijn-map-teaser-inner {
	align-items: center;
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: auto 1fr auto;
	margin-inline: auto;
	max-width: 1160px;
	position: relative;
	z-index: 1;
}

.ijn-map-teaser-pin {
	align-items: center;
	background: rgba(20, 151, 160, .18);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
	display: inline-flex;
	font-size: 1.25rem;
	height: 3.4rem;
	justify-content: center;
	width: 3.4rem;
}

.ijn-map-teaser .ijn-kicker {
	display: block;
	margin: 0 0 .45rem;
}

.ijn-map-teaser h2 {
	font-size: clamp(1.65rem, 3.25vw, 3rem);
	line-height: 1.05;
	margin: 0;
	max-width: 820px;
}

.ijn-map-teaser-button {
	align-items: center;
	background: #f2b84b;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	box-shadow: 0 18px 44px rgba(242, 184, 75, .22);
	color: #071114;
	display: inline-flex;
	font-size: 1.03rem;
	font-weight: 900;
	gap: .58rem;
	justify-content: center;
	padding: 1.08rem 1.54rem;
	text-transform: uppercase;
	transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
	white-space: nowrap;
}

.ijn-map-teaser-button span {
	font-size: 1.37rem;
	line-height: 1;
}

.ijn-map-teaser-button:hover {
	background: #fff;
	box-shadow: 0 20px 54px rgba(255, 255, 255, .16);
	color: #071114;
	transform: translateY(-2px);
}

.ijn-map-markers {
	display: none;
}

.ijn-map-marker h3,
.leaflet-popup-content h3 {
	font-size: 1rem;
	line-height: 1.2;
	margin: .2rem 0 .65rem;
}

.leaflet-control-attribution {
	display: none;
}

.ijn-neon-marker {
	background: transparent;
	border: 0;
}

.ijn-neon-marker span {
	background: #36bfd5;
	border: 2px solid rgba(184, 249, 255, .9);
	border-radius: 999px;
	box-shadow:
		0 0 0 5px rgba(23, 132, 168, .28),
		0 0 0 11px rgba(23, 132, 168, .13),
		0 0 22px rgba(54, 191, 213, .92);
	display: block;
	height: 13px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 13px;
}

.ijn-neon-marker span::after {
	animation: ijnMarkerPulse 2.4s ease-out infinite;
	border: 1px solid rgba(104, 224, 239, .55);
	border-radius: 999px;
	content: "";
	inset: -11px;
	position: absolute;
}

@keyframes ijnMarkerPulse {
	0% {
		opacity: .8;
		transform: scale(.72);
	}
	100% {
		opacity: 0;
		transform: scale(1.55);
	}
}

.leaflet-popup-content {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: .9rem;
}

.leaflet-popup-content img {
	border-radius: 6px;
	display: block;
	height: auto;
	margin-bottom: .65rem;
	max-width: 350px;
	width: 100%;
}

.leaflet-popup-content p {
	margin: 0;
}

@media (max-width: 640px) {
	.ijn-section,
	.ijn-footer {
		--section-wave-height: 2.8rem;
	}

	.ijn-site-header {
		background: rgba(8, 16, 18, .52);
		backdrop-filter: blur(14px) saturate(140%);
		border-bottom: 1px solid rgba(255, 255, 255, .12);
		transform: translateY(0) !important;
	}

	.ijn-header-inner,
	.ijn-footer-inner {
		align-items: center;
		flex-direction: row;
	}

	.ijn-header-inner {
		gap: 0;
		padding: .45rem .45rem;
	}

	.ijn-brand,
	.ijn-header-cta {
		display: none !important;
	}

	.ijn-site-header nav {
		display: flex;
		flex-wrap: nowrap;
		gap: .34rem;
		justify-content: space-between;
		overflow: hidden;
		width: 100%;
	}

	.ijn-site-header nav a {
		color: rgba(255, 255, 255, .94);
		flex: 1 1 auto;
		font-size: clamp(.55rem, 2.45vw, .72rem);
		font-weight: 850;
		line-height: 1;
		padding: .36rem .08rem;
		text-align: center;
		white-space: nowrap;
	}

	.ijn-hero {
		min-height: 68vh;
	}

	.ijn-hero-media,
	.ijn-hero-img {
		min-height: 100svh;
	}

	.ijn-hero-media {
		--hero-wave-drift: 0px !important;
		--hero-wave-scroll: 0px !important;
		--hero-wave-x: 0px !important;
		mask-position: 50% var(--hero-wave-y) !important;
		mask-size: 170% 100%;
		width: 100vw !important;
		-webkit-mask-position: 50% var(--hero-wave-y) !important;
		-webkit-mask-size: 170% 100%;
	}

	.ijn-hero-shade {
		background:
			linear-gradient(180deg, rgba(6, 13, 16, .82), rgba(6, 13, 16, .42) 45%, rgba(6, 13, 16, .84)),
			linear-gradient(90deg, rgba(8, 18, 22, .76), rgba(8, 18, 22, .36));
	}

	.ijn-hero h1 {
		font-size: clamp(2.2rem, 12vw, 3.6rem);
		line-height: 1.03;
	}

	.ijn-hero .ijn-button {
		margin-bottom: .55rem;
	}

	.ijn-hero-proof {
		gap: .8rem;
		padding: 0 1rem 1rem;
	}

	.ijn-proof-items {
		gap: .65rem;
		grid-template-columns: 1fr;
		max-width: 100%;
	}

	.ijn-proof-items article {
		background: rgba(6, 13, 16, .28);
		border: 1px solid rgba(255, 255, 255, .12);
		border-radius: 8px;
		padding: .55rem .65rem;
	}

	.ijn-program-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		justify-content: stretch;
	}

	.ijn-map {
		min-height: calc(100svh - 167px);
	}

	.ijn-video-intro,
	.ijn-video-intro iframe {
		min-height: 72svh;
	}

	.ijn-video-intro iframe {
		height: max(72svh, 56.25vw);
		width: max(100vw, 128svh);
	}

	.ijn-map-teaser {
		min-height: auto;
		padding: 2rem 1rem;
	}

	.ijn-map-teaser-inner {
		grid-template-columns: 1fr;
	}

	.ijn-map-teaser-pin {
		height: 3rem;
		width: 3rem;
	}

	.ijn-map-teaser-button {
		justify-self: start;
	}

	.ijn-program-card {
		max-width: none;
		width: 100%;
	}

	.ijn-split {
		grid-template-columns: 1fr;
	}

	.ijn-cta > div::after {
		display: none;
	}

	.ijn-header-inner,
	.page-id-134 .ijn-header-inner {
		align-items: center !important;
		flex-direction: row !important;
		gap: 0 !important;
		padding: .45rem .45rem !important;
	}

	.ijn-site-header nav,
	.page-id-134 .ijn-site-header nav {
		flex-wrap: nowrap !important;
	}
}

@media (min-width: 641px) and (max-width: 1024px) {
	.ijn-hero-media {
		--hero-wave-overlap: clamp(6.5rem, 11svh, 9rem);
		min-height: calc(100svh + 2rem);
	}

	.ijn-video-intro,
	.ijn-video-intro iframe {
		min-height: 100svh;
	}

	.ijn-program-grid {
		display: flex;
		justify-content: center;
	}

	.ijn-program-card {
		flex: 0 1 calc(50% - 1rem);
		max-width: calc(50% - 1rem);
	}
}
