.about-main {
  min-height: 100vh;
}
.why-ropes-gray-section {
  background: #241ce8;
  color: white;
}
.why-ropes-gray-section .why-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  .why-ropes-gray-section .why-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.why-ropes-gray-section .text-content {
  padding: 0 118px 0 56px;
}
.why-ropes-gray-section .text-content .section-title {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.why-ropes-gray-section .text-content .section-description {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}
.why-ropes-gray-section .image-content img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .why-ropes-gray-section {
    padding: 3rem 0;
  }
  .why-ropes-gray-section .text-content .section-title {
    font-size: 2rem;
  }
}
.advantages-section {
  background: #fff;
  padding: 4rem 0;
}
.advantages-section .advantages-header {
  text-align: left;
  margin-bottom: 3rem;
  margin-right: auto;
}
.advantages-section .advantages-header .section-title {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 29px;
  font-weight: bold;
  color: #040327;
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
  padding-bottom: 52px;
  border-bottom: #eeeeee solid 1px;
}
.advantages-section .advantages-header .section-title::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: '';
  display: block;
  background: #241ce8;
  width: 6px;
  height: 24px;
  margin-right: 7px;
}
.advantages-section .advantages-content {
  display: flex;
  flex-direction: column;
}
.advantages-section .company-slogan {
  margin: 0 calc(-1 * var(--content-padding));
  padding: 28px var(--content-padding);
  background: #2c2c2c;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .advantages-section .company-slogan {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
}
.advantages-section .company-slogan h3 {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  flex: 1;
}
.advantages-section .company-slogan p {
  flex: 2;
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0 auto;
  text-align: left;
}
.advantages-section .advantages-grid {
  display: flex;
  align-items: flex-start;
  padding-top: 62px;
  padding-bottom: 72px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 72px;
}
@media (max-width: 1024px) {
  .advantages-section .advantages-grid {
    flex-direction: column;
  }
}
.advantages-section .advantages-grid .advantages-title {
  flex: 1;
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #040327;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
}
.advantages-section .advantages-grid .advantages-list {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.advantages-section .advantage-item {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 2.5rem;
  transition: all 0.3s ease;
}
.advantages-section .advantage-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e5e7eb;
  transition: background-color 0.3s ease;
}
.advantages-section .advantage-item:hover::before {
  background: #241ce8;
}
.advantages-section .advantage-item:hover .advantage-title {
  color: #241ce8;
}
.advantages-section .advantage-item .advantage-title {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #040327;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
.advantages-section .advantage-item .advantage-description {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.advantages-section .video-section {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .advantages-section .video-section {
    flex-direction: column;
  }
}
.advantages-section .video-section .video-title {
  flex: 1;
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #040327;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.advantages-section .video-section .video-container {
  flex: 2;
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .advantages-section .video-section .video-container {
    width: 100%;
  }
}
.advantages-section .video-section .video-placeholder {
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}
.advantages-section .video-section .video-placeholder .video-brand {
  color: white;
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
.advantages-section .video-section .video-placeholder .video-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.advantages-section .video-section .video-placeholder .video-controls .play-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.advantages-section .video-section .video-placeholder .video-controls .play-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.advantages-section .video-section .video-placeholder .video-controls .video-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
}
.advantages-section .video-section .video-placeholder .video-controls .video-info .video-time {
  opacity: 0.8;
}
.advantages-section .video-section .video-placeholder .video-controls .video-info .video-actions {
  display: flex;
  gap: 1rem;
}
.advantages-section .video-section .video-placeholder .video-controls .video-info .video-actions span {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.advantages-section .video-section .video-placeholder .video-controls .video-info .video-actions span:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .advantages-section {
    padding: 3rem 0;
  }
  .advantages-section .advantages-header .section-title {
    font-size: 2rem;
  }
  .advantages-section .company-slogan {
    padding: 1.5rem;
  }
  .advantages-section .company-slogan h3 {
    font-size: 0.875rem;
  }
  .advantages-section .company-slogan p {
    font-size: 0.8125rem;
  }
  .advantages-section .advantages-grid .advantages-title {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .advantages-section .advantages-grid .advantages-list {
    gap: 1.5rem;
  }
  .advantages-section .advantage-item {
    padding: 1.5rem;
    padding-left: 2rem;
  }
  .advantages-section .video-section .video-title {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .advantages-section .video-section .video-placeholder {
    padding: 1.5rem;
  }
  .advantages-section .video-section .video-placeholder .video-brand {
    font-size: 1.25rem;
  }
}
.statistics-section {
  background: #241ce8;
  display: flex;
  min-height: 500px;
  color: white;
  position: relative;
  align-items: stretch;
}
.statistics-section .stats-content {
  padding: 100px var(--content-padding) 133px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 2;
}
.statistics-section .stats-content .stats-title {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 1.2;
}
.statistics-section .stats-content .stats-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.statistics-section .stats-content .stats-items .stat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.statistics-section .stats-content .stats-items .stat-item:last-child {
  border-bottom: none;
}
.statistics-section .stats-content .stats-items .stat-item .stat-number {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 47px;
  font-weight: 800;
  flex-shrink: 0;
}
.statistics-section .stats-content .stats-items .stat-item .stat-label {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 27px;
  font-weight: bold;
  opacity: 0.9;
  text-align: right;
  margin-left: 2rem;
}
.statistics-section .stats-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
}
.statistics-section .stats-left {
  flex: 1;
  height: 100%;
}
.statistics-section .stats-left::after {
  content: '';
}
.statistics-section .stats-right {
  flex: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .statistics-section .stats-right {
    display: none;
  }
}
.statistics-section .stats-right .stats-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .statistics-section {
    flex-direction: column;
    min-height: auto;
  }
  .statistics-section .stats-content {
    padding: 3rem var(--content-padding);
  }
  .statistics-section .stats-content .stats-title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  .statistics-section .stats-content .stats-items .stat-item {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 1rem 0;
  }
  .statistics-section .stats-content .stats-items .stat-item .stat-number {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .statistics-section .stats-content .stats-items .stat-item .stat-label {
    font-size: 1rem;
    margin-left: 0;
    text-align: left;
  }
  .statistics-section .stats-right {
    min-height: 200px;
  }
  .statistics-section .stats-right .stats-bg-image {
    width: 100%;
    height: 200px;
  }
}
.contact-section {
  background: white;
  padding: 4rem 0;
}
.contact-section .contact-header {
  text-align: left;
}
.contact-section .contact-header .section-title {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 29px;
  font-weight: bold;
  color: #040327;
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
  padding-bottom: 46px;
}
.contact-section .contact-header .section-title::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: '';
  display: block;
  background: #241ce8;
  width: 6px;
  height: 24px;
  margin-right: 7px;
}
.contact-section .contact-content .map-container {
  position: relative;
  overflow: hidden;
}
.contact-section .contact-content .map-container .map-image {
  display: block;
  width: 100%;
  height: 480px;
  background: #d8d8d8;
  object-fit: cover;
}
.contact-section .contact-content .map-container .contact-info-overlay {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background: rgba(32, 34, 45, 0.8);
  color: white;
  padding: 40px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .contact-section .contact-content .map-container .contact-info-overlay {
    position: static;
    transform: none;
    margin-top: 1rem;
    background: #2c2c2c;
  }
}
.contact-section .contact-content .map-container .contact-info-overlay .contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-section .contact-content .map-container .contact-info-overlay .contact-details .contact-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1rem;
}
.contact-section .contact-content .map-container .contact-info-overlay .contact-details .contact-item:last-child {
  margin-bottom: 0;
}
.contact-section .contact-content .map-container .contact-info-overlay .contact-details .contact-item .contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.contact-section .contact-content .map-container .contact-info-overlay .contact-details .contact-item .contact-label {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.contact-section .contact-content .map-container .contact-info-overlay .contact-details .contact-item .contact-text {
  font-family: 'Alibaba-PuHuiTi', sans-serif;
  font-size: 25px;
  color: white;
}
@media (max-width: 768px) {
  .contact-section {
    padding: 3rem 0;
  }
  .contact-section .contact-header .section-title {
    font-size: 2rem;
  }
  .contact-section .contact-content .map-container .contact-info-overlay {
    padding: 1.5rem;
  }
}
.nav-link.current {
  color: #241ce8 !important;
}
.nav-link.current::after {
  width: 100% !important;
}
