/*  Services Template  */

@font-face {
	font-family: 'Petrona';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Petrona.ttf');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Petrona';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Petrona-Italic.ttf');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Inter-Bold';
	font-display: swap;
	src: url('../fonts/Inter-Variable.ttf');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--innovatemap-color-black: #131313;
	--innovatemap-color-black-2: rgba(19, 19, 19, .6);
	--innovatemap-color-black-3: rgba(0, 0, 0, .3);
	--innovatemap-color-white: #fff;
	--innovatemap-color-white-2: rgba(255, 255, 255, .6);
	--innovate-color-yellow: #ffba16;
	--innovate-color-yellow-2: #fae4ab;
	--innovate-color-aqua: #95e5d2;
	--innovate-color-blue: #a9d2f7;
	--innovate-ff-primary: 'Inter';
	--innovate-ff-primary-bold: 'Inter-Bold';
	--innovate-ff-secondary: 'Petrona';
}

:where(figure) {
	margin: 0;
}

header.site-head:has( + .hero-services) {
	margin-bottom: 0;
}

.shell {
	max-width: 1406px;
	margin-inline: auto;
	padding-inline: 50px;
}

.shell--small {
	max-width: 1166px;
}

.image-fit img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Section Hero Services */

.hero-services {
	background-color: var(--innovatemap-color-black);
	position: relative;
}

.hero-services .section__inner {
	position: relative;
	max-width: 1220px;
	padding-block: 201px;
	color: var(--innovatemap-color-white);
}

.hero-services .section__inner h1 {
	color: var(--innovatemap-color-white);
	font-size: 64px;
	font-weight: 400;
	font-family: var(--innovate-ff-primary);
	line-height: 1.33;
	letter-spacing: -0.01em;
	margin-bottom: 48px;
}

.hero-services .section__inner h1:last-child {
	margin-bottom: 0;
}

.hero-services .section__inner blockquote {
	display: flex;
	margin: 0;
	font-family: var(--innovate-ff-secondary);
	font-size: 40px;
	line-height: 1.33;
	letter-spacing: -0.011em;
	margin-bottom: 23px;
	text-indent: -16px;
}

.hero-services .section__inner blockquote:last-child {
	margin-bottom: 0;
}

.hero-services .section__inner p {
	margin-block: 0;
}

.hero-services .section__inner em {
	font-family: var(--innovate-ff-secondary);
	color: var(--innovate-color-yellow);
}

.hero-services .section__inner cite {
	text-transform: uppercase;
	font-style: normal;
	font-size: 16px;
	font-family: var(--innovate-ff-primary);
	line-height: 1.5;
	letter-spacing: -0.011em;
	color: var(--innovatemap-color-white-2);
}

.hero-services .section__testimonial {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	margin-bottom: 45px;
}

.hero-services .section__testimonial:last-child {
	margin-bottom: 0;
}

.hero-services .section__btn {
	display: inline-block;
	padding: 17px 27px;
	font-family: var(--innovate-ff-primary);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	color: var(--innovatemap-color-black);
	background: linear-gradient(260.71deg, #FFBA16 46.69%, #FF623B 103.51%);
	transition: opacity .4s;
}

.hero-services .section__btn:hover {
	opacity: .8;
}

/* Section Marquee */

.section-marquee {
	margin-block: 96px;
}

.section-marquee .section__title {
	color: var(--innovatemap-color-black);
	font-family: var(--innovate-ff-primary-bold);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.189em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 36px;
}

/* Marquee */

.marquee {
	display: flex;
	align-items: center;
	width: 100%;
	column-gap: 36px;
	position: relative;
	overflow: hidden;
}

.marquee.initialized:hover .marquee__group {
	animation-play-state: paused !important;
}

.marquee .marquee__group {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 60px;
	flex-shrink: 0;
}

.marquee.initialized .marquee__group {
	animation: scroll 30s linear infinite;
}

.marquee .marquee__column { 
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	max-width: 382px;
}

.marquee .marquee__image {
	height: 32px;
	width: auto;
	margin: 0;
}

.marquee .marquee__image img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.marquee .marquee__caption {
	color: var(--innovatemap-color-black-3);
	font-family: var(--innovate-ff-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.011em;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 36px));
    }
}

