/* Sabz Gostar Selva homepage
   Scoped to .home-page so the existing About, Products and Contact pages remain unchanged. */

.home-page {
	background: #ffffff;
	color: #4f4b4c;
}


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

.home-page a:focus,
.home-page button:focus {
	outline: 2px solid #d2b25d;
	outline-offset: 3px;
}

.home-page em {
	font-style: normal;
	color: #af8d38;
}

.home-page main h1,
.home-page main h2,
.home-page main h3,
.home-page footer h4 {
	text-transform: none;
}

.home-page .section-space {
	padding: 105px 0;
}

.home-page .section-kicker {
	display: block;
	margin-bottom: 13px;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #af8d38;
}

.home-page .section-copy h2,
.home-page .section-heading h2,
.home-page .start-copy h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 43px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -.4px;
	color: #241f20;
}

.home-page .section-lead {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 29px;
	color: #3f393a;
}

.home-page .section-copy > p:not(.section-lead) {
	font-size: 14px;
	line-height: 26px;
	color: #716b6c;
}

.home-page .section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 52px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ded9d5;
}

.home-page .section-heading > div {
	max-width: 670px;
}

.home-page .section-heading > p {
	max-width: 365px;
	padding: 0 0 4px 32px;
	font-size: 13px;
	line-height: 23px;
	color: #777172;
}

.home-page .heading-light h2 {
	color: #ffffff;
}

.home-page .heading-light > p {
	color: rgba(255,255,255,.65);
}

.home-page .heading-light {
	border-bottom-color: rgba(255,255,255,.15);
}

.home-page .home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .55px;
	text-transform: uppercase;
	transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.home-page .home-button:hover {
	transform: translateY(-2px);
}

.home-page .home-button i {
	margin-left: 11px;
}

.home-page .home-button-gold {
	background: #af8d38;
	color: #ffffff;
}

.home-page .home-button-gold:hover {
	background: #ffffff;
	color: #480b1d;
}

.home-page .home-button-outline {
	margin-left: 10px;
	border: 1px solid rgba(255,255,255,.5);
	color: #ffffff;
}

.home-page .home-button-outline:hover {
	border-color: #ffffff;
	background: #ffffff;
	color: #480b1d;
}

.home-page .home-button-dark {
	background: #480b1d;
	color: #ffffff;
}

.home-page .home-button-dark:hover {
	background: #af8d38;
	color: #ffffff;
}

.home-page .home-text-link {
	display: inline-block;
	margin-top: 28px;
	padding-bottom: 5px;
	border-bottom: 1px solid #af8d38;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .45px;
	text-transform: uppercase;
	color: #480b1d;
}

.home-page .home-text-link i {
	margin-left: 9px;
}

/* Header */
.home-page .home-utility {
	height: 39px;
	background: #2b0611;
	color: rgba(255,255,255,.7);
}

.home-page .home-utility-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 39px;
}

.home-page .home-utility p,
.home-page .home-utility-inner > div {
	display: flex;
	align-items: center;
	margin: 0;
}

.home-page .home-utility p span {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.home-page .home-utility p i {
	width: 3px;
	height: 3px;
	margin: 0 9px;
	border-radius: 50%;
	background: #af8d38;
}

.home-page .home-utility-inner > div a {
	margin-left: 23px;
	font-size: 10px;
	color: rgba(255,255,255,.74);
}

.home-page .home-utility-inner > div a:hover {
	color: #d2b25d;
}

.home-page .home-utility-inner > div a i {
	margin-right: 6px;
	color: #d2b25d;
}

.home-page .language-current,
.home-page .language-next {
	margin-left: 19px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .8px;
}

.home-page .language-current {
	padding: 4px 7px;
	background: #af8d38;
	color: #ffffff;
}

.home-page .language-next {
	margin-left: 7px;
	color: rgba(255,255,255,.38);
}

.home-page .theme-main-menu .main-container {
	display: flex;
	align-items: center;
	min-height: 112px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: rgba(72,11,29,.95);
	box-shadow: 0 12px 35px rgba(32,4,12,.16);
}

.home-page .theme-main-menu .logo img {
	max-width: 155px;
	height: auto;
}

.home-page .theme-main-menu .menu-wrapper {
	margin-left: auto;
	margin-right: 18px;
}

.home-page .theme-main-menu .menu-wrapper .navbar-nav > li > a {
	font-size: 13px;
	letter-spacing: .45px;
}

.home-page .header-whatsapp {
	order: 3;
	display: inline-flex;
	align-items: center;
	height: 46px;
	padding: 0 18px;
	background: #af8d38;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #ffffff;
}

.home-page .header-whatsapp i {
	margin-right: 8px;
	font-size: 17px;
}

.home-page .header-whatsapp:hover {
	background: #ffffff;
	color: #480b1d;
}

.home-page .theme-main-menu.fixed .main-container {
	min-height: 80px;
	padding-top: 17px;
	padding-bottom: 17px;
}

/* Hero */
.home-page .home-hero {
	position: relative;
	min-height: 790px;
	background-color: #480b1d;
	background-image: url('../images/home/rail-freight-hero-poster.jpg?v=20260830-3');
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.home-page .home-hero-video {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	transition: opacity .45s ease;
}

.home-page .home-hero-video.is-ready {
	opacity: 1;
}

.home-page .home-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(27,3,10,.94) 0%, rgba(50,7,19,.83) 43%, rgba(34,5,13,.48) 70%, rgba(23,3,9,.32) 100%);
	pointer-events: none;
}

