.ag-site {
	--ag-orange: #ed5521;
	--ag-ink: #171717;
	--ag-muted: #5c5c5c;
	--ag-line: #ece7e3;
	--ag-soft: #f7f4f1;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	color: var(--ag-ink);
	font-family: inherit;
}

.ag-site *,
.ag-site *::before,
.ag-site *::after {
	box-sizing: border-box;
}

.ag-inner .comments-area,
.ag-inner .comment-respond,
.ag-inner .banner-area.grid-two,
.ag-inner .breadcrumb,
.ag-inner .footer-blog {
	display: none !important;
}

.ag-inner .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: none;
}

.ag-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.ag-hero {
	position: relative;
	isolation: isolate;
	min-height: clamp(420px, 58vh, 620px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #171717 var(--ag-hero) center/cover no-repeat;
}

.ag-hero__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(12, 12, 12, .78), rgba(12, 12, 12, .28) 68%),
		linear-gradient(0deg, rgba(12, 12, 12, .55), transparent 50%);
}

.ag-hero__inner {
	padding-block: clamp(80px, 10vw, 130px);
	color: #fff;
}

.ag-kicker,
.ag-heading > span,
.ag-cta span,
.ag-contact-card > span,
.ag-contact-grid article > span,
.ag-card__body > span,
.ag-feature span {
	display: inline-block;
	color: var(--ag-orange);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ag-hero h1,
.ag-heading h2,
.ag-cta h2,
.ag-feature h3 {
	margin: 10px 0 16px;
	font-weight: 800;
	letter-spacing: -.04em;
	text-transform: none;
	line-height: 1.05;
}

.ag-hero h1 {
	max-width: 820px;
	color: #fff;
	font-size: clamp(42px, 7vw, 78px);
}

.ag-hero h1 em,
.ag-heading h2 em {
	font-style: normal;
	color: var(--ag-orange);
}

.ag-hero p {
	max-width: 640px;
	margin: 0;
	color: rgba(255, 255, 255, .86);
	font-size: clamp(16px, 2vw, 19px);
	line-height: 1.7;
}

.ag-stats {
	margin-top: -36px;
	position: relative;
	z-index: 2;
}

.ag-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid var(--ag-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(23, 23, 23, .08);
}

.ag-stats__grid > div {
	padding: 22px 20px;
	border-right: 1px solid var(--ag-line);
}

.ag-stats__grid > div:last-child {
	border-right: 0;
}

.ag-stats strong,
.ag-stats span {
	display: block;
}

.ag-stats strong {
	color: var(--ag-orange);
	font-size: 28px;
	line-height: 1;
	margin-bottom: 6px;
}

.ag-stats span {
	color: var(--ag-muted);
	font-size: 13px;
	font-weight: 700;
}

.ag-section {
	padding-block: clamp(70px, 8vw, 110px);
}

.ag-section--soft {
	background: var(--ag-soft);
}

.ag-section--dark {
	color: #fff;
	background: #171717;
}

.ag-heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.ag-heading h2 {
	font-size: clamp(32px, 4.5vw, 52px);
	color: var(--ag-ink);
}

.ag-heading p,
.ag-story p {
	color: var(--ag-muted);
	font-size: 16px;
	line-height: 1.75;
}

.ag-heading--light h2,
.ag-section--dark h3 {
	color: #fff;
}

.ag-heading--light p {
	color: rgba(255, 255, 255, .68);
}

.ag-split {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
	gap: clamp(32px, 6vw, 80px);
	align-items: start;
}

.ag-lead {
	margin: 0 0 16px;
	font-size: clamp(18px, 2.2vw, 23px);
	font-weight: 700;
	line-height: 1.5;
}

.ag-checks {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.ag-checks li {
	position: relative;
	padding: 12px 14px 12px 44px;
	border: 1px solid var(--ag-line);
	border-radius: 12px;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
}

.ag-checks li::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 13px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--ag-orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M6.2 11.2 2.9 7.9l1.1-1.1 2.2 2.2 5.8-5.8 1.1 1.1z'/%3E%3C/svg%3E") center/12px no-repeat;
}

.ag-panel {
	position: relative;
}

.ag-panel img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 18px;
}

