.home-hr {
  width: 100%;
  max-width: 1270px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  width: 100%;
  max-width: 1100px;
}
.group .swiper-container {
  width: 70%;
  max-width: 1100px;
  height: 100%;
}
.group .swiper-wrapper {
  height: 396px;
}
.group .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.group__title {
  margin: 0 0 30px;
  color: #000000;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 44.8px;
  line-height: 2.8rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
}
.group__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.group__slide__image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 255px;
  height: 360px;
  transform-origin: center center;
  transition: height 0.4s;
}
.group__slide__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  background-image: linear-gradient(to bottom, rgba(26, 25, 28, 0), #000000);
  opacity: 0.7;
  transition: transform 0.4s;
}
.group__slide__image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 255px;
  height: 360px;
  transform-origin: center center;
  object-fit: cover;
  transition: transform 0.4s;
}
.group__slide__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -150px;
  width: 255px;
  height: 150px;
  text-decoration: none;
  transform: translateY(5px);
  transition: transform 0.3s 0s;
}
.group__slide__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.group__slide__content:visited {
  color: #ffffff;
}
.group__slide__name {
  padding: 40px 20px 10px;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: bold;
  text-decoration: none;
}
.group__slide__detail {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.group__slide__detail-icon {
  width: 15px;
  height: 10px;
  transform: rotate(180deg);
}
.group__slide__detail-text {
  padding-left: 5px;
  color: #e22927;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.group .button {
  position: relative;
  top: -230px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50px;
}
.group .button.-production {
  top: -190px;
}
.group .button__next, .group .button__prev {
  top: 65%;
  background-image: url(/assets/svg/slider-arrow.svg);
}
.group .button__next {
  right: -10px;
}
.group .button__prev {
  left: -10px;
}
.group .button__group-part {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 50px;
}
.group .button__group-part.-right {
  justify-content: flex-end;
}
.group .button__group-part__line {
  z-index: 0;
  display: block;
  margin-top: 10px;
  margin-left: 57px;
  width: 40px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  font-weight: bold;
}
.group .button__group-part__line.-right {
  margin-left: 0;
  margin-right: 54px;
}

.swiper-button-lock + .button__group-part__line {
  display: none;
}

@media only screen and (min-width: 400px) {
  .group .button__group-part__line {
    width: 240px;
  }
}

@media only screen and (min-width: 480px) {
  .group .button__next {
    right: 20px;
  }
  .group .button__prev {
    left: 20px;
  }
  .group .button__group-part__line {
    margin-left: 63px;
  }
  .group .button__group-part__line.-right {
    margin-left: 0;
    margin-right: 63px;
  }
}

@media only screen and (min-width: 768px) {
  .group .swiper-container {
    width: 80%;
  }
  .group .button {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .group__slide__detail {
    display: flex;
  }
  .group .button__next {
    right: 70px;
  }
  .group .button__prev {
    left: 70px;
  }
  .group .button__group-part__line {
    margin-left: 113px;
  }
  .group .button__group-part__line.-right {
    margin-left: 0;
    margin-right: 113px;
  }
}

@media only screen and (min-width: 1248px) {
  .group__slide:hover .group__slide__content {
    transform: translateY(-15px);
    transition: transform 0.3s 0.1s;
  }
  .group__slide:hover .group__slide__name {
    color: rgb(229.5, 229.5, 229.5);
    transition: transform 0.3s 0.1s;
  }
  .group__slide:hover .group__slide__detail {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0.1s, visibility 0.1s 0s, transform 0.2s 0.1s;
  }
  .group__slide:hover .group__slide__image {
    transition: height 0.3s;
  }
  .group__slide:hover .group__slide__image:after {
    transform: scale(1.1);
    transition: transform 0.3s;
  }
  .group__slide:hover .group__slide__image-inner {
    transform: scale(1.1);
    transition: transform 0.3s;
  }
  .group .button__next:hover, .group .button__prev:hover {
    background-image: url(/assets/svg/slider-arrow-white.svg);
    background-color: #e22927;
  }
}

@media only screen and (min-width: 1400px) {
  .group__title {
    margin: 0 0 50px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 57.6px;
    line-height: 3.6rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
}

@media (max-width: 1024px) and (min-width: 920px) {
  .group .swiper-wrapper {
    padding: 0 20px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .group__slide__name {
    width: 100%;
  }
}
.hr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.hr__dark {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 60px;
  width: 100%;
  background-color: #1b191c;
}
.hr__dark__name {
  position: relative;
  margin: 0;
  padding: 30px 0;
  color: #faf5f5;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  text-align: center;
}
.hr__dark__name:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 70px;
  width: 120px;
  height: 1px;
  background-color: #e22927;
  color: #e22927;
}
.hr__dark__detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
  text-decoration: none;
}
.hr__dark__detail-icon {
  width: 15px;
  height: 10px;
  transform: rotate(180deg);
}
.hr__dark__detail-text {
  padding-left: 5px;
  color: #e22927;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-transform: uppercase;
}
.hr__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.hr__visual:hover .hr__visual__image {
  transform: scale(1.1);
}
.hr__visual__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: transform 0.3s;
}
.hr__visual__content {
  z-index: 1;
  margin: 0 25px;
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1b191c;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 44.8px;
  line-height: 2.8rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 300;
  text-align: center;
}
.hr__visual__content strong {
  color: #e22927;
  font-weight: normal;
}
.hr__visual__content p {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
@media only screen and (min-width: 920px) {
  .hr {
    flex-direction: row;
    flex-shrink: 2;
  }
  .hr__dark {
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
    flex-shrink: 2;
    height: 360px;
  }
  .hr__dark__name {
    text-align: left;
  }
  .hr__dark__name:before {
    left: 0;
  }
  .hr__visual {
    justify-content: center;
    align-items: flex-start;
    flex-grow: 2;
    flex-shrink: 1;
  }
  .hr__visual__content {
    margin: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 920px) and (-ms-high-contrast: none), only screen and (min-width: 920px) and (-ms-high-contrast: active) {
  .hr__visual__content {
    width: 500px;
  }
}
@media only screen and (min-width: 1248px) {
  .hr__dark__detail:hover {
    border-bottom: 1px solid #e22927;
  }
}
@media only screen and (min-width: 1400px) {
  .hr__dark, .hr__visual {
    height: 500px;
  }
  .hr__dark {
    flex-shrink: 3;
    padding: 90px 120px;
  }
  .hr__dark__name {
    padding: 40px 0 50px;
    width: 200px;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 58px;
    line-height: 3.625rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .hr__visual__content {
    padding: 45px 55px;
  }
  .hr__visual__content p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
}
@media only screen and (min-width: 1400px) and (-ms-high-contrast: none), only screen and (min-width: 1400px) and (-ms-high-contrast: active) {
  .hr__visual__content p {
    width: 400px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hr__dark__name {
    width: 200px;
  }
  .hr__visual__content {
    width: 500px;
  }
}
.main-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 650px;
  width: 100%;
  background-color: #000000;
}
.main-slider .swiper-container {
  padding: 150px 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.main-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.main-slider__visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.main-slider__visual-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.main-slider__visual-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
}
.main-slider__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-slider__content-text {
  position: relative;
  z-index: 9;
  color: #ffffff;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 58px;
  line-height: 3.625rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  text-transform: uppercase;
  text-indent: 12px;
  overflow: hidden;
}
.main-slider .button {
  position: relative;
  top: -60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main-slider .button-part {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}
.main-slider .button-part.-right {
  justify-content: flex-end;
}
.main-slider .button__line {
  position: relative;
  z-index: 9;
  display: block;
  margin-left: 53px;
  width: calc(100% - 83px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: bold;
}
.main-slider .button__line.-right {
  margin-left: 0;
  margin-right: 53px;
}
.main-slider .button__line-number {
  position: absolute;
  top: -10px;
  right: -25px;
  color: #e22927;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
}
.main-slider .button__line-number.-total {
  left: -28px;
  right: auto;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  letter-spacing: 2px;
}
.main-slider .button__next, .main-slider .button__prev {
  background-image: url(/assets/svg/slider-arrow-white.svg);
}
.main-slider .button__next:after, .main-slider .button__prev:after {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 480px) {
  .main-slider .button__line {
    margin-left: 63px;
    width: calc(100% - 93px);
  }
  .main-slider .button__line.-right {
    margin-left: 0;
    margin-right: 63px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-slider .button__line {
    margin-left: 113px;
    width: calc(100% - 143px);
  }
  .main-slider .button__line.-right {
    margin-left: 0;
    margin-right: 113px;
  }
}
@media only screen and (min-width: 1248px) {
  .main-slider .button__next:hover, .main-slider .button__prev:hover {
    background-color: #e22927;
  }
}
@media only screen and (min-width: 1400px) {
  .main-slider {
    height: 800px;
  }
  .main-slider__visual-image, .main-slider__visual-video {
    height: 500px;
  }
  .main-slider__content-text {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 88px;
    line-height: 5.5rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .main-slider .button__line {
    margin-left: 173px;
    width: calc(100% - 213px);
  }
  .main-slider .button__line.-right {
    margin-left: 0;
    margin-right: 173px;
  }
}
.home-news {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #f6f6f6;
}
.home-news__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 60px 50px;
  max-width: 1550px;
  width: 100%;
}
.home-news__button {
  margin-top: 60px;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid #e22927;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.home-news__button:hover {
  background-color: #e22927;
}
.home-news__button:hover .home-news__button-text {
  color: #ffffff;
}
.home-news__button:hover .home-news__button-icon g path {
  fill: #ffffff;
}
.home-news__button-text {
  padding-right: 20px;
  color: #1b191c;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3px;
  transition: color 0.3s;
}
.home-news__button-icon {
  width: 15px;
  height: 10px;
  transform: rotate(180deg);
}
.home-news__button-icon g path {
  fill: #e22927;
  transition: fill 0.3s;
}
.home-news__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.home-news__main__subtitle {
  color: #e22927;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: center;
}
.home-news__main__title {
  margin: 15px 0;
  color: #1b191c;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  text-align: center;
}
.home-news__main__button {
  display: none;
}
.home-news__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-color: #ffffff;
}
.home-news__box:hover .home-news__box__detail {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: opacity 0.1s 0s, visibility 0.1s 0s, transform 0.3s 0.1s;
}
.home-news__box:hover .home-news__box__visual-inner {
  transform: scale(1.2);
  transition: transform 0.3s;
}
.home-news__box__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}
.home-news__box__detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transition: opacity 0.1s 0s, visibility 0.1s 0s, transform 0.3s 0.1s;
}
.home-news__box__detail-icon {
  width: 15px;
  height: 10px;
  transform: rotate(180deg);
}
.home-news__box__detail-text {
  padding-left: 5px;
  color: #e22927;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-news__box__date {
  margin: 11px 0;
  color: #e22927;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3px;
}
.home-news__box__url {
  width: 100%;
  color: #1b191c;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 36.8px;
  line-height: 2.3rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  text-decoration: none;
}
.home-news__box__url::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-news__box__visual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.home-news__box__visual-inner {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: right;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1248px) {
  .home-news__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 90px;
  }
  .home-news__button.-mobile {
    display: none;
  }
  .home-news__main {
    align-items: flex-start;
    height: 100%;
  }
  .home-news__main__title {
    width: 200px;
    text-align: left;
  }
  .home-news__box {
    min-width: 260px;
    width: 260px;
  }
  .home-news__box__date {
    height: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .home-news__container {
    padding: 130px 120px 90px;
  }
  .home-news__main {
    width: 400px;
  }
  .home-news__main__title {
    margin: 32px 0;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 58px;
    line-height: 3.625rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
}
@media only screen and (max-width: 1247px) {
  .home-news__button.-desktop {
    display: none;
  }
  .home-news__box {
    margin: 20px 0;
    max-width: 250px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-news {
    height: 100%;
  }
  .home-news__container {
    height: 100%;
  }
  .home-news__box {
    height: 100%;
  }
  .home-news__box__visual {
    height: 100%;
  }
  .home-news__box__visual-inner {
    height: 100%;
  }
}
.notification {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  height: 165px;
  text-align: left;
  text-decoration: none;
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.68, 0.4, 0.365, 0.25), left 0.6s cubic-bezier(0.68, 0.4, 0.365, 0.25);
  box-shadow: 2px 4px 24px -6px rgba(0, 0, 0, 0.2);
}
.notification-close {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #e22927;
  cursor: pointer;
  transition: background-color 0.3s;
}
.notification-close img {
  width: 14px;
  height: 14px;
}
.notification-close:hover {
  background-color: #e22927;
}
.notification-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.notification-image {
  width: 220px;
  height: 165px;
  background-color: #c6c6c6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.notification-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 30px;
  width: 400px;
}
.notification__title {
  margin: 0 0 5px 0;
  color: #e22927;
  font-size: 16px;
  font-weight: 700;
}
.notification__description {
  margin: 0 0;
  width: 100%;
  color: #363338;
  font-size: 14px;
  line-height: 23px;
}
.notification.-off {
  left: 0;
  transform: translateX(-100%);
}
@media only screen and (max-width: 767px) {
  .notification {
    padding: 20px 40px 20px 20px;
    width: 90%;
    height: auto;
  }
  .notification-image {
    display: flex;
    flex-shrink: 0;
    width: 100px;
    height: 90px;
    margin-right: 15px;
  }
  .notification-content {
    padding: 0 0;
    width: 100%;
  }
  .notification__title {
    font-size: 15px;
  }
  .notification__description {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    word-break: break-word;
  }
}
.sustainability {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #fdfdfd;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.sustainability__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 90px;
  padding: 0 25px;
  width: 100%;
  min-height: 800px;
}
.sustainability__container__name {
  color: #e22927;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: center;
}
.sustainability__container__title {
  margin: 0;
  padding: 15px 0;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  text-align: center;
}
.sustainability__container__desc {
  padding: 5px 0;
  max-width: 770px;
  width: 100%;
  color: #8d8c8d;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 300;
  text-align: center;
}
.sustainability__container__desc p {
  margin: 0;
}
.sustainability__detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
  text-decoration: none;
}
.sustainability__detail-icon {
  width: 15px;
  height: 10px;
  transform: rotate(180deg);
}
.sustainability__detail-text {
  padding-left: 5px;
  color: #e22927;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1248px) {
  .sustainability__detail:hover {
    border-bottom: 1px solid #e22927;
  }
}
@media only screen and (min-width: 1400px) {
  .sustainability__container {
    min-height: 1100px;
  }
  .sustainability__container__name {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .sustainability__container__title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
    line-height: 3.75rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .sustainability__container__desc {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 33px;
    line-height: 2.0625rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
}
@media only screen and (min-width: 1600px) {
  .sustainability__container {
    min-height: 1400px;
  }
}