/* Award page v2 — Figma node 94:28961 */

.mtf-award,
.mtf-award *,
.mtf-award *::before,
.mtf-award *::after {
	box-sizing: border-box;
}

.mtf-award {
	position: relative;
	overflow: hidden;
	border-radius: 64px;
	padding: 96px 0;
	margin-top: 96px;
	width: 100%;
}

.mtf-award-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 64px;
	pointer-events: none;
}

.mtf-award-container {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 32px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.mtf-award-heading {
	display: flex;
	gap: 8px;
	align-items: flex-end;
	width: 100%;
}

.mtf-award-logomark-wrap {
	display: flex;
	align-items: flex-start;
	padding-bottom: 24px;
	flex-shrink: 0;
}

.mtf-award-logomark {
	width: 24px;
	height: 24px;
	display: block;
}

.mtf-award-heading-text {
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.72px;
	color: #181d27;
	margin: 0;
	word-break: break-word;
}

.mtf-award-heading-text h1,
.mtf-award-heading-text h2,
.mtf-award-heading-text h3,
.mtf-award-heading-text p {
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
	color: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.mtf-award-list {
	display: flex;
	flex-direction: column;
	gap: 96px;
	align-items: center;
	width: 100%;
}

.mtf-award-row {
	display: flex;
	gap: 48px;
	align-items: center;
	width: 100%;
}

.mtf-award-row--reverse {
	flex-direction: row-reverse;
}

.mtf-award-text-col {
	flex: 1 0 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mtf-award-text {
	width: 432px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
}

.mtf-award-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.mtf-award-subheading {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.mtf-award-year-wrap {
	opacity: 0.4;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.mtf-award-year {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 96px;
	line-height: 96px;
	margin: 0;
	white-space: nowrap;
	background: linear-gradient(159.52deg, #fdc700 0%, #e17100 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.mtf-award-platform {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #6a7282;
	margin: 0;
	word-break: break-word;
}

.mtf-award-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.72px;
	color: #101828;
	margin: 0;
	word-break: break-word;
}

.mtf-award-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	font-size: 20px;
	line-height: 30px;
	color: #d08700;
}

.mtf-award-link {
	color: #d08700 !important;
	text-decoration: underline !important;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.mtf-award-link:hover,
.mtf-award-link:focus {
	color: #d08700 !important;
	text-decoration: underline !important;
}

.mtf-award-link-sep {
	color: #d08700;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: none;
}

.mtf-award-gallery-col {
	width: 560px;
	max-width: 100%;
	flex-shrink: 0;
	border-radius: 7.724px;
	overflow: hidden;
	position: relative;
}

/* Carousel v2 */
.mtf-award .page-carousel-award-v2 {
	width: 100%;
}

.mtf-award .page-carousel-award-v2-content {
	padding: 0;
	margin: 0;
}

.mtf-award .page-carousel-award-v2 .carousel {
	width: 560px;
	max-width: 100%;
	height: 307px;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
}

.mtf-award .page-carousel-award-v2 .carousel-inner {
	height: 307px;
	border-radius: 8px;
}

.mtf-award .page-carousel-award-v2 .item {
	height: 307px;
}

.mtf-award-carousel-slide {
	position: relative;
	width: 100%;
	height: 307px;
	overflow: hidden;
}

.mtf-award-carousel-image {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.mtf-award-carousel-gradient {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 102.667px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	pointer-events: none;
}

.mtf-award .page-carousel-award-v2 .carousel-control {
	display: none !important;
}

.mtf-award .page-carousel-award-v2 .carousel-indicators {
	position: absolute;
	left: 19.31px;
	bottom: 36px;
	top: auto;
	width: auto;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 7.724px;
	align-items: center;
	justify-content: flex-start;
	filter: drop-shadow(0 3.862px 2.897px rgba(10, 13, 18, 0.1)) drop-shadow(0 1.931px 1.931px rgba(10, 13, 18, 0.06));
}

.mtf-award .page-carousel-award-v2 .carousel-indicators li {
	width: 6.759px;
	height: 6.759px;
	margin: 0;
	border: none;
	border-radius: 9654.207px;
	background-color: #ffffff;
	opacity: 0.5;
	text-indent: -9999px;
}

.mtf-award .page-carousel-award-v2 .carousel-indicators .active {
	width: 23.172px;
	height: 6.759px;
	opacity: 1;
	background-color: #ffffff;
}

/* Video modal (legacy) */
#modal-award-video .modal-body {
	background-color: transparent;
	border: none;
	padding-top: 50px;
}

#modal-award-video .modal-content {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.modal-award-video-close {
	top: 10px;
	right: 10px;
	position: absolute;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 0;
	z-index: 1;
}

@media (max-width: 1199px) {
	.mtf-award-row,
	.mtf-award-row--reverse {
		flex-direction: column;
		align-items: stretch;
	}

	.mtf-award-text-col {
		order: 1;
	}

	.mtf-award-gallery-col {
		order: 2;
		width: 100%;
	}

	.mtf-award .page-carousel-award-v2 .carousel {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.mtf-award {
		border-radius: 32px;
		padding: 64px 0;
		margin-top: 48px;
	}

	.mtf-award-bg {
		border-radius: 32px;
	}

	.mtf-award-container {
		padding: 0 16px;
		gap: 48px;
	}

	.mtf-award-list {
		gap: 64px;
	}

	.mtf-award-heading-text {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: -0.56px;
	}

	.mtf-award-year {
		font-size: 64px;
		line-height: 64px;
	}

	.mtf-award-title {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: -0.56px;
	}
}
