body {
	/* font-size: 16px; */
} 
.page2024 .container{
	max-width: calc(1200px + 1.5rem);
	position: relative;
}
.section {
    position: relative;
    overflow: hidden;
}
.section-top {
    margin-top: 70px;
}
.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-padding.section-first{
	padding-top: 40px;
}
.bg-white{
	background: #fff;
}
.section-90vh {
    min-height: 700px;
    height: calc(100vh - 70px);
}
.section-50vh {
    min-height: 400px;
    height: calc(50vh - 70px);
}
.vertical-align-middle {
    display: flex;
    /* height: 100%; */
    align-items: center;
}
.section-info {
    /* padding-right: 50px; */
	line-height: 1.4;
	width: 510px;
}
.section-awards{
	min-height: 500px;
}
.section-info.w470{
	width: 470px;
}
.section-info.w480{
	width: 480px;
}
.section-info.w540{
	width: 540px;
}
.section-info.w560{
	width: 560px;
}
.section-info.w660{
	width: 660px;
}
.section-info.w680{
	width: 680px;
}
.section-info.w100{
	width: 100%;
}
a.text-underline{
	text-decoration: underline;
}
.link-back{
	display: flex;
	align-items: center;
	line-height: 1;
	line-height: 20px;
	column-gap: 3px;
	transform: translateX(-3px);
}
.link{
	transition: all .25s;
}
.link:hover{
	text-decoration: underline;
}
.color-white{
	color: #fff !important;
}
.color-theme{
	color: #00b09b !important;
}
.button-theme {
	display: inline-flex;
    text-align: center;
    border: 2px solid;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all .25s ease;
    line-height: 1;
    align-items: center;
    justify-content: center;
    height:48px;
    height:44px;
    font-weight: 500;
    width: auto;
	min-width: 200px;
	/* font-family: 'Lato', sans-serif; */
	font-size: 15px;
}
.button-theme:hover{
	background:#fff;
	color: #00B09B !important;
	border-color: #fff;
}

.button-theme.color-theme:hover{
	background:#00B09B;
	color: #fff !important;
	border-color: #00B09B;
}
.button-policy:hover{
	background:#fff;
	color: #00B09B !important;
	border-color: #fff;
}
.section-title{
	/* margin-bottom: 16px; */
}
.section-title,
.section-info h2{
	font-family: font-title;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}
.section-info h3{
	font-family: font-title;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
	
	/* background-color: #000000; */
    /* color: transparent; */
    /* text-shadow: 0px 0px 0px rgb(0 0 0 / 80%); */
    /* -webkit-background-clip: text; */
    /* -moz-background-clip: text; */
    /* background-clip: text; */
}

.section-title-line,
.section-info.h2-line h2,
.section-info.h3-line h3{
	position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.section-title-line:after,
.section-info.h2-line h2:after,
.section-info.h3-line h3:after {
    content: '';
    width: 62px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00b09b;
}
.color-white h2,
.color-white h3{
	color: #fff;
}
.color-white.section-info.h2-line h2:after,
.color-white.section-info.h3-line h3:after
{
	 background: #fff;
}
.section-info.text-shadow{
	/* text-shadow: 1px 2px 3px #0000002e; */
	text-shadow: 2px 2px 2px hsl(0deg 0% 0% / 70%);	
}
.section-info.text-shadow h3{
	text-shadow: 1px 2px 3px #0000002e;
}
.section-info.text-shadow.h2-line h2:after,
.section-info.text-shadow.h3-line h3:after {
    box-shadow: 1px 2px 3px #0000002e;
}
.text-shadow .button-theme {
	text-shadow: none;
	box-shadow: 1px 2px 3px #0000002e;
}
.wrapper-kv {
    padding-left: 44px;
}
.wrapper-kv img{
	width: 100%;
}
.section-memoir{
	
}
.bganimation-wrap{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	    top: 0;

}

.bganimation-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	animation: move 90s  infinite;
	-ms-animation: move 90s infinite;
	-webkit-animation: move 90s infinite;
	-0-animation: move 90s infinite;
	-moz-animation: move 90s infinite;
	position: absolute;
}
.bganimation.bottom {
	object-fit: cover;
}
.bganimation.bottom {
	object-position: bottom;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: center;
    -moz-transform-origin:  center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: bottom center;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);    
    -webkit-transform: scale(1.2);    
    -o-transform: scale(1.2);    
    -moz-transform: scale(1.2);
  }
}