.home-page .home-hero-lines {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 58%;
	height: 100%;
	background: linear-gradient(112deg, transparent 0 59%, rgba(175,141,56,.18) 59.15% 59.4%, transparent 59.55%), linear-gradient(112deg, transparent 0 72%, rgba(255,255,255,.07) 72.1% 72.25%, transparent 72.4%);
	pointer-events: none;
}

.home-page .home-hero-container {
	position: relative;
	z-index: 3;
}

@media (prefers-reduced-motion: reduce) {
	.home-page .home-hero-video {
		display: none;
	}
}

.home-page .home-hero-row {
	display: flex;
	align-items: center;
	min-height: 790px;
	padding-top: 104px;
}

.home-page .home-hero-copy {
	max-width: 830px;
	padding-top: 40px;
}

.home-page .home-eyebrow {
	display: inline-block;
	margin-bottom: 24px;
	padding: 8px 12px;
	border-left: 3px solid #af8d38;
	background: rgba(255,255,255,.07);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #e1c776;
}

.home-page .home-hero h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 63px;
	font-weight: 700;
	line-height: 68px;
	letter-spacing: -1.2px;
	text-transform: none;
	color: #ffffff;
}

.home-page .home-hero h1 em {
	color: #d2b25d;
}

.home-page .home-hero-copy > p {
	max-width: 710px;
	margin: 25px 0 30px;
	font-size: 16px;
	line-height: 28px;
	color: rgba(255,255,255,.76);
}

.home-page .home-hero-trust {
	display: flex;
	flex-wrap: wrap;
	margin-top: 33px;
}

.home-page .home-hero-trust span {
	margin: 0 23px 8px 0;
	font-size: 11px;
	color: rgba(255,255,255,.73);
}

.home-page .home-hero-trust i {
	margin-right: 7px;
	color: #d2b25d;
}

.home-page .home-hero-brief {
	margin: 106px 0 0 24px;
	padding: 31px 29px 28px;
	border-top: 3px solid #af8d38;
	background: rgba(38,5,14,.86);
	box-shadow: 0 20px 45px rgba(17,2,7,.28);
	backdrop-filter: blur(6px);
}

.home-page .home-hero-brief .brief-label {
	display: block;
	margin-bottom: 22px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #d2b25d;
}

.home-page .home-hero-brief > strong {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	color: #ffffff;
}

.home-page .brief-route {
	display: flex;
	align-items: center;
	margin: 17px 0;
}

.home-page .brief-route span {
	flex: 1;
	height: 1px;
	background: rgba(210,178,93,.5);
}

.home-page .brief-route i {
	margin: 0 11px;
	font-size: 19px;
	color: #d2b25d;
}

.home-page .home-hero-brief p {
	margin: 18px 0 20px;
	font-size: 11px;
	line-height: 20px;
	color: rgba(255,255,255,.6);
}

.home-page .home-hero-brief a {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .7px;
	text-transform: uppercase;
	color: #ffffff;
}

.home-page .home-hero-brief a i {
	margin-left: 7px;
	color: #d2b25d;
}

.home-page .hero-scroll {
	position: absolute;
	left: calc(50% - 570px);
	bottom: 24px;
	z-index: 2;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: rgba(255,255,255,.48);
}

.home-page .hero-scroll span {
	display: inline-block;
	width: 38px;
	height: 1px;
	margin-right: 10px;
	vertical-align: middle;
	background: #af8d38;
}

/* Proof strip */
.home-page .proof-strip {
	position: relative;
	z-index: 4;
	background: #ffffff;
	box-shadow: 0 12px 38px rgba(33,19,23,.08);
}

.home-page .proof-grid {
	display: grid;
	grid-template-columns: 1.15fr repeat(3,1fr);
}

.home-page .proof-grid > div {
	min-height: 145px;
	padding: 31px 28px;
	border-right: 1px solid #eee9e5;
}

.home-page .proof-grid > div:last-child {
	border-right: 0;
}

.home-page .proof-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #480b1d;
}

.home-page .proof-intro span {
	margin-bottom: 7px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #d2b25d;
}

