<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #38363a;
  -webkit-font-smoothing: antialiased;
  /* Test */
  background: #D6D0C6;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.main.-dark {
  background-color: #1A191C;
}

.main.-landing-page {
  background-color: #ffffff;
}

.main.-home .slide__count {
  top: initial;
  top: auto;
  bottom: -113px;
  justify-content: flex-start;
  width: 74px;
}

.main.-home .slide__count::after {
  top: 82px;
  left: 37px;
}

.main.-home .slide__count__num {
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(12, 13, 14, 0.8);
  opacity: 0;
  transition: opacity .4s linear;
}

.overlay.-active {
  display: block;
  opacity: 1;
}

.footer {
  position: relative;
  z-index: 51;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 82px 0;
  background-color: #E8E2D7;
}

.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
  height: 100%;
}

.footer__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 61px;
  width: 100%;
}

.footer__header .logo {
  display: inline-block;
  width: 119px;
}

.footer__search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 21px 0 0 0;
  width: 100%;
}

.footer__search__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.footer__search__input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 62px 0 36px;
  width: 100%;
  min-height: 72px;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
}

.footer__search__input::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  font-weight: 400;
  color: #b7b7b7;
}

.footer__search__input::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  font-weight: 400;
  color: #b7b7b7;
}

.footer__search__input:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  font-weight: 400;
  color: #b7b7b7;
}

.footer__search__input::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  font-weight: 400;
  color: #b7b7b7;
}

.footer__search__input::placeholder {
  /* Firefox, Chrome, Opera */
  font-weight: 400;
  color: #b7b7b7;
}

.footer__search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 400;
  color: #b7b7b7;
}

.footer__search__input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 400;
  color: #b7b7b7;
}

.footer__search__title {
  display: inline-block;
  margin-bottom: 21px;
  width: 100%;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #867e70;
  text-align: center;
  text-transform: uppercase;
}

.footer__search__button {
  position: absolute;
  top: 61px;
  right: 31px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url("/assets/svg/search.svg") center center no-repeat;
  border: 0;
  cursor: pointer;
}

.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 54px 0;
  width: 100%;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.footer__navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.footer__navigation__link {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.36em;
  text-align: center;
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.3s linear;
}

.footer__navigation__link:hover {
  color: #161517;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 34px;
  width: 100%;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}

.footer__copyright__text {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.75em;
  color: #4a4a4a;
}

.footer__copyright .gricreative {
  display: inline-block;
  height: 12px;
}

.footer__social {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}

.footer__social.-landing {
  margin: 0;
}

.footer__social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  width: 34px;
  height: 34px;
  background: #DFD9CE;
}

.footer__social__link.-landing {
  background: #3C3A3D;
}

.footer__social__link.-landing svg {
  fill: #848285;
}

.footer__social__link svg {
  display: inline-block;
  width: 34px;
  height: 34px;
  fill: #736e67;
}

.footer__social__link svg.facebook:hover {
  fill: #3b5998;
}

.footer__social__link svg.twitter:hover {
  fill: #000;
}

.footer__social__link svg.instagram:hover {
  fill: #833ab4;
}

.footer__social__link svg.linkedin:hover {
  fill: #0077b5;
}

.footer__social__link svg.youtube:hover {
  fill: #ff0000;
}

.backtop {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 40px;
  width: 44px;
  height: 44px;
  background-image: url("/assets/image/up-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  cursor: pointer;
}

.backtop--visible {
  visibility: visible;
  opacity: 1;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100vw - 64px);
}

.header .logo {
  display: inline-block;
  margin: 14px 0 0 24px;
  width: 80px;
  height: 80px;
  transition: all .2s linear;
}

.header__aside {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  height: 64px;
}

.header__aside .search-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 64px;
  height: 100%;
  background-color: #ffffff;
}

.header__aside .search-box__content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header__aside .search-box__input {
  display: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0 62px 0 32px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
}

.header__aside .search-box__button {
  position: absolute;
  top: 21px;
  right: 21px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url("/assets/svg/search.svg") center center no-repeat;
  border: 0;
  cursor: pointer;
}

.header__aside .language {
  display: none;
  margin-left: 5px;
  padding-right: 24px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-transform: uppercase;
}

.header__aside .language__wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__aside .language.-hidden {
  display: none;
}

.header__aside .language:hover {
  color: #ffffff;
}

.header__select {
  position: absolute;
  top: 36px;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 120px;
  height: auto;
  padding: 10px 0;
  background-color: #1b191c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

.header__select__active {
  margin-left: 8px;
}

.header__select__wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 140px;
  padding: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5'%3E%3Cpath fill='%23D8D8D8' fill-rule='evenodd' d='M3.5 4.667L0 0h7z' opacity='.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 24px top 50%, 0 0;
  background-size: .65em auto, 100%;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.header__select__wrapper:hover .header__select {
  opacity: 1;
}

.header__select a {
  width: 70%;
  margin: 0 15px;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.header__select a:last-child {
  border: 0;
}

.header__select a:hover {
  color: #e22927;
}

.header__tt-online {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.header__tt-online__icon {
  width: 14px;
  height: 14px;
}

.header__tt-online__text {
  padding-left: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.header__blog {
  margin: 0 20px 0 10px;
}

.header__blog-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.7);
  background-color: #d02927;
  text-decoration: none;
}

.header__blog-icon {
  width: 14px;
  height: 14px;
}

.header__blog-text {
  padding-left: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.header.-sustainability .header__select {
  color: #ffffff;
}

.header.-sustainability .header__select__wrapper {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5'%3E%3Cpath fill='%23D8D8D8' fill-rule='evenodd' d='M3.5 4.667L0 0h7z' opacity='1'/%3E%3C/svg%3E");
  color: #ffffff;
}

.header.-sustainability .header__select a {
  color: #ffffff;
}

.header.-sustainability .header__tt-online {
  color: #ffffff;
}

.header.-sustainability .header__tt-online__text {
  color: #ffffff;
}

.sub-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  background-color: #1b191c;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 300px;
  background: #1b191c;
  background: linear-gradient(180deg, #1b191c 0%, rgba(27, 25, 28, 0) 100%);
}

.sub-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 240px;
  background: #1b191c;
  background: linear-gradient(360deg, #1b191c 0%, rgba(27, 25, 28, 0) 100%);
}

.sub-header .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 240px 24px 0 24px;
  width: 100%;
}

.sub-header.-mini {
  min-height: auto;
  min-height: initial;
}

.sub-header.-mini .container {
  padding: 260px 24px 121px 24px;
  width: 100%;
  height: 100%;
}

.sub-header.-medium {
  min-height: auto;
  min-height: initial;
  max-height: 641px;
  background-color: #141416;
}

.sub-header.-medium .container {
  padding: 260px 0px 250px 0px;
  width: 100%;
  height: 100%;
}

.sub-header.-medium::after, .sub-header.-medium::before {
  content: none;
}

.sub-header.-blog {
  min-height: auto;
  min-height: initial;
  background: #4b4744;
  background: linear-gradient(180deg, #4b4744 0%, #933a36 100%);
}

.sub-header.-blog .container {
  padding: 260px 24px 121px 24px;
  width: 100%;
  height: 100%;
}

.sub-header.-blog::after, .sub-header.-blog::before {
  content: none;
}

.sub-header.-tabs {
  min-height: auto;
  min-height: initial;
  max-height: auto;
  max-height: initial;
  background-color: #141416;
}

.sub-header.-tabs .container {
  padding: 260px 24px 175px 24px;
  width: 100%;
  height: 100%;
}

.sub-header.-tabs::after, .sub-header.-tabs::before {
  content: none;
}

.sub-header.-large {
  padding-bottom: 170px;
  height: initial;
  min-height: 707px;
  background-color: #141416;
}

.sub-header.-large .container {
  padding: 260px 24px 0 0px;
  width: 100%;
  height: 100%;
}

.sub-header.-large::after, .sub-header.-large::before {
  content: none;
}

.sub-header.-double {
  height: initial;
  min-height: 100vh;
  background-color: #141416;
}

.sub-header.-double .container {
  padding: 260px 24px 0 24px;
  width: 100%;
  height: 100%;
}

.sub-header.-double::after, .sub-header.-double::before {
  content: none;
}

.sub-header.-contact {
  padding-bottom: 126px;
}

.sub-header h1 {
  margin: 0;
  padding: 0;
  max-width: 741px;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}

.sub-header h2 {
  margin: 0 0 19px 0;
  font-size: 23px;
  font-weight: 700;
  color: #e22927;
}

.sub-header__desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 37px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #8b8b8b;
}

.sub-header__desc.-link {
  padding: 8px 24px;
  width: auto;
  background-color: #1f1d21;
  text-decoration: none;
}

.sub-header__desc p {
  display: inline-block;
  margin: 0 0 14px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #8b8b8b;
}

.sub-header__desc p:last-child {
  margin: 0;
}

.sub-header__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 40px 0;
  width: 100%;
}

.sub-header__content .sub-header__desc {
  margin: 0;
}

.sub-header__message {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  width: 100%;
}

.sub-header__message-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
}

.sub-header__message img {
  display: inline-block;
  width: 100%;
}

.sub-header__message__name {
  display: inline-block;
  margin: 18px 0;
  font-size: 16px;
  font-style: italic;
  color: #8b8b8b;
}

.sub-header__contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.sub-header__information {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.sub-header__information .sub-header__desc {
  width: 100%;
  max-width: 420px;
}

.sub-header__pages {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
  max-width: 373px;
}

.sub-header__pages__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 45px;
  width: 167px;
  height: 187px;
  border: 1px solid rgba(151, 151, 151, 0.2);
  transition: all 0.3s;
}

.sub-header__pages__link:hover {
  border: 1px solid #ffffff;
}

.sub-header__pages__link:hover::after {
  background-color: #ffffff;
}

.sub-header__pages__link:first-child {
  padding-top: 50px;
}

.sub-header__pages__link::after {
  content: "";
  position: absolute;
  top: 186px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1px;
  height: 175px;
  background-color: rgba(151, 151, 151, 0.2);
  transition: all 0.3s;
}

.sub-header__pages__link.-active {
  border: 1px solid #d02927;
}

.sub-header__pages__link.-active::after {
  background-color: #d02927;
}

.sub-header__pages__link.-active .sub-header__pages__svg {
  fill: #d9d8d9;
}

.sub-header__pages__link__text {
  position: absolute;
  bottom: 32px;
  left: 0;
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}

.sub-header__pages__svg {
  fill: #686569;
}

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 13px;
  width: 100%;
}

.breadcrumb__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.3px;
  text-decoration: none;
  text-transform: uppercase;
  color: #e22927;
}

.breadcrumb__arrow {
  display: inline-block;
  margin: 2px 12px 2px 0;
  width: 13px;
  height: 6px;
  background: url("/assets/svg/back.svg") center center no-repeat;
}

.breadcrumb__arrow.-active {
  display: inline-block;
}

.breadcrumb__arrow.-hidden {
  display: none;
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
}

.nav .burger {
  position: relative;
  z-index: 101;
  display: inline-block;
  width: 64px;
  height: 64px;
  background-color: #d02927;
  cursor: pointer;
}

.nav .burger:hover span.first-bar {
  top: 24px;
}

.nav .burger:hover span.second-bar {
  top: 32px;
  opacity: 1;
}

.nav .burger:hover span.third-bar {
  top: 40px;
}

.nav .burger span {
  position: absolute;
  left: 22px;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  opacity: 1;
  transition: top .3s linear, opacity .2s linear, -webkit-transform .2s linear;
  transition: top .3s linear, opacity .2s linear, transform .2s linear;
  transition: top .3s linear, opacity .2s linear, transform .2s linear, -webkit-transform .2s linear;
}

.nav .burger span.first-bar {
  top: 24px;
}

.nav .burger span.second-bar {
  top: 32px;
}

.nav .burger span.third-bar {
  top: 40px;
}