.ag-panel__box,
.ag-contact-card {
	margin-top: -48px;
	margin-left: 28px;
	padding: 24px;
	background: var(--ag-orange);
	color: #fff;
	border-radius: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.ag-contact-card {
	margin: 0;
	box-shadow: 0 20px 40px rgba(237, 85, 33, .22);
}

.ag-contact-card h3 {
	margin: 10px 0 12px;
	color: #fff;
	font-size: 28px;
}

.ag-contact-card a {
	display: block;
	margin-top: 16px;
	padding: 12px 14px;
	background: #fff;
	color: var(--ag-ink);
	text-align: center;
	font-weight: 800;
	text-decoration: none;
	border-radius: 10px;
}

.ag-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ag-card {
	overflow: hidden;
	border: 1px solid var(--ag-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(23, 23, 23, .05);
	transition: transform .25s ease, box-shadow .25s ease;
}

.ag-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(23, 23, 23, .1);
}

.ag-card__media,
.ag-feature img {
	display: block;
	height: 220px;
	overflow: hidden;
}

.ag-card__media img,
.ag-feature img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ag-card__body,
.ag-feature > div {
	padding: 22px;
}

.ag-card h3,
.ag-values h3 {
	margin: 8px 0 10px;
	font-size: 24px;
}

.ag-card h3 a {
	color: var(--ag-ink);
	text-decoration: none;
}

.ag-card p,
.ag-values p,
.ag-process p {
	margin: 0 0 14px;
	color: var(--ag-muted);
	font-size: 14px;
	line-height: 1.7;
}

.ag-text-link,
.ag-btn {
	display: inline-flex;
	align-items: center;
	font-weight: 800;
	text-decoration: none !important;
}

.ag-text-link {
	color: var(--ag-orange) !important;
}

.ag-btn {
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 999px;
	justify-content: center;
}

.ag-btn--orange {
	background: var(--ag-orange);
	color: #fff !important;
}

.ag-btn--dark {
	background: #171717;
	color: #fff !important;
}

.ag-btn--ghost {
	border: 1px solid rgba(255, 255, 255, .35);
	color: #fff !important;
}

.ag-process,
.ag-values,
.ag-contact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.ag-values {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ag-process article,
.ag-values article,
.ag-contact-grid article {
	padding: 22px;
	border: 1px solid var(--ag-line);
	border-radius: 16px;
	background: #fff;
}

.ag-process article {
	border-color: rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .04);
}

.ag-process article > span {
	color: var(--ag-orange);
	font-size: 12px;
	font-weight: 800;
}

.ag-feature {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	border: 1px solid var(--ag-line);
}

.ag-feature img {
	height: 100%;
	min-height: 320px;
}

.ag-cta {
	padding-block: clamp(56px, 7vw, 84px);
	background: var(--ag-orange);
	color: #fff;
}

.ag-cta__inner {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	align-items: center;
}

.ag-cta span {
	color: rgba(255, 255, 255, .8);
}

.ag-cta h2 {
	max-width: 640px;
	color: #fff;
	font-size: clamp(32px, 5vw, 52px);
}

.ag-cta p {
	margin: 0;
	color: rgba(255, 255, 255, .86);
}

.ag-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex: 0 0 auto;
}

.ag-contact-grid {
	margin-bottom: 42px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ag-contact-grid h3 {
	margin: 10px 0 8px;
	font-size: 18px;
}

.ag-contact-grid h3 a {
	color: var(--ag-ink);
	text-decoration: none;
}

.ag-contact-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.ag-contact-layout > div {
	padding: 28px;
	border: 1px solid var(--ag-line);
	border-radius: 18px;
	background: var(--ag-soft);
}

.ag-map {
	padding: 0 !important;
	overflow: hidden;
}

.ag-map iframe {
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
}

.ag-contact-layout input,
.ag-contact-layout textarea {
	width: 100%;
	border: 1px solid var(--ag-line);
	border-radius: 10px;
	background: #fff;
}

.ag-contact-layout input[type="submit"] {
	border: 0;
	background: var(--ag-orange);
	color: #fff;
	font-weight: 800;
}

body.ag-inner #post-24 .blog-thumb,
body.blog .banner-area.grid-two {
	border-radius: 0;
}

@media (max-width: 980px) {
	.ag-stats__grid,
	.ag-process,
	.ag-values,
	.ag-cards,
	.ag-split,
	.ag-feature,
	.ag-contact-layout,
	.ag-contact-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ag-cta__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.ag-panel img {
		height: 280px;
	}
}

@media (max-width: 640px) {
	.ag-shell {
		width: min(100% - 24px, 1180px);
	}

	.ag-stats {
		margin-top: -18px;
	}

	.ag-stats__grid,
	.ag-process,
	.ag-values,
	.ag-cards,
	.ag-split,
	.ag-feature,
	.ag-contact-layout,
	.ag-contact-grid {
		grid-template-columns: 1fr;
	}

	.ag-stats__grid > div {
		border-right: 0;
		border-bottom: 1px solid var(--ag-line);
	}

	.ag-hero h1 {
		font-size: clamp(36px, 12vw, 48px);
	}

	.ag-btn {
		width: 100%;
	}

	.ag-map iframe {
		min-height: 340px;
	}
}
