.activities .swiper {
	overflow: visible
}

.activities .swiper-slide {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 #0000004d, 0 1px 3px 1px #00000026;
	display: flex;
	flex-direction: column;
	height: auto;
	height: 420px;
	overflow: hidden;
	transition-delay: 0s;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: ease-in-out
}

.activities .swiper-slide:hover {
	box-shadow: 0 2px 4px 0 #0006, 0 2px 6px 2px #00000040
}

.activities__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between
}

.activities__card:has(.activities__text):hover .activities__image {
	height: 180px;
	min-height: 180px
}

.activities__card:has(.activities__text):hover .activities__text {
	grid-template-rows: 1fr
}

.activities__card:has(.activities__text):hover .activities__name {
	padding: 0 0 10px
}

.activities__detail {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px 20px
}

.activities__name {
	align-items: center;
	display: flex;
	justify-content: center;
	--font-size: 18px;
	--font-size-rem: 1.125rem;
	--line-height: 24px;
	--line-height-rem: 1.5rem;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.activities__name,
.activities__text {
	font-family: Poppins-Regular;
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem);
	text-align: center;
	transition-delay: 0s;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: ease-in-out
}

.activities__text {
	display: grid;
	grid-template-rows: 0fr;
	--font-size: 16px;
	--font-size-rem: 1rem;
	--line-height: 24px;
	--line-height-rem: 1.5rem;
	color: #6d6d6d
}

.activities__content {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.activities__image {
	height: 300px;
	min-height: 300px;
	transition-delay: 0s;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: ease-in-out
}

.activities__image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.tab__content .container {
	overflow: hidden
}

.tab__menu {
	border: none
}

.tab__area {
	display: none
}

.tab__select {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	display: block;
	overflow: hidden;
	position: relative
}

.tab__select select {
	min-width: 300px;
	padding: 11px 30px 11px 8px
}

.tab__select:after {
	background: url(../../assets/svg/arrow-short-right.svg) no-repeat 50%;
	background-size: contain;
	content: "";
	height: 8px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: transform .3s ease;
	width: 8px
}

section {
	padding: 60px 0
}

@media screen and (min-width:1024px) {
	.activities .swiper-pagination {
		text-align: end
	}

	.activities__name {
		--font-size: 20px;
		--font-size-rem: 1.25rem;
		--line-height: 30px;
		--line-height-rem: 1.875rem;
		font-size: var(--font-size-rem);
		line-height: var(--line-height-rem)
	}

	.tab__menu {
		border-bottom: 1px solid #e3e3e3
	}

	.tab__area {
		display: flex
	}

	.tab__select {
		display: none
	}

	section {
		padding: 100px 0
	}
}

.banner {
	height: calc(100dvh - 150px);
	max-height: 240px;
	min-height: -moz-fit-content;
	min-height: fit-content;
	padding: 0;
	position: relative;
	width: 100%
}

.banner .swiper {
	display: flex;
	flex-direction: column
}

.banner .swiper,
.banner .swiper-slide {
	height: 100%;
	position: relative;
	width: 100%
}

.banner .swiper-slide {
	background-color: #000;
	padding: 60px 0
}

.banner .swiper-control {
	position: relative;
	width: 100%
}

.banner .swiper-button-next svg,
.banner .swiper-button-prev svg {
	--icon-color: #fff
}

.banner__detail {
	height: 100%;
	position: relative;
	z-index: 1
}

.banner__content,
.banner__detail .container {
	align-items: center
}

.banner__content {
	display: flex;
	flex-direction: column;
	gap: 32px
}

.banner__content h1,
.banner__content h2 {
	color: #fff;
	font-family: Poppins-Light;
	--font-size: 37px;
	--font-size-rem: 2.3125rem;
	--line-height: 52px;
	--line-height-rem: 3.25rem;
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem);
	text-align: center
}

