.ai-location-section {
	background: #f7fafc;
}

.hero-split {
	max-height: none;
	min-height: 620px;
	overflow: visible;
	align-items: stretch;
}

.hero-split__image {
	min-height: 620px;
	display: flex;
}

.hero-split__image img {
	min-height: 620px;
}

.hero-split__content {
	padding: 54px 56px;
	min-height: 620px;
}

.hero-split__inner {
	max-width: 620px;
}

.hero-split__inner h1 {
	font-size: 40px;
	line-height: 1.22;
	margin-bottom: 16px;
}

.hero-split__inner p {
	font-size: 17px;
	line-height: 1.62;
	margin-bottom: 22px;
	max-width: 100%;
}

.ai-hero-intro {
	font-size: 17px;
	line-height: 1.62;
	margin-bottom: 22px;
}

.ai-hero-intro p:last-child {
	margin-bottom: 0;
}

.ai-hero-intro a {
	color: #1aa7ff;
	font-weight: 700;
	text-decoration: none;
}

.ai-hero-intro a:hover {
	color: #45b8ff;
	text-decoration: underline;
}

.hero-split__inner .customyellowbtn {
	width: auto;
	min-width: 190px;
	height: 50px;
	padding: 0 28px;
	font-size: 18px;
}

.ai-location-section .container {
	max-width: 1140px;
}

.ai-location-intro {
	max-width: 920px;
	margin: 0 auto 28px;
	color: #2b2b2b;
	font-size: 18px;
	line-height: 1.75;
}

.ai-location-intro p:last-child {
	margin-bottom: 0;
}

.ai-location-content {
	max-width: 980px;
	margin: 0 auto;
	color: #2b2b2b;
	font-size: 17px;
	line-height: 1.75;
}

.ai-location-content > *:first-child {
	margin-top: 0;
}

.ai-location-content h2,
.ai-location-content h3,
.ai-location-content h4 {
	color: #1aa7ff;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.ai-location-content h2 {
	position: relative;
	margin: 46px 0 18px;
	padding-bottom: 12px;
	font-size: 30px;
}

.ai-location-content h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 76px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #45b8ff, #1aa7ff);
}

.ai-location-content h3 {
	margin: 32px 0 12px;
	font-size: 23px;
}

.ai-location-content h4 {
	margin: 26px 0 10px;
	font-size: 19px;
}

.ai-location-content p {
	margin: 0 0 18px;
}

.ai-location-content strong {
	color: #1aa7ff;
	font-weight: 700;
}

.ai-location-content a {
	color: #1aa7ff;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #45b8ff;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.ai-location-content a:hover {
	color: #1aa7ff;
}

.ai-location-content ul,
.ai-location-content ol {
	margin: 20px 0 28px;
	padding-left: 0;
}

.ai-location-content ul {
	list-style: none;
}

.ai-location-content li {
	position: relative;
	margin-bottom: 13px;
	padding-left: 34px;
}

.ai-location-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: linear-gradient(180deg, #45b8ff 0%, #1aa7ff 100%);
	box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px rgba(26, 167, 255, .35);
}

.ai-location-content ol {
	counter-reset: ai-list;
	list-style: none;
}

.ai-location-content ol li {
	counter-increment: ai-list;
}

.ai-location-content ol li::before {
	content: counter(ai-list);
	position: absolute;
	left: 0;
	top: 1px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: linear-gradient(180deg, #ffeb38 0%, #ffc738 100%);
	color: #111;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

.ai-location-content blockquote {
	margin: 28px 0;
	padding: 22px 26px;
	border-left: 5px solid #1aa7ff;
	background: #fff;
	box-shadow: 0 14px 36px rgba(26, 167, 255, .12);
	color: #111;
	font-weight: 600;
}

.ai-location-content table {
	width: 100%;
	margin: 28px 0;
	border-collapse: collapse;
	background: #fff;
	box-shadow: 0 14px 36px rgba(26, 167, 255, .12);
	overflow: hidden;
}

.ai-location-content th,
.ai-location-content td {
	padding: 14px 16px;
	border: 1px solid #e1edf4;
	vertical-align: top;
}

.ai-location-content th {
	background: linear-gradient(180deg, #45b8ff 0%, #1aa7ff 100%);
	color: #fff;
	font-weight: 700;
}

.ai-location-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.ai-location-section .custombluebtn,
.ai-bottom-cta .custombluebtn,
.ai-inline-cta .custombluebtn,
.ai-compact-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 190px;
	max-width: 100%;
	height: 48px;
	padding: 0 28px;
	font-size: 18px;
	color: #fff !important;
	white-space: nowrap;
}

.ai-location-section .custombluebtn:hover,
.ai-bottom-cta .custombluebtn:hover,
.ai-inline-cta .custombluebtn:hover,
.ai-compact-cta:hover {
	color: #1aa7ff !important;
}

.ai-location-content .btn,
.ai-location-content .custombluebtn {
	text-decoration: none;
}

.ai-inline-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin: 34px 0;
	padding: 22px 24px;
	border: 1px solid rgba(26, 167, 255, .24);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(26, 167, 255, .12);
}

.ai-inline-cta strong,
.ai-inline-cta span {
	display: block;
}

.ai-inline-cta strong {
	margin-bottom: 4px;
	color: #1aa7ff;
	font-size: 20px;
	line-height: 1.3;
}

.ai-inline-cta span {
	color: #2b2b2b;
	font-size: 15px;
	line-height: 1.5;
}

.ai-bottom-cta {
	max-width: 900px;
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
}

@media (max-width: 767px) {
	.hero-split {
		min-height: auto;
	}

	.hero-split__image {
		min-height: auto;
	}

	.hero-split__image img {
		min-height: auto;
	}

	.hero-split__content {
		padding: 28px 20px;
		min-height: auto;
	}

	.hero-split__inner h1 {
		font-size: 28px;
	}

	.hero-split__inner p {
		font-size: 15px;
	}

	.ai-hero-intro {
		font-size: 15px;
	}

	.hero-split__inner .customyellowbtn {
		min-width: 170px;
		height: 44px;
		font-size: 16px;
	}

	.ai-location-intro,
	.ai-location-content {
		font-size: 16px;
		line-height: 1.68;
	}

	.ai-location-content h2 {
		font-size: 25px;
	}

	.ai-location-content h3 {
		font-size: 21px;
	}

	.ai-location-content table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.ai-location-section .custombluebtn,
	.ai-bottom-cta .custombluebtn,
	.ai-inline-cta .custombluebtn,
	.ai-compact-cta {
		width: auto !important;
		min-width: 170px;
		height: 44px;
		font-size: 16px;
		padding: 0 22px;
	}

	.ai-inline-cta {
		display: block;
		text-align: center;
		padding: 22px 18px;
	}

	.ai-inline-cta .custombluebtn {
		margin-top: 16px;
	}
}