.home-page .proof-intro strong {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19px;
	line-height: 25px;
	color: #ffffff;
}

.home-page .proof-item {
	display: flex;
	align-items: center;
}

.home-page .proof-item > strong {
	margin-right: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #480b1d;
}

.home-page .proof-item sup {
	font-size: 17px;
	color: #af8d38;
}

.home-page .proof-item span {
	font-size: 10px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
	color: #777172;
}

/* Company intro */
.home-page .home-intro {
	background: #f7f5f2;
}

.home-page .home-intro-row {
	display: flex;
	align-items: stretch;
}

.home-page .home-intro-copy {
	padding: 9px 70px 0 0;
}

.home-page .home-intro-copy h2 {
	margin-bottom: 26px;
}

.home-page .home-intro-copy .section-lead {
	margin-bottom: 18px;
}

.home-page .intro-capabilities {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1px;
	margin-top: 31px;
	background: #ded8d3;
	border: 1px solid #ded8d3;
}

.home-page .intro-capabilities > div {
	min-height: 145px;
	padding: 23px 17px 18px;
	background: #ffffff;
}

.home-page .intro-capabilities i {
	display: block;
	margin-bottom: 15px;
	font-size: 24px;
	color: #af8d38;
}

.home-page .intro-capabilities span,
.home-page .intro-capabilities strong {
	display: block;
}

.home-page .intro-capabilities strong {
	margin-bottom: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #2b2526;
}

.home-page .intro-capabilities span {
	font-size: 10px;
	line-height: 17px;
	color: #7b7475;
}

.home-page .identity-panel {
	height: 100%;
	min-height: 570px;
	padding: 39px 37px 34px;
	background: #ffffff;
	border-top: 4px solid #af8d38;
	box-shadow: 0 18px 44px rgba(34,21,25,.1);
}

.home-page .identity-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 21px;
	border-bottom: 1px solid #e6e1dd;
}

.home-page .identity-panel-head span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #480b1d;
}

.home-page .identity-panel-head i {
	font-size: 25px;
	color: #af8d38;
}

.home-page .identity-panel dl {
	margin: 12px 0 24px;
}

.home-page .identity-panel dl > div {
	display: flex;
	justify-content: space-between;
	padding: 17px 0;
	border-bottom: 1px solid #eeeae7;
}

.home-page .identity-panel dt {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #918a8b;
}

.home-page .identity-panel dd {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #2b2526;
}

.home-page .identity-badge {
	display: flex;
	align-items: center;
	padding: 20px;
	background: #480b1d;
}

.home-page .identity-badge i {
	flex: 0 0 37px;
	font-size: 25px;
	color: #d2b25d;
}

.home-page .identity-badge span,
.home-page .identity-badge strong {
	display: block;
}

.home-page .identity-badge strong {
	margin-bottom: 3px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
}

.home-page .identity-badge span {
	font-size: 9px;
	line-height: 15px;
	color: rgba(255,255,255,.62);
}

/* Exclusive agencies */
.home-page .agency-section {
	position: relative;
	background: #181719;
	overflow: hidden;
}

.home-page .agency-section:before {
	position: absolute;
	top: -180px;
	right: -150px;
	width: 500px;
	height: 500px;
	border: 1px solid rgba(175,141,56,.18);
	transform: rotate(35deg);
	content: '';
}

.home-page .agency-grid > div {
	display: flex;
}

.home-page .agency-card {
	width: 100%;
	background: #ffffff;
	box-shadow: 0 14px 35px rgba(21,2,8,.22);
	transition: transform .3s ease;
}

.home-page .agency-card:hover {
	transform: translateY(-7px);
}

.home-page .agency-card figure {
	position: relative;
	height: 265px;
	margin: 0;
	overflow: hidden;
	background: #eae7e3;
}

.home-page .agency-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.home-page .agency-card:hover figure img {
	transform: scale(1.04);
}

.home-page .agency-card figure figcaption {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px 7px;
	background: rgba(32,4,11,.74);
	font-size: 8px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: rgba(255,255,255,.7);
}

.home-page .agency-card-body {
	min-height: 270px;
	padding: 29px 28px 26px;
}

.home-page .agency-card-body > span {
	display: block;
	margin-bottom: 7px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #af8d38;
}

.home-page .agency-card-body h3 {
	font-size: 24px;
	color: #2b2526;
}

.home-page .agency-card-body p {
	min-height: 68px;
	margin: 14px 0 18px;
	font-size: 12px;
	line-height: 21px;
	color: #777172;
}

.home-page .agency-card-body a {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #480b1d;
}

.home-page .agency-card-body a i {
	margin-left: 7px;
	color: #af8d38;
}

.home-page .agency-note {
	display: flex;
	align-items: center;
	max-width: 900px;
	margin: 38px auto 0;
	padding: 21px 25px;
	border: 1px solid rgba(210,178,93,.3);
	background: rgba(255,255,255,.05);
}