.banner__content h1 strong,
.banner__content h2 strong {
	color: #fff
}

.banner__content p {
	color: #fff;
	--font-size: 16px;
	--font-size-rem: 1rem;
	--line-height: 24px;
	--line-height-rem: 1.5rem;
	text-align: center
}

.banner__button,
.banner__content p {
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem)
}

.banner__button {
	--font-size: 14px;
	--font-size-rem: 0.875rem;
	--line-height: 20px;
	--line-height-rem: 1.25rem;
	padding: 16px 20px
}

.banner__background {
	z-index: -3
}

.banner__background,
.banner__background:before {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%
}

.banner__background:before {
	background: linear-gradient(0deg, #0000004d, #0000004d), linear-gradient(40deg, #c4333a 4.81%, #142a4000 65.96%);
	background-blend-mode: soft-light, multiply;
	content: "";
	opacity: .7;
	pointer-events: none;
	z-index: 0
}

.banner__background img,
.banner__background video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

@media screen and (min-width:576px) {
	.banner__content {
		max-width: 500px
	}
}

@media screen and (min-width:768px) {

	.banner__content h1,
	.banner__content h2 {
		--font-size: 52px;
		--font-size-rem: 3.25rem;
		--line-height: 70px;
		--line-height-rem: 4.375rem;
		font-size: var(--font-size-rem);
		line-height: var(--line-height-rem)
	}
}

@media screen and (min-width:1024px) {
	.banner {
		max-height: 750px
	}

	.banner .swiper-slide {
		padding: 160px 0
	}

	.banner .swiper-control {
		border-top: 1px solid #ffffff4d;
		bottom: 0;
		left: 0;
		padding: 18px 0;
		position: absolute;
		z-index: 2
	}

	.banner .swiper-pagination {
		text-align: end
	}

	.banner__detail .container {
		align-items: flex-start;
		justify-content: flex-end
	}

	.banner__content {
		align-items: flex-start;
		max-width: 800px
	}

	.banner__content h1,
	.banner__content h2 {
		--font-size: 88px;
		--font-size-rem: 5.5rem;
		--line-height: 100px;
		--line-height-rem: 6.25rem
	}

	.banner__content h1,
	.banner__content h2,
	.banner__content p {
		font-size: var(--font-size-rem);
		line-height: var(--line-height-rem);
		text-align: start
	}

	.banner__content p {
		--font-size: 18px;
		--font-size-rem: 1.125rem;
		--line-height: 30px;
		--line-height-rem: 1.875rem
	}
}

.news__grid {
	display: none
}

.news__top {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr
}

.news__item {
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: auto;
	overflow: hidden
}

.news__item img {
	border-radius: 10px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.news__item.-main .news__name {
	--font-size: 36px;
	--font-size-rem: 2.25rem;
	--line-height: 50px;
	--line-height-rem: 3.125rem;
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem)
}

.news__item.-main img {
	height: 380px
}

.news__item.-side {
	flex-direction: row
}

.news__item.-side img {
	height: 180px
}

.news__item.-bottom {
	border-top: 1px solid #e3e3e3;
	padding: 24px 0 0
}

.news__bottom {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr)
}

.news__info,
.news__side {
	display: flex;
	flex-direction: column;
	gap: 24px
}

.news__info {
	height: 100%;
	justify-content: space-between
}

.news__name {
	--font-size: 16px;
	--font-size-rem: 1rem;
	--line-height: 25px;
	--line-height-rem: 1.5625rem;
	color: #000;
	font-family: Poppins-Medium
}

.news__date,
.news__name {
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem)
}

.news__date {
	--font-size: 12px;
	--font-size-rem: 0.75rem;
	--line-height: 24px;
	--line-height-rem: 1.5rem;
	color: #6d6d6d;
	font-family: Poppins-Regular
}

.news__button {
	margin: 40px auto 0
}

.news__swiper {
	display: block
}