.content-memoir{
	position: absolute;
	right: 0;
	top: 60px;
}
.content-memoir .section-info,
.content-habitat .section-info
{
	width: 470px;
}

.content-habitat{
position: absolute;
	right: 0;
	top: 60px;
}
.section-info-slider{
	width: 532px;
	padding: 0 10px;
	margin-left: -10px;
	position: relative;
}
.info-item{
	margin: 0 10px;
}
.info-slider.newslider{	
    border-radius: 12px;
    border: 2px solid #00B09B;
    padding: 0px;
}
.info-slider.newslider .info-card{
	border-radius: 0;
	border: 0px solid #00B09B;
	padding: 20px;
}
.info-slider.newslider .info-item{
	margin: 0 0px;
}
.newslider .slick-arrow{
	top: 326px;
	width: 25px;
	height: 25px;
}
.newslider .slick-prev{
	left: 22px
}
.newslider .slick-next{
	right: 22px
}
.newslider .slick-prev:before,
.newslider .slick-next:before{
	opacity: 1;
}
.newslider .slick-prev:before{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(../img/biodiversity/slick-prev.svg) no-repeat;
	background-size: contain;
	top: 0;
	left:0;
}
.newslider .slick-next:before{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(../img/biodiversity/slick-next.svg) no-repeat;
	background-size: contain;
	top: 0;
	left:0;
}
.info-card{
	border-radius: 12px;
	border: 2px solid #00B09B;
	padding: 20px;
}
.info-card-image-wrap{
	height: 280px;
	width: 100%;
}
.info-card-image-wrap.type2{
	height: 350px;
	width: 100%;
}
.newslider.sliderplant .slick-arrow {
    top: 400px;
}
.card-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
}
.info-card-body{
	padding-top: 20px;
	text-align: center;
	position: relative;
}

.info-card-desc{
height: 134px;
    overflow-y: auto;
    width: calc(100% + 1px);
    padding-right: 9px;
}
.info-card-desc p{
}
.info-card-desc p:last-of-type{
	/* margin-bottom: 0; */
}


.info-card-desc::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.info-card-desc::-webkit-scrollbar-track {
background-color: #eeeeee;
    border: 1px solid #ffffff;
}
 
/* Handle */
.info-card-desc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00b397;
}