.home-page .agency-note i {
	flex: 0 0 42px;
	font-size: 26px;
	color: #d2b25d;
}

.home-page .agency-note p {
	margin: 0;
	font-size: 11px;
	line-height: 19px;
	color: rgba(255,255,255,.65);
}

.home-page .agency-note strong {
	color: #ffffff;
}

/* Product portfolio */
.home-page .products-section {
	background: #f7f5f2;
}

.home-page .product-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-auto-rows: 320px;
	gap: 18px;
}

.home-page .product-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 27px;
	background-color: #3b2f32;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	color: #ffffff;
	transition: transform .3s ease, box-shadow .3s ease;
}

.home-page .product-card:before {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(27,3,10,.94) 0%, rgba(40,6,16,.48) 57%, rgba(25,3,10,.14) 100%);
	content: '';
	transition: background .3s ease;
}

.home-page .product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 17px 35px rgba(34,20,24,.17);
	color: #ffffff;
}

.home-page .product-card:hover:before {
	background: linear-gradient(to top, rgba(72,11,29,.97) 0%, rgba(72,11,29,.58) 62%, rgba(25,3,10,.16) 100%);
}

.home-page .product-card-wide {
	grid-column: span 2;
}

.home-page .product-card > div,
.home-page .product-card > i,
.home-page .product-status {
	position: relative;
	z-index: 1;
}

.home-page .product-card small {
	display: block;
	margin-bottom: 7px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: #d2b25d;
}

.home-page .product-card h3 {
	font-size: 25px;
	color: #ffffff;
}

.home-page .product-card p {
	max-width: 455px;
	margin-top: 9px;
	font-size: 11px;
	line-height: 18px;
	color: rgba(255,255,255,.65);
}

.home-page .product-status {
	position: absolute;
	top: 17px;
	left: 17px;
	padding: 6px 8px;
	background: rgba(35,5,13,.82);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .65px;
	text-transform: uppercase;
	color: #ffffff;
}

.home-page .product-status.proven {
	background: #af8d38;
}

.home-page .product-card-text {
	background: #480b1d;
}

.home-page .product-card-text:before {
	display: none;
}

.home-page .product-card-text > i {
	position: absolute;
	top: 43px;
	right: 32px;
	font-size: 63px;
	color: rgba(210,178,93,.2);
}

.home-page .products-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 32px;
	padding: 25px 0 0;
	border-top: 1px solid #ded8d4;
}

.home-page .products-footer p {
	max-width: 755px;
	margin: 0;
	font-size: 11px;
	line-height: 20px;
	color: #777172;
}

/* Process */
.home-page .process-section {
	background: #2d0712;
}

.home-page .process-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	margin: 0;
	border-top: 1px solid rgba(255,255,255,.13);
	border-left: 1px solid rgba(255,255,255,.13);
}

.home-page .process-grid li {
	position: relative;
	min-height: 235px;
	padding: 35px 31px 28px;
	border-right: 1px solid rgba(255,255,255,.13);
	border-bottom: 1px solid rgba(255,255,255,.13);
	transition: background .3s ease;
}

.home-page .process-grid li:hover {
	background: rgba(255,255,255,.055);
}

.home-page .process-grid li > span {
	position: absolute;
	top: 21px;
	right: 23px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: rgba(255,255,255,.08);
}

.home-page .process-grid li > i {
	display: block;
	margin-bottom: 23px;
	font-size: 30px;
	color: #d2b25d;
}

.home-page .process-grid h3 {
	font-size: 19px;
	color: #ffffff;
}

.home-page .process-grid p {
	margin-top: 11px;
	font-size: 11px;
	line-height: 20px;
	color: rgba(255,255,255,.54);
}

/* Corridor */
.home-page .corridor-section {
	background: #ffffff;
}

.home-page .corridor-row {
	display: flex;
	align-items: center;
}

.home-page .corridor-copy {
	padding-right: 45px;
}

.home-page .corridor-copy h2 {
	margin-bottom: 25px;
}

.home-page .corridor-copy .section-lead {
	margin-bottom: 18px;
}

.home-page .corridor-destinations {
	display: flex;
	flex-wrap: wrap;
	margin-top: 26px;
}

.home-page .corridor-destinations span {
	margin: 0 7px 7px 0;
	padding: 7px 10px;
	border: 1px solid #dfd9d5;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .65px;
	text-transform: uppercase;
	color: #480b1d;
}

.home-page .route-panel {
	padding: 42px 39px 34px;
	background: #181719;
	box-shadow: 0 20px 45px rgba(40,15,22,.18);
}

.home-page .route-panel-label {
	margin-bottom: 38px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #d2b25d;
}