.nav .burger.-active span.first-bar {
  top: 32px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nav .burger.-active span.second-bar {
  top: 37px;
  opacity: 0;
}

.nav .burger.-active span.third-bar {
  top: 32px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.nav__content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 109px 90px 0 34px;
  width: 100vw;
  height: 100vh;
  background-color: #1E1D20;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.nav__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% / 3);
  min-width: 204px;
  cursor: pointer;
}

.nav__item__link {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 0);
          transform: scale3d(1, 0, 0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  transition-delay: .4s;
  transition: all .2s ease-in-out;
}

.nav__item__link:nth-child(1) {
  transition-delay: .1s;
}

.nav__item__link:nth-child(2) {
  transition-delay: .15s;
}

.nav__item__link:nth-child(3) {
  transition-delay: .2s;
}

.nav__item__link:nth-child(4) {
  transition-delay: .25s;
}

.nav__item__link:nth-child(5) {
  transition-delay: .3s;
}

.nav__item__link:nth-child(6) {
  transition-delay: .35s;
}

.nav__item__link:nth-child(7) {
  transition-delay: .4s;
}

.nav__item__link:nth-child(8) {
  transition-delay: .45s;
}

.nav__item.-oppener {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 109px 90px 0 34px;
  width: 100vw;
  height: 100vh;
  background-color: #1E1D20;
}

.nav__item.-oppener .nav__item__link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.33px;
  text-transform: uppercase;
  color: #777579;
}

.nav__item.-oppener .nav__sub__item {
  display: flex;
}

.nav__item.-oppener .nav__sub__link {
  visibility: visible;
  min-height: 24px;
  max-height: initial;
  margin: 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-delay: .1s;
  transition: all .1s ease-in-out;
}

.nav__item.-oppener .nav__sub__link:nth-child(1) {
  transition-delay: .1s;
}

.nav__item.-oppener .nav__sub__link:nth-child(2) {
  transition-delay: .15s;
}

.nav__item.-oppener .nav__sub__link:nth-child(3) {
  transition-delay: .2s;
}

.nav__item.-oppener .nav__sub__link:nth-child(4) {
  transition-delay: .25s;
}

.nav__item.-oppener .nav__sub__link:nth-child(5) {
  transition-delay: .3s;
}

.nav__item.-oppener .nav__sub__link:nth-child(6) {
  transition-delay: .35s;
}

.nav__item.-oppener .nav__sub__link:nth-child(7) {
  transition-delay: .4s;
}

.nav__item.-oppener .nav__sub__link:nth-child(8) {
  transition-delay: .45s;
}

.nav__item.-oppener .nav__sub__back {
  position: absolute;
  bottom: 90px;
  left: 34px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.17px;
  text-transform: uppercase;
  color: #e22927;
  cursor: pointer;
}

.nav__sub__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.nav__sub__link {
  visibility: hidden;
  display: inline-block;
  margin: 0;
  width: 100%;
  max-height: 0;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  color: #6D6B6F;
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 0);
          transform: scale3d(1, 0, 0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  transition-delay: .1s;
  transition: all .1s ease-in-out;
}

.nav__sub__link:hover {
  color: #ffffff;
}

.nav__sub__link:nth-child(1) {
  transition-delay: .1s;
}

.nav__sub__link:nth-child(2) {
  transition-delay: .15s;
}

.nav__sub__link:nth-child(3) {
  transition-delay: .2s;
}

.nav__sub__link:nth-child(4) {
  transition-delay: .25s;
}

.nav__sub__link:nth-child(5) {
  transition-delay: .3s;
}

.nav__sub__link:nth-child(6) {
  transition-delay: .35s;
}

.nav__sub__link:nth-child(7) {
  transition-delay: .4s;
}

.nav__sub__link:nth-child(8) {
  transition-delay: .45s;
}

.nav__sub__back {
  display: none;
}

.nav__mobile {
  display: none;
}

.nav.-active .nav__content {
  visibility: visible;
  right: 0;
  opacity: 1;
  transition: all .2s ease-in-out;
}

.nav.-active .nav__item__link {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-delay: .2s;
  transition: all .2s ease-in-out;
}

.nav.-active .nav__item__link:nth-child(1) {
  transition-delay: .1s;
}

.nav.-active .nav__item__link:nth-child(2) {
  transition-delay: .15s;
}

.nav.-active .nav__item__link:nth-child(3) {
  transition-delay: .2s;
}

.nav.-active .nav__item__link:nth-child(4) {
  transition-delay: .25s;
}

.nav.-active .nav__item__link:nth-child(5) {
  transition-delay: .3s;
}

.nav.-active .nav__item__link:nth-child(6) {
  transition-delay: .35s;
}

.nav.-active .nav__item__link:nth-child(7) {
  transition-delay: .4s;
}

.nav.-active .nav__item__link:nth-child(8) {
  transition-delay: .45s;
}

.nav.-active .nav__sub__link {
  max-height: 0;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-delay: .1s;
  transition: all .2s ease-in-out;
}

.nav.-active .nav__sub__link:nth-child(1) {
  transition-delay: .1s;
}

.nav.-active .nav__sub__link:nth-child(2) {
  transition-delay: .15s;
}

.nav.-active .nav__sub__link:nth-child(3) {
  transition-delay: .2s;
}

.nav.-active .nav__sub__link:nth-child(4) {
  transition-delay: .25s;
}

.nav.-active .nav__sub__link:nth-child(5) {
  transition-delay: .3s;
}

.nav.-active .nav__sub__link:nth-child(6) {
  transition-delay: .35s;
}

.nav.-active .nav__sub__link:nth-child(7) {
  transition-delay: .4s;
}

.nav.-active .nav__sub__link:nth-child(8) {
  transition-delay: .45s;
}

.nav.-active .nav__item.-oppener .nav__sub__link {
  max-height: initial;
}

.mobile-menu {
  position: fixed;
  width: 100vw;
  overflow: hidden;
}

.section-slide {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 50;
  display: none;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: calc(100vh - 80px);
  background-color: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.section-slide__svg {
  display: inline-block;
  width: 26px;
  height: 376px;
}

.section-slide__svg .st0 {
  fill: none;
  stroke: #3d3b40;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
  cursor: pointer;
}

.section-slide__svg .st1 {
  fill: #3d3b40;
  cursor: pointer;
}

.section-slide__svg .st1.-active {
  fill: #e22927;
}

.section-slide__svg .st11 {
  fill: transparent;
  cursor: pointer;
}

.section-slide__svg .st2 {
  fill: transparent;
}

.section-slide__svg .st2.-active {
  fill: #e22927;
}

.section-slide__svg .st3 {
  fill: none;
  stroke: #e22927;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}

.section-slide__svg .st4 {
  fill: transparent;
}

.section-slide__svg .st4.-active {
  fill: rgba(188, 42, 41, 0.5);
}

.section-slide__svg .st5 {
  fill: rgba(26, 25, 28, 0.7);
}

.slide {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 123px 0 195px 0;
  width: 100%;
  min-height: 100vh;
  background-color: #1B191C;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide:nth-child(odd) .container {
  align-items: flex-end;
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 300px;
  background: #1b191c;
  background: linear-gradient(180deg, #1b191c 0%, rgba(27, 25, 28, 0) 100%);
}

.slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 240px;
  background: #1b191c;
  background: linear-gradient(360deg, #1b191c 0%, rgba(27, 25, 28, 0) 100%);
}

.slide .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
  height: 100%;
}

.slide__count {
  position: absolute;
  top: -191px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  height: 287px;
}

.slide__count::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 25px;
  display: inline-block;
  width: 1px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
}

.slide__count__num {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  padding-left: 6px;
  width: 50px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 6px;
  text-align: center;
  color: #e22927;
}

.slide__count__text {
  display: inline-block;
  margin-bottom: 17px;
  height: 15px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-align: center;
  text-transform: uppercase;
  color: #e22927;
}

.slide__scroll {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  cursor: pointer;
}

.slide__scroll:hover {
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}

.slide__scroll:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}

.slide__scroll svg {
  width: 100%;
  height: 100%;
}

.slide__scroll::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.slide__scroll::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(188, 42, 41, 0.5);
  border-radius: 100%;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.slide__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}

.slide__content__link {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #e22927;
}

.slide h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4em;
  color: #ffffff;
}

.slide p {
  display: inline-block;
  margin: 16px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  color: #8b8b8b;
}

.slide ul {
  display: inline-block;
  margin: 14px 0;
  padding: 0;
  width: 100%;
}

.slide ul li {
  position: relative;
  display: inline-block;
  margin: 6px 0 6px 17px;
  width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  color: #8b8b8b;
  list-style: none;
}

.slide ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  display: inline-block;
  margin: 10px 0 0 0;
  width: 3px;
  height: 13px;
  background-color: #e22927;
}

.slide ul li::after {
  content: "";
  position: absolute;
  top: 22px;
  left: -16px;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}

.slide ul li:last-child::after {
  content: none;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*
	Sustainability
*/
.sustainability {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 0 121px 0;
  width: 100%;
}

.sustainability.-column {
  flex-direction: column;
}

.sustainability .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
}

.sustainability .container.-relative {
  position: relative;
}

.sustainability.-border {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.sustainability.-border:last-child {
  border: 0;
}

.sustainability h2 {
  display: inline-block;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  color: #e22927;
  text-align: left;
}

.sustainability p {
  display: inline-block;
  margin: 0 0 21px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.61em;
  text-align: left;
  color: #4a4a4a;
}

.sustainability img {
  display: inline-block;
  max-width: 100%;
}

.sustainability a {
  color: #e22927;
  text-decoration: underline;
}

.sustainability__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.sustainability__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid rgba(46, 44, 40, 0.2);
  font-size: 18px;
  line-height: 1.67em;
  text-decoration: none;
  text-align: left;
  color: #4a4a4a;
  transition: color 0.2s ease-in-out;
}

.sustainability__link:hover {
  color: #141416;
}

.sustainability__link:last-child {
  border: 0;
}

.sustainability__box {
  display: inline-block;
  margin-bottom: 24px;
  padding: 41px 76px;
  width: 100%;
  background: #DFD9CE;
  box-shadow: 0 5px 20px 0 rgba(133, 126, 114, 0.08);
}

.sustainability__box:last-child {
  margin: 0;
}

.sustainability ul {
  display: inline-block;
  margin: 14px 0;
  padding: 0;
  width: 100%;
}

.sustainability ul li {
  position: relative;
  display: inline-block;
  margin: 6px 0 6px 36px;
  width: auto;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #4a4a4a;
  list-style: none;
}

.sustainability ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -36px;
  display: inline-block;
  margin: 10px 0 0 0;
  width: 3px;
  height: 13px;
  background-color: #e22927;
}

.sustainability ul li::after {
  content: "";
  position: absolute;
  top: 22px;
  left: -35px;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: rgba(46, 44, 40, 0.2);
}

.sustainability ul li:last-child::after {
  content: none;
}

/*

	Image Content

*/
.image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  width: 100%;
}

.image-content .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
}

.image-content.-border {
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

.image-content.-border:last-child {
  border: 0;
}

.image-content.-simple .image-content__text {
  display: none;
}

.image-content.-simple .image-content__article img {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.image-content.-simple:nth-child(even) .image-content__article img {
  margin: 0;
}

.image-content:nth-child(even) .image-content__article {
  flex-direction: column;
}

.image-content:nth-child(even) .image-content__article img {
  margin: 0 0 50px 0;
}

.image-content__article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.image-content__article img {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 50px 0;
  width: 100%;
}

.image-content__text {
  display: inline-block;
  width: 100%;
}

.image-content h2 {
  display: inline-block;
  margin-top: 0;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  color: #e22927;
  text-align: left;
}

.image-content p {
  display: inline-block;
  margin: 0 0 21px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.61em;
  text-align: left;
  color: #4a4a4a;
}

.image-content ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.image-content ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 0;
  width: 100%;
  border-bottom: 1px solid rgba(46, 44, 40, 0.2);
  font-size: 18px;
  line-height: 1.67em;
  text-decoration: none;
  text-align: left;
  color: #4a4a4a;
}

.image-content ul li:last-child {
  border: 0;
}

/*

	File

*/
.file {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 38px;
  width: 100%;
  background: #DFD9CE;
  box-shadow: 0 5px 20px 0 rgba(133, 126, 114, 0.08);
}

.file__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 18px 18px 74px;
  width: 100%;
  min-height: 76px;
  background-image: url("/assets/svg/pdf.svg");
  background-repeat: no-repeat;
  background-position: top 18px left 18px;
  background-size: 40px 40px;
  font-size: 16px;
  font-weight: 700;
  color: #4a4a4a;
  text-decoration: none;
  text-align: left;
}

.file__item:hover {
  text-decoration: underline;
}

.file__item.-pdf {
  background-image: url("/assets/svg/pdf.svg");
}

.file.-single {
  margin-bottom: 24px;
}