.news .swiper-pagination {
	margin: 0 auto !important
}

@media screen and (min-width:1128px) {
	.news__grid {
		display: flex;
		flex-direction: column;
		gap: 48px
	}

	.news__info {
		justify-content: center
	}

	.news__swiper {
		display: none
	}
}

.partnerships {
	background: linear-gradient(164deg, #f6f6f6 7.8%, #f6f6f600 88.88%)
}

.partnerships .map-wrapper {
	margin: auto;
	max-width: 1349px;
	position: relative;
	width: 100%
}

.partnerships .map-wrapper svg {
	display: block;
	height: auto;
	width: 100%
}

.partnerships .pin {
	box-shadow: 0 1px 2px 0 #0000004d, 0 2px 6px 2px #00000026;
	cursor: pointer;
	pointer-events: auto;
	transition-delay: 0s;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: ease-in-out
}

.partnerships .pin-layer {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1
}

.partnerships .active-pin-layer {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 3
}

.partnerships .card-wrapper {
	display: none;
	max-width: 520px;
	overflow-x: auto;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, -100%);
	z-index: 2
}

.partnerships .card-wrapper.visible {
	display: flex;
	gap: 5px
}

.partnerships .card-list {
	display: none;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	margin: 30px 0 0
}

.partnerships .card-list .card-item {
	min-width: unset;
	width: 100%
}

.partnerships .card-list .card-item__name {
	--font-size: 12px;
	--font-size-rem: 0.75rem;
	--line-height: 18px;
	--line-height-rem: 1.125rem;
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem)
}

.partnerships .card-list .card-item__image {
	height: 100px;
	min-height: 100px
}

.partnerships .card-item {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 #0000004d, 0 2px 6px 2px #00000026;
	display: flex;
	flex-direction: column;
	min-width: 250px;
	overflow: hidden;
	pointer-events: auto;
	white-space: nowrap;
	width: 250px
}

.partnerships .card-item__image {
	background-color: #f6f6f6;
	height: 144px;
	min-height: 144px;
	padding: 20px;
	width: 100%
}

.partnerships .card-item__image img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%
}

.partnerships .card-item__name {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 10px;
	--font-size: 16px;
	--font-size-rem: 1rem;
	--line-height: 24px;
	--line-height-rem: 1.5rem;
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem);
	text-wrap: auto;
	color: #001e31;
	font-family: Poppins-Regular;
	text-align: center
}

.partnerships__cta {
	display: block;
	margin: 40px auto 0
}

.partnerships__list {
	display: grid;
	grid-template-rows: 0fr;
	margin-top: 24px;
	transition-delay: 0s;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: ease-in-out
}

.partnerships__list.is-open {
	grid-template-rows: 1fr
}

.partnerships__items {
	display: flex;
	flex-direction: column;
	gap: 16px;
	overflow: hidden
}

.partnerships__item {
	color: #000;
	display: block;
	padding-left: 20px;
	position: relative;
	--font-size: 16px;
	--font-size-rem: 1rem;
	--line-height: 24px;
	--line-height-rem: 1.5rem;
	font-family: Poppins-Regular;
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem);
	text-decoration: none
}

.partnerships__item:before {
	background: #e5332a;
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	height: 8px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 8px
}

@media screen and (min-width:576px) {
	.partnerships .card-list {
		grid-template-columns: repeat(3, 1fr)
	}
}

@media screen and (min-width:768px) {
	.partnerships .card-list {
		display: grid
	}

	.partnerships__cta,
	.partnerships__list {
		display: none
	}
}

.stats {
	background: linear-gradient(164deg, #f6f6f6 7.8%, #f6f6f600 88.88%)
}

.stats .container {
	overflow: hidden
}

.stats__text-big {
	font-family: Poppins-Medium;
	--font-size: 56px;
	--font-size-rem: 3.5rem;
	--line-height: 68px;
	--line-height-rem: 4.25rem
}

.stats__text-big,
.stats__text-small {
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem)
}