.home-page .route-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 215px;
	padding: 5px 0 24px;
}

.home-page .route-line > i {
	font-size: 24px;
	color: rgba(210,178,93,.65);
}

.home-page .route-node {
	width: 28%;
	text-align: center;
}

.home-page .route-node > span {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto 18px;
	border: 1px solid rgba(210,178,93,.65);
	border-radius: 50%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 56px;
	color: #d2b25d;
}

.home-page .route-node-key > span {
	background: #af8d38;
	color: #ffffff;
}

.home-page .route-node strong,
.home-page .route-node small {
	display: block;
}

.home-page .route-node strong {
	font-size: 13px;
	color: #ffffff;
}

.home-page .route-node small {
	margin-top: 6px;
	font-size: 9px;
	line-height: 15px;
	color: rgba(255,255,255,.48);
}

.home-page .route-disclaimer {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 17px 18px;
	border: 1px solid rgba(210,178,93,.3);
	border-radius: 16px;
	background: rgba(255,255,255,.06);
}

.home-page .route-disclaimer i {
	flex: 0 0 auto;
	padding-top: 2px;
	color: #d2b25d;
}

.home-page .route-disclaimer p {
	margin: 0;
	font-size: 9px;
	line-height: 17px;
	color: rgba(255,255,255,.54);
}

/* Operations gallery */
.home-page .operations-section {
	background: #f7f5f2;
}

.home-page .operations-grid {
	display: grid;
	grid-template-columns: 1.45fr 1fr 1fr;
	grid-template-rows: repeat(2,265px);
	gap: 15px;
}

.home-page .operations-grid figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #2d0712;
}

.home-page .operations-grid .operation-main {
	grid-row: 1 / span 2;
}

.home-page .operations-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.home-page .operations-grid figure:hover img {
	transform: scale(1.035);
}

.home-page .operations-grid figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 42px 22px 20px;
	background: linear-gradient(to top, rgba(32,4,12,.95), transparent);
}

.home-page .operations-grid figcaption span,
.home-page .operations-grid figcaption strong,
.home-page .operations-grid figcaption small {
	display: block;
}

.home-page .operations-grid figcaption span {
	margin-bottom: 3px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #d2b25d;
}

.home-page .operations-grid figcaption strong {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	color: #ffffff;
}

.home-page .operations-grid figcaption small {
	margin-top: 3px;
	font-size: 8px;
	color: rgba(255,255,255,.5);
}

/* Regional network */
.home-page .network-section {
	background: #ffffff;
}

.home-page .network-row {
	display: flex;
	align-items: center;
}

.home-page .network-row .section-copy {
	padding-right: 52px;
}

.home-page .network-row .section-copy h2 {
	margin-bottom: 25px;
}

.home-page .market-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	border-top: 1px solid #ded9d5;
	border-left: 1px solid #ded9d5;
}

.home-page .market-card {
	display: flex;
	min-height: 188px;
	padding: 27px 24px;
	border-right: 1px solid #ded9d5;
	border-bottom: 1px solid #ded9d5;
	background: #faf9f7;
}

.home-page .market-card > span {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	margin-right: 17px;
	background: #480b1d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
}

.home-page .market-primary > span {
	background: #af8d38;
}

.home-page .market-card small,
.home-page .market-card strong {
	display: block;
}

.home-page .market-card small {
	margin-bottom: 4px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .7px;
	text-transform: uppercase;
	color: #af8d38;
}

.home-page .market-card strong {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #2b2526;
}

.home-page .market-card p {
	margin-top: 8px;
	font-size: 10px;
	line-height: 17px;
	color: #7a7475;
}

.home-page .language-band {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 48px;
	padding: 22px 25px;
	background: #480b1d;
}

.home-page .language-band span {
	margin-right: 24px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #d2b25d;
}

.home-page .language-band strong {
	font-size: 11px;
	color: #ffffff;
}

.home-page .language-band i {
	width: 3px;
	height: 3px;
	margin: 0 13px;
	border-radius: 50%;
	background: rgba(255,255,255,.34);
}

/* Start / CTA */
.home-page .start-section {
	position: relative;
	background: linear-gradient(rgba(37,4,13,.89),rgba(37,4,13,.94)), url('../images/home/slide-1.jpg') center/cover;
}

.home-page .start-card {
	display: grid;
	grid-template-columns: 1.2fr .85fr .9fr;
	gap: 45px;
	align-items: center;
}

.home-page .start-copy h2 {
	font-size: 39px;
	line-height: 46px;
	color: #ffffff;
}

.home-page .start-copy p {
	margin-top: 17px;
	font-size: 12px;
	line-height: 21px;
	color: rgba(255,255,255,.62);
}

.home-page .start-list {
	margin: 0;
}

.home-page .start-list li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.13);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #ffffff;
}