/* Section Article */

.section-article {
	margin-block: 133px 138px;
}

.section-article:has(+ .section-article) {
	margin-bottom: 143px;
}

.section-article--partial {
	margin-block: 143px;
}

.section-article .section__title {
	color: var(--innovatemap-color-black);
	font-family: var(--innovate-ff-primary);
	font-size: 48px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em;
	text-align: center;
	margin-bottom: 96px;
}

/* Article */

.article {
	display: grid;
	grid-template-columns: auto 580px;
	align-items: center;
	gap: 53px;
	font-family: var(--innovate-ff-primary);
}

.article--inverted {
	grid-template-columns: 580px auto;
	gap: 66px;
}

.article--inverted .article__image {
	order: 1;
}

.article--inverted .article__content {
	order: 2;
}

.article .article__title {
	color: var(--innovatemap-color-black);
	font-size: 36px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em;
	margin-bottom: 40px;
}

.article p {
	font-size: 20px;
	line-height: 1.4;
	color: var(--innovatemap-color-black);
	margin-block: 0 37px;
}

.article p:last-child {
	margin-bottom: 0;
}

.article h4 {
	color: var(--innovatemap-color-black);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.34;
	margin-bottom: 20px;
}

.article .article__image {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.article .article__image img {
	aspect-ratio: 1;
	object-fit: cover;
}

.article .article__caption {
	position: relative;
	background-color: var(--innovatemap-color-black);
	padding: 24px 24px 28px 34px;
}

.article .article__caption:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
}

.article .article__caption p {
	color: var(--innovatemap-color-white);
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 13px;
}

.article .article__caption p:last-child {
	margin-bottom: 0;
}

.article .article__caption a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.34;
	padding-bottom: 5px;
	background: linear-gradient(to right, currentColor, currentColor);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 100% 100%;
	position: relative;
	transition: background-size .4s;
}

.article .article__caption a:hover {
	background-size: 0 1px;
	background-position: 0 100%;
}

.article .article__caption--yellow:before {
	background: url('../img/services-caption-gradient-yellow.png') no-repeat center/cover;
}

.article .article__caption--yellow strong {
	color: var(--innovate-color-yellow-2);
}

.article .article__caption--yellow a {
	color: var(--innovate-color-yellow-2);
}

.article .article__caption--aqua strong {
	color: var(--innovate-color-aqua);
}

.article .article__caption--aqua a {
	color: var(--innovate-color-aqua);
}

.article .article__caption--aqua:before {
	background: url('../img/services-caption-gradient-aqua.png') no-repeat center/cover;
}

.article .article__caption--blue strong {
	color: var(--innovate-color-blue);
}

.article .article__caption--blue a {
	color: var(--innovate-color-blue);
}

.article .article__caption--blue:before {
	background: url('../img/services-caption-gradient-blue.png') no-repeat center/cover;
}

.article .article__details {
	display: flex;
	gap: 73px;
	margin-bottom: 43px;
}

.article .article__details:last-child {
	margin-bottom: 0;
}

.article .article__detail {
	font-size: 14px;
	color: var(--innovatemap-color-black-2);
}

.article .article__detail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.article .article__detail li {
	margin-bottom: 11px;
}

.article .article__detail li:last-child {
	margin-bottom: 0;
}

.article .article__detail a {
	text-decoration: none;
	color: var(--innovatemap-color-black-2);
	transition: color .4s;
}

.article .article__detail a:hover {
	color: var(--innovatemap-color-black);
}

.article .article__btn {
	display: inline-block;
	width: fit-content;
	font-size: 18px;
	line-height: 1.34;
	color: var(--innovatemap-color-black);
    background: linear-gradient(to right, currentColor, currentColor);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 100% 100%;
    position: relative;
    transition: background-size .4s;
}

.article .article__btn:hover {
	background-size: 0 1px;
    background-position: 0 100%;
}

.article .article__btn span {
	font-size: 20px;
	vertical-align: middle;
}

/* Section Content */