/*

	Sub Navigation

*/
.sub-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  background-color: #1E1D20;
}

.sub-navigation .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px;
  width: 100%;
}

.sub-navigation__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 26px;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #bbb2bf;
  transition: background-color 0.2s linear;
}

.sub-navigation__link:hover {
  background-color: #161517;
}

.sub-navigation__link.-active {
  background-color: #161517;
}

/*

	Construction Workers

*/
.construction {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.construction .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
  -webkit-transform: translateY(-123px);
          transform: translateY(-123px);
}

.construction__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 54px;
  padding: 32px 24px;
  width: 100%;
  background: #1E1D20;
}

.construction__item:last-child {
  margin: 0;
}

.construction__title {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #e22927;
}

.construction__content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.construction__image {
  display: inline-block;
  margin: 0 0 24px 0;
}

.construction__image:first-child {
  margin: 0;
}

.construction__image.-right {
  width: 100%;
}

/*

	Menagement

*/
.management-list {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 72px 0;
  width: 100%;
}

.management-list .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 24px;
  width: 100%;
  -webkit-transform: translateY(-193px);
          transform: translateY(-193px);
}

.management-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: space-between;
  margin: 0 0 56px 0;
  padding: 40px 42px;
  width: 100%;
  min-height: calc(100vw + 50px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.management-list__item:hover .management-list__link {
  height: 22px;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-delay: 0.3s;
  transition: all 0.3s ease-in-out;
}

.management-list__item:nth-child(even) {
  margin: 0 0 56px 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.management-list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #181619;
  background: linear-gradient(360deg, #181619 0%, rgba(24, 22, 25, 0) 100%);
}

.management-list__title {
  position: relative;
  z-index: 5;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
  color: #ffffff;
}

.management-list__desc {
  position: relative;
  z-index: 5;
  font-size: 16px;
  text-align: left;
  color: #8b8b8b;
}

.management-list__link {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 5px;
  width: 100%;
  height: 22px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-align: left;
  color: #e22927;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  transition-delay: 0.3s;
  transition: all 0.3s ease-in-out;
}

/*

	Media

*/
.media {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.media .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 40px;
  width: 100%;
  -webkit-transform: translateY(-178px);
          transform: translateY(-178px);
}

.media .container__image {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}

.media.-newsletter .media__content__item {
  padding: 38px;
}

.media__filter {
  position: relative;
  top: initial;
  right: initial;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 50px 0 0;
  width: 100%;
  height: 100%;
}

.media__filter__select {
  display: flex;
  margin: 0 0 24px 0;
  padding: 0 48px 0 24px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  border: 0;
  background-color: #1E1D20;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5'%3E%3Cpath fill='%23D8D8D8' fill-rule='evenodd' d='M3.5 4.667L0 0h7z' opacity='.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 24px top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #bbb2bf;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.media__filter__select:first-child {
  margin-right: 24px;
  min-width: 232px;
}

.media__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}

.media__content__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 25px 50px 25px;
  padding: 56px 40px;
  width: calc(100% - 50px);
  min-height: 313px;
  background: #1E1D20;
  text-decoration: none;
}

.media__content__item__title {
  display: inline-block;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43em;
  text-align: left;
  color: #ffffff;
}

.media__content__item__date {
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-align: left;
  color: #e22927;
}

.media__content__item__cover {
  display: inline-block;
  margin-bottom: 21px;
  width: 100%;
  box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.11);
  flex-shrink: 0;
}

.media__content__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

select::-ms-expand {
  display: none;
}

.search-case__input::-ms-clear,
.footer__search__input::-ms-clear,
.search-box__input::-ms-clear {
  display: none;
}

/*

	Commercial

*/
.commercial {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  width: 100%;
}

.commercial .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 24px;
  width: 100%;
  -webkit-transform: translateY(-260px);
          transform: translateY(-260px);
}

.commercial__box {
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
  background-color: #1E1D20;
}

.commercial__box:nth-child(even) {
  margin-right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.commercial__box:nth-child(odd) {
  margin-left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.commercial__box__image {
  overflow: hidden;
  display: flex;
  margin: 0;
  padding-top: 56.25%;
  width: 100%;
  height: auto;
  max-height: 460px;
  background-color: #1b191c;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.commercial__box__image.-position-center {
  background-position: center center;
}

.commercial__content {
  padding: 40px 32px 37px 32px;
  text-align: left;
}

.commercial__date {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #e22927;
}

.commercial__address {
  position: relative;
  display: inline-block;
  margin-top: 11px;
  padding: 0 0 0 28px;
  width: 100%;
  font-size: 18px;
  line-height: 1.61em;
  text-decoration: none;
  color: #8b8b8b;
}

.commercial__address::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/assets/svg/pin.svg");
}

.commercial__title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43em;
  color: #bbb2bf;
  text-decoration: none;
}

.commercial .video {
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding-top: 56.25%;
  width: 100%;
  height: auto;
  max-height: 460px;
}

.commercial .video__item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/*

	Events

*/
.events {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  width: 100%;
}

.events .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 24px;
  width: 100%;
  -webkit-transform: translateY(-285px);
          transform: translateY(-285px);
}

.events .commercial {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}

.events .commercial__box {
  width: 100%;
}

.events .commercial__box:nth-child(even) {
  margin-left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.events .commercial__box:nth-child(odd) {
  margin-right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*

	Awards

*/
.awards {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(-100vh + 300px);
  padding: 61px 0 121px 0;
  width: 100%;
}

.awards .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
  -webkit-transform: translateY(calc(-100vh + 300px));
          transform: translateY(calc(-100vh + 300px));
}

.awards__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-bottom: 100px;
  width: 100%;
}

.awards__timeline::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(151, 151, 151, 0.2);
}

.awards__timeline h2 {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  color: #e22927;
}

.awards__timeline p {
  position: relative;
  display: flex;
  align-self: flex-end;
  width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  color: #8b8b8b;
  text-align: left;
}

.awards__timeline p:nth-child(odd) {
  align-self: flex-start;
  padding-right: 0;
  padding-left: 80px;
}

.awards__timeline p:nth-child(odd)::after {
  right: initial;
  left: 1px;
}

.awards__timeline p:nth-child(even) {
  padding-left: 80px;
}

.awards__timeline p:nth-child(even)::after {
  left: 1px;
}

.awards__timeline p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 1px;
  background: rgba(151, 151, 151, 0.2);
}

/* 

	Human Resouce

*/
.hr {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 155px 0;
  width: 100%;
  min-height: 100vh;
  background-color: #1b191c;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hr .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hr__people {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 7;
  display: none;
  width: calc(100% - 100px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hr__title {
  display: inline-block;
  width: 100%;
  font-size: 8vw;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.hr__desc {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.74em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.hr__detail {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #e22927;
}

.company-table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}

.company-table th,
.company-table td {
  border: 1px solid gray;
  padding: 10px;
}

.company-table td {
  color: black;
  font-weight: bold;
}

.company-table .title {
  color: gray;
}

.company-table .title-big {
  color: #e22927;
}

.company-table .title__mini {
  color: #e22927;
  text-decoration: underline;
}

.swiper-container {
  width: 100%;
  max-width: 1001px;
  height: auto;
}

.swiper-slide__bg-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: 563px;
}

.swiper-slide__thumbs-image {
  width: auto;
}

.swiper-slide__video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 563px;
}

.swiper-slide__video:hover ~ .play {
  opacity: 1;
  visibility: visible;
}

.play {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
}

.play:hover {
  opacity: 1;
  visibility: visible;
}

.swiper-slide__text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 20px 40px;
  width: 100%;
  min-height: 138px;
  border: 1px solid transparent;
  background-color: #DFD9CE;
  font-size: 18px;
  text-align: left;
}

.swiper-slide__text p {
  margin: 0;
}

.swiper-button-next {
  position: absolute;
  display: none;
  background-image: url(/assets/svg/arrow-right.svg);
}

.swiper-button-next.-textless {
  right: 0;
}

.swiper-button-prev {
  position: absolute;
  display: none;
  background-image: url(/assets/svg/arrow-left.svg);
}

.swiper-button-prev.-textless {
  left: 0;
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 27px 8px;
  top: 30%;
}

.swiper-button-next.-middle,
.swiper-button-prev.-middle {
  top: 50%;
}

.swiper-button-next.-textless,
.swiper-button-prev.-textless {
  display: block;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-pagination-bullet {
  margin: 4px;
}

.swiper-pagination-bullet-active {
  background: #ad2f2e;
}

.play {
  position: absolute;
  top: calc(50% - 65px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-image: url(/assets/svg/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  cursor: pointer;
}

.play.-pause {
  background-image: url(/assets/svg/pause.svg);
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-responsive__iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* Gallery thumbs */

.thumbs-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  height: 200px;
}

.thumbs-slide {
  height: auto;
  opacity: 0.4;
}

.thumbs-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 25px 50px 25px;
  width: calc(100% - 50px);
  min-height: 313px;
  background: #1E1D20;
  text-decoration: none;
}

.box.-full-width {
  width: 100%;
}

.box:not(.-full-width) {
  width: calc(100% - 50px);
}

.box__image img {
  width: 100%;
}

.box__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px;
}

.box__text-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.43em;
  text-align: left;
  color: #ffffff;
}

.box__text-date {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-align: left;
  color: #e22927;
}

/* Sustainability Reports */
.sustainability-reports {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 0 0 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("/assets/image/sustainability-background.png");
}

.sustainability-reports .container {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.sustainability-reports .container__image {
  margin: 15px 0;
  max-width: 100%;
  height: auto;
}

.sustainability-reports__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.sustainability-reports__content__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 20px 40px 20px;
  padding: 38px;
  width: calc(100% - 40px);
  max-height: 570px;
  overflow: hidden;
  background: #04CB9E;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.8s ease-out, -webkit-transform 1s ease-out;
  transition: background-color 0.8s ease-out, transform 1s ease-out;
  transition: background-color 0.8s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

.sustainability-reports__content__item__image {
  padding: 30px 0;
  width: 100%;
  background-color: #ffffff;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  box-shadow: 4px 14px 20px rgba(0, 0, 0, 0.2033);
}

.sustainability-reports__content__item__icon {
  margin: 20px 0;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.sustainability-reports__content__item__title {
  display: inline-block;
  width: 100%;
  color: #FCF4FF;
  font-size: 23px;
  font-weight: 700;
  line-height: 33px;
  text-align: left;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.sustainability-reports__content__item__button {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
  width: 100%;
  height: 64px;
  background: #fff;
  color: #04CB9E;
  line-height: 19px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.sustainability-reports__content__item__button__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 100%;
  border-right: 1px solid rgba(31, 29, 33, 0.2);
}

.sustainability-reports__content__item__button__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 75px);
  height: 100%;
}

/* Sustainability Understanding */
.sustainability-understanding {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 0 0 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("/assets/image/sustainability-background.png");
}

.sustainability-understanding .container {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
}

.sustainability-understanding__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: start;
}

.sustainability-understanding__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #38363A;
}

.sustainability-understanding__title {
  color: #04CB9E;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.sustainability-understanding__video {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  padding: 56.25% 0 0 0;
  width: 100%;
  overflow: hidden;
}

.sustainability-understanding__video__thumb {
  z-index: 2;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sustainability-understanding__video__thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(24, 22, 25, 0.0001) 0%, #181619 100%);
}

.sustainability-understanding__video__thumb.-hide {
  z-index: 0;
  opacity: 0;
  transition: all 1s ease-in;
}

.sustainability-understanding__video__thumb.-hide .sustainability-understanding__video__thumb__icon img {
  transition: all 1s ease-in;
}

.sustainability-understanding__video__thumb__icon {
  position: absolute;
}

.sustainability-understanding__video__thumb__icon img {
  width: 60px;
  height: 60px;
}

.sustainability-understanding__video__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sustainability-understanding__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sustainability Frame */
.sustainability-frame {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("/assets/image/sustainability-background.png");
}

.sustainability-frame .container {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
}

.sustainability-frame__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: start;
}

.sustainability-frame__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #38363A;
}

.sustainability-frame__schema {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  padding: 15px 0;
  width: 100%;
  height: auto;
  background-color: #EEF6F4;
}

.sustainability-frame__schema__content {
  position: relative;
  justify-content: center;
  width: 100%;
  height: auto;
}

.sustainability-frame__schema__content.-desktop {
  display: none;
}

.sustainability-frame__schema__content.-desktop .path {
  opacity: 0;
}