.home-page .start-list span {
	display: inline-block;
	width: 35px;
	color: #d2b25d;
}

.home-page .start-actions {
	text-align: center;
}

.home-page .start-actions .home-button {
	width: 100%;
}

.home-page .start-actions .home-button i {
	margin: 0 8px 0 0;
	font-size: 18px;
}

.home-page .start-actions > a:not(.home-button) {
	display: inline-block;
	margin-top: 15px;
	font-size: 11px;
	color: #ffffff;
}

.home-page .start-actions small {
	display: block;
	margin-top: 16px;
	font-size: 8px;
	line-height: 15px;
	color: rgba(255,255,255,.42);
}

/* Footer */
.home-page .home-footer {
	padding-top: 73px;
	background: #1e050c;
}

.home-page .footer-main-row {
	padding-bottom: 55px;
}

.home-page .footer-brand img {
	max-width: 165px;
	height: auto;
}

.home-page .footer-brand > p {
	max-width: 315px;
	margin: 21px 0 20px;
	font-size: 12px;
	line-height: 21px;
	color: rgba(255,255,255,.52);
}

.home-page .footer-legal span {
	display: block;
	margin-top: 5px;
	font-size: 9px;
	letter-spacing: .45px;
	text-transform: uppercase;
	color: rgba(255,255,255,.45);
}

.home-page .footer-column h4 {
	margin: 4px 0 22px;
	font-size: 15px;
	color: #ffffff;
}

.home-page .footer-column ul li {
	margin-bottom: 11px;
}

.home-page .footer-column ul li a {
	font-size: 11px;
	color: rgba(255,255,255,.54);
}

.home-page .footer-column ul li a:hover {
	color: #d2b25d;
}

.home-page .footer-contact > p {
	font-size: 11px;
	line-height: 20px;
	color: rgba(255,255,255,.51);
}

.home-page .footer-contact-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
	margin-top: 18px;
}

.home-page .footer-contact-grid a {
	display: flex;
	align-items: center;
	padding: 13px;
	background: rgba(255,255,255,.055);
	color: #ffffff;
}

.home-page .footer-contact-grid a:hover {
	background: rgba(175,141,56,.18);
}

.home-page .footer-contact-grid i {
	flex: 0 0 28px;
	font-size: 18px;
	color: #d2b25d;
}

.home-page .footer-contact-grid span,
.home-page .footer-contact-grid strong {
	display: block;
}

.home-page .footer-contact-grid span {
	font-size: 8px;
	color: rgba(255,255,255,.45);
}

.home-page .footer-contact-grid strong {
	margin-top: 3px;
	font-size: 10px;
	color: #ffffff;
}

.home-page .footer-verification {
	display: flex;
	align-items: center;
	margin-bottom: 54px;
	padding: 20px 22px;
	border: 1px solid rgba(210,178,93,.25);
}

.home-page .footer-verification > i {
	flex: 0 0 38px;
	font-size: 23px;
	color: #d2b25d;
}

.home-page .footer-verification p {
	flex: 1;
	margin: 0;
	font-size: 9px;
	line-height: 17px;
	color: rgba(255,255,255,.48);
}

.home-page .footer-verification strong {
	color: #ffffff;
}

.home-page .footer-verification a {
	margin-left: 25px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #d2b25d;
}

.home-page .home-footer .bottom-footer {
	padding: 18px 0;
	background: #150308;
}

.home-page .home-footer .bottom-footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-page .home-footer .bottom-footer p {
	font-size: 9px;
	color: rgba(255,255,255,.4);
}

.home-page .home-footer .bottom-footer div > span,
.home-page .home-footer .bottom-footer div > a {
	margin-left: 18px;
	font-size: 9px;
	color: rgba(255,255,255,.48);
}

.home-page .home-footer .bottom-footer div > a:hover {
	color: #d2b25d;
}

.home-page .floating-whatsapp {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 98;
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 18px;
	background: #1f9d55;
	border-radius: 24px;
	box-shadow: 0 10px 25px rgba(13,75,39,.3);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #ffffff;
}

.home-page .floating-whatsapp i {
	margin-right: 8px;
	font-size: 20px;
}

.home-page .floating-whatsapp:hover {
	background: #178747;
	color: #ffffff;
}

.home-page .scroll-top {
	right: 30px;
	bottom: 82px;
	background: #480b1d;
}

@media (max-width: 1199px) {
	.home-page .home-hero h1 {font-size: 54px;line-height: 60px;}
	.home-page .hero-scroll {left: calc(50% - 485px);}
	.home-page .proof-grid > div {padding-right: 18px;padding-left: 18px;}
	.home-page .proof-item > strong {font-size: 27px;margin-right: 12px;}
	.home-page .home-intro-copy {padding-right: 35px;}
	.home-page .agency-card-body {padding-right: 22px;padding-left: 22px;}
	.home-page .route-panel {padding-right: 28px;padding-left: 28px;}
	.home-page .header-whatsapp span {display:none;}
	.home-page .header-whatsapp {width:46px;padding:0;justify-content:center;}
	.home-page .header-whatsapp i {margin:0;}
}

