.ibg-about-refresh {
	--ibg-navy: #062b52;
	--ibg-ocean: #075b9d;
	--ibg-azure: #1598d1;
	--ibg-gold: #d8a94a;
	--ibg-light-gold: #f0d18a;
	--ibg-warm-white: #f7f4ed;
	--ibg-mist: #eaf4f8;
	--ibg-white: #ffffff;
	background: var(--ibg-warm-white);
	color: var(--ibg-navy);
	font-family: "Onest", sans-serif;
}

.ibg-about,
.ibg-about * {
	box-sizing: border-box;
}

.ibg-about {
	overflow: hidden;
	background: var(--ibg-warm-white);
}

.ibg-about__container {
	width: min(100% - 48px, 1248px);
	margin-inline: auto;
}

.ibg-about__hero {
	position: relative;
	isolation: isolate;
	padding: clamp(88px, 9vw, 148px) 0 clamp(80px, 8vw, 128px);
	overflow: hidden;
	background: var(--ibg-navy);
	color: var(--ibg-white);
}

.ibg-about__hero::after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: min(40vw, 560px);
	height: 100%;
	background: var(--ibg-ocean);
	content: "";
}

.ibg-about__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
	gap: clamp(48px, 7vw, 112px);
	align-items: end;
}

.ibg-about__hero-copy {
	max-width: 830px;
}

.ibg-about__eyebrow {
	margin: 0 0 22px;
	color: var(--ibg-light-gold);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.4;
}

.ibg-about__eyebrow--blue {
	color: var(--ibg-ocean);
}

.ibg-about h1,
.ibg-about h2,
.ibg-about h3,
.ibg-about p {
	margin-top: 0;
}