/* Handle on hover */
.info-card-desc::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.info-card-body p:last-of-type{
	margin-bottom: 0;
}
.info-card-title{
	color: #00B09B;
	font-weight: 700;
	text-align: center;
	    transform: translateY(-3px);
}
.arrowcustom{	
    position: absolute;
    top: 17px;
	transition: all .25s ease;
	z-index: 1;
}
.arrowcustom:hover{
	opacity: .8;
}
.arrow-prev {
    left: 0px;
}
.arrow-next {
    right: 0px;
}
.arrowcustom.slick-disabled{
    opacity: .2;
}
.type-wrap{
    display: flex;
	column-gap: 12px;
	margin-left: -10px;
	padding-top: 12px;
}
.type-box{
	padding: 10px;
	text-align: center;
	height: 84px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.type-box2{
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 152px;
	line-height: 1.1;
}
.type-box2 h4{
	font-size: 40px;
	color: #00B09B;
	line-height: 1;
	transform: translateY(-2px);
}
.type-box2 p:last-of-type{
	margin-bottom: 0;
}
.type-box img{
	margin-bottom: 10px;
	height: 40px;
	    object-fit: contain;
}

/* TABLE */
.table-list {

    width: 100%;
    margin-bottom: 1rem;
    color: #000;
    vertical-align: top;
    border-color: #00B09B;
	background: #fff;
	border-collapse:separate;
	border-spacing: 0;
}
.table-list td,
.table-list th {
    border-bottom: 1px solid #00B09B;
	padding: 10px 10px;
	background: #fff;
}
.table-list th{
	border: 1px solid #00B09B;
	border-left: 0;
	background: rgb(0 176 155 / 30%);
}
.table-list td{
	border: 1px solid #00B09B;
	border-left: 0;
	border-top: 0;
}

.table-list tbody tr td:first-child{
	border-left: 1px solid #00B09B;
}
.table-list tbody tr td:last-child{
	text-align: center;
}
.table-list thead tr th:first-child{
	border-left: 1px solid #00B09B;
	border-top-left-radius: 5px;
}
.table-list thead tr th:last-child{
	border-top: 1px solid #00B09B;
	border-top-right-radius: 5px;
	
	width: 100px;
}
.table-list tbody tr:last-child td:first-child{
	border-bottom-left-radius: 5px;
}
.table-list tbody tr:last-child td:last-child{
	border-bottom-right-radius: 5px;
}


/* END TABLE */

.content-green{
	padding-top: 15%;
}
.section-ew-stories{
	min-height: calc(100vh - 70px);
	height: auto;
	/* background:  */
}
.card-ew {
    border: 0;
    border-radius: 9px;
    border: 2px solid #00b398;
    font-size: 12px;
	width: 100%;
}
.box-shadow .card-ew {

	box-shadow: 1px 2px 3px #000000bd;
}
.card-ew .card-body {
    /* padding-bottom: 0; */
}
.card-text p:last-of-type{
	margin-bottom: 0;
}
.card-wrapper {
    padding: 0px 0px;
    margin: 0 0px;
    position: relative;
    height: 100%;
}
.card-wrapper:after {
    display: none;
}
.card-text {
    font-size: 12px;
    font-weight: inherit;
    color: #231F20;
	padding: 0 6px;
	min-height: 92px;
}
.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* height: 286px; */
}
 .card-img-bottom {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
	height: 100%;
    object-fit: cover;
}
.card-ew video {
	border-radius: 0 0 8px 8px;
    height: 100%;
    background: #000;
}
.btn-filter.new {
    padding: 0 0;
    font-family: 'font-body';
    vertical-align: unset;
    background: #fff;
    padding: 11px 10px;
    font-size: 15px;
	transition: all .25s;
	font-weight: 400;
	border-radius: 5px;
}
.btn-filter.new:hover{
	background: rgb(0 176 155 / 30%);
}
.btn-filter.new.show {
    opacity: .3;
}
.dropdown-toggle.new:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
	margin-left: 4px;
    vertical-align: 3px;
}
.dropdown-toggle.show.new:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-top: 3px solid transparent;
    margin-left: 4px;
    vertical-align: 3px;
}
.dropdown-menu-filter.dropdown-menu{
	font-family: 'font-body';
	padding: 5px 10px;
    top: 1px !Important;
    background: #fff !Important;
    border: 1px solid #00B09B;
    border-radius: 5px;
    width: 100%;	
}
.dropdown-menu-filter .dropdown-item {
    padding: 4px 0px;
    font-size: 15px;
    border: 0;
}
.dropdown-menu-filter .dropdown-item{
	font-weight: 500;
}
.dropdown-menu-filter li:last-child .dropdown-item{
	border-bottom: 0px;
}
.page-numbers {
    padding: 0 0;
    display: flex;
    list-style: none;
    justify-content: center;
    column-gap: 10px;
}
.page-numbers{
	transition: all .25s;
}
.page-numbers.current,
.page-numbers:hover{
	color: #00b398;
}
.page-numbers.current {
    border-bottom: 1px solid;
}

