@font-face {
  font-family: Harmonyos Sans;
  src: url('../fonts/HarmonyOS_Sans_Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  position: relative;
  right: -200px;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block {
  background-color: #000;
}

.heading-2 {
  font-weight: 900;
}

.icp {
  color: #fff;
  text-decoration: none;
  position: relative;
  left: 200px;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.paragraph {
  color: #fff;
}

.paragraph-2 {
  color: #fff;
  position: relative;
  top: -50px;
  left: 500px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.body {
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-weight: 900;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-large-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two-2 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.link {
  color: #000;
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
  text-decoration: none;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.margin-bottom-24px-4 {
  width: 750px;
  height: 900px;
  margin-bottom: 24px;
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-weight: 900;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.hero-without-image-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.hero-without-image-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-8 {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 900;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-scroll-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-image-wrapper-2 {
  position: relative;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.link-2 {
  color: #000;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
}

.body-2 {
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-weight: 900;
}

.link-3 {
  color: #000;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
}

.hero-without-image-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-9 {
  margin-bottom: 24px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11, .body-12, .body-13 {
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-weight: 900;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.hero-without-image-7 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-7 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-10 {
  margin-bottom: 24px;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.body-15 {
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-weight: 900;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  text-align: justify;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-3.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.body-16 {
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-weight: 900;
}

.link-4 {
  color: #000;
  text-align: justify;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
  position: relative;
  top: -110px;
  right: -200px;
}

.heading-11 {
  width: 270px;
  font-weight: 900;
  position: relative;
  right: -490px;
}

.link-5 {
  color: #000;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
  position: relative;
  right: -50px;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: auto;
  height: auto;
  margin-right: 24px;
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-weight: 900;
  position: relative;
  right: -200px;
  overflow: visible;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-11 {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two-3 {
  align-items: center;
  display: flex;
}

.testimonial-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-3 {
  font-weight: 700;
}

.body-17 {
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-weight: 900;
}

.image-3 {
  max-width: none;
  max-height: none;
  position: relative;
  right: -200px;
  overflow: visible;
}

.link-6 {
  color: #000;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
}

.body-18 {
  color: #000;
  background-image: url('../images/智慧不可赐.png');
  background-position: 50% 0;
  background-size: auto;
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-weight: 900;
}

.link-7 {
  color: #000;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}

.body-20, .body-21 {
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-weight: 900;
}

.link-8 {
  color: #000;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}

.list {
  width: 400px;
}

.paragraph-10 {
  color: #b47171;
  font-size: 50px;
  line-height: 50px;
  position: relative;
  top: -60px;
  left: 200px;
}

.paragraph-11 {
  border-radius: 20px;
  width: 500px;
  position: relative;
  top: -200px;
  left: 500px;
}

.list-2 {
  width: 400px;
  position: relative;
  top: -550px;
  right: -500px;
}

.heading-20 {
  width: 100px;
}

.heading-21 {
  width: 100px;
  position: relative;
  top: -550px;
  right: -500px;
}

.list-3 {
  width: 400px;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 35px;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  color: #000;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  color: #000;
  text-decoration: none;
}

.body-22 {
  color: #000;
  background-color: #5f71c2;
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
}

.body-23 {
  color: #000;
  background-color: #77bdb8;
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
}

.body-24 {
  color: #000;
  background-color: #beb392;
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
}

.body-25 {
  color: #000;
  background-color: #a799b8;
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
}

.container-16 {
  color: #000;
  font-family: Harmonyos Sans, Arial, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
}

@media screen and (min-width: 1440px) {
  .centered-heading.margin-bottom-32px {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
    position: static;
  }

  .hero-split {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .button-primary {
    opacity: 1;
    border-radius: 20px;
  }

  .div-block {
    background-color: #000;
    position: relative;
    top: auto;
  }

  .heading, .heading-2 {
    color: #fff;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .icp {
    text-decoration: none;
    position: relative;
    right: -255px;
  }

  .link-block {
    text-decoration: none;
  }

  .paragraph {
    color: #fff;
    background-color: #000;
    width: 500px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
    overflow: visible;
  }

  .paragraph-2 {
    color: #fff;
    width: 500px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
    position: relative;
    top: -50px;
    right: -550px;
  }

  .centered-heading-3 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .link {
    color: #000;
    font-size: 35px;
    line-height: 35px;
    text-decoration: none;
  }

  .margin-bottom-24px-8 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
    position: relative;
    right: -23px;
  }

  .heading-4 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .link-2 {
    color: #000;
    text-decoration: none;
  }

  .body-2 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
  }

  .link-3 {
    color: #000;
    text-decoration: none;
  }

  .hero-without-image-6 {
    border-radius: 20px;
  }

  .button, .button-2 {
    background-color: #000;
  }

  .body-3 {
    border-radius: 20px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .button-3 {
    background-color: #000;
  }

  .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10, .body-11 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .body-12 {
    color: #000;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
  }

  .body-16 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .heading-11 {
    text-align: center;
    width: 270px;
    font-weight: 900;
    position: relative;
    right: -600px;
  }

  .link-5 {
    color: #000;
    text-decoration: none;
    position: relative;
    right: -50px;
  }

  .testimonial-main-image {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    position: relative;
    right: -200px;
    overflow: visible;
  }

  .body-17 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .image-3 {
    max-width: none;
    position: relative;
    right: -200px;
    overflow: visible;
  }

  .link-6 {
    color: #000;
    text-decoration: none;
  }

  .body-18 {
    color: #000;
    background-image: url('../images/智慧不可赐.png');
    background-position: 50% 0;
    background-size: auto;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .link-7 {
    color: #000;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
  }

  .body-20 {
    color: #000;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .body-21 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .link-8 {
    color: #000;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
  }

  .list {
    width: 400px;
  }

  .paragraph-10 {
    color: #d39c9c;
    width: 800px;
    font-size: 50px;
    line-height: 50px;
    position: relative;
    top: -60px;
    left: 200px;
  }

  .paragraph-11 {
    width: 500px;
    height: auto;
    position: relative;
    top: -200px;
    right: -600px;
  }

  .list-2 {
    width: 400px;
    position: relative;
    top: -650px;
    right: -900px;
  }

  .heading-20 {
    width: 100px;
  }

  .heading-21 {
    width: 100px;
    position: relative;
    top: -650px;
    right: -900px;
  }

  .list-3 {
    width: 400px;
    position: relative;
    top: -350px;
    right: -400px;
  }

  .centered-heading-5 {
    font-weight: 900;
  }

  .centered-subheading-3 {
    font-size: 27px;
    line-height: 35px;
  }

  .team-grid-2 {
    grid-template: "."
    / 1fr 1fr 1fr 1fr;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
    color: #000;
    text-decoration: none;
  }

  .body-22 {
    color: #000;
    background-color: #669b80;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
  }

  .body-23 {
    color: #000;
    background-color: #8ab18b;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
  }

  .body-24 {
    color: #000;
    background-color: #8cb4a8;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
  }

  .body-25 {
    color: #000;
    background-color: #88b8ab;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-heading-center {
    color: #000;
    text-align: justify;
    border-radius: 0;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 25px;
  }

  .centered-heading.margin-bottom-32px {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .margin-bottom-24px {
    text-align: justify;
    text-indent: 0;
    text-transform: none;
    width: 432.391px;
    height: 180px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    text-decoration: none;
  }

  .button-primary {
    text-align: center;
    border-radius: 20px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    text-decoration: none;
    position: relative;
    right: -400px;
  }

  .div-block {
    color: #fff;
    background-color: #000;
    width: 1920px;
    height: 60px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
    position: relative;
    bottom: -395px;
    overflow: visible;
  }

  .heading {
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 900;
    position: relative;
    top: -20px;
    left: 2px;
    overflow: visible;
  }

  .link-block1 {
    z-index: auto;
    width: 265px;
    height: 22px;
    text-decoration: none;
    position: relative;
    top: auto;
    bottom: -10px;
    right: -200px;
    overflow: visible;
  }

  .image {
    position: relative;
    top: -2px;
    left: 29px;
    right: auto;
  }

  .heading-2 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    position: relative;
    top: -12px;
    right: auto;
  }

  .icp {
    width: 225px;
    height: 20px;
    text-decoration: none;
    position: relative;
    top: 14px;
    left: 116px;
    right: -300px;
  }

  .link-block {
    width: 262.734px;
    height: 20px;
    text-decoration: none;
    position: relative;
    bottom: -23px;
    left: 29px;
    right: -200px;
  }

  .paragraph {
    color: #fff;
    width: 420px;
    font-size: 14px;
    position: relative;
    top: -41px;
    left: auto;
    right: -1350px;
  }

  .paragraph-2 {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -89px;
    left: auto;
    right: -750px;
  }

  .centered-subheading {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    position: relative;
    left: -8px;
  }

  .comparison-title {
    color: #000;
    width: 390px;
    height: 30px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
    position: relative;
    top: -20px;
    left: -20px;
  }

  .body {
    text-decoration: none;
  }

  .link-block-2 {
    width: 380px;
    height: 30px;
    text-decoration: none;
    position: relative;
    bottom: auto;
  }

  .paragraph-3, .centered-heading-3 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .centered-subheading-2 {
    width: 730px;
    max-width: 730px;
    height: 40px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    position: relative;
    right: -29px;
  }

  .paragraph-4 {
    text-align: center;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
  }

  .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
  }

  .margin-bottom-24px-2 {
    text-align: justify;
    flex: 0 auto;
    width: 750px;
    height: 900px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    position: static;
  }

  .button-primary-2 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
  }

  .link {
    color: #000;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    text-decoration: none;
  }

  .margin-bottom-24px-3, .margin-bottom-24px-4, .margin-bottom-24px-5, .margin-bottom-24px-6, .margin-bottom-24px-7 {
    text-align: justify;
    width: 750px;
    height: 900px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
  }

  .heading-3 {
    width: 150px;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    position: relative;
    bottom: -390px;
    right: -250px;
  }

  .margin-bottom-24px-8 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
    position: relative;
    right: -32px;
  }

  .heading-4 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .gallery-wrapper-2 {
    width: 940px;
  }

  .gallery-block {
    position: relative;
    right: -65px;
  }

  .gallery-feature {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .gallery-grid-2 {
    z-index: auto;
    position: relative;
    top: auto;
  }

  .gallery-image-2.shadow-two {
    width: 153%;
    max-width: none;
    height: 100%;
    position: relative;
    left: -92px;
  }

  .link-2 {
    color: #1a1a1a;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    text-decoration: none;
  }

  .heading-5 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .list-item {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
  }

  .heading-6 {
    text-align: justify;
    width: 200px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
  }

  .body-2 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .link-3 {
    color: #000;
    text-align: justify;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    text-decoration: none;
  }

  .button {
    background-color: #000;
    border-radius: 20px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
  }

  .button-2 {
    background-color: #000;
    border-radius: 20px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
    text-decoration: none;
    position: relative;
    right: -200px;
  }

  .body-3 {
    border-radius: 20px;
  }

  .button-3 {
    background-color: #000;
    border-radius: 20px;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
    position: relative;
    right: -400px;
  }

  .heading-7 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
    position: relative;
    top: -40px;
  }

  .body-11 {
    text-align: justify;
    font-size: 25px;
  }

  .body-12 {
    text-align: justify;
    font-size: 50px;
    line-height: 50px;
  }

  .body-13 {
    color: #000;
    text-align: justify;
    font-size: 50px;
    line-height: 50px;
  }

  .code-embed {
    position: relative;
    bottom: auto;
    left: -200px;
  }

  .body-14 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .code-embed-2 {
    position: relative;
    top: -550px;
    right: -400px;
  }

  .heading-8, .heading-9, .heading-10 {
    position: relative;
  }

  .image-2 {
    width: 153%;
    max-width: none;
    height: 99.99%;
    position: relative;
    right: -89px;
  }

  .button-primary-10 {
    border-radius: 20px;
    font-size: 35px;
    line-height: 35px;
  }

  .body-15 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .testimonial-text-three {
    color: #000;
    text-align: justify;
    width: 760px;
    font-size: 30px;
    line-height: 30px;
  }

  .body-16 {
    text-align: justify;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
  }

  .link-4 {
    font-size: 50px;
    line-height: 50px;
    top: -125px;
    right: -300px;
  }

  .heading-11 {
    width: 380px;
    font-size: 25px;
    font-weight: 900;
    line-height: 25px;
    position: relative;
    right: -750px;
  }

  .link-5 {
    color: #000;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
    position: relative;
    right: -50px;
  }

  .testimonial-grid {
    grid-template-columns: 2.25fr 2.25fr;
  }

  .testimonial-main-image {
    width: auto;
    max-width: 70%;
    height: auto;
    position: relative;
    right: -945px;
    overflow: visible;
  }

  .testimonial-main-content {
    text-align: justify;
    width: auto;
    height: 80px;
  }

  .margin-bottom-24px-11 {
    width: auto;
    font-size: 25px;
    line-height: 25px;
  }

  .body-17 {
    color: #000;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .image-3 {
    max-width: 70%;
    position: relative;
    top: -1665px;
    left: -26px;
    overflow: visible;
  }

  .link-6 {
    color: #000;
    text-align: justify;
    font-family: Harmonyos Sans, Arial, sans-serif;
    text-decoration: none;
  }

  .body-18 {
    color: #000;
    text-align: justify;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/智慧不可赐.png');
    background-position: 50% 0;
    background-size: cover;
    background-clip: border-box;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
  }

  .link-7 {
    color: #000;
    text-align: justify;
    text-decoration: none;
    position: static;
  }

  .body-19 {
    color: #000;
    text-align: justify;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
  }

  .body-20 {
    color: #000;
    text-align: justify;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
  }

  .body-21 {
    color: #000;
    text-align: justify;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
  }

  .heading-12 {
    width: 200px;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
  }

  .link-8 {
    color: #000;
    text-decoration: none;
  }

  .code-embed-3 {
    background-color: #6b6b6b;
    width: 800px;
    height: 200px;
    position: relative;
    left: auto;
    right: -200px;
    overflow: visible;
  }

  .code-embed-4 {
    background-color: #af2626;
  }

  .code-embed-5 {
    text-align: center;
    width: 307px;
    max-width: none;
    height: 50px;
    position: relative;
    right: -600px;
  }

  .heading-13 {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    position: relative;
  }

  .div-block-2 {
    text-align: center;
    height: 600px;
  }

  .code-embed-6 {
    text-align: center;
    text-decoration: none;
  }

  .div-block-3 {
    height: 300px;
    overflow: visible;
  }

  .div-block-4 {
    height: 75px;
  }

  .heading-14 {
    width: 250px;
    height: auto;
    font-weight: 900;
    position: static;
  }

  .code-embed-7 {
    width: 300px;
  }

  .list-item-2 {
    width: 400px;
  }

  .heading-15 {
    width: 250px;
    font-weight: 900;
  }

  .code-embed-8 {
    width: 300px;
  }

  .list-item-3 {
    width: 400px;
  }

  .heading-16 {
    width: 250px;
    font-weight: 900;
  }

  .code-embed-9 {
    width: 300px;
  }

  .list-item-4 {
    width: 400px;
  }

  .list {
    text-align: justify;
    width: 460px;
    position: relative;
    left: 500px;
    right: auto;
  }

  .paragraph-10 {
    color: #be5555;
    width: 800px;
    position: relative;
    top: -60px;
    left: 200px;
  }

  .paragraph-11 {
    color: #000;
    text-align: center;
    width: 800px;
    position: relative;
    top: -100px;
    left: auto;
    right: -550px;
  }

  .list-2 {
    width: 460px;
    position: relative;
    inset: -500px -600px auto 500px;
  }

  .list-item-5 {
    width: 400px;
    position: relative;
  }

  .heading-17 {
    width: 250px;
  }

  .code-embed-10 {
    width: 300px;
  }

  .list-item-6 {
    width: 400px;
  }

  .heading-18 {
    width: 250px;
  }

  .code-embed-11 {
    width: 300px;
  }

  .list-item-7 {
    width: 400px;
  }

  .heading-19 {
    width: 250px;
  }

  .code-embed-12 {
    width: 300px;
  }

  .heading-20 {
    width: 90px;
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    position: relative;
    bottom: -210px;
    right: -400px;
  }

  .heading-21 {
    width: 80px;
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    position: relative;
    top: -300px;
    left: auto;
    right: -400px;
  }

  .list-3 {
    width: 460px;
    height: auto;
    position: relative;
    top: -430px;
    right: -980px;
  }

  .heading-22, .heading-23, .heading-24 {
    width: 250px;
    font-weight: 900;
  }

  .list-item-8, .list-item-9, .list-item-10 {
    width: 400px;
  }

  .code-embed-13, .code-embed-14, .code-embed-15 {
    width: 300px;
  }

  .centered-heading-5 {
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
    overflow: visible;
  }

  .centered-subheading-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .team-grid-2 {
    grid-template: "."
    / 1fr 1fr 1fr 1fr;
  }

  .team-member-name-2 {
    color: #000;
    text-align: center;
    border: 1px #000;
    font-weight: 900;
    text-decoration: none;
  }

  .paragraph-12 {
    color: #000;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    font-size: 20px;
    text-decoration: none;
  }

  .paragraph-13 {
    color: #000;
    font-size: 20px;
    text-decoration: none;
  }

  .paragraph-14, .paragraph-15 {
    color: #000;
    font-size: 20px;
  }

  .link-block-3 {
    z-index: auto;
    width: auto;
    max-width: none;
    height: auto;
    text-decoration: none;
    position: sticky;
    overflow: visible;
  }

  .link-block-4, .link-block-5, .link-block-6 {
    text-decoration: none;
  }

  .paragraph-16 {
    color: #000;
    text-align: left;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
    position: relative;
    bottom: -100px;
  }

  .body-22 {
    color: #000;
    background-color: #97a549;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
  }

  .paragraph-17 {
    color: #000;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
    position: relative;
    bottom: -100px;
  }

  .body-23 {
    color: #000;
    background-color: #cfc550;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
  }

  .body-24 {
    color: #000;
    background-color: #62b16a;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
  }

  .paragraph-18 {
    position: relative;
    bottom: -100px;
  }

  .body-25 {
    color: #000;
    background-color: #76b5b6;
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 50px;
  }

  .paragraph-19 {
    position: relative;
    bottom: -100px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .icp {
    position: relative;
    left: auto;
    right: -32px;
  }

  .paragraph-2 {
    top: auto;
    left: auto;
  }

  .container-2, .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .container-5 {
    max-width: 728px;
  }

  .centered-heading-3 {
    font-weight: 900;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-6, .container-7, .container-8, .container-9 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .heading-6 {
    font-weight: 900;
  }

  .container-10, .container-11 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .body-14 {
    font-family: Harmonyos Sans, Arial, sans-serif;
    font-weight: 900;
  }

  .heading-8, .heading-9, .heading-10 {
    font-weight: 900;
  }

  .container-12, .container-13 {
    max-width: 728px;
  }

  .heading-11 {
    position: static;
  }

  .heading-11:focus {
    position: static;
    right: -200px;
  }

  .container-14 {
    max-width: 728px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: auto;
    max-width: 70%;
    height: auto;
  }

  .image-3 {
    max-width: 70%;
  }

  .paragraph-10 {
    top: auto;
    left: auto;
  }

  .paragraph-11 {
    left: 122px;
  }

  .list-2, .heading-21 {
    top: auto;
    right: auto;
  }

  .container-15 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center, .features-table, .gallery-scroll, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-without-image, .hero-without-image-2, .hero-without-image-3, .hero-without-image-4, .hero-without-image-5 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-8 {
    position: relative;
    right: -23px;
  }

  .heading-4 {
    font-size: 30px;
    font-weight: 900;
  }

  .gallery-overview, .gallery-scroll-2, .hero-without-image-6, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-without-image-7, .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-11 {
    right: auto;
  }

  .heading-11:focus {
    right: -134px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: auto;
    right: -83px;
  }

  .image-3 {
    right: -83px;
  }

  .paragraph-11 {
    text-align: left;
    left: 56px;
  }

  .list-2, .heading-21 {
    top: auto;
    right: auto;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .button-primary {
    right: -29px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .container-4 {
    max-width: none;
  }

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .container-6, .container-7, .container-8, .container-9 {
    max-width: none;
  }

  .margin-bottom-24px-8 {
    font-size: 20px;
    right: -2px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .container-10, .container-11 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-12, .container-13 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .heading-11, .heading-11:focus {
    right: auto;
  }

  .link-5 {
    position: relative;
    bottom: -110px;
    left: -170px;
    right: auto;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .paragraph-11 {
    width: 200px;
    top: -290px;
    left: 77px;
  }

  .list-2, .heading-21 {
    top: auto;
    right: auto;
  }

  .container-15 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }
}

#w-node-dc044da2-0d68-cc80-de6e-7dc26c916f28-7ab5e25d, #w-node-dc044da2-0d68-cc80-de6e-7dc26c916f33-7ab5e25d, #w-node-dc044da2-0d68-cc80-de6e-7dc26c916f47-7ab5e25d, #w-node-dc044da2-0d68-cc80-de6e-7dc26c916f51-7ab5e25d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-dc044da2-0d68-cc80-de6e-7dc26c916f33-7ab5e25d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Harmonyos Sans';
  src: url('../fonts/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}