.stats__text-small {
	--font-size: 24px;
	--font-size-rem: 1.5rem;
	--line-height: 32px;
	--line-height-rem: 2rem
}

.stats__swiper {
	display: block
}

.stats .swiper {
	overflow: visible;
	padding: 2px 0 0
}

.stats .swiper-slide {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 #0000004d, 0 1px 3px 1px #00000026;
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: center;
	padding: 24px;
	text-align: center;
	transition-delay: 0s;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: ease-in-out
}

.stats .swiper-slide:hover {
	box-shadow: 0 2px 4px 0 #0006, 0 2px 6px 2px #00000040
}

.stats__grid {
	display: none
}

.stats__column {
	flex: 1;
	gap: 24px
}

.stats__column,
.stats__item {
	display: flex;
	flex-direction: column
}

.stats__item {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 #0000004d, 0 1px 3px 1px #00000026;
	overflow: hidden;
	text-align: center
}

.stats__info {
	padding: 48px 20px
}

@media screen and (min-width:1128px) {
	.stats .container {
		overflow: visible
	}

	.stats__swiper {
		display: none
	}

	.stats__grid {
		display: flex;
		gap: 24px
	}
}

.sustainability {
	overflow: hidden
}

.sustainability,
.sustainability__wrapper {
	position: relative
}

.sustainability .container.-row {
	align-items: stretch;
	display: flex;
	gap: 60px;
	justify-content: space-between
}

.sustainability__text-swiper {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	overflow: visible;
	position: relative;
	z-index: 2
}

.sustainability__text-swiper .swiper-wrapper {
	height: auto !important;
	min-height: 200px;
	position: relative !important
}

.sustainability__text-swiper .swiper-pagination {
	margin: 0 auto !important
}

.sustainability__pagination {
	display: none
}

.sustainability__pagination-btn {
	background: #f6f6f6;
	border-radius: 50%;
	color: #00000080;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	height: 48px;
	transition-delay: 0s;
	transition-duration: .2s;
	transition-property: all;
	transition-timing-function: ease-in-out;
	width: 48px
}

.sustainability__pagination-btn.is-active {
	background-color: #fff;
	color: #ef1c26
}

.sustainability__pagination-btn.is-active,
.sustainability__pagination-btn:hover {
	box-shadow: 0 1px 2px #0000004d, 0 1px 3px 1px #00000026
}

.sustainability__text {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 32px 0 0
}

.sustainability__text h3 {
	--font-size: 16px;
	--font-size-rem: 1rem;
	--line-height: 25px;
	--line-height-rem: 1.5625rem;
	font-family: Poppins-Medium
}

.sustainability__text h3,
.sustainability__text p {
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem)
}

.sustainability__text p {
	--font-size: 12px;
	--font-size-rem: 0.75rem;
	--line-height: 20px;
	--line-height-rem: 1.25rem;
	color: #818181
}

.sustainability__image {
	display: flex
}

.sustainability__image-swiper,
.sustainability__image-wrapper {
	display: none
}

.sdg {
	background: #fff;
	margin: 60px 0 0;
	padding: 20px 0;
	white-space: nowrap;
	width: 100%
}

.sdg__track {
	animation: scroll 25s linear infinite;
	display: inline-flex
}

.sdg__wrapper {
	border-radius: 8px;
	height: 100px;
	overflow: hidden;
	width: 100%
}

.sdg img {
	aspect-ratio: 1;
	flex-shrink: 0;
	width: 100px
}

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

	to {
		transform: translateX(-50%)
	}
}

@media (max-width:992px) {
	.sustainability .container.-row {
		flex-direction: column;
		gap: 40px
	}
}

@media screen and (min-width:1024px) {
	.sdg {
		margin: 100px 0 0
	}
}