.sustainability-frame__schema__content.-desktop.--animation .path {
  opacity: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 3s ease-in-out alternate forwards;
          animation: dash 3s ease-in-out alternate forwards;
}

.sustainability-frame__schema__content.-desktop.--animation .sustainability-frame__schema__bullets.-green:before {
  -webkit-animation: 1.5s lineProgress linear forwards;
          animation: 1.5s lineProgress linear forwards;
}

.sustainability-frame__schema__content.-desktop.--animation .sustainability-frame__schema__bullets.-green:after {
  -webkit-animation: .5s 1.5s fadein forwards;
          animation: .5s 1.5s fadein forwards;
}

.sustainability-frame__schema__content.-desktop.--animation .sustainability-frame__schema__bullets.-turquoise:before {
  -webkit-animation: 1.5s lineProgress linear forwards;
          animation: 1.5s lineProgress linear forwards;
}

.sustainability-frame__schema__content.-desktop.--animation .sustainability-frame__schema__bullets.-turquoise:after {
  -webkit-animation: .5s 1.5s fadein forwards;
          animation: .5s 1.5s fadein forwards;
}

.sustainability-frame__schema__content.-desktop.--animation .sustainability-frame__schema__bullets.-blue:before {
  -webkit-animation: 1.5s lineProgress linear forwards;
          animation: 1.5s lineProgress linear forwards;
}

.sustainability-frame__schema__content.-desktop.--animation .sustainability-frame__schema__bullets.-blue:after {
  -webkit-animation: .5s 1.5s fadein forwards;
          animation: .5s 1.5s fadein forwards;
}

.sustainability-frame__schema__content.-desktop.--animation .sustainability-frame__schema__bullets ul {
  -webkit-animation: 1.5s 1.5s fadein forwards;
          animation: 1.5s 1.5s fadein forwards;
}

.sustainability-frame__schema__content.-mobile {
  display: flex;
}

.sustainability-frame__schema__circle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 188px;
  border-radius: 50%;
}

.sustainability-frame__schema__circle h2 {
  padding: 0 55px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.sustainability-frame__schema__circle.-center {
  z-index: 1;
  top: 149px;
  width: 222px;
  height: 219px;
  border: 4px solid #edf6f4;
  box-shadow: 0px 0px 0px 0px #ffffff;
  background-color: transparent;
}

.sustainability-frame__schema__circle.-center h2 {
  color: #1F1D20;
  font-size: 21px;
  line-height: 25px;
}

.sustainability-frame__schema__circle.-green {
  top: 0;
  background-color: #04CA9E;
}

.sustainability-frame__schema__circle.-green::before {
  content: "";
  position: absolute;
  bottom: 11px;
  width: 100%;
  height: 100%;
  background: url("/assets/svg/green-circle-piece.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.sustainability-frame__schema__circle.-green svg {
  position: absolute;
  top: 6%;
  right: 7%;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

.sustainability-frame__schema__circle.-turquoise {
  bottom: 0;
  left: 0;
  background-color: #07BEC4;
}

.sustainability-frame__schema__circle.-turquoise::before {
  content: "";
  position: absolute;
  top: 7px;
  width: 100%;
  height: 100%;
  background: url("/assets/svg/turquoise-circle-piece.svg");
  background-repeat: no-repeat;
  background-position: top right;
}

.sustainability-frame__schema__circle.-turquoise svg {
  position: absolute;
  bottom: -14%;
  left: 15%;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

.sustainability-frame__schema__circle.-blue {
  right: 0;
  bottom: 0;
  background-color: #1461CD;
}

.sustainability-frame__schema__circle.-blue::before {
  content: "";
  position: absolute;
  top: 7px;
  width: 100%;
  height: 100%;
  background: url("/assets/svg/blue-circle-piece.svg");
  background-repeat: no-repeat;
  background-position: top left;
}

.sustainability-frame__schema__circle.-blue svg {
  position: absolute;
  bottom: 9%;
  -webkit-transform: rotate(121deg);
          transform: rotate(121deg);
  right: 0%;
}

.sustainability-frame__schema__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 188px;
  color: #38363A;
  font-size: 16px;
  line-height: 30px;
  text-align: start;
}

.sustainability-frame__schema__bullets.-green {
  position: absolute;
  justify-content: flex-start;
  right: 0;
  margin: 0 -278px 0 0;
}

.sustainability-frame__schema__bullets.-green li::marker {
  color: #04CA9E;
}

.sustainability-frame__schema__bullets.-green::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -121px;
  height: 2px;
  background-color: #04CA9E;
}

.sustainability-frame__schema__bullets.-green::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 47%;
  left: -11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #04CA9E;
}

.sustainability-frame__schema__bullets.-turquoise {
  position: absolute;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  margin: 0 0 0 -458px;
}

.sustainability-frame__schema__bullets.-turquoise li::marker {
  color: #07BEC4;
}

.sustainability-frame__schema__bullets.-turquoise::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -158px;
  height: 2px;
  background-color: #07BEC4;
}

.sustainability-frame__schema__bullets.-turquoise::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 47%;
  right: -48px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #07BEC4;
}

.sustainability-frame__schema__bullets.-blue {
  position: absolute;
  justify-content: flex-start;
  right: 0;
  bottom: 0;
  margin: 0 -421px 0 0;
}

.sustainability-frame__schema__bullets.-blue li::marker {
  color: #1461CD;
}

.sustainability-frame__schema__bullets.-blue::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -121px;
  height: 2px;
  background-color: #1461CD;
}

.sustainability-frame__schema__bullets.-blue::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 47%;
  left: -11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1461CD;
}

.sustainability-frame__schema__bullets ul {
  opacity: 0;
}

.sustainability-frame__schema__title {
  width: 100%;
  color: #1F1D20;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.sustainability-frame__schema__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  width: 100%;
}

.sustainability-frame__schema__card {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: start;
}

.sustainability-frame__schema__card h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.sustainability-frame__schema__card.-green {
  background-color: rgba(4, 202, 158, 0.8);
}

.sustainability-frame__schema__card.-turquoise {
  background-color: rgba(7, 190, 196, 0.8);
}

.sustainability-frame__schema__card.-blue {
  background-color: rgba(20, 97, 205, 0.8);
}

.sustainability-frame__schema__card__bullets {
  color: #38363A;
  font-size: 16px;
  line-height: 30px;
  text-align: start;
}

.sustainability-frame__schema__card__bullets ul {
  padding: 0 0 0 20px;
}

/* Sustainability Frame */
.sustainability-goals {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0 0 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("/assets/image/sustainability-background.png");
}

.sustainability-goals .container {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
}

.sustainability-goals__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: start;
}

.sustainability-goals__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #38363A;
}

.sustainability-goals__schema {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
  padding: 30px 0;
  width: 100%;
  height: auto;
  background-color: #EEF6F4;
}

.sustainability-goals__schema__content {
  display: none;
  position: relative;
  justify-content: center;
  width: 100%;
  height: auto;
}

.sustainability-goals__schema__content.-mobile {
  display: flex;
}

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

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

.sustainability-goals__schema__item__circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10.5px 0;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #E6E7E8;
}

.sustainability-goals__schema__item__circle::before {
  content: "";
  position: absolute;
  right: 3%;
  top: 3%;
  background: url("/assets/svg/circle-shadow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  width: 140px;
  height: 140px;
}

.sustainability-goals__schema__item__circle::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 140px;
}