@media (max-width: 991px) {
	.home-page .section-space {padding:82px 0;}
	.home-page .section-copy h2,.home-page .section-heading h2,.home-page .start-copy h2 {font-size:37px;line-height:44px;}
	.home-page .home-utility p {display:none;}
	.home-page .home-utility-inner {justify-content:flex-end;}
	.home-page .theme-main-menu .main-container {min-height:100px;}
	.home-page .theme-main-menu .menu-wrapper {margin-left:auto;}
	.home-page .home-hero,.home-page .home-hero-row {min-height:720px;}
	.home-page .home-hero-row {display:block;padding-top:210px;}
	.home-page .home-hero-copy {padding-top:0;}
	.home-page .home-hero h1 {font-size:50px;line-height:56px;}
	.home-page .hero-scroll {left:30px;}
	.home-page .proof-grid {grid-template-columns:repeat(2,1fr);}
	.home-page .proof-grid > div:nth-child(2) {border-right:0;}
	.home-page .proof-grid > div {min-height:125px;border-bottom:1px solid #eee9e5;}
	.home-page .home-intro-row,.home-page .corridor-row,.home-page .network-row {display:block;}
	.home-page .home-intro-copy,.home-page .corridor-copy,.home-page .network-row .section-copy {padding-right:0;padding-bottom:45px;}
	.home-page .identity-panel {min-height:0;}
	.home-page .agency-grid > div {margin-bottom:25px;}
	.home-page .agency-card-body {min-height:245px;}
	.home-page .product-grid {grid-template-columns:repeat(2,1fr);}
	.home-page .process-grid {grid-template-columns:repeat(2,1fr);}
	.home-page .operations-grid {grid-template-columns:1.2fr 1fr;grid-template-rows:repeat(3,240px);}
	.home-page .operations-grid .operation-main {grid-row:1 / span 2;}
	.home-page .market-grid {margin-top:0;}
	.home-page .start-card {grid-template-columns:1fr 1fr;}
	.home-page .start-actions {grid-column:1 / span 2;max-width:430px;margin:0 auto;width:100%;}
	.home-page .footer-contact {margin-top:35px;}
}

@media (max-width: 767px) {
	.home-page .section-space {padding:68px 0;}
	.home-page .section-heading {display:block;margin-bottom:38px;}
	.home-page .section-heading > p {max-width:none;margin-top:17px;padding-left:0;}
	.home-page .home-utility-inner > div a:first-child {display:none;}
	.home-page .home-utility-inner > div a {margin-left:12px;}
	.home-page .theme-main-menu .main-container {display:block;min-height:86px;padding:18px 20px;}
	.home-page .theme-main-menu .logo img {max-width:135px;}
	.home-page .theme-main-menu .menu-wrapper {margin:8px 0 0;}
	.home-page .theme-main-menu .navbar-toggle {margin:0;}
	.home-page .theme-main-menu .navbar-collapse {position:absolute;top:68px;right:0;left:0;margin:0;background:#480b1d;box-shadow:0 13px 24px rgba(20,2,7,.25);}
	.home-page .menu-wrapper .navbar-nav > li > a {line-height:46px;margin:0 20px;border-bottom:1px solid rgba(255,255,255,.1);}
	.home-page .header-whatsapp {position:absolute;top:20px;right:78px;}
	.home-page .home-hero,.home-page .home-hero-row {min-height:690px;}
	.home-page .home-hero {background-position:62% center;}
	.home-page .home-hero-row {padding:175px 0 75px;}
	.home-page .home-hero h1 {font-size:43px;line-height:48px;}
	.home-page .home-hero-copy > p {font-size:14px;line-height:25px;}
	.home-page .home-hero-actions {display:flex;flex-wrap:wrap;}
	.home-page .home-button-outline {margin-left:8px;}
	.home-page .hero-scroll {display:none;}
	.home-page .proof-grid {grid-template-columns:1fr 1fr;}
	.home-page .proof-grid > div {padding:24px 18px;}
	.home-page .proof-item {display:block;}
	.home-page .proof-item > strong {display:block;margin:0 0 9px;}
	.home-page .intro-capabilities {grid-template-columns:1fr;}
	.home-page .intro-capabilities > div {min-height:0;}
	.home-page .agency-grid > div {display:block;}
	.home-page .agency-card-body {min-height:0;}
	.home-page .product-grid {grid-auto-rows:300px;}
	.home-page .product-card-wide {grid-column:span 1;}
	.home-page .products-footer {display:block;}
	.home-page .products-footer .home-button {margin-top:21px;}
	.home-page .route-line {min-height:185px;}
	.home-page .operations-grid {grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,220px);}
	.home-page .operations-grid .operation-main {grid-column:1 / span 2;grid-row:auto;}
	.home-page .language-band {flex-wrap:wrap;justify-content:flex-start;}
	.home-page .language-band span {width:100%;margin:0 0 12px;}
	.home-page .start-card {grid-template-columns:1fr;gap:32px;}
	.home-page .start-actions {grid-column:auto;}
	.home-page .footer-column {margin-top:34px;}
	.home-page .footer-verification {display:block;}
	.home-page .footer-verification > i {display:block;margin-bottom:10px;}
	.home-page .footer-verification a {display:inline-block;margin:13px 0 0;}
}

@media (max-width: 520px) {
	.home-page .section-copy h2,.home-page .section-heading h2,.home-page .start-copy h2 {font-size:31px;line-height:38px;}
	.home-page .home-utility-inner > div a {font-size:9px;}
	.home-page .language-next {display:none;}
	.home-page .home-eyebrow {font-size:8px;line-height:15px;}
	.home-page .home-hero,.home-page .home-hero-row {min-height:720px;}
	.home-page .home-hero h1 {font-size:37px;line-height:43px;letter-spacing:-.5px;}
	.home-page .home-hero-actions {display:block;}
	.home-page .home-hero-actions .home-button {display:flex;width:100%;}
	.home-page .home-button-outline {margin:10px 0 0;}
	.home-page .home-hero-trust {display:block;margin-top:24px;}
	.home-page .home-hero-trust span {display:block;margin-right:0;}
	.home-page .proof-grid {grid-template-columns:1fr;}
	.home-page .proof-grid > div,.home-page .proof-grid > div:nth-child(2) {min-height:105px;border-right:0;}
	.home-page .proof-item {display:flex;}
	.home-page .proof-item > strong {margin:0 15px 0 0;}
	.home-page .identity-panel {padding:30px 23px;}
	.home-page .identity-panel dl > div {display:block;}
	.home-page .identity-panel dd {margin-top:5px;}
	.home-page .agency-card figure {height:235px;}
	.home-page .agency-note {display:block;}
	.home-page .agency-note i {display:block;margin-bottom:10px;}
	.home-page .product-grid {grid-template-columns:1fr;grid-auto-rows:310px;}
	.home-page .process-grid {grid-template-columns:1fr;}
	.home-page .process-grid li {min-height:205px;}
	.home-page .route-panel {padding:30px 21px 24px;}
	.home-page .route-line {position:relative;display:block;padding-left:4px;}
	.home-page .route-line:before {position:absolute;top:27px;bottom:43px;left:30px;width:1px;background:rgba(210,178,93,.4);content:'';}
	.home-page .route-line > i {display:none;}
	.home-page .route-node {position:relative;width:100%;min-height:92px;padding:8px 0 10px 76px;text-align:left;}
	.home-page .route-node > span {position:absolute;top:0;left:0;z-index:1;margin:0;background:#480b1d;text-align:center;}
	.home-page .route-node-key > span {background:#af8d38;}
	.home-page .operations-grid {display:block;}
	.home-page .operations-grid figure {height:245px;margin-bottom:12px;}
	.home-page .market-grid {grid-template-columns:1fr;}
	.home-page .market-card {min-height:160px;}
	.home-page .language-band i {margin:0 8px;}
	.home-page .footer-contact-grid {grid-template-columns:1fr;}
	.home-page .home-footer .bottom-footer .container {display:block;text-align:center;}
	.home-page .home-footer .bottom-footer div {margin-top:8px;}
	.home-page .floating-whatsapp {width:48px;padding:0;justify-content:center;}
	.home-page .floating-whatsapp i {margin:0;}
	.home-page .floating-whatsapp span {display:none;}
}

@media (prefers-reduced-motion: reduce) {
	.home-page *, .home-page *:before, .home-page *:after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Compact product-line cards: let the product imagery carry the card. */
.home-page .agency-card figure {
	height: 300px;
	background: #f3f1ed;
}

.home-page .agency-card figure img {object-fit: contain;}

.home-page .agency-card-body {
	min-height: 0;
	padding: 20px 28px 23px;
}

.home-page .agency-card-body h3 {margin: 0;}

@media (max-width: 1199px) {
	.home-page .agency-card figure {height: 282px;}
}

@media (max-width: 991px) {
	.home-page .agency-card figure {height: 300px;}
	.home-page .agency-card-body {min-height: 0;}
}

@media (max-width: 767px) {
	.home-page .agency-card figure {height: 270px;}
}

@media (max-width: 520px) {
	.home-page .agency-card figure {height: 255px;}
	.home-page .agency-card-body {padding: 19px 22px 22px;}
}