/* sustainability governance */
.row-sg{

}
.box-sg{
	border: 2px solid #00B09B;
    border-radius: 20px;
	padding: 15px 20px 15px;
	position: relative;
	height: 100%;
}

.imgandtitleflex{
	display: flex;
	width: 100%;
	column-gap: 10px;
	align-items: center;
    margin-bottom: 20px;
}
.box-sg ul{
	margin-bottom: 0;
	padding-left: 17px;
	font-size: 98%;
}
.box-sg ul > li{
	margin-bottom: 3px;
}
.row-sg{
	margin: 0 -25px;
}
.columnsg{
	padding: 25px;
}
.columnsg:not(:last-of-type) .box-sg::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -43px;
    transform: translateY(-50%);
    background-image: url(../img/sustainability2024/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.navbar-submenu_mobile {
	display: none;
}
.button-policy{
	display: inline-flex;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    width: 100%;
    padding: 10px 10px;
    border-radius: 50px;
    transition: all .25s ease;
    line-height: 1;
    align-items: center;
    justify-content: center;
    height: 52px;
    font-weight: 600;
    width: auto;
	min-width: 180px;
	/* font-family: 'Lato', sans-serif; */
	    /* font-size: 16px; */
	
	
}
.button-policy.main{
	border-radius: 10px;
    row-gap: 15px;
    justify-content: center;
}
.policies h2{
	color: #fff;
}
.title-policy{
	color: #fff !important ;
	text-shadow: 1px 2px 3px #0000002e;
}
.title-policy:after{
	 background: #fff !important ;
	 box-shadow: 1px 2px 3px #0000002e;
}
.iconsustainability{
	width: 170px;
	height: 170px;
	background: url(../img/sustainability2024/sustainable-policy-icon.png) no-repeat;
	background-size: contain;	
}
.button-policy.main:hover .iconsustainability{
	background: url(../img/sustainability2024/sustainable-policy-icon-green.png) no-repeat;	
}
.slider-features{
	margin: 0 -20px;
}
.item-features{
	padding: 0 20px;
}
.greenarrows .slick-prev,
.greenarrows .slick-next
{
	width: 24px;
	height: 24px;
}
.greenarrows .slick-prev.slick-disabled, 
.greenarrows .slick-next.slick-disabled {
    opacity: .7;
}
.greenarrows .slick-prev:before, 
.greenarrows .slick-next:before
{
    content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}
.greenarrows .slick-prev:before {

	background-image: url(../img/biodiversity/slick-prev.svg);
	background-size: contain;
}
.greenarrows .slick-next:before {
	background-image: url(../img/biodiversity/slick-next.svg);
	background-size: contain;
}

.item-features .section-info{
	opacity: 0;
	transform: translateY(15px);
	transition: all .35s ease-in;
	transition-delay: 700ms !important
}
.item-features.slick-current .section-info{
	opacity: 1;
	transform: translateY(0px);
}
.slider-features .slick-prev{
	left: -35px;
}
.slider-features .slick-next{
	right: -35px;
}
.box-report{
	/* max-width: 240px;	 */
	max-width: 290px;	
    overflow: hidden;	
}
.box-report-img{
	border: 1px solid #000;
	overflow: hidden;
	width: 240px;
	height: 340px;
	transition: all .25s ease;
}
.box-report:hover .box-report-img{
	border-color: #00B09B;
}
.box-report-img img{
    transform: scale(1.02);
	transition: all .25s ease;
}
.box-report:hover .box-report-img img{
    transform: scale(1.09);
}
.report-title{
	font-size: 18px;
    margin: 10px 0 25px;
}
.wrapper-investormedia-report{
	display: flex;
	/* justify-content:center; */
}
.box-report-content{
	padding: 16px 0;
}
.box-report-content p{
	margin-bottom: 8px;
}
.report-title {
	text-align:center;
}
.wrapper-investormedia-report .box-report{
	/* max-width: 280px;	 */
    overflow: hidden;	
	width: 100%;
	margin-bottom: 40px;
}
.wrapper-investormedia-report .box-report-img{
	border: 1px solid #000;
	overflow: hidden;
	width: 280px;

	height: 400px;
	transition: all .25s ease;
}
.list-tabs{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 32px;
	line-height: 1.5;
	padding: 20px 0;
}
.list-tabs li{
	position: relative;
}
.list-tabs li:after{
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	border-right: 1px solid #000;
	right: -16px;
	top: 5px;
}
.list-tabs li:last-child:after{
	display: none;
}
.list-tabs li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s;
}

