#about .s2 .container {
  max-width: 870px;
}

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

#about .s2 .mob {
  display: none;
  margin-bottom: 2rem;
}

#about .s2 .two-col {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

#about .s2 .two-col p {
  padding-left: 1rem;
  border-left: solid 1px rgba(10, 24, 49, 0.5);
  max-width: 670px;
}

#about .s3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  position: relative;
}

#about .s3 .plx-wrap .plx-bg {
  background: url(/i/about-bythenumbers.jpg) no-repeat center/cover;
}

#about .s3 .box {
  height: 449px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  border-right: solid 1px rgba(255, 255, 255, 0.6);
  border-top: solid 1px rgba(255, 255, 255, 0.6);
}

#about .s3 .box .counter {
  font-weight: 100;
  display: flex;
  gap: 10px;
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 200;
}

#about .s3 .box .counter .dl {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
  position: relative;
  top: 1rem;
}

#about .s3 .box .counter .b {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
  position: relative;
  top: 2.7rem;
}

#about .s3 .box .counter-value {
  font-size: 5.5rem;
  height: 5.5rem;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  text-align: center;
}

#about .s3 .box .counter-value > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}

#about .s3 .box .counter-value > span span {
  flex: 0 0 100%;
  height: 100%;
}

#about .s3 .box p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.16px;
  margin-top: 1.5rem;
  color: #fff;
  text-align: center;
}

#about .s3 .box .counter-value:nth-child(1) > span {
  transition-delay: 0s;
}

#about .s3 .box .counter-value > span span:first-child {
  opacity: 0;
}

#about .s3 .box:nth-child(4), #about .s3 .box:nth-child(8) {
  border-right: none;
}

#about .s4 {
  position: relative;
  background: #0A1831;
}

#about .s4 .s4-sticky {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#about .s4 .s4-pagination {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  z-index: 20;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

#about .s4 .s4-pagination .s4-pagination__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#about .s4 .s4-pagination .s4-pagination__track {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

#about .s4 .s4-pagination .s4-pagination__fill {
  position: absolute;
  top: -1.5px;
  left: 0;
  height: 3px;
  width: 0%;
  background: #427BBF;
  transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 20px;
}

#about .s4 .s4-visual {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 0;
  width: 540px;
  height: 682px;
  overflow: hidden;
  border-radius: 20px;
}

#about .s4 .s4-visual .s4-slide {
  position: absolute;
  inset: 0;
  will-change: clip-path;
}

#about .s4 .s4-visual .s4-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.88) saturate(0.9);
}

#about .s4 .s4-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#about .s4 .s4-content .s4-counter {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 200;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 13px;
  color: #fff;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px;
  width: 100%;
  text-align: left;
}

#about .s4 .s4-content .s4-text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  max-width: 550px;
}

#about .s4 .s4-content .s4-text-block h2 {
  display: block;
  color: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
}

#about .s4 .s4-content .s4-text-block p {
  color: #fff;
  opacity: 0;
}

#about .s4-mobile {
  display: none;
  background: #0A1831;
  padding: 7.5rem 0;
}

#about .s4-mobile .s4-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

#about .s4-mobile .s4-mobile-header .s4-mobile-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}

#about .s4-mobile .s4-mobile-header .s4-mobile-arrows button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

#about .s4-mobile .s4-mobile-header .s4-mobile-arrows button img {
  width: 24px;
  height: 24px;
}

#about .s4-mobile .s4-mobile-header .s4-mobile-arrows .splide__arrow {
  position: relative;
  top: auto;
  transform: none;
}

#about .s4-mobile .s4-mobile-header .s4-mobile-arrows .splide__arrow--next {
  right: 0;
}

#about .s4-mobile .s4-mobile-header .s4-mobile-arrows .splide__arrow--prev {
  left: auto;
}

#about .s4-mobile .s4-mobile-header .s4-mobile-counter {
  display: flex;
  align-items: center;
  gap: 4px;
}

#about .s4-mobile .s4-mobile-header .s4-mobile-counter span {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 200;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
}

#about .s4-mobile .s4-mobile-progress {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 32px;
}

#about .s4-mobile .s4-mobile-progress div {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  border-radius: 20px;
  width: 33.333%;
  background: #427BBF;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#about .s4-mobile .splide .splide__slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#about .s4-mobile .splide .splide__slide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  filter: brightness(0.88) saturate(0.9);
}

#about .s4-mobile .splide .splide__slide span {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 200;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 13px;
  color: #fff;
  margin-top: 2rem;
}

#about .s4-mobile .splide .splide__slide h2 {
  color: #fff;
  margin: 0;
}

#about .s4-mobile .splide .splide__slide p {
  color: #fff;
  margin: 0;
}

#about .s5 {
  position: relative;
}