.sustainability-goals__schema__item__title {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.sustainability-goals__schema__item__title p {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.sustainability-goals__schema__item__arrow {
  position: absolute;
  top: 0;
  height: 0;
  overflow: hidden;
}

.sustainability-goals__schema__item__arrow.-first {
  top: -10%;
  bottom: 0;
  left: 60%;
}

.sustainability-goals__schema__item__arrow.-left {
  right: 85%;
}

.sustainability-goals__schema__item__arrow.-right {
  left: 85%;
}

.sustainability-goals__schema__item.--animation .sustainability-goals__schema__item__arrow.-first {
  -webkit-animation: .5s .2s drawArrowFirst linear forwards;
          animation: .5s .2s drawArrowFirst linear forwards;
}

.sustainability-goals__schema__item.--animation .sustainability-goals__schema__item__arrow {
  -webkit-animation: .5s .2s drawArrow linear forwards;
          animation: .5s .2s drawArrow linear forwards;
}

.sustainability-goals__schema__item.--animation .sustainability-goals__schema__item__text {
  -webkit-animation: 1.5s fadein forwards;
          animation: 1.5s fadein forwards;
}

.sustainability-goals__schema__item__text {
  opacity: 0;
  margin: 0 40px;
  width: 100%;
  max-width: 450px;
  text-align: start;
}

.sustainability-goals__schema__item__text img {
  width: 30px;
}

.sustainability-goals__schema__item__text.-left {
  display: none;
}

.sustainability-goals__schema__item__text p {
  margin: 0;
  color: #38363A;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.sustainability-goals__schema__item__text p strong {
  font-size: 22px;
  font-weight: 800;
}

.sustainability-goals__schema__item:nth-child(6n) .sustainability-goals__schema__item__circle::after {
  left: 25%;
  background: url("/assets/svg/dotted-5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.sustainability-goals__schema__item:nth-child(6n+1) .sustainability-goals__schema__item__circle::after {
  right: 25%;
  background: url("/assets/svg/dotted-6.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.sustainability-goals__schema__item:nth-child(6n+2) .sustainability-goals__schema__item__circle::after {
  left: 25%;
  background: url("/assets/svg/dotted-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.sustainability-goals__schema__item:nth-child(6n+3) .sustainability-goals__schema__item__circle::after {
  right: 25%;
  background: url("/assets/svg/dotted-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.sustainability-goals__schema__item:nth-child(6n+4) .sustainability-goals__schema__item__circle::after {
  left: 25%;
  background: url("/assets/svg/dotted-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.sustainability-goals__schema__item:nth-child(6n+5) .sustainability-goals__schema__item__circle::after {
  right: 25%;
  background: url("/assets/svg/dotted-4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.sustainability-goals__schema__item:nth-child(1) .sustainability-goals__schema__item__circle::after {
  right: 25%;
  background: url("/assets/svg/dotted-first.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.sustainability-goals__schema__item:nth-child(2n) .sustainability-goals__schema__item__content {
  flex-direction: row;
}

.sustainability-goals__schema__item:nth-child(2n) .sustainability-goals__schema__item__text {
  text-align: start;
}

.sustainability-goals__schema__item.-green .sustainability-goals__schema__item__title {
  background-color: #04CA9E;
}

.sustainability-goals__schema__item.-green .sustainability-goals__schema__item__text strong {
  color: #04CA9E !important;
}

.sustainability-goals__schema__item.-turquoise .sustainability-goals__schema__item__title {
  background-color: #07BEC4;
}

.sustainability-goals__schema__item.-turquoise .sustainability-goals__schema__item__text strong {
  color: #07BEC4 !important;
}

.sustainability-goals__schema__item.-blue .sustainability-goals__schema__item__title {
  background-color: #1461CD;
}

.sustainability-goals__schema__item.-blue .sustainability-goals__schema__item__text strong {
  color: #1461CD !important;
}

.sustainability-goals__schema__card {
  margin: 10px 0;
  padding: 25px;
  width: 100%;
}

.sustainability-goals__schema__card__title {
  padding: 0 0 15px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 41px;
  text-align: start;
}

.sustainability-goals__schema__card__text {
  display: flex;
  align-items: center;
}

.sustainability-goals__schema__card__text img {
  margin: 0 20px 0 0;
  width: 40px;
}

.sustainability-goals__schema__card__text p {
  margin: 0;
  color: #38363A;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: start;
}

.sustainability-goals__schema__card__text p strong {
  color: #ffffff !important;
  font-size: 18px;
}

.sustainability-goals__schema__card.-green {
  background-color: #04CA9E;
}

.sustainability-goals__schema__card.-turquoise {
  background-color: #07BEC4;
}

.sustainability-goals__schema__card.-blue {
  background-color: #1461CD;
}

@-webkit-keyframes lineProgress {
  from {
    width: 0px;
  }
  to {
    width: 110px;
  }
}

@keyframes lineProgress {
  from {
    width: 0px;
  }
  to {
    width: 110px;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes drawArrow {
  to {
    height: 100%;
  }
}

@keyframes drawArrow {
  to {
    height: 100%;
  }
}

@-webkit-keyframes drawArrowFirst {
  to {
    height: 178px;
  }
}

@keyframes drawArrowFirst {
  to {
    height: 178px;
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.imagebox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.imagebox .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
  -webkit-transform: translateY(-123px);
          transform: translateY(-123px);
}

.imagebox__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 54px;
  width: 100%;
  height: 100%;
  min-height: 343px;
  background: #1E1D20;
}

.imagebox__item.-reverse {
  min-height: 180px;
}

.imagebox__item.-reverse .imagebox__image {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.imagebox__item.-reverse .imagebox__detail {
  height: 35px;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.imagebox__item.-reverse .imagebox__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 33px 44px 33px;
  width: 100%;
  height: 100%;
  min-height: initial;
}

.imagebox__item.-reverse .imagebox__content:hover .imagebox__detail {
  height: 35px;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-delay: .3s;
  transition: all .3s ease-in-out;
}

.imagebox__item.-reverse .imagebox__content__title {
  font-size: 24px;
}

.imagebox__item:last-child {
  margin: 0;
}

.imagebox__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 33px 44px 33px;
  width: 100%;
  height: 100%;
  min-height: initial;
}

.imagebox__content h2 {
  display: inline-block;
  margin: 0;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
  color: #ffffff;
}

.imagebox__content:hover .imagebox__desc {
  max-height: 60px;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-delay: .3s;
  transition: all .3s ease-in-out;
}

.imagebox__content:hover .imagebox__detail {
  height: 55px;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-delay: .3s;
  transition: all .3s ease-in-out;
}

.imagebox__desc {
  display: inline-block;
  width: 100%;
  max-height: initial;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #8b8b8b;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  transition-delay: .3s;
  transition: all .3s ease-in-out;
}

.imagebox__detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: initial;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-align: left;
  color: #e22927;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  transition-delay: .3s;
  transition: all .3s ease-in-out;
}

.imagebox__image {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 343px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-banner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background-color: #1B191C;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 300px;
  background: #1b191c;
  background: linear-gradient(180deg, #1b191c 0%, rgba(27, 25, 28, 0) 100%);
}

.hero-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 240px;
  background: #1b191c;
  background: linear-gradient(360deg, #1b191c 0%, rgba(27, 25, 28, 0) 100%);
}

.hero-banner .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.hero-banner .container h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  font-size: 10vw;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-banner .container h1 span {
  margin: 0;
}

.hero-banner__title {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 8px 0;
  height: auto;
  text-indent: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.hero-banner__title:nth-child(2) .hero-banner__title__separator {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.hero-banner__title__separator {
  display: inline-block;
  width: 100%;
  height: 1px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: scales;
          animation-name: scales;
}

.hero-banner__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: left 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hero-banner__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;
}

.hero-banner__notification-close img {
  width: 14px;
  height: 14px;
}

.hero-banner__notification-close:hover {
  background-color: #d02927;
}

.hero-banner__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%;
}

.hero-banner__notification-image {
  width: 220px;
  height: 165px;
  background-color: #c6c6c6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-banner__notification-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 30px;
  width: 400px;
}

.hero-banner__notification__title {
  margin: 0 0 5px 0;
  color: #e22927;
  font-size: 16px;
  font-weight: 700;
}

.hero-banner__notification__description {
  margin: 0 0;
  color: #38363a;
  font-size: 14px;
  line-height: 23px;
}

.hero-banner__notification.-off {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.hero-animate {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 30.75vw;
  height: 120px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.hero-animate span {
  position: absolute;
  display: inline-block;
  background-color: #e22927;
}

.hero-animate__item-one {
  bottom: -15px;
  left: 0;
  width: 1px;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: lineheight;
          animation-name: lineheight;
}

.hero-animate__item-two {
  bottom: calc(50% - 15px);
  left: 0;
  height: 1px;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: linewidth;
          animation-name: linewidth;
}

.hero-animate__item-tree {
  bottom: 46px;
  right: 0;
  width: 1px;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: lineheight;
          animation-name: lineheight;
}

.promotion-film {
  position: initial;
  bottom: initial;
  left: initial;
  padding: 13px 20px;
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(151, 151, 151, 0.2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 7.2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition: background-color .4s ease-in-out, color .5s ease-in-out;
}

.promotion-film:hover {
  background-color: #ffffff;
  color: #1A191C;
}

.promotion-film::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -82px;
  display: inline-block;
  width: 81px;
  height: 1px;
  background-color: rgba(151, 151, 151, 0.2);
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

@-webkit-keyframes linewidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes linewidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes lineheight {
  0% {
    height: 0;
  }
  100% {
    height: 50%;
  }
}

@keyframes lineheight {
  0% {
    height: 0;
  }
  100% {
    height: 50%;
  }
}

@-webkit-keyframes scales {
  0% {
    margin-top: 5vw;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes scales {
  0% {
    margin-top: 5vw;
  }
  100% {
    margin-top: 0;
  }
}

.with-numbers {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 148px 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #1B191C;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.with-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 300px;
  background: #1b191c;
  background: linear-gradient(180deg, #1b191c 0%, rgba(27, 25, 28, 0) 100%);
}

.with-numbers::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 240px;
  background: #1b191c;
  background: linear-gradient(360deg, #1b191c 0%, rgba(27, 25, 28, 0) 100%);
}

.with-numbers__title {
  display: inline-block;
  margin-bottom: 51px;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.with-numbers__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  height: 100%;
}

.with-numbers__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  border-radius: 100%;
  border: 1px solid #e22927;
}

.with-numbers__item.-first {
  width: 80vw;
  max-width: 266px;
  height: 80vw;
  max-height: 266px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.with-numbers__item.-first::after {
  content: initial;
  position: absolute;
  bottom: 2px;
  right: 14px;
  width: 4px;
  height: 20px;
  background-color: rgba(151, 151, 151, 0.2);
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.with-numbers__item.-second {
  width: 80vw;
  max-width: 266px;
  height: 80vw;
  max-height: 266px;
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
}

.with-numbers__item.-second::after {
  content: initial;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 4px;
  height: 34px;
  background-color: rgba(151, 151, 151, 0.2);
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

.with-numbers__item.-third {
  width: 80vw;
  max-width: 266px;
  height: 80vw;
  max-height: 266px;
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
}

.with-numbers__item.-third::after {
  content: initial;
  position: absolute;
  bottom: 29px;
  right: -2px;
  width: 4px;
  height: 34px;
  background-color: rgba(151, 151, 151, 0.2);
  -webkit-transform: rotate(-235deg);
          transform: rotate(-235deg);
}

.with-numbers__item.-fourth {
  width: 80vw;
  max-width: 266px;
  height: 80vw;
  max-height: 266px;
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
}

.with-numbers__item__num {
  display: inline-block;
  font-size: 58px;
  font-weight: 600;
  color: #ffffff;
}

.with-numbers__item__num.-small {
  font-size: 38px;
}

.with-numbers__item__text {
  display: inline-block;
  width: 80%;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.73em;
  letter-spacing: 1.83px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.group-company {
  position: relative;
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 155px 0;
  width: 100%;
  min-height: 100vh;
  background-color: #1b191c;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.group-company .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 24px;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.group-company .container.-active .group-company__box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.group-company .container.-active .group-company__box::before {
  width: 0;
}

.group-company__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 24px;
  width: calc(100vw - 48px);
  max-width: initial;
  height: calc(100vw - 48px);
  max-height: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translateY(160px);
          transform: translateY(160px);
  transition: opacity 1.6s linear, -webkit-transform 1.4s ease-in-out;
  transition: transform 1.4s ease-in-out, opacity 1.6s linear;
  transition: transform 1.4s ease-in-out, opacity 1.6s linear, -webkit-transform 1.4s ease-in-out;
}

.group-company__box:nth-child(2) {
  transition: opacity 1.6s linear, -webkit-transform 1.8s ease-in-out;
  transition: transform 1.8s ease-in-out, opacity 1.6s linear;
  transition: transform 1.8s ease-in-out, opacity 1.6s linear, -webkit-transform 1.8s ease-in-out;
}

.group-company__box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: #171619;
  transition-delay: 0.8s;
  transition: width 1.2s ease-in-out;
}

.group-company__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 240px;
  background: #1b191c;
  background: linear-gradient(360deg, #1b191c 0%, rgba(27, 25, 28, 0) 100%);
}

.group-company__box__content {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.group-company__box__content .slide__scroll {
  background: rgba(27, 25, 28, 0.5);
}

.group-company__box__content .slide__scroll::after&nbsp; {
  border: 1px solid #bc2a29;
}

.group-company__box__title {
  display: inline-block;
  margin-bottom: 18px;
  width: 100%;
  font-size: 8vw;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.companys {
  display: none;
}

.companys.-active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  background-color: #1b191c;
}

.companys.-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -90px;
  z-index: 150;
  width: 90px;
  height: 100vh;
  background: rgba(26, 25, 28, 0.9);
}

.companys__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.companys__close img {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.companys__image {
  display: none;
  width: 50%;
  height: 100%;
  background-color: #1b191c;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.companys__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.companys__content__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 72px;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(46, 44, 40, 0.6);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  color: #e22927;
}

.companys__list {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: calc(100vh - 80px);
}

.companys__list__link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 42px;
  width: 100%;
  min-height: 90px;
  border-bottom: 1px solid rgba(46, 44, 40, 0.6);
  font-size: 5vw;
  font-weight: 300;
  text-decoration: none;
  text-align: left;
  color: #777579;
  transition-duration: 0.4s;
}

.companys__list__link:hover&nbsp; {
  color: #fff;
  background-color: #19171a;
}

.companys__list__link:after {
  content: url(/assets/svg/menu-arrow.svg);
  position: absolute;
  right: 30px;
  display: none;
}

.companys__list__link:hover::after {
  display: inline-block;
  -webkit-animation: arrow 0.4s linear;
          animation: arrow 0.4s linear;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    right: 50px;
  }
  50% {
    opacity: 0.5;
    right: 40px;
  }
  100% {
    opacity: 1;
    right: 30px;
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    right: 50px;
  }
  50% {
    opacity: 0.5;
    right: 40px;
  }
  100% {
    opacity: 1;
    right: 30px;
  }
}

.companys__list__link:last-child {
  border-bottom: 0;
}

.news {
  position: relative;
  z-index: 7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 155px 0;
  width: 100%;
  min-height: 100vh;
  background-color: #1b191c;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.news .container.-active .news__box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.news .container.-active .news__box::before {
  width: 0;
}

.news__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 40px 12px;
  padding: 48px 32px;
  width: 100%;
  max-width: 408px;
  height: 408px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translateY(160px);
          transform: translateY(160px);
  transition: opacity 1.8s ease-out, -webkit-transform 1.4s ease-out;
  transition: transform 1.4s ease-out, opacity 1.8s ease-out;
  transition: transform 1.4s ease-out, opacity 1.8s ease-out, -webkit-transform 1.4s ease-out;
}

.news__box:nth-child(2) {
  transition: opacity 1.8s ease-out, -webkit-transform 1.8s ease-out;
  transition: transform 1.8s ease-out, opacity 1.8s ease-out;
  transition: transform 1.8s ease-out, opacity 1.8s ease-out, -webkit-transform 1.8s ease-out;
}

.news__box:nth-child(3) {
  transition: opacity 1.8s ease-out, -webkit-transform 2.2s ease-out;
  transition: transform 2.2s ease-out, opacity 1.8s ease-out;
  transition: transform 2.2s ease-out, opacity 1.8s ease-out, -webkit-transform 2.2s ease-out;
}

.news__box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: #171619;
  transition-delay: 1.2s;
  transition: width 1.4s ease-out;
}

.news__box:hover .news__box__link {
  height: 30px;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-delay: 0.4s;
  transition: all 0.4s ease-in-out;
}

.news__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #1b191c;
  background: linear-gradient(360deg, #1b191c 0%, rgba(27, 25, 28, 0) 100%);
}

.news__box__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.news__box__title {
  display: inline-block;
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.43em;
  text-align: left;
  color: #ffffff;
}

.news__box__link {
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #e22927;
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 0);
          transform: scale3d(1, 0, 0);
  transition-delay: 0.4s;
  transition: all 0.4s ease-in-out;
}

.news__box__date {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 3.5px;
  color: #e22927;
}

.news.-media {
  padding: 0;
  min-height: initial;
}

.news.-media .container {
  -webkit-transform: translateY(-123px);
          transform: translateY(-123px);
  flex-wrap: wrap;
}

.news.-media .container .news__box {
  width: 100%;
  min-width: 270px;
}

.news__title {
  display: inline-block;
  margin-bottom: 37px;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.news__link {
  display: inline-block;
  width: 100%;
  height: 30px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
}

.home-sustainability {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 155px 0;
  width: 100%;
  min-height: 100vh;
  background-color: #1B191C;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-sustainability .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.home-sustainability__title {
  display: inline-block;
  width: 100%;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.home-sustainability__desc {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.74em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.home-sustainability__detail {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 6.6px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #e22927;
}

.home-sustainability__image {
  display: inline-block;
  width: 100%;
}

.contact {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  width: 100%;
}

.contact .container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
}

.contact__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  width: 100%;
}

.contact__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.contact__company {
  display: inline-block;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  text-align: left;
  color: #e22927;
}

.contact__office {
  display: inline-block;
  margin-bottom: 22px;
  width: 100%;
  font-size: 23px;
  text-align: left;
  color: #e22927;
}

.contact__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px 0;
  width: 100%;
}

.contact__label {
  display: inline-block;
  width: 103px;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #8b8b8b;
}

.contact__text {
  display: inline-block;
  width: 100%;
  max-width: 325px;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #8b8b8b;
}

.contact__image {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.contact__map {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding-left: 22px;
  width: 100%;
  max-height: 100%;
  font-size: 14px;
  font-weight: 800;
  color: #d02927;
  text-decoration: none;
  text-align: left;
}

.contact__map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/assets/svg/pin.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.branches {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
}

.branches h2 {
  display: inline-block;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  text-align: left;
  color: #e22927;
}

.branches__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.branches__box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 56px;
  padding: 29px;
  width: 100%;
  max-width: 100%;
  background-color: #DFD9CE;
}

.branches__box__title {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #e22927;
}

.branches__box .contact__label, .branches__box .contact__text {
  font-size: 16px;
  line-height: 1.56em;
  color: #38363a;
}

.contact-form {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  background-color: #1B191C;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-form .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 180px 24px 0 24px;
  width: 100%;
  min-height: 500px;
}

.form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 80px;
  padding: 44px 35px 86px 24px;
  width: 100%;
  background: #1E1D20;
}

.form h2 {
  display: inline-block;
  margin: 0;
  width: 100%;
  font-size: 44px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}

.form__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 0;
  width: 100%;
}

.form__content__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 29px;
  width: 100%;
}

.form__content__item:first-child {
  margin-top: 0;
}

.form__content__item.-wide {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
}

.form__content__item.-invalid .form__content__item__input {
  border: 1px solid #e22927;
}

.form__content__item.-invalid .form__content__item__textarea {
  border: 1px solid #e22927;
}

.form__content__item.-invalid .form__content__item__select {
  border: 1px solid #e22927;
}

.form__content__item.-invalid .form__content__item__requirement {
  opacity: 1;
}

.form__content__item__requirement {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 18px;
  width: 100%;
  height: 24px;
  background-color: #e22927;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0;
}

.form__content__item__controller {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 48px 0 0 0;
  width: 100%;
}

.form__content__item__label {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-align: left;
  color: #8b8b8b;
}

.form__content__item__input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 12px 0 0 0;
  padding: 0 28px;
  width: 100%;
  height: 80px;
  background-color: #171619;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  color: #9a9a9a;
}

.form__content__item__textarea {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 12px 0 0 0;
  padding: 28px;
  width: 100%;
  height: 135px;
  background-color: #171619;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  color: #9a9a9a;
  resize: none;
}

.form__content__item__select {
  display: flex;
  margin: 12px 0 0 0;
  padding: 0 48px 0 24px;
  width: 100%;
  max-width: 100%;
  height: 80px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #171619;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5'%3E%3Cpath fill='%23D8D8D8' fill-rule='evenodd' d='M3.5 4.667L0 0h7z' opacity='.7'/%3E%3C/svg%3E");
  background-repeat: no-repeat,repeat;
  background-position: right 24px top 50%,0 0;
  background-size: .65em auto,100%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #bbb2bf;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form__content__item__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 72px;
  background-color: #e22927;
  border: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.68px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.form__result {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 24px 0;
  padding: 36px 24px 66px 24px;
  width: 100%;
  height: 286px;
  border: 2px solid rgba(151, 151, 151, 0.2);
}

.form__result__text {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.form__result.-success {
  background-image: url("/assets/svg/success.svg");
  background-repeat: no-repeat,repeat;
  background-position: right 50% top 30%,0 0;
  background-size: 80px auto,100%;
}

.form__result.-success .form__result__text {
  color: #538042;
}

.form__result.-error {
  background-image: url("/assets/svg/reject.svg");
  background-repeat: no-repeat,repeat;
  background-position: right 50% top 30%,0 0;
  background-size: 80px auto,100%;
}

.form__result.-error .form__result__text {
  color: #d02927;
}

.form input[type="submit"]:disabled {
  background: #38363a;
}

.notfound {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #1B191C;
}

.notfound .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  min-height: 100vh;
}

.notfound h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 25vw;
  font-weight: 300;
  color: #ffffff;
}

.notfound__desc {
  display: inline-block;
  padding-top: 33px;
  width: 100%;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  font-size: 4vw;
  font-weight: 400;
  color: #ffffff;
}

.page-navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  background-color: #ad2f2e;
}

.page-navigation__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 30px;
  width: 100%;
  height: 100%;
}

.page-navigation__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  text-align: left;
}

.page-navigation__subtitle {
  margin: 0 0 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.33px;
  opacity: 0.7;
  text-transform: uppercase;
}

.page-navigation__title {
  color: #ffffff;
  font-weight: 700;
}

.page-navigation__icon {
  width: 40px;
  height: auto;
}

.page-navigation.-second {
  min-height: 120px;
  height: auto;
  padding: 20px 0;
}

.page-navigation.-second .page-navigation__content {
  align-items: center;
  padding: 0 30px;
}

.page-navigation.-second .page-navigation__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.page-navigation.-second .page-navigation__item.-prev {
  text-align: left;
}

.page-navigation.-second .page-navigation__item.-prev .page-navigation__item-arrow {
  margin-right: 15px;
}

.page-navigation.-second .page-navigation__item.-next {
  justify-content: flex-end;
  text-align: right;
}

.page-navigation.-second .page-navigation__item.-next .page-navigation__item-arrow {
  margin-left: 15px;
}

.page-navigation.-second .page-navigation__item a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.page-navigation.-second .page-navigation__item-arrow {
  width: 40px;
  height: auto;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.page-navigation.-second .page-navigation__item-text {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.page-navigation.-second .page-navigation__item:hover.-prev .page-navigation__item-arrow {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.page-navigation.-second .page-navigation__item:hover.-next .page-navigation__item-arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.sustainability-sub-header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 340px;
  padding: 20px 0;
  background-color: #151416;
}

.sustainability-sub-header__content {
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 300px;
}

.sustainability-sub-header__content .sub-header__desc {
  margin: 0;
}

.sustainability-sub-header__content .container {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 200px 24px 0 24px;
}

.sustainability-sub-header__content.-mini {
  min-height: auto;
  min-height: initial;
}

.sustainability-sub-header__content.-mini .container {
  padding: 260px 24px 121px 24px;
  width: 100%;
  height: 100%;
}

.sustainability-sub-header__content.-medium {
  min-height: auto;
  min-height: initial;
  max-height: 641px;
  background-color: #141416;
}

.sustainability-sub-header__content.-medium .container {
  padding: 260px 0px 250px 0px;
  width: 100%;
  height: 100%;
}

.sustainability-sub-header__content.-medium::after, .sustainability-sub-header__content.-medium::before {
  content: none;
}

.sustainability-sub-header__content.-blog {
  min-height: auto;
  min-height: initial;
  background: #4b4744;
  background: linear-gradient(180deg, #4b4744 0%, #933a36 100%);
}

.sustainability-sub-header__content.-blog .container {
  padding: 260px 24px 121px 24px;
  width: 100%;
  height: 100%;
}

.sustainability-sub-header__content.-blog::after, .sustainability-sub-header__content.-blog::before {
  content: none;
}

.sustainability-sub-header__content.-tabs {
  min-height: auto;
  min-height: initial;
  max-height: auto;
  max-height: initial;
  background-color: #141416;
}

.sustainability-sub-header__content.-tabs .container {
  padding: 260px 24px 175px 24px;
  width: 100%;
  height: 100%;
}

.sustainability-sub-header__content.-tabs::after, .sustainability-sub-header__content.-tabs::before {
  content: none;
}

.sustainability-sub-header__content.-large {
  padding-bottom: 170px;
  height: initial;
  min-height: 707px;
  background-color: #141416;
}

.sustainability-sub-header__content.-large .container {
  padding: 260px 24px 0 0px;
  width: 100%;
  height: 100%;
}

.sustainability-sub-header__content.-large::after, .sustainability-sub-header__content.-large::before {
  content: none;
}

.sustainability-sub-header__content.-double {
  height: initial;
  min-height: 100vh;
  background-color: #141416;
}

.sustainability-sub-header__content.-double .container {
  padding: 260px 24px 0 24px;
  width: 100%;
  height: 100%;
}

.sustainability-sub-header__content.-double::after, .sustainability-sub-header__content.-double::before {
  content: none;
}

.sustainability-sub-header__content.-contact {
  padding-bottom: 126px;
}

.sustainability-sub-header__content h1 {
  margin: 0;
  padding: 0;
  max-width: 741px;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}

.sustainability-sub-header__content h2 {
  margin: 0 0 19px 0;
  font-size: 23px;
  font-weight: 700;
  color: #e22927;
}

.sustainability-sub-header__content__desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 37px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #8b8b8b;
}

.sustainability-sub-header__content__desc.-link {
  padding: 8px 24px;
  width: auto;
  background-color: #1f1d21;
  text-decoration: none;
}

.sustainability-sub-header__content__desc p {
  display: inline-block;
  margin: 0 0 14px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.78em;
  text-align: left;
  color: #8b8b8b;
}

.sustainability-sub-header__content__desc p:last-child {
  margin: 0;
}

.popup {
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 100ms ease-out;
  transition-delay: 100ms;
}

.popup.-active {
  opacity: 1;
  pointer-events: all;
}

.popup.-active .popup__inner {
  opacity: 1;
  pointer-events: all;
  -webkit-animation: come-in 200ms ease-out forwards;
          animation: come-in 200ms ease-out forwards;
}

.popup .-left {
  text-align: left;
}

.popup .-bold {
  font-weight: bold;
}

.popup .-image {
  padding: 0;
  background-color: transparent;
}

.popup .-full-h {
  height: 100%;
}

.popup__inner {
  overflow: hidden;
  position: relative;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  max-width: 40rem;
  max-height: 40rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 -4px 39px 0 rgba(0, 0, 0, 0.22);
  transition: opacity 100ms ease-out;
}

@-webkit-keyframes come-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes come-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.popup__close-button {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: 0;
}

.popup__close-button:hover {
  opacity: 0.85;
}

.popup__close-button img {
  width: 100%;
  height: 100%;
}

.popup__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  color: #867e70;
  text-align: center;
}

.popup__content a {
  color: #4a4a4a;
  font-weight: bold;
}

.popup__content a:hover {
  color: #161517;
}

.popup__content h2,
.popup__content p {
  margin: 0 !important;
}

.popup__content p {
  font-size: 16px;
}

.popup__content img {
  margin: auto;
  width: 100%;
  height: auto;
}

.group-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.group-list .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-123px);
          transform: translateY(-123px);
}

.group-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 40px;
  width: 100%;
  height: 250px;
  background-color: #1B191C;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.group-list__item:last-child {
  margin-bottom: 0;
}

.group-list__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181619;
  background: linear-gradient(360deg, #181619 0%, rgba(24, 22, 25, 0) 100%);
}

.group-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181619;
  background: linear-gradient(360deg, #181619 20%, rgba(24, 22, 25, 0.8) 40%, rgba(24, 22, 25, 0) 100%);
  opacity: .7;
  transition: opacity 2.5s linear;
}

.group-list__item:hover::before {
  opacity: 1;
  transition: opacity .2s linear;
}

.group-list__item:hover .group-list__desc {
  visibility: visible;
  margin-bottom: 36px;
  max-height: 100%;
  opacity: 1;
}

.group-list__item:hover .group-list__desc::before {
  width: 0;
}

.group-list__item:hover .group-list__detail {
  visibility: visible;
  max-height: 100%;
  opacity: 1;
}

.group-list__item:hover .group-list__detail::before {
  width: 0;
}

.group-list__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 31px 36px;
  width: 100%;
  height: 100%;
}

.group-list__content h2 {
  display: inline-block;
  margin: 0 0 9px 0;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
  text-align: left;
}

.group-list__desc {
  position: relative;
  overflow: hidden;
  visibility: visible;
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
  max-height: 100%;
  font-size: 18px;
  line-height: 1.61em;
  color: #8b8b8b;
  text-align: left;
  opacity: 1;
  transition-delay: .4s;
  transition: all .3s ease-in-out;
}

.group-list__desc::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #181619;
  transition-delay: .6s;
  transition: all .5s ease-in-out;
}

.group-list__detail {
  position: relative;
  overflow: hidden;
  visibility: visible;
  display: inline-block;
  width: 100%;
  max-height: 100%;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 6.6px;
  color: #e22927;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  opacity: 1;
  transition-delay: .4s;
  transition: all .3s ease-in-out;
}

.group-list__detail::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #181619;
  transition-delay: .6s;
  transition: all .5s ease-in-out;
}

.sustainability ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (min-width: 768px){
  .main.-centered {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .main.-centered .awards .container,
  .main.-centered .sub-header .container {
    align-items: center;
    text-align: center;
  }
  .main.-centered .breadcrumb {
    justify-content: center;
  }
  .footer__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__search {
    justify-content: flex-start;
    align-items: flex-start;
    width: 424px;
  }
  .footer__search__title {
    text-align: left;
  }
  .footer__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__navigation {
    width: auto;
  }
  .footer__navigation__link {
    width: auto;
    text-align: left;
  }
  .footer__copyright {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__social {
    margin-top: 0;
  }
  .header__aside .search-box {
    width: 271px;
    background-color: transparent;
  }
  .header__aside .search-box__input {
    display: flex;
  }
  .header__aside .language {
    display: inline-block;
  }
  .sub-header h1 {
    font-size: 44px;
  }
  .sub-header__desc {
    width: 50%;
  }
  .sub-header__message {
    padding-right: 96px;
    width: 50%;
  }
  .sustainability ul li {
    width: 100%;
  }
  .construction__item {
    padding: 72px 64px;
  }
  .construction__content {
    flex-direction: row;
    align-items: flex-start;
  }
  .construction__image {
    margin: 0;
  }
  .construction__image.-right {
    width: auto;
  }
  .management-list__item {
    margin: 0 0 96px 53px;
    width: calc(50% - 53px);
    min-height: 527px;
    height: 527px;
  }
  .management-list__item:nth-child(even) {
    margin: 0 53px 96px 0;
    -webkit-transform: translateY(223px);
            transform: translateY(223px);
  }
  .management-list__title {
    font-size: 32px;
  }
  .management-list__desc {
    font-size: 22px;
  }
  .management-list__link {
    font-size: 13px;
    height: 0;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 0);
            transform: scale3d(1, 0, 0);
  }
  .media__filter {
    position: absolute;
    top: -136px;
    right: 0;
    flex-direction: row;
    width: auto;
    height: 48px;
  }
  .media__filter__select {
    margin: 0;
    max-width: 232px;
  }
  .awards__timeline::after {
    left: 50%;
  }
  .awards__timeline h2 {
    text-align: center;
  }
  .awards__timeline p {
    width: 50%;
  }
  .awards__timeline p:nth-child(odd) {
    padding-right: 80px;
  }
  .awards__timeline p:nth-child(odd)::after {
    right: 1px;
    left: initial;
  }
  .hr .container {
    padding: 0 90px;
  }
  .hr__people {
    display: inline-block;
  }
  .hr__title {
    font-size: 3vw;
  }
  .hr__desc {
    width: 50%;
    font-size: 2vw;
  }
  .play {
    top: calc(50% - 85px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
  .sustainability-frame__schema__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-banner .container h1 {
    font-size: 7.75vw;
  }
  .promotion-film {
    position: absolute;
    bottom: 15vh;
    left: 82px;
  }
  .group-company .container {
    padding: 0 101px;
  }
  .group-company__box {
    width: calc(40vw - 48px);
    max-width: 555px;
    height: calc(40vw - 48px);
    max-height: 555px;
  }
  .group-company__box__title {
    font-size: 3vw;
  }
  .companys.-active {
    width: calc(100vw - 89px);
  }
  .companys__list__link {
    font-size: 3vw;
  }
  .news .container {
    padding: 0 90px;
  }
  .home-sustainability .container {
    padding: 0 90px;
  }
  .home-sustainability__image {
    width: 590px;
  }
  .contact__item {
    flex-direction: row;
  }
  .contact__image {
    width: auto;
    max-width: 480px;
  }
  .form {
    margin: 240px 0 80px 0;
    padding: 80px;
  }
  .form__content__item__button {
    max-width: 242px;
  }
  .notfound__desc {
    font-size: 1.8vw;
  }
  .page-navigation {
    align-items: center;
    height: 208px;
  }
  .page-navigation__title {
    margin: 17px 0 0 0;
    font-size: 40px;
    line-height: 44px;
  }
  .page-navigation__icon {
    margin-bottom: 70px;
  }
  .sustainability-sub-header__content h1 {
    font-size: 44px;
  }
  .sustainability-sub-header__content__desc {
    width: 50%;
  }
}

@media only screen and (min-width: 1280px){
  .footer .container {
    padding: 0;
    width: 1001px;
  }
  .sub-header .container {
    padding: 220px 0 0 0;
    width: 1001px;
    height: 100%;
  }
  .sub-header.-mini .container {
    width: 1001px;
    height: 100%;
  }
  .sub-header.-medium .container {
    width: 1001px;
    height: 100%;
  }
  .sub-header.-blog .container {
    width: 1001px;
    height: 100%;
  }
  .sub-header.-tabs .container {
    width: 1001px;
    height: 100%;
  }
  .sub-header.-large .container {
    width: 1001px;
    height: 100%;
  }
  .sub-header.-double .container {
    width: 1001px;
    height: 100%;
  }
  .slide .container {
    padding: 0;
    width: 1001px;
    height: 100%;
  }
  .sustainability .container {
    padding: 0;
    width: 792px;
    height: 100%;
  }
  .sustainability .container.-wide {
    padding: 0;
    width: 1001px;
    height: 100%;
  }
  .image-content {
    padding: 108px 0;
  }
  .image-content .container {
    padding: 0;
    width: 1001px;
    height: 100%;
  }
  .sub-navigation .container {
    padding: 0;
    width: 792px;
    height: 100%;
  }
  .construction .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .management-list .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .media .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .media__filter {
    right: 0;
  }
  .commercial .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .events .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .awards .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .sustainability-reports .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .sustainability-understanding .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .sustainability-understanding__content {
    margin: 0 100px;
  }
  .sustainability-understanding__video__thumb__icon img {
    width: 96px;
    height: 96px;
  }
  .sustainability-frame {
    padding: 80px 0;
  }
  .sustainability-frame .container {
    width: 1001px;
    height: 100%;
  }
  .sustainability-frame__content {
    margin: 0 100px;
  }
  .sustainability-frame__schema {
    padding: 0;
    height: 560px;
  }
  .sustainability-frame__schema__content {
    width: 473px;
    height: 434px;
  }
  .sustainability-frame__schema__content.-desktop {
    display: flex;
  }
  .sustainability-frame__schema__content.-mobile {
    display: none;
  }
  .sustainability-goals {
    padding: 80px 0 0 0;
  }
  .sustainability-goals .container {
    width: 1001px;
    height: 100%;
  }
  .sustainability-goals__content {
    margin: 0 100px;
  }
  .sustainability-goals__schema {
    padding: 80px 0;
  }
  .imagebox .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
  .contact .container {
    padding: 0;
    width: 1001px;
    height: 100%;
  }
  .branches {
    padding: 0;
    width: 1001px;
    height: 100%;
  }
  .branches__box {
    max-width: 454px;
  }
  .contact-form .container {
    padding: 0;
    width: 792px;
    height: 100%;
  }
  .notfound .container {
    padding: 0;
    width: 1001px;
    height: 100%;
  }
  .page-navigation__content {
    padding: 0;
    width: 1001px;
  }
  .page-navigation.-second .page-navigation__content {
    padding: 0;
    width: 1000px;
  }
  .sustainability-sub-header {
    min-height: 420px;
  }
  .sustainability-sub-header__content {
    min-height: 380px;
  }
  .sustainability-sub-header__content .container {
    padding: 220px 0 0 0;
    width: 1001px;
    height: 100%;
  }
  .sustainability-sub-header__content.-mini .container {
    width: 1001px;
    height: 100%;
  }
  .sustainability-sub-header__content.-medium .container {
    width: 1001px;
    height: 100%;
  }
  .sustainability-sub-header__content.-blog .container {
    width: 1001px;
    height: 100%;
  }
  .sustainability-sub-header__content.-tabs .container {
    width: 1001px;
    height: 100%;
  }
  .sustainability-sub-header__content.-large .container {
    width: 1001px;
    height: 100%;
  }
  .sustainability-sub-header__content.-double .container {
    width: 1001px;
    height: 100%;
  }
  .group-list .container {
    padding: 0 0 123px 0;
    width: 1001px;
    height: 100%;
  }
}

@media only screen and (min-width: 560px){
  .backtop {
    right: 45px;
    bottom: 70px;
  }
  .header {
    width: calc(100vw - 89px);
  }
  .header .logo {
    margin: 40px 0 0 56px;
    width: 116px;
    height: 116px;
  }
  .header__aside {
    height: 80px;
  }
  .header__aside .search-box {
    width: 89px;
    height: 80px;
  }
  .header__aside .search-box__button {
    top: 29px;
    right: 31px;
  }
  .nav {
    width: 89px;
    height: 80px;
  }
  .nav .burger {
    width: 89px;
    height: 80px;
  }
  .nav .burger:hover span.first-bar {
    top: 29px;
  }
  .nav .burger:hover span.second-bar {
    top: 37px;
    opacity: 1;
  }
  .nav .burger:hover span.third-bar {
    top: 45px;
  }
  .nav .burger span {
    left: 34px;
  }
  .nav .burger span.first-bar {
    top: 29px;
  }
  .nav .burger span.second-bar {
    top: 37px;
  }
  .nav .burger span.third-bar {
    top: 45px;
  }
  .nav .burger.-active span.first-bar {
    top: 37px;
  }
  .nav .burger.-active span.third-bar {
    top: 37px;
  }
  .nav__content {
    flex-direction: row;
    justify-content: space-between;
    padding: 73px 90px 73px 88px;
  }
  .nav__item.-oppener {
    flex-direction: row;
    justify-content: space-between;
    padding: 73px 90px;
  }
  .nav__sub__link {
    visibility: visible;
    height: 2.2em;
  }
  .slide__scroll:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.86);
            transform: translateY(-50%) translateX(-50%) scale(0.86);
  }
  .media__content__item {
    width: calc((100% / 2) - 50px);
  }
  .swiper-slide__text {
    min-height: 90px;
  }
  .swiper-button-next {
    display: block;
  }
  .swiper-button-next.-textless {
    right: 10px;
    background-image: url(/assets/svg/arrow-right.svg);
  }
  .swiper-button-prev {
    display: block;
  }
  .swiper-button-prev.-textless {
    left: 10px;
    background-image: url(/assets/svg/arrow-left.svg);
  }
  .swiper-button-next.-textless,
  .swiper-button-prev.-textless {
    top: 50%;
  }
  .swiper-pagination {
    display: none;
  }
  .box:not(.-full-width) {
    width: calc((100% / 2) - 50px);
  }
  .sustainability-reports__content__item {
    width: calc((100% / 2) - 40px);
  }
  .notfound__desc {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px){
  .header__aside .language__wrapper {
    display: none;
  }
  .header__select__wrapper {
    display: none;
  }
  .header__tt-online {
    display: none;
  }
  .header__blog {
    display: none;
  }
  .nav.-active .nav__mobile {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 14px 90px 0 34px;
  }
  .nav.-active .nav__mobile .header__select {
    position: relative;
    top: 0;
    display: flex;
    padding-left: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5'%3E%3Cpath fill='%23D8D8D8' fill-rule='evenodd' d='M3.5 4.667L0 0h7z' opacity='.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 24px top 50%, 0 0;
    background-size: .65em auto, 100%;
    border: none;
    opacity: 1;
    transition: none;
  }
  .nav.-active .nav__mobile .language {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    text-transform: uppercase;
  }
  .management-list .container {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  .hero-banner__notification {
    padding: 20px 40px 20px 20px;
    width: 90%;
    height: auto;
  }
  .hero-banner__notification-image {
    display: flex;
    flex-shrink: 0;
    width: 100px;
    height: 90px;
    margin-right: 15px;
  }
  .hero-banner__notification-content {
    padding: 0 0;
    width: 100%;
  }
  .hero-banner__notification__title {
    font-size: 15px;
  }
  .hero-banner__notification__description {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    word-break: break-word;
  }
  .page-navigation {
    align-items: flex-start;
    height: 152px;
  }
  .page-navigation__title {
    margin: 10px 0 0 0;
    font-size: 28px;
    line-height: 30px;
  }
  .page-navigation__icon {
    margin-bottom: 50px;
  }
  .page-navigation.-second .page-navigation__content {
    padding: 0 20px;
  }
  .page-navigation.-second .page-navigation__item {
    width: 45%;
  }
  .page-navigation.-second .page-navigation__item.-prev .page-navigation__item-arrow {
    margin-right: 5px;
  }
  .page-navigation.-second .page-navigation__item.-next .page-navigation__item-arrow {
    margin-left: 5px;
  }
  .page-navigation.-second .page-navigation__item-arrow {
    width: 20px;
  }
  .page-navigation.-second .page-navigation__item-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1279px){
  .sub-header.-medium .container {
    padding: 260px 24px 250px 40px;
  }
  .sub-header.-large .container {
    padding: 260px 24px 0 24px;
  }
  .sustainability-goals__schema__item__text {
    max-width: 340px;
  }
  .sustainability-sub-header__content.-medium .container {
    padding: 260px 24px 250px 40px;
  }
  .sustainability-sub-header__content.-large .container {
    padding: 260px 24px 0 24px;
  }
}

@media only screen and (min-width: 920px){
  .sub-header.-tabs .container {
    padding: 261px 24px 100px 24px;
  }
  .sub-header__contents {
    flex-direction: row;
  }
  .slide__content {
    width: 50%;
  }
  .image-content.-simple:nth-child(even) .image-content__article img {
    margin: 0;
  }
  .image-content:nth-child(even) .image-content__article {
    flex-direction: row-reverse;
  }
  .image-content:nth-child(even) .image-content__article img {
    margin: 0 0 0 104px;
  }
  .image-content__article {
    flex-direction: row;
  }
  .image-content__article img {
    margin: 0 104px 0 0;
    width: auto;
    width: initial;
  }
  .media__content__item {
    width: calc((100% / 3) - 50px);
  }
  .commercial__box {
    margin-bottom: 96px;
    width: calc(50% - 52px);
  }
  .commercial__box:nth-child(even) {
    margin-right: 52px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .commercial__box:nth-child(odd) {
    margin-left: 52px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .events .commercial {
    flex-direction: row;
  }
  .events .commercial__box {
    margin-bottom: 96px;
    width: calc(50% - 52px);
  }
  .events .commercial__box:nth-child(even) {
    margin-left: 52px;
    margin-right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .events .commercial__box:nth-child(odd) {
    margin-right: 52px;
    margin-left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .box:not(.-full-width) {
    width: calc((100% / 3) - 50px);
  }
  .sustainability-reports__content__item {
    width: calc((100% / 3) - 40px);
  }
  .hero-banner .container h1 {
    font-size: 3.75vw;
  }
  .hero-banner .container h1 span {
    margin: 16px 0;
  }
  .hero-banner__title {
    height: 5vw;
  }
  .hero-animate {
    display: inline-block;
  }
  .with-numbers {
    padding: 148px 0;
  }
  .with-numbers__content {
    flex-direction: row;
    height: 370px;
  }
  .with-numbers__item.-first {
    width: 165px;
    height: 165px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .with-numbers__item.-first::after {
    content: "";
  }
  .with-numbers__item.-second {
    width: 186px;
    height: 186px;
    -webkit-transform: translateY(91px) translateX(-32px);
            transform: translateY(91px) translateX(-32px);
  }
  .with-numbers__item.-second::after {
    content: "";
  }
  .with-numbers__item.-third {
    width: 242px;
    height: 242px;
    -webkit-transform: translateY(-64px) translateX(-48px);
            transform: translateY(-64px) translateX(-48px);
  }
  .with-numbers__item.-third::after {
    content: "";
  }
  .with-numbers__item.-fourth {
    width: 197px;
    height: 197px;
    -webkit-transform: translateY(74px) translateX(-48px);
            transform: translateY(74px) translateX(-48px);
  }
  .companys__image {
    display: inline-block;
  }
  .companys__content {
    width: 50%;
  }
  .companys__list__link {
    font-size: 24px !important;
  }
  .news .container {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .news__box {
    width: calc(100% / 3);
  }
  .news.-media .container .news__box {
    width: calc(100% / 2 - 32px);
  }
  .contact__header {
    flex-direction: row;
  }
  .sustainability-sub-header__content.-tabs .container {
    padding: 261px 24px 100px 24px;
  }
}

@media only screen and (min-width: 1024px){
  .nav .burger:hover span.first-bar {
    top: 37px;
  }
  .nav .burger:hover span.second-bar {
    top: 37px;
    opacity: 0;
  }
  .nav .burger:hover span.third-bar {
    top: 37px;
  }
  .sustainability-goals__schema__item__circle {
    margin: 14.5px 0;
    width: 162px;
    height: 162px;
  }
  .sustainability-goals__schema__item__circle::before {
    width: 180px;
    height: 180px;
  }
  .sustainability-goals__schema__item__circle::after {
    width: 100px;
    height: 197px;
  }
  .sustainability-goals__schema__item__title p {
    font-size: 30px;
  }
  .sustainability-goals__schema__item__title {
    width: 143px;
    height: 143px;
    font-size: 30px;
  }
  .sustainability-goals__schema__item__text img {
    width: 60px;
  }
  .sustainability-goals__schema__item__text.-left {
    display: flex;
  }
  .sustainability-goals__schema__item:nth-child(6n) .sustainability-goals__schema__item__circle::after {
    left: 49%;
  }
  .sustainability-goals__schema__item:nth-child(6n+1) .sustainability-goals__schema__item__circle::after {
    right: 49%;
  }
  .sustainability-goals__schema__item:nth-child(6n+2) .sustainability-goals__schema__item__circle::after {
    left: 49%;
  }
  .sustainability-goals__schema__item:nth-child(6n+3) .sustainability-goals__schema__item__circle::after {
    right: 49%;
  }
  .sustainability-goals__schema__item:nth-child(6n+4) .sustainability-goals__schema__item__circle::after {
    left: 49%;
  }
  .sustainability-goals__schema__item:nth-child(6n+5) .sustainability-goals__schema__item__circle::after {
    right: 49%;
  }
  .sustainability-goals__schema__item:nth-child(1) .sustainability-goals__schema__item__circle::after {
    right: 49%;
  }
  .sustainability-goals__schema__item:nth-child(2n) .sustainability-goals__schema__item__content {
    flex-direction: row-reverse;
  }
  .sustainability-goals__schema__item:nth-child(2n) .sustainability-goals__schema__item__text {
    text-align: end;
  }
  .imagebox__item.-reverse .imagebox__image {
    max-width: 260px;
  }
  .imagebox__item.-reverse .imagebox__detail {
    height: 0;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 0);
            transform: scale3d(1, 0, 0);
  }
  .imagebox__item.-reverse .imagebox__content {
    padding: 50px 50px 25px;
    width: 100%;
    height: 180px;
  }
  .imagebox__item {
    flex-direction: row;
  }
  .imagebox__item.-reverse {
    flex-direction: row-reverse;
  }
  .group-list__detail {
    visibility: hidden;
    width: 50%;
    max-height: 0;
    opacity: 0;
  }
  .group-list__detail::before {
    content: "";
  }
}

@media only screen and (min-width: 1200px){
  .nav__content {
    padding: 73px 90px 73px 88px;
    width: 80vw;
  }
  .section-slide {
    display: flex;
  }
  .sustainability-reports__content__item__image {
    padding: 93px 0;
  }
  .sustainability-reports__content__item__button {
    position: absolute;
    bottom: 0;
    width: calc(100% - 76px);
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  }
  .sustainability-reports__content__item:hover {
    background-color: #07BEC4;
    transition: background-color .5s ease-out;
  }
  .sustainability-reports__content__item:hover .sustainability-reports__content__item__image {
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  }
  .sustainability-reports__content__item:hover .sustainability-reports__content__item__icon {
    -webkit-transform: translateY(-224px);
            transform: translateY(-224px);
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  }
  .sustainability-reports__content__item:hover .sustainability-reports__content__item__title {
    -webkit-transform: translateY(-224px);
            transform: translateY(-224px);
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  }
  .sustainability-reports__content__item:hover .sustainability-reports__content__item__button {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
    transition: all .5s ease-out;
  }
  .imagebox__content {
    padding: 60px 46px;
    width: 50%;
    height: 343px;
  }
  .imagebox__content h2 {
    font-size: 32px;
  }
  .imagebox__desc {
    max-height: 0;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 0);
            transform: scale3d(1, 0, 0);
  }
  .imagebox__detail {
    height: 0;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 0);
            transform: scale3d(1, 0, 0);
  }
  .imagebox__image {
    width: 50%;
  }
  .news.-media .container .news__box {
    width: calc(100% / 3 - 32px);
    min-width: 270px;
  }
}

@media only screen and (min-width: 600px){
  .nav__item.-oppener .nav__sub__link {
    max-height: initial;
  }
  .nav.-active .nav__sub__link {
    max-height: 50px;
    max-height: initial;
  }
  .nav.-active .nav__item.-oppener .nav__sub__link {
    max-height: initial;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px){
  .nav.-active .nav__mobile .language {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 559px){
  .gallery-thumbs {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
  }
}

@media only screen and (min-width: 640px){
  .sustainability-goals__schema__content {
    display: block;
  }
  .sustainability-goals__schema__content.-mobile {
    display: none;
  }
  .popup__inner {
    margin: 0;
  }
  .popup__content {
    padding: 1.83rem 2rem;
  }
  .group-list__item {
    height: 365px;
  }
}

@media only screen and (max-width: 1023px){
  .sustainability-goals__schema__item__arrow {
    height: 115px;
    -webkit-animation: none;
            animation: none;
  }
  .sustainability-goals__schema__item__arrow img {
    height: inherit;
  }
  .sustainability-goals__schema__item__arrow.-first {
    height: 130px;
    -webkit-animation: none;
            animation: none;
  }
  .sustainability-goals__schema__item.--animation .sustainability-goals__schema__item__arrow.-first {
    -webkit-animation: none;
            animation: none;
  }
  .sustainability-goals__schema__item.--animation .sustainability-goals__schema__item__arrow {
    -webkit-animation: none;
            animation: none;
  }
  .sustainability-goals__schema__item__text {
    margin: 0 0 0 40px;
  }
  .sustainability-goals__schema__item__text p {
    font-size: 16px;
    line-height: 24px;
  }
  .sustainability-goals__schema__item__text p strong {
    font-size: 18px;
  }
  .page-navigation.-second .page-navigation__item-text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1330px){
  .group-company .container {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 480px){
  .group-company__box__title {
    font-size: 6vw;
  }
}

@media only screen and (min-width: 400px){
  .companys__list__link {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 919px){
  .contact__image {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1440px){
  .group-list__item {
    margin-bottom: 64px;
  }
  .group-list__item::after {
    background: #181619;
    background: linear-gradient(90deg, #181619 0%, rgba(24, 22, 25, 0) 100%);
  }
  .group-list__item::before {
    background: #181619;
    background: linear-gradient(90deg, #181619 50%, rgba(24, 22, 25, 0.8) 100%, rgba(24, 22, 25, 0) 100%);
    opacity: 0;
  }
  .group-list__content {
    margin: 68px 72px;
  }
  .group-list__desc {
    visibility: hidden;
    margin-bottom: 0;
    width: 50%;
    max-height: 0;
    opacity: 0;
  }
  .group-list__desc::before {
    content: "";
  }
}
</pre></body></html>