#about .s2 {
  padding: 8rem 0;
}

#about .s2 .container-inner h3 {
  max-width: 1200px;
}

#about .s2 p.lrg {
  font-size: 2.7rem;
  font-weight: 250;
  line-height: 1.18em;
  max-width: 1430px;
  margin: 0 auto 2rem 0;
}

#about .s2 h3 {
  margin-bottom: 2rem;
}

#about .s2 p:nth-child(2) {
  font-size: 1.7rem;
  line-height: normal;
  max-width: 850px;
  margin: 0 0 0 auto;
}

#about .s2 p span {
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about .s3 {
  padding: 12.5rem 0;
  position: relative;
  z-index: 10;
}

#about .s3 * {
  text-align: center;
  color: #fff;
}

#about .s3 .container {
  max-width: 1020px;
}

#about .s3 .plx-bg {
  background-image: url(/i/about-name-plx.jpg);
}

#about .s3 h3 {
  font-size: 3.5rem;
  line-height: .91em;
  font-weight: 250;
  margin-bottom: 1.5rem;
}

#about .s3 h3 span {
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about .s3 p {
  line-height: 1.5em;
}

#about .s4 {
  padding: 8rem 0 6.5rem;
}

#about .s4 * {
  text-align: center;
}

#about .s4 .container {
  max-width: 1375px;
}

#about .s4 .sm {
  max-width: 1280px;
  margin: 3rem auto 0 auto;
  font-size: .75rem;
  text-align: left;
}

#about .s4 .numbers-ticker {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}

#about .s4 .number-wrapper {
  width: 20%;
  max-width: 240px;
}

#about .s4 .number {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
  width: 100%;
  border-bottom: 1px solid #C48E51;
  font-size: 4.9rem;
}

#about .s4 .number p, #about .s4 .number span {
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 250;
  line-height: normal;
}

#about .s4 .number p.count {
  font-size: 1em;
}

#about .s4 .number span {
  font-size: 0.456em;
}

#about .s4 p.desc {
  margin-top: .7rem;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.11em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  max-width: 230px;
}

#about .s4 h3 {
  max-width: 770px;
  margin: 0 auto 4.5rem;
  font-size: 2.7rem;
  line-height: 1.18em;
  font-weight: 250;
}

#about .s5 {
  overflow: hidden;
}

#about .s5 .container * {
  text-align: center;
}

#about .s5 .container h3 {
  font-size: 2.7rem;
  line-height: 1.185em;
  font-weight: 250;
}

#about .s5 .container p {
  font-size: 1.3rem;
  line-height: 1.53em;
  color: #545658;
  margin: 2rem 0 4rem;
}

#about .s5 .wrapper {
  border-top: 1px solid rgba(120, 125, 133, 0.5);
  border-width: 1px 0;
  background: url(/i/about-values.jpg) center/cover no-repeat;
  height: 800px;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}

#about .s5 .wrapper .col {
  width: 13%;
  will-change: width;
  transition: width .5s ease;
  overflow: hidden;
  border-right: 1px solid rgba(120, 125, 133, 0.5);
}

#about .s5 .wrapper .col.--active {
  width: 41%;
}

#about .s5 .wrapper .col.--active h4 {
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(2.5);
}

#about .s5 .wrapper .col.--active ul {
  opacity: 1;
  transition: opacity .5s ease .5s;
}

#about .s5 .wrapper .col-content {
  padding: 4rem 1.5rem;
  height: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#about .s5 .wrapper ul {
  opacity: 0;
  list-style-type: none;
  will-change: opacity;
  transition: opacity .1s ease;
}

#about .s5 .wrapper li {
  position: relative;
  padding: 1rem 0;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: normal;
}

#about .s5 .wrapper li::before, #about .s5 .wrapper li:last-child::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
}

#about .s5 .wrapper li:last-child::after {
  top: auto;
  bottom: 0;
}

#about .s5 .wrapper h4 {
  font-size: 1.2rem;
  font-weight: 250;
  line-height: 1.25em;
  background: linear-gradient(105deg, #787D85 17.6%, #787D85 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(1);
  will-change: transform, background;
  transform-origin: left top;
  transition: all .5s ease;
  width: max-content;
}

#about .plx-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
  top: 0px;
  left: 0px;
  z-index: -2;
}

#about .plx-wrap .plx-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  #about .s5 .wrapper {
    height: 700px;
  }
  #about .s5 .wrapper .col {
    width: 14.8%;
  }
  #about .s5 .wrapper .col-content {
    padding: 3rem 7%;
  }
  #about .s5 .wrapper h4 {
    font-size: 1rem;
  }
  #about .s5 .wrapper li {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1100px) {
  #about .s4 .numbers-ticker {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #about .s4 .numbers-ticker .number-wrapper {
    width: 25%;
  }
  #about .s4 .sm {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #about .s1 {
    background-position: 58%;
  }
  #about .s2 {
    padding: 5rem 0;
  }
  #about .s2 p.lrg {
    font-size: 2.1rem;
  }
  #about .s2 p:nth-child(2) {
    font-size: 1.1rem;
  }
  #about .s3 {
    padding: 7rem 0;
  }
  #about .s3 h3 {
    font-size: 2rem;
    line-height: 1.1em;
  }
  #about .s3 p {
    font-size: 1.1rem;
  }
  #about .s4 {
    padding: 5rem 0;
  }
  #about .s4 h3 {
    font-size: 2rem;
  }
  #about .s4 .numbers-ticker {
    gap: 2rem;
  }
  #about .s4 .numbers-ticker .number-wrapper {
    width: calc(50% - 1rem);
  }
  #about .s4 .numbers-ticker .number p.count {
    font-size: 0.8em;
  }
  #about .s5 .container h3 {
    font-size: 2.1rem;
  }
  #about .s5 .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    border-bottom: 0;
  }
  #about .s5 .wrapper .col {
    width: 100% !important;
    border-right: 0;
  }
  #about .s5 .wrapper .col .col-content {
    padding: 2rem 1rem;
    gap: 1.5rem;
  }
  #about .s5 .wrapper .col ul {
    opacity: 1;
  }
  #about .s5 .wrapper .col ul li {
    padding: .75rem 0;
    font-size: 1.1rem;
  }
  #about .s5 .wrapper .col h4 {
    background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1) !important;
    font-size: 1.75rem;
  }
}