#about .s5 .s5-sticky {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#about .s5 .s5-sticky video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  z-index: 0;
}

#about .s5 .s5-pagination {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 20;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

#about .s5 .s5-pagination .s5-pagination-meta {
  width: calc(100% - 2rem);
  max-width: 1240px;
  margin: 0 auto;
}

#about .s5 .s5-pagination .s5-pagination-meta h4 {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 200;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
}

#about .s5 .s5-pagination .s5-pagination-track {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

#about .s5 .s5-pagination .s5-pagination-track .s5-pagination-fill {
  position: absolute;
  top: -1.5px;
  left: 0;
  height: 3px;
  width: 0%;
  background: #427BBF;
  border-radius: 20px;
  transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

#about .s5 .s5-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 35%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  width: calc(100% - 2rem);
  max-width: 1240px;
  margin: 0 auto;
}

#about .s5 .s5-content h4 {
  color: #fff;
}

#about .s5 .s5-content .content {
  position: relative;
  height: 100%;
  width: 50%;
}

#about .s5 .s5-content .s5-text-block {
  max-width: 665px;
  position: absolute;
  top: 0;
}

#about .s5 .s5-content .s5-text-block h3 {
  overflow: hidden;
  display: block;
  color: #fff;
  margin-bottom: 1.5rem;
}

#about .s5 .s5-content .s5-text-block p {
  opacity: 0;
  color: #fff;
}

#about .s5-mobile {
  display: none;
  background: #0A1831;
  padding: 5rem 0;
  position: relative;
}

#about .s5-mobile video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  z-index: 0;
}

#about .s5-mobile .s5-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  position: relative;
  z-index: 20;
}

#about .s5-mobile .s5-mobile-header h4 {
  color: #fff;
}

#about .s5-mobile .s5-mobile-header .s5-mobile-counter {
  display: flex;
  align-items: center;
  gap: 4px;
}

#about .s5-mobile .s5-mobile-header .s5-mobile-counter span {
  font-family: "sofia-pro";
  font-style: normal;
  font-weight: 200;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
}

#about .s5-mobile .s5-mobile-progress {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 32px;
}

#about .s5-mobile .s5-mobile-progress div {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 33.333%;
  background: #427BBF;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 20px;
}

#about .s5-mobile .splide .splide__slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#about .s5-mobile .splide .splide__slide h3 {
  color: #fff;
  margin: 0;
}

#about .s5-mobile .splide .splide__slide p {
  color: #fff;
  margin: 0;
}

#about .s5-mobile .splide .splide__arrows {
  position: absolute;
  width: 100%;
  bottom: -1rem;
  transform: translateY(-50%);
  z-index: 1;
}

#about .s5-mobile .splide .splide__arrows .splide__arrow {
  background: none !important;
  border: none;
}

#about .s5-mobile .splide .splide__arrows .splide__arrow--prev {
  left: 0;
}

#about .s5-mobile .splide .splide__arrows .splide__arrow--next {
  right: 0;
}

@media screen and (max-height: 950px) {
  #about .s4 .s4-visual {
    height: 550px;
    width: 470px;
  }
}

@media screen and (max-height: 900px) {
  #about .s4 .s4-visual {
    top: 50%;
    height: 500px;
    width: 430px;
  }
  #about .s4 .s4-content .s4-counter {
    top: 30%;
  }
}

@media screen and (max-height: 800px) {
  #about .s4 {
    display: none;
  }
  #about .s4-mobile {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  #about .s4 {
    display: none;
  }
  #about .s4-mobile {
    display: block;
  }
  #about .s5 {
    display: none;
  }
  #about .s5 .s5-content {
    flex-direction: column;
  }
  #about .s5 .s5-content .content {
    width: 100%;
  }
  #about .s5 .s5-content .s5-text-block {
    max-width: none;
  }
  #about .s5-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #about .s2 .mob {
    display: block;
  }
  #about .s2 h4 br {
    display: none;
  }
  #about .s2 .two-col {
    flex-direction: column;
  }
  #about .s2 .two-col h4 {
    display: none;
  }
  #about .s2 .two-col p {
    max-width: none;
  }
  #about .s3 {
    grid-template-columns: repeat(1, 1fr);
  }
  #about .s3 .box {
    height: 250px;
    border-right: none;
  }
  #about .s3 .box .counter-value {
    font-size: 4.5rem;
    height: 4.5rem;
  }
  #about .s3 .box .counter .b {
    top: 2rem;
  }
  #about .s4-mobile {
    padding: 5rem 0;
  }
  #about .s4-mobile .splide .splide__arrows {
    top: 20%;
  }
  #about .s5 {
    display: none;
  }
  #about .s5-mobile {
    display: block;
  }
}