.list-tabs li a:hover::after {
    width: 100%;
}
.list-tabs .current_page_item a{
	font-weight: 700;
	color: #00b09b;
}
a .report-title{
	display: inline-block;
}
a .report-title:after{
	content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #00b09b;
    transition: width .3s;
}
a:hover .report-title:after {
    width: 100%;
}
.box-report-agm{
	border: 2px solid #00B09B;
	padding: 40px;
	border-radius: 20px;
	width: 750px;
}
.box-report-agm h3{
	font-size: 24px;
}

.aligned-list {
  list-style: none;
  position: relative;
  padding-left: 60px; /* adjust to match label width */
  text-indent: -60px; /* same value as padding-left */
}

.aligned-list .label {
  /* font-weight: bold; */
}
.list-report{
    list-style: none;
    padding-left: 1px;
	margin-bottom: 0;
}
.list-report li{
	margin-bottom: 8px;
}
.list-report li:last-child{
	margin-bottom: 0
}
.list-report a{
	text-decoration: underline;
	line-height: 1;
	transition: all .25s;
}
.list-report a:hover{
	color: #00B09B;
}
.list-report ul{
	padding-left: 17px;
}
ol.lower-roman {
	counter-reset: count;
	list-style: none;
	    padding-left: 12px;
}
ol.lower-roman>li {
	counter-increment: count;
	position: relative;
	/* margin-bottom: 1rem; */
}
ol.lower-roman>li:last-child {
	margin-bottom: 0rem;
}
ol.lower-roman>li:before {
content: "(" counter(count, lower-roman) ")";
/* content: counter(count, lower-roman) ")"; */
    /* width: 46px; */
    width:20px;
    /* position: absolute; */
    /* right: 99.4%; */
}