@media screen and (min-width:1128px) {
	.sustainability__text-swiper {
		max-width: 425px
	}

	.sustainability__text-swiper .swiper-slide {
		opacity: 0;
		position: relative !important;
		transition-delay: 0s;
		transition-duration: .2s;
		transition-property: all;
		transition-timing-function: ease-in-out;
		visibility: hidden;
		width: 100%
	}

	.sustainability__text-swiper .swiper-slide.swiper-slide-active {
		opacity: 1;
		visibility: visible;
		z-index: 1
	}

	.sustainability__pagination {
		display: flex;
		gap: 24px;
		margin-bottom: 64px
	}

	.sustainability__text h3 {
		--font-size: 24px;
		--font-size-rem: 1.5rem;
		--line-height: 32px;
		--line-height-rem: 2rem;
		margin: 0 0 24px
	}

	.sustainability__text h3,
	.sustainability__text p {
		font-size: var(--font-size-rem);
		line-height: var(--line-height-rem)
	}

	.sustainability__text p {
		--font-size: 14px;
		--font-size-rem: 0.875rem;
		--line-height: 25px;
		--line-height-rem: 1.5625rem
	}

	.sustainability__image {
		display: none
	}

	.sustainability__image-swiper {
		border-radius: 12px;
		display: block;
		height: 500px;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 102%;
		z-index: 1
	}

	.sustainability__image-swiper .swiper-slide {
		height: 100%
	}

	.sustainability__image-swiper .swiper-slide img {
		border-radius: 12px;
		display: block;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%
	}

	.sustainability__image-wrapper {
		display: flex;
		flex: 1;
		height: 500px;
		position: relative
	}
}

@media screen and (min-width:1280px) {
	.sustainability__image-swiper {
		width: 110%
	}
}

@font-face {
	font-display: swap;
	font-family: Poppins-Light;
	font-style: normal;
	font-weight: 300;
	src: url(/assets/font/Poppins-Light.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Poppins-Regular;
	font-style: normal;
	font-weight: 400;
	src: url(/assets/font/Poppins-Regular.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Poppins-Medium;
	font-style: normal;
	font-weight: 500;
	src: url(/assets/font/Poppins-Medium.woff2) format("woff2")
}

@font-face {
	font-display: swap;
	font-family: Poppins-SemiBold;
	font-style: normal;
	font-weight: 600;
	src: url(/assets/font/Poppins-SemiBold.woff2) format("woff2")
}

.video {
	display: flex;
	flex-direction: column;
	height: 350px;
	padding: 0;
	position: relative
}

.video__area {
	z-index: -1
}

.video__area,
.video__area:before {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.video__area:before {
	background: linear-gradient(40deg, #c4333a 4.81%, #142a4000 65.96%), linear-gradient(0deg, #0003, #0003);
	content: "";
	z-index: 0
}

.video__area video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.video__wrapper {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%
}

.video__content {
	color: #fff;
	padding: 50px 20px;
	position: relative;
	text-align: center;
	z-index: 1
}

.video__content h2 {
	--font-size: 24px;
	--font-size-rem: 1.5rem;
	--line-height: 32px;
	--line-height-rem: 2rem;
	font-style: italic;
	margin: 0 0 24px
}

.video__content h2,
.video__content p {
	color: #fff;
	font-size: var(--font-size-rem);
	line-height: var(--line-height-rem)
}

.video__content p {
	--font-size: 12px;
	--font-size-rem: 0.75rem;
	--line-height: 20px;
	--line-height-rem: 1.25rem;
	letter-spacing: 1.08px
}

@media screen and (min-width:1024px) {
	.video {
		height: 480px
	}

	.video__content h2 {
		--font-size: 42px;
		--font-size-rem: 2.625rem;
		--line-height: 50px;
		--line-height-rem: 3.125rem;
		font-size: var(--font-size-rem);
		line-height: var(--line-height-rem);
		margin: 0 0 32px
	}
}