.ibg-about__hero h1 {
	max-width: 820px;
	margin-bottom: 30px;
	color: var(--ibg-white);
	font-size: clamp(48px, 5.5vw, 76px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.02;
}

.ibg-about__lead {
	max-width: 760px;
	margin-bottom: 38px;
	color: var(--ibg-mist);
	font-size: clamp(18px, 1.65vw, 22px);
	line-height: 1.55;
}

.ibg-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.ibg-about__button {
	display: inline-flex;
	min-height: 52px;
	padding: 14px 22px;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ibg-about__button:hover {
	transform: translateY(-2px);
}

.ibg-about__button:focus-visible {
	outline: 3px solid var(--ibg-azure);
	outline-offset: 3px;
}

.ibg-about__button--gold {
	background: var(--ibg-gold);
	color: var(--ibg-navy);
}

.ibg-about__button--gold:hover {
	background: var(--ibg-light-gold);
	color: var(--ibg-navy);
}

.ibg-about__button--outline {
	border-color: rgb(255 255 255 / 45%);
	color: var(--ibg-white);
}

.ibg-about__button--outline:hover {
	border-color: var(--ibg-white);
	background: rgb(255 255 255 / 8%);
	color: var(--ibg-white);
}

.ibg-about__promise {
	position: relative;
	z-index: 1;
	padding: 34px;
	border: 1px solid rgb(255 255 255 / 32%);
	border-radius: 18px;
	background: rgb(6 43 82 / 42%);
	backdrop-filter: blur(10px);
}

.ibg-about__promise-label {
	margin-bottom: 18px;
	color: var(--ibg-light-gold);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.ibg-about__promise p:last-child {
	margin-bottom: 0;
	color: var(--ibg-white);
	font-size: 18px;
	line-height: 1.55;
}

.ibg-about__route {
	position: absolute;
	z-index: 0;
	inset: 0 0 auto auto;
	width: min(42vw, 620px);
	height: 100%;
	pointer-events: none;
}

.ibg-about__route::before,
.ibg-about__route::after {
	position: absolute;
	height: 2px;
	transform-origin: left center;
	content: "";
}

.ibg-about__route::before {
	top: 18%;
	left: 8%;
	width: 66%;
	transform: rotate(35deg);
	background: rgb(240 209 138 / 68%);
}

.ibg-about__route::after {
	right: 7%;
	bottom: 22%;
	width: 54%;
	transform: rotate(-28deg);
	background: rgb(21 152 209 / 82%);
}

.ibg-about__route span {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--ibg-gold);
}

.ibg-about__route span:nth-child(1) {
	top: 17%;
	left: 7%;
}

.ibg-about__route span:nth-child(2) {
	top: 47%;
	right: 20%;
	background: var(--ibg-white);
}

.ibg-about__route span:nth-child(3) {
	right: 6%;
	bottom: 21%;
	background: var(--ibg-azure);
}

.ibg-about__facts {
	background: var(--ibg-ocean);
	color: var(--ibg-white);
}

.ibg-about__facts-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ibg-about__facts-grid > div {
	min-height: 132px;
	padding: 30px 28px;
	border-inline-end: 1px solid rgb(255 255 255 / 18%);
}

.ibg-about__facts-grid > div:last-child {
	border-inline-end: 0;
}

.ibg-about__facts strong,
.ibg-about__facts span {
	display: block;
}

.ibg-about__facts strong {
	margin-bottom: 7px;
	color: var(--ibg-light-gold);
	font-size: 20px;
	font-weight: 600;
}

.ibg-about__facts span {
	color: var(--ibg-mist);
	font-size: 14px;
	line-height: 1.5;
}

.ibg-about__section {
	padding: clamp(82px, 9vw, 132px) 0;
}

.ibg-about__section--mist {
	background: var(--ibg-mist);
}

.ibg-about__heading {
	max-width: 820px;
	margin-bottom: 52px;
}

.ibg-about__heading h2,
.ibg-about__presence h2,
.ibg-about__cta h2 {
	margin-bottom: 22px;
	color: var(--ibg-navy);
	font-size: clamp(38px, 4.2vw, 58px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.ibg-about__heading > p:last-child,
.ibg-about__presence-copy > p:last-child {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--ibg-ocean);
	font-size: 18px;
	line-height: 1.65;
}

.ibg-about__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ibg-about__card {
	min-height: 310px;
	padding: 28px;
	border: 1px solid var(--ibg-mist);
	border-radius: 16px;
	background: var(--ibg-white);
	box-shadow: 0 16px 34px rgb(6 43 82 / 6%);
}

.ibg-about__card-number {
	display: block;
	margin-bottom: 58px;
	color: var(--ibg-gold);
	font-size: 13px;
	font-weight: 600;
}

.ibg-about__card h3,
.ibg-about__locations h3,
.ibg-about__steps h3 {
	margin-bottom: 14px;
	color: var(--ibg-navy);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

.ibg-about__card p,
.ibg-about__locations p,
.ibg-about__steps p {
	margin-bottom: 0;
	color: var(--ibg-ocean);
	font-size: 16px;
	line-height: 1.6;
}

.ibg-about__presence {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(460px, 0.9fr);
	gap: clamp(52px, 8vw, 118px);
	align-items: start;
}

.ibg-about__locations {
	display: grid;
	gap: 14px;
}

.ibg-about__locations > div {
	position: relative;
	padding: 26px 30px 28px 54px;
	border-radius: 14px;
	background: var(--ibg-white);
}

.ibg-about__locations > div::before {
	position: absolute;
	top: 33px;
	left: 27px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--ibg-gold);
	content: "";
}

.ibg-about__locations span {
	display: block;
	margin-bottom: 7px;
	color: var(--ibg-azure);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.ibg-about__locations h3 {
	margin-bottom: 5px;
}

.ibg-about__steps {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ibg-about__steps li {
	display: grid;
	min-height: 235px;
	padding: 30px;
	border-top: 1px solid var(--ibg-ocean);
	border-inline-end: 1px solid var(--ibg-mist);
	gap: 38px;
	grid-template-columns: auto 1fr;
}

.ibg-about__steps li:last-child {
	border-inline-end: 0;
}

.ibg-about__steps li > span {
	color: var(--ibg-gold);
	font-size: 13px;
	font-weight: 600;
}

.ibg-about__cta {
	padding: clamp(70px, 8vw, 112px) 0;
	background: var(--ibg-navy);
	color: var(--ibg-white);
}

.ibg-about__cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 52px;
	align-items: center;
}

.ibg-about__cta h2 {
	margin-bottom: 16px;
	color: var(--ibg-white);
}

.ibg-about__cta p:last-child {
	max-width: 720px;
	margin-bottom: 0;
	color: var(--ibg-mist);
	font-size: 18px;
	line-height: 1.6;
}

@media (max-width: 1023px) {
	.ibg-about__hero-grid,
	.ibg-about__presence {
		grid-template-columns: 1fr;
	}

	.ibg-about__hero::after {
		width: 34%;
		opacity: 0.55;
	}

	.ibg-about__promise {
		max-width: 640px;
	}

	.ibg-about__facts-grid,
	.ibg-about__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ibg-about__facts-grid > div:nth-child(2) {
		border-inline-end: 0;
	}

	.ibg-about__facts-grid > div:nth-child(-n + 2) {
		border-bottom: 1px solid rgb(255 255 255 / 18%);
	}

	.ibg-about__steps {
		grid-template-columns: 1fr;
	}

	.ibg-about__steps li {
		min-height: auto;
		border-inline-end: 0;
	}
}

@media (max-width: 767px) {
	.ibg-about__container {
		width: min(100% - 32px, 1248px);
	}

	.ibg-about__hero {
		padding: 72px 0 76px;
	}

	.ibg-about__hero::after {
		width: 24%;
		opacity: 0.42;
	}

	.ibg-about__hero h1 {
		font-size: 44px;
		line-height: 1.06;
	}

	.ibg-about__lead {
		font-size: 18px;
	}

	.ibg-about__actions {
		flex-direction: column;
	}

	.ibg-about__button {
		width: 100%;
	}

	.ibg-about__promise {
		padding: 26px;
	}

	.ibg-about__facts-grid,
	.ibg-about__cards {
		grid-template-columns: 1fr;
	}

	.ibg-about__facts-grid > div {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid rgb(255 255 255 / 18%);
	}

	.ibg-about__facts-grid > div:last-child {
		border-bottom: 0;
	}

	.ibg-about__card {
		min-height: auto;
	}

	.ibg-about__card-number {
		margin-bottom: 38px;
	}

	.ibg-about__presence {
		gap: 42px;
	}

	.ibg-about__locations > div {
		padding-left: 50px;
	}

	.ibg-about__steps li {
		padding: 26px 0;
		gap: 24px;
	}

	.ibg-about__cta-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ibg-about__button {
		transition: none;
	}
}