.box-award{
    border: 2px solid #00B09B;
    border-radius: 20px;
    padding: 15px 20px 15px;
    position: relative;
    height: 100%;
    text-align: center;
    margin: 0 calc(var(--bs-gutter-x)* .5);
}
.box-award-img-wrapper{
	height: 160px;
	margin-bottom: 12px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.box-award-img-wrapper img{
	height: 100%;
	max-height: 130px;
	width: auto;
	object-fit: contain;
}
.slider-carousel .slick-prev,
.slider-carousel .slick-next
{
	width: 40px;
	height: 40px;
	z-index: 1;
}
.slider-carousel .slick-prev{
	left: -60px;
	background: url(../img/biodiversity/slick-prev.svg) no-repeat;
	background-size: contain;
}
.slider-carousel .slick-next{
	right: -60px;
	background: url(../img/biodiversity/slick-next.svg) no-repeat;
	background-size: contain;
}
.slider-carousel .slick-prev:before,
.slider-carousel .slick-next:before
{
	display: none;
}

/*********************** page our commitments */
.content-commitments{
	padding-top: 7%;
}
.gsap-container{
overflow: hidden;
}
.left-container,
.right-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.right-content {
  width: 100%;
}

.right-element {
	width: 100%;
	height: calc(100vh - 70px);
	display: flex;
	align-items: center;
	//padding-top: 90px;
	//padding-bottom: 45px;
}
.sectiongsap{
	// padding-top: 70px;
}
.left-container{

}
.right-container {


}
.left-content {
  width: 100%;
  max-width: 616px;
  height: 398px;
  position: relative;
  overflow: hidden;
}

.left-content img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.left-content img:first-child {
  opacity: 1;
}
.flag-netzero-content {

	padding-top: 400px;
	padding-bottom: 0;
}
.f28px {
    font-size: 28px;
    font-size: 24px;
    line-height: 1.0;
    line-height: 1.2;
    /* letter-spacing: -0.4px; */
}
.climate-icon{
	margin-right: 15px;
}

.grid-container.smaller {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    grid-auto-rows: 128px;
    width: 690px;
    margin: 0 auto;
    grid-gap: 6px;
}
.grid-container.smaller .grid-item .overlay {
    font-size: 10px;
}
.grid-container.smaller .grid-item.not-completed:before {
    background: rgb(0 0 0 / 70%);
}

/**************************************************************************** MOBILE */

@media only screen and (max-width: 700px) {
.nav-main {
    display: none;
}
.panelc{
	padding-bottom: 106px;
}
.page2024 .container {
    max-width: 100%;
    position: relative;
}
.container{
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-submenu{
	display: none;
}

.nav-submenu:not(.mobile) {
	height: auto;
	flex-wrap: wrap;
	gap: 15px 30px;
	font-size: 12px;
	padding: 10px 0;
	align-items: center;
	justify-content: center;
	position: relative;
}
.nav-submenu:after{
	content: '';
	height: 1px;
	border-bottom: 1px solid;
	width: 100%;
	position: absolute;
	top: 45px;

}

.nav-submenu li{
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}
.nav-submenu.menusustainabilitymobile li:not(:nth-child(3)):not(:nth-child(6)):after{
	/* content: ''; */
	/* width: 1px; */
	/* border-right: 1px solid; */
	/* height: 28px; */
	/* position: absolute; */
	/* right: -14.5px; */
}


.nav-submenu li:after{
	content: '';
	width: 1px;
	border-right: 1px solid;
	height: 28px;
	position: absolute;
	right: -14.5px;
}
.menusustainabilitymobile .nav-submenu li:nth-child(3):after,
.menusustainabilitymobile .nav-submenu li:nth-child(6):after
{
	display: none;
}

.menuinvestormediamobile .nav-submenu li{
	width: calc( 33.33333% - 30px );
}
.menuinvestormediamobile .nav-submenu li:nth-child(1),
.menuinvestormediamobile .nav-submenu li:nth-child(2)
{
	width: calc( 50% - 30px );
}
.menuinvestormediamobile .nav-submenu li:nth-child(2):after,
.menuinvestormediamobile .nav-submenu li:nth-child(5):after
{
	display: none;
}
.nav-submenu li:not(:nth-child(3)):not(:nth-child(6)):after{
	/* content: ''; */
	/* width: 1px; */
	/* border-right: 1px solid; */
	/* height: 28px; */
	/* position: absolute; */
	/* right: -14.5px; */
}
.nav-submenu a {
    color: #fff;
    font-size: 13px;
	        line-height: 1;
}
.navbar-submenu_mobile {
    background: #00B09B;
    color: #fff;
    position: fixed;
	height: 88px;
    bottom: 0;
    z-index: 1;
	display: block;
}
.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-padding.section-first{
	padding-top: 0;
}
.section-padding ~ .section-padding {
	/* Styles for all .element siblings that follow another .element */
	padding-top: 0px;
	padding-bottom: 40px;
}
.element{
	width: 100%;
	height: 200px;
}
.gototop {
	right: 13px;
	bottom: 99px;
}
.element ~ .element {
   background: red; /* Affects all siblings after the first .element */
}
.section-info{
	max-width: 100%;
	width: 100% !important;
}
.section-info .button-theme{
	width: 100%;
}
.section-bg-image.section-90vh {
    min-height: 235px;
    height: auto;
}
.section-90vh.h-auto-mobile{
	height: auto;
	min-height: unset;
}
.bganimation-wrap-mobile{
    width: 100%;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    top: 0;
}
.bganimation-wrap-mobile img {
    width: 100%;
    height: 100%;
    animation: move 90s ease;
    -ms-animation: move 90s ease;
    -webkit-animation: move 90s ease;
    -moz-animation: move 90s ease;
    position: absolute;
}
.content-green {
    padding-top: 20px;
    padding-bottom: 10px;
}
.wrapper-kv{
	padding-left: 0;
	margin: 0 -20px 30px;
}
.box-shadow .card-ew {
    box-shadow: none;
}
.card-ew {
    margin-bottom: 15px;
}
.bottom-nav:not(.navsocial) {
	justify-content: space-around;
}
.bottom-nav.navsocial {
	justify-content: center;
	column-gap: 10px;
}
.bottom-nav li a {
	padding: 0;
	font-size: 12px;
}
.info-item {
    margin: 0 3px;
}
.info-card {
    border-radius: 12px;
    border: 2px solid #00B09B;
    padding: 10px;
}
.section-info-slider {
    width: 100%;
    padding: 0 0px;
    margin-left: 0;
    position: relative;
}
.type-wrap {
    display: flex;
    column-gap: 12px;
    margin-left: 0;
    padding-top: 12px;
    justify-content: space-between;
}
.type-wrap.type-wrap2{
	 justify-content: flex-start;
	 margin-bottom: 40px;
}
.type-box2 {
    justify-content: space-between;
    max-width: 149px;
}
.type-box2 h4 {
    margin: 0;
}
.info-card-body {
    padding-top: 13px;
	padding-bottom: 7px;
}
.arrowcustom {
    top: 13px;
}
.info-card-image-wrap {
    height: 212px;
}
.card-image {
    border-radius: 6px;
}
.columnsg {
    padding: 25px 0;
}
.row-sg {
    margin: 0 0px 25px;
}
.box-sg {
    border-radius: 10px;
    padding: 15px 15px 15px;
}
.columnsg:not(:last-of-type) .box-sg::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 50%;
    right: unset;
    transform: translateY(-50%);
    background-image: url(../img/sustainability2024/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transform: rotate(90deg) translate(-50% , 8px);
}
.button-policy{
    border: 2px solid #00B09B;
    color: #00B09B;	
}
.button-policy.main{
	padding: 15px 15px 24px; 
}
.iconsustainability{
	width: 170px;
	height: 170px;
	background: url(../img/sustainability2024/sustainable-policy-icon-green.png) no-repeat;
	background-size: contain;	
}
.button-policy.main:hover .iconsustainability{
	background: url(../img/sustainability2024/sustainable-policy-icon-green.png) no-repeat;	
}
.title-policy{
	color: #000 !important ;
	text-shadow: none;
}

.title-policy:after{
	background: #00B09B !important;
	box-shadow: none;
}
.box-report{
	 max-width: unset;
}
.box-report-img {
    max-width: 335px;
    width: 335px;   
	height: 474px;
	margin: auto;
}
.box-report-agm {
    padding: 20px;
    border-radius: 20px;
    width: 100%;
}
.box-award {
    padding: 15px 24px 5px;
    height: unset;
}
.slider-carousel .slick-prev,
.slider-carousel .slick-next
{
	width: 24px;
	height: 24px;
}
.slider-carousel .slick-prev{
	left: 24px;
}
.slider-carousel .slick-next{
	right: 24px;
}
.grid-container.smaller {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    grid-auto-rows: 110px;
    grid-auto-columns: 110px;
    width: 336px;
    margin: 0 auto;
    grid-gap: 3px;
}
.grid-container.smaller .grid-item .overlay {
    font-size: 9px;
}

.info-slider.newslider {
    padding: 10px;
}
.info-slider.newslider .info-card {
    padding: 0;
}
.info-slider.newslider .info-item {
    margin: 0 2px;
}
.newslider .slick-arrow {
    top: 245px;
}
.newslider .slick-prev {
    left: 10px;
}
.newslider .slick-next {
    right: 10px;
}
/* END MOBILE */
}
img[src*="bcp.crwdcntrl.net"] {
	display: none !important;
}