.pd1 {
  margin-bottom: 1rem;
}
.pd2 {
  margin-bottom: 2rem;
}
.pd3 {
  margin-bottom: 3rem;
}
.pd4 {
  margin-bottom: 4rem;
}
.pd5 {
  margin-bottom: 5rem;
}
.word-logo-text {
  font-size: 32px;
}
.slide-container .rowBox {
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  padding: 20px;
}
.slide-container .rowBox .icon {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  border-radius: 70px;
}
.slide-container .rowBox p strong {
  display: inline-block;
  margin-top: 10px;
}
.Technologies {
  padding-top: 3rem;
}
.Technologies .row {
  align-items: center;
}
.valuesBox h2 {
  margin-bottom: 20px;
  text-align: center;
}
.valuesBox h4 {
  font-size: 22px;
  padding-bottom: 10px;
}
.valuesBox .item-p {
  font-size: 20px;
}
.section-work-slider {
  height: auto !important;
  max-height: 100% !important;
}
.section-work-slider .w-slider-mask .work-slide {
  height: auto !important;
}
.section-work-slider .work-slide {
  height: auto !important;
  max-height: 100% !important;
}
.cardPositions .card {
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.cardPositions .title-top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.cardPositions .title-top .lf {
  font-size: 20px;
}
.cardPositions .title-top .rt {
  transition: transform 0.3s ease;
  font-size: 20px;
  font-weight: bold;
}
.cardPositions .title-top.active .rt {
  transform: rotate(45deg);
}
.cardPositions .bottom {
  padding-top: 20px;
  display: none;
  transition: all 0.3s ease;
}
.cardPositions .bottom.active {
  display: block;
}
.w-webflow-badge {
  display: none !important;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
.footer-bottom .footer-copyright p {
  margin: 0;
}
.footer-bottom .footer-links {
  display: flex;
  gap: 20px;
}
.footer-bottom .footer-links .footer-link {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-bottom .footer-links .footer-link:hover {
  opacity: 0.8;
}
.mobile-menu-button {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}
.mobile-menu-button span {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}
.mobile-menu-button.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.mobile-menu-button.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-button.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}
.activeFooter {
  margin-top: 3rem;
}
.activeFooter p {
  color: #333333;
}
.activeFooter a {
  color: #333333;
}
/* 手机屏幕（998） */
@media screen and (max-width: 998px) {
  .fixed-cta-container {
    display: none !important;
  }
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .activeBox {
    flex-direction: column-reverse;
  }
  .mobile-menu-button {
    display: flex;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: right 0.3s ease;
    z-index: 1000;
  }
  .nav-menu.mobile-active {
    right: 0;
  }
  .nav-menu .nav-link {
    font-size: 1.5rem;
  }
  .nav-menu .nav-link .nav-text {
    color: white !important;
  }
  .nav-menu .nav-link .nav-text-hover {
    color: white !important;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    align-items: center;
  }
  .footer-bottom .footer-copyright {
    order: 1;
  }
  .footer-bottom .footer-links {
    order: 2;
    justify-content: center;
  }
}
.section-home-footer {
  height: auto !important;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 479px) {
  .section-home-footer {
    flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */