/* Color pallette */
/* cubic-bezier timing functions */
/* Header */
.sustainability-banner {
  position: relative;
  display: flex;
  padding: 55px 0 135px;
}
.sustainability-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sustainability-banner__video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainability-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
}
.sustainability-banner__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 0 0 0;
  gap: 100px;
}
.sustainability-banner__hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sustainability-banner__hero h2 {
  margin: 0;
  max-width: 280px;
  color: hsl(0, 0%, 100%);
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 55px;
  line-height: 3.4375rem;
  font-weight: 500;
  letter-spacing: -2.64px;
}
.sustainability-banner__report {
  position: relative;
  padding: 20px 80px 20px 30px;
  background-color: hsl(0, 0%, 100%);
  border: 0;
  width: 100%;
  appearance: none;
  background-image: url("/assets/svg/short-up-icon.svg");
  background-position: 90% 35px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sustainability-banner__report.-collapsed {
  background-image: url("/assets/svg/short-down-icon.svg");
}
.sustainability-banner__report__text {
  color: hsl(0, 0%, 0%);
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  font-weight: 600;
}
.sustainability-banner__report__text span {
  color: #f58220;
}
.sustainability-banner__report__sub {
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  flex-direction: column;
}
.sustainability-banner__report__item {
  color: hsl(0, 0%, 0%);
  padding: 16px 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 39px;
  line-height: 2.4375rem;
  font-weight: 600;
  border-top: 1px solid #e4e4e4;
}
.sustainability-banner__report__item:hover {
  background-color: #f6f6f6;
}
.sustainability-banner__report__item span {
  color: #f58220;
}
.sustainability-banner .breadcrumb__item::after {
  filter: brightness(100);
}
.sustainability-banner .breadcrumb__text {
  color: hsl(0, 0%, 100%) !important;
}
@media screen and (min-width: 576px) {
  .sustainability-banner__hero h2 {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .sustainability-banner__hero h2 {
    font-size: 66px;
    font-size: 4.125rem;
    line-height: 88px;
    line-height: 5.5rem;
  }
  .sustainability-banner__report {
    width: fit-content;
    min-width: 350px;
  }
}
/* Color pallette */
/* cubic-bezier timing functions */
/* Header */
.social-responsibility {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 100px 0;
  background-color: #fafafa;
  gap: 40px;
}
.social-responsibility .container {
  position: relative;
  gap: 60px;
}
.social-responsibility .swiper {
  display: flex;
  justify-content: center;
}
.social-responsibility .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.social-responsibility .swiper-slide__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 262px;
  height: 100%;
  gap: 16px;
}
.social-responsibility .swiper-slide__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-responsibility .swiper-slide__image img {
  width: 262px;
  height: 336px;
  object-fit: cover;
}
.social-responsibility .swiper-slide__title {
  margin: 0;
  color: hsl(0, 0%, 0%);
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 600;
  letter-spacing: -4%;
  text-align: center;
}
.social-responsibility .swiper-slide__date {
  margin: 0;
  color: hsl(0, 0%, 0%);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: -4%;
  text-align: center;
}
.social-responsibility .swiper-slide__detail {
  filter: brightness(0);
  cursor: pointer;
}
.social-responsibility .swiper-slide__detail:hover {
  filter: brightness(1);
}
.social-responsibility .swiper__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  height: 60px;
  position: relative;
  gap: 10px;
}
.social-responsibility .swiper-button {
  position: relative !important;
  border: 1px solid #c3c3c3;
  top: 0;
  width: 60px;
  height: 60px;
}
.social-responsibility .swiper-button:hover {
  border: 0;
}
.social-responsibility .swiper-button::after {
  content: none;
}
.social-responsibility .swiper-button-prev {
  left: 0;
}
.social-responsibility .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .social-responsibility {
    padding: 100px 0 0;
  }
  .social-responsibility .swiper {
    border-left: 0.4px solid #b6b6b6;
    border-right: 0.4px solid #b6b6b6;
  }
  .social-responsibility .swiper-slide {
    padding: 0 0 100px 0;
    border-left: 0.4px solid #b6b6b6;
  }
  .social-responsibility .swiper-slide-active {
    border-left: none;
  }
  .social-responsibility .swiper-slide::after {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: -15px;
    width: 30px;
    height: 40px;
    background-color: #fafafa;
    background-image: url("/assets/svg/brand-minimal-logo.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .social-responsibility .swiper-slide__content {
    align-items: flex-start;
  }
  .social-responsibility .swiper-slide__title {
    text-align: start;
  }
  .social-responsibility .swiper-slide__date {
    text-align: start;
  }
  .social-responsibility .swiper__buttons {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .social-responsibility .swiper-button-prev {
    left: -30px;
  }
  .social-responsibility .swiper-button-next {
    right: -30px;
  }
}
@media screen and (max-width: 767.99px) {
  .social-responsibility .section-title::before, .social-responsibility .section-title::after {
    content: none;
  }
}
/* Color pallette */
/* cubic-bezier timing functions */
/* Header */
.sustainability {
  padding: 80px 0;
}
.sustainability__bottom {
  padding: 100px 0 0 0;
}
.sustainability__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 40px 0;
}
.sustainability__title h2 {
  color: hsl(0, 0%, 0%);
  font-size: 32px;
  font-size: 2rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-weight: 600;
  letter-spacing: -1.96px;
  text-align: center;
  padding: 0 24px;
}
.sustainability__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.sustainability__desc.-bottom {
  max-width: 700px;
}
.sustainability__desc p {
  color: hsl(0, 0%, 0%);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 39px;
  line-height: 2.4375rem;
  font-weight: 400;
}
.sustainability__desc strong {
  font-weight: 600;
}
.sustainability__cta {
  padding: 60px 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustainability__pulse-button .button::before {
  opacity: 1;
}
.sustainability__pulse-button .button img, .sustainability__pulse-button .button svg {
  filter: unset;
}
.sustainability__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  margin: 35px 0 0 0;
  gap: 50px;
}
.sustainability__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.sustainability__item:nth-child(even) {
  flex-direction: row-reverse;
}
.sustainability__item:nth-child(even) .sustainability__item__content {
  text-align: right;
}
.sustainability__item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.sustainability__item__image {
  display: none;
  width: 50%;
}
.sustainability__item__image.-mobile {
  width: 100%;
  padding: 0;
  display: flex;
}
.sustainability__item__number {
  width: 100%;
  color: #f58220;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -1.32px;
  text-align: center;
  padding: 0 24px;
}
.sustainability__item__title h2 {
  color: hsl(0, 0%, 0%);
  font-size: 32px;
  font-size: 2rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-weight: 600;
  letter-spacing: -1.96px;
  text-align: center;
  padding: 0 24px;
}
.sustainability__item__title h3 {
  color: #f58220;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: -1.48px;
  text-align: center;
  padding: 0 24px;
}
.sustainability__item__text {
  padding: 0 24px;
}
.sustainability__item__text p {
  color: hsl(0, 0%, 0%);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-align: center;
}
.sustainability__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0 0;
  width: 100%;
}
.sustainability__button .button {
  background-color: transparent;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .sustainability__title h2 {
    padding: 0;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
  .sustainability__content {
    gap: 100px;
  }
  .sustainability__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.5px;
    height: 100%;
    background-color: #f58220;
  }
  .sustainability__content::after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: calc(50% - 30px);
    width: 60px;
    height: 52px;
    background: url("/assets/svg/brand-minimal-logo.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sustainability__item:nth-child(even) .sustainability__item__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    width: 28px;
    height: 23px;
    background-image: url("/assets/svg/brand-minimal-logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sustainability__item:nth-child(even) .sustainability__item__image {
    padding: 0 100px 0 0;
  }
  .sustainability__item__content {
    padding: 0 24px;
    width: 50%;
  }
  .sustainability__item__content::after {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 28px;
    height: 23px;
    background-image: url("/assets/svg/brand-minimal-logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sustainability__item__image {
    display: flex;
    padding: 0 0 0 100px;
  }
  .sustainability__item__image.-mobile {
    display: none;
  }
  .sustainability__item__number {
    padding: 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 40px;
    line-height: 2.5rem;
    text-align: inherit;
  }
  .sustainability__item__title h2 {
    padding: 0;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 60px;
    line-height: 3.75rem;
    text-align: inherit;
  }
  .sustainability__item__title h3 {
    padding: 0;
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    text-align: inherit;
  }
  .sustainability__item__text {
    padding: 0;
  }
  .sustainability__item__text p {
    text-align: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .sustainability__item:nth-child(even) .sustainability__item__content {
    padding: 0 200px 0 100px;
  }
  .sustainability__item__content {
    padding: 0 100px 0 200px;
  }
}
.sustainability path {
  stroke-dasharray: var(--dash-offset);
  stroke-dashoffset: var(--dash-offset);
  animation: 3s cubic-bezier(0.17, 0.67, 0.83, 0.67) alternate forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: var(--start-offset);
  }
  to {
    stroke-dashoffset: var(--end-offset);
  }
}

[type=mobile] {
  height: fit-content;
  padding: 3em 0;
}