body {
    margin: 0;
    line-height: normal;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.page-container-content {
 	height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1512px;
}

.page-actural-content {
    padding: 0 5%;
}

.image-1-icon {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}


.pc-sustainability {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    font-size: 3rem;
    color: #fff;
    font-family: Inter;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
        width: 100vw;
	height: 90px;
        background-color: #1E3147;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;

}

.menu-items {
	width: 100%;
	display: flex;
        flex-direction: row;
        align-items: center;
	justify-content: flex-start;
	position: relative;
}

.header .menu-items .logo-icon {
	position: relative;
}

.header .menu-items .menu-btn-container {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: fit-content;
}

.header .menu-items .menu-btn-container a {
	 color: #fff;
	 padding: 0 1.5rem;
	 font-weight: 700;
	 cursor: pointer;
	text-decoration: none;
	font-family: 'Inter';
}
.header .menu-items .menu-btn-container a:hover {
	 color: #00a398;
}

.subheader-container {
  position: relative;
  padding-top: 230px;
  padding-bottom: 80px;
  background-color: #1e3147;
  background-size: cover;
  background-position: center right;
  color: #fff;
}

.pc-sustainability .subheader-container .title-content-contianer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subheader-container .title-content-contianer h5 {
  color: white;
  font-size: 16px;
  padding-bottom: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.subheader-container .title-content-contianer .subtitle-panel {
  width: 698px;
  text-align: center;
}

.subheader-container .title-content-contianer .subtitle-panel p {
  color: #fff;
  margin: 0;
  font-size: 24px;
}

.subheader-container .title-content-contianer .bottom-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5.25rem;
}

.subheader-container .title-content-contianer .bottom-title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.subheader-container .title-content-contianer .bottom-title .download {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.subheader-container .title-content-contianer .bottom-title .download p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  text-decoration: underline;
}

.subheader-container .title-content-contianer .bottom-title .download p:hover {
  color: #00a398;
}

.subheader-container .title-content-contianer .bottom-title .download img {
  margin-left: 0.5rem;
}


.main-download-container {
	 padding: 7rem 0 5rem 0;
	 display: flex;
	 flex-direction: row;
	align-items: flex-start;
}
 .main-download-container .download-section-container {
	flex-basis: 50%;
	 display: flex;
	 flex-direction: column;
}
 .main-download-container .download-section-container .download-section-card {

	 padding-bottom: 2rem;
	 display: flex;
	 flex-direction: column;
}
 .main-download-container .download-section-container .download-section-card .download-title {
	 color: #1e3147;
	 font-size: 3rem;
	 font-weight: 700;
	 margin: 0;
	 padding-bottom: 36px;
}
 .main-download-container .download-section-container .download-section-card .download-item {
	 color: #1e3147;
	 font-size: 24px;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 margin-bottom: 20px;
	 border-bottom: 1px solid #1e3147;
	 cursor: pointer;
	 padding: 10px;
	 text-decoration: none;
}

.download-item.ecovadis {
	flex: 1;
	height: auto;
}
 .main-download-container .download-section-container .download-section-card .download-item span:hover {
	 color: #00a398;
}
 .main-download-container .download-section-container .download-section-card:nth-child(2) {
	 padding-top: 14px;
}
 .main-download-container .download-section-container:nth-child(1) {
	 padding-right: 1.5rem;
}
 .main-download-container .download-section-container:nth-child(2) {
	 padding-left: 1.5rem;
}

 
.footer {
	 padding-top: 2rem;
	padding-bottom: 2rem;
	 width: 100%;
	 box-sizing: border-box;
	 color: #fff;
background-color: #1E3147;
}
 .footer .footer-column-container {
	 padding-bottom: 56px;
	display: flex;
	flex-direction: row;
}
 .footer .footer-column-card, .footer .mobile-footer-column-card {
	flex-basis: 25%;
	 display: flex;
	 flex-direction: column;
}

.footer .mobile-footer-column-card {
	flex-basis: 100%;
	 display: flex;
	 flex-direction: column;
}

 .footer .footer-column-card .footer-card-title, .footer .mobile-footer-column-card .footer-card-title {
	 color: #00a398;
	 font-weight: 700;
	 margin-bottom: 1.5rem;
	font-size: 16px;
}
 .footer .footer-column-card .footer-item, .footer .mobile-footer-column-card .footer-item, .footer .footer-column-card p, .footer .mobile-footer-column-card p {
	 color: rgba(251, 254, 255, .74);
	margin-top: 0;
	font-weight: 400;
	 margin-bottom: 0.5rem;
	 text-decoration: none;
	font-size: 16px;
}
 .footer .footer-column-card .footer-item, .footer .mobile-footer-column-card .footer-item, .footer .footer-column-card a, .footer .mobile-footer-column-card a {
	
}
 .footer .footer-column-card .footer-item, .footer .mobile-footer-column-card .footer-item, .footer .footer-column-card .footer-item-special, .footer .mobile-footer-column-card .footer-item-special {
	 cursor: pointer;
	 width: fit-content;
}
 .footer .footer-column-card .footer-item:hover, .footer .mobile-footer-column-card .footer-item:hover, .footer .footer-column-card .footer-item-special:hover, .footer .mobile-footer-column-card .footer-item-special:hover {
	 color: #00a398;
}
 .footer .footer-column-card .footer-item-special, .footer .mobile-footer-column-card .footer-item-special {
	 margin-top: 2px;
	 color: #fbfeff;
	font-size: 16px;
}
 .footer .mobile-footer-column-card {
	 padding-top: 36px;
	 padding-bottom: 36px;
	 border-bottom: 1px solid rgba(251, 254, 255, .74);
}
 .footer .mobile-footer-column-card:nth-child(4) {
	 border: none;
}
 
.copyright-container {
	 color: #fff;
	
	 font-size: 0.7rem;
	 min-height: 2.3rem;
	 background-color: #1e3147;
	
}

.copyright-container .copyright-container-inner {
	display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 align-items: flex-end;
 	border-top: 1px solid #b3b3b3;
	 padding-top: 1.5rem;
}
 .copyright-container .copyright-panel {
	 width: fit-content;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
}
 .copyright-container  .copyright-panel span {
	 color: #bbc2c9;
	 margin-right: 1.5rem;
}
 .copyright-container  .copyright-panel a {
	 color: white;
	 text-decoration: underline;
	 cursor: pointer;
}
 .copyright-container .copyright-panel a:hover {
	 color: #00a398;
}

.ecovadis-logo {
	width: 96px;
	height: 96px;
}






@media only screen and (max-width: 767px) {

.page-actural-content {
    padding: 0 0%;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
        width: 100vw;
	height: 90px;
        background-color: transparent;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;

}

.menu-items {
	width: 100%;
	display: flex;
        flex-direction: row;
        align-items: center;
	justify-content: center;
	position: relative;
}

.header .menu-items .logo-icon {
	position: relative;	
}

.header .menu-items .menu-btn-container {
	display: none;
}

.subheader-container {
  position: relative;
  padding: 230px 0 80px 0;
  background-color: #1e3147;
  background-size: cover;
  background-position: 90% 100%;
  color: #fff;
}

.pc-sustainability .subheader-container .title-content-contianer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subheader-container .title-content-contianer h5 {
  color: white;
  font-size: 16px;
  padding-bottom: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.subheader-container .title-content-contianer .subtitle-panel {
  width: 338px;
  text-align: center;
}

.subheader-container .title-content-contianer .subtitle-panel p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.subheader-container .title-content-contianer .bottom-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5.25rem;
}

.subheader-container .title-content-contianer .bottom-title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}

.subheader-container .title-content-contianer .bottom-title .download {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.subheader-container .title-content-contianer .bottom-title .download p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  text-decoration: underline;
}

.subheader-container .title-content-contianer .bottom-title .download p:hover {
  color: #00a398;
}

.subheader-container .title-content-contianer .bottom-title .download img {
  margin-left: 0.5rem;
}


.main-download-container {
	 padding: 3rem 20px 1rem 20px;
	 display: flex;
	 flex-direction: row;
	flex-wrap: wrap;
}
 .main-download-container .download-section-container {
	flex-basis: 100%;
	 display: flex;
	 flex-direction: column;
}
 .main-download-container .download-section-container .download-section-card {

	 padding-bottom: 2rem;
	 display: flex;
	 flex-direction: column;
}
 .main-download-container .download-section-container .download-section-card .download-title {
	 color: #1e3147;
	 font-size: 3rem;
	 font-weight: 700;
	 margin: 0;
	 padding-bottom: 36px;
}
 .main-download-container .download-section-container .download-section-card .download-item {
	 color: #1e3147;
	 font-size: 16px;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 margin-bottom: 20px;
	 border-bottom: 1px solid #1e3147;
	 cursor: pointer;
	 padding: 10px;
	 text-decoration: none;
}
 .main-download-container .download-section-container .download-section-card .download-item span:hover {
	 color: #00a398;
}
 .main-download-container .download-section-container .download-section-card:nth-child(2) {
	 padding-top: 0;
}
 .main-download-container .download-section-container:nth-child(1) {
	 padding-right: 0;
}
 .main-download-container .download-section-container:nth-child(2) {
	 padding-left: 0;
}

 
.footer {
	padding-top: 48px;
	padding-bottom: 48px;
	 width: 100%;
	 box-sizing: border-box;
	 color: #fff;
background-color: #1E3147;
}
 .footer .footer-column-container {
	 padding: 0px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
 .footer .footer-column-card, .footer .mobile-footer-column-card {
	flex-basis: 100%;
	 display: flex;
	 flex-direction: column;
	padding: 36px 0;
}

.footer .mobile-footer-column-card {
	flex-basis: 100%;
	 display: flex;
	 flex-direction: column;
}

 .footer .footer-column-card .footer-card-title, .footer .mobile-footer-column-card .footer-card-title {
	 color: #00a398;
	 font-weight: 700;
	 margin-bottom: 1.5rem;
	font-size: 16px;
	margin-top: 0;
}
 .footer .footer-column-card .footer-item, .footer .mobile-footer-column-card .footer-item, .footer .footer-column-card p, .footer .mobile-footer-column-card p {
	 color: rgba(251, 254, 255, .74);
	margin-top: 0;
	font-weight: 400;
	 margin-bottom: 0.5rem;
	 text-decoration: none;
	font-size: 16px;
}
 .footer .footer-column-card .footer-item, .footer .mobile-footer-column-card .footer-item, .footer .footer-column-card a, .footer .mobile-footer-column-card a {
	
}
 .footer .footer-column-card .footer-item, .footer .mobile-footer-column-card .footer-item, .footer .footer-column-card .footer-item-special, .footer .mobile-footer-column-card .footer-item-special {
	 cursor: pointer;
	 width: fit-content;
}
 .footer .footer-column-card .footer-item:hover, .footer .mobile-footer-column-card .footer-item:hover, .footer .footer-column-card .footer-item-special:hover, .footer .mobile-footer-column-card .footer-item-special:hover {
	 color: #00a398;
}
 .footer .footer-column-card .footer-item-special, .footer .mobile-footer-column-card .footer-item-special {
	 margin-top: 2px;
	 color: #fbfeff;
	font-size: 16px;
}
 .footer .mobile-footer-column-card {
	 padding-top: 36px;
	 padding-bottom: 36px;
	 border-bottom: 1px solid rgba(251, 254, 255, .74);
}
 .footer .mobile-footer-column-card:nth-child(4) {
	 border: none;
}
 
.copyright-container {
	 color: #fff;
	 border-top: 1px solid #b3b3b3;
	 padding-top: 1.5rem;
	 font-size: 0.7rem;
	 min-height: 2.3rem;
	 width: 100%;
	 background-color: #1e3147;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 align-items: flex-end;
	padding-left: 20px;
	padding-right: 20px;
}
.copyright-container .copyright-container-inner {
	border: none;
	padding-top: 0;
}
 .copyright-container img {
	display: none;	
}
 .copyright-container .copyright-panel {
	 width: fit-content;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
}
 .copyright-container  .copyright-panel span {
	 color: #bbc2c9;
	 margin-right: 1.5rem;
}
 .copyright-container  .copyright-panel a {
	 color: white;
	 text-decoration: underline;
	 cursor: pointer;
}
 .copyright-container .copyright-panel a:hover {
	 color: #00a398;
}

}
 