.section-content {
	background-color: var(--innovatemap-color-black);
	position: relative;
}

.section-content .section__inner {
	position: relative;
	padding-block: 143px;
	color: var(--innovatemap-color-white);
	margin-inline: auto;
	max-width: 630px;
}

.section-content .section__inner > * {
	font-size: 36px;
	font-family: var(--innovate-ff-primary);
	line-height: 1.5;
	margin-block: 0 24px;
}

.section-content .section__inner a {
	color: var(--innovatemap-color-white);
	font-weight: 700;
}

.section-content .section__inner a:hover {
	text-decoration: underline;
}

.section-content .section__inner p:last-child {
	margin-bottom: 0;
}

.section-content .section__inner em {
	font-family: var(--innovate-ff-secondary);
	font-style: italic;
	font-size: 36px;
}

/* Section Testimonial */

.section-testimonial {
	margin-block: 214px;
}

.section-testimonial .section__image {
	aspect-ratio: 524/338;
	margin-bottom: 0;
}

.section-testimonial .section__inner {
	display: grid;
	grid-template-columns: 524px auto;
	align-items: center;
	gap: 119px;
}

.section-testimonial .section__inner p {
	margin-block: 0;
}

.section-testimonial .section__inner blockquote {
	display: flex;
	margin: 0;
	color: var(--innovatemap-color-black);
	font-family: var(--innovate-ff-primary);
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 23px;
	text-indent: -15px;
}

.section-testimonial .section__inner blockquote:last-child {
	margin-bottom: 0;
}

.section-testimonial .section__inner cite {
	text-transform: uppercase;
	font-style: normal;
	font-size: 16px;
	font-family: var(--innovate-ff-primary);
	line-height: 1.5;
	letter-spacing: -0.011em;
	color: var(--innovatemap-color-black-2);
}

.section-testimonial .section__content:only-child {
	grid-column: 1/-1;
}

/* Section CTA */

.section-cta {
	position: relative;
	padding-block: 97px;
}

.section-cta .section__inner {
	position: relative;
}

.section-cta .section__title {
	color: var(--innovatemap-color-black);
	font-family: var(--innovate-ff-primary);
	font-size: 48px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em; 
	margin-bottom: 36px;
}

.section-cta .section__title:last-child {
	margin-bottom: 0;
}

.section-cta .section__btn {
	display: inline-block;
	padding: 15px 23px;
	font-family: var(--innovate-ff-primary);
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.01em;
	color: var(--innovatemap-color-white);
	background: var(--innovatemap-color-black);
	border: 1px solid var(--innovatemap-color-black);
	transition: background-color .4s, color .4s;
}

.section-cta .section__btn:hover {
	background-color: transparent;
	color: var(--innovatemap-color-black);
}

/* Responsive */

@media (max-width: 1199px) {
	/* Section Hero Services */
	.hero-services .section__inner {
		padding-block: 120px;
	}

	/* Section Article */
	.section-article,
	.section-article:has(+ .section-article),
	.section-article--partial {
		margin-block: 120px;
	}

	/* Article */
	.article {
		grid-template-columns: auto 380px;
		gap: 53px;
	}
	
	.article--inverted {
		grid-template-columns: 380px auto;
		gap: 66px;
	}

	/* Section Content */
	.section-content .section__inner {
		padding-block: 120px;
	}

	/* Section Testimonial */
	.section-testimonial {
		margin-block: 120px;
	}

	.section-testimonial .section__image {
		aspect-ratio: unset;
		display: flex;
		justify-content: center
	}

	.section-testimonial .section__image img {
		max-width: 400px;
	}

	.section-testimonial .section__inner {
		grid-template-columns: 1fr;
		gap: 72px;
		align-content: center;
	}

	.section-testimonial .section__inner cite {
		font-size: 14px;
	}
}

@media (max-width: 1023px) {
	/* Hero Services */
	.hero-services .section__inner {
		padding-block: 192px;
	}
	.hero-services .section__inner h1 {
		font-size: 48px;
		margin-bottom: 48px;
	}

	.hero-services .section__inner blockquote {
		font-size: 36px;
		margin-bottom: 23px;
	}

	.hero-services .section__inner cite {
		font-size: 14px;
	}

	.hero-services .section__btn {
		padding: 15px 23px;
	}
	
	/* Marquee */
	.marquee .marquee__caption {
		font-size: 14px;
	}

	/* Section Article */
	.section-article,
	.section-article:has(+ .section-article),
	.section-article--partial {
		margin-block: 96;
	}
	
	.section-article .section__title {
		font-size: 42px;
		margin-bottom: 72px;
	}

	/* Article */
	.article,
	.article--inverted {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.article .article__title {
		font-size: 36px;
		margin-bottom: 30px;
	}
	
	.article p {
		font-size: 20px;
		margin-block: 0 37px;
	}

	.article .article__image {
		order: 1;
	}
	
	.article .article__content {
		order: 2;
	}

	/* Section Content */
	.section-content .section__inner {
		padding-block: 96px;
	}

	.section-content .section__inner p {
		font-size: 20px;
		margin-block: 0 12px;
	}

	.section-content .section__inner em {
		font-size: 20px;
	}

	/* Section Testimonial */
	.section-testimonial {
		margin-block: 96px;
	}

	/* Section CTA */
	.section-cta {
		padding-block: 96px;
	}

	.section-cta .section__title {
		font-size: 42px;
		margin-bottom: 36px;
	}

	.section-cta .section__btn {
		padding: 15px 23px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	/* Hero Services */
	.hero-services .section__inner {
		padding-block: 50px;
	}
	.hero-services .section__inner h1 {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.hero-services .section__inner blockquote {
		font-size: 20px;
		margin-bottom: 10px;
		text-indent: unset;
	}

	.hero-services .section__inner cite {
		font-size: 10px;
	}

	.hero-services .section__testimonial {
		margin-bottom: 24px;
	}

	.hero-services .section__btn {
		padding: 12px 24px;
		font-size: 12px;
	}

	/* Section Marquee */
	.section-marquee {
		margin-block: 50px;
	}

	/* Marquee */
	.marquee .marquee__group {
		gap: 30px;
	}

	.marquee .marquee__column {
		flex-direction: row;
		gap: 12px;
		max-width: unset;
	}

	.marquee .marquee__image {
		height: 24px;
	}
	
	.marquee .marquee__caption {
		font-size: 10px;
	}

	/* Section Article */
	.section-article,
	.section-article:has(+ .section-article),
	.section-article--partial {
		margin-block: 50px;
	}
	
	.section-article .section__title {
		font-size: 24px;
		margin-bottom: 36px;
	}

	/* Article */
	.article,
	.article--inverted {
		gap: 24px;
	}

	.article .article__title {
		font-size: 24px;
		margin-bottom: 18px;
	}
	
	.article p {
		font-size: 18px;
		margin-block: 0 16px;
	}
	
	.article h4 {
		margin-bottom: 10px;
	}

	.article .article__image {
		order: 1;
	}
	
	.article .article__content {
		order: 2;
	}

	.article .article__details {
		flex-direction: column;
		gap: 16px;
		margin-bottom: 16px;
	}

	.article .article__btn {
		font-size: 16px;
	}

	/* Section Content */
	.section-content .section__inner {
		padding: 50px;
	}

	/* Section Testimonial */

	.section-testimonial {
		margin-block: 50px;
	}

	.section-testimonial .section__image {
		aspect-ratio: unset;
		display: flex;
		justify-content: center
	}

	.section-testimonial .section__image img {
		max-width: 100%;
	}

	.section-testimonial .section__inner {
		grid-template-columns: 1fr;
		gap: 36px;
		align-content: center;
	}

	.section-testimonial .section__inner blockquote {
		font-size: 24px;
		margin-bottom: 12px;
		text-indent: unset;
	}

	.section-testimonial .section__inner cite {
		font-size: 10px;
	}

	/* Section CTA */
	.section-cta {
		padding-block: 50px;
	}

	.section-cta .section__title {
		font-size: 24px;
		margin-bottom: 36px;
	}

	.section-cta .section__btn {
		padding: 12px 24px;
		font-size: 12px;
	}
}