.card-one {
  height: 100%;
  padding: 32px;
  border-radius: 12px;
  background-color: #fff;
  display: grid;
  align-items: center;
  grid-template-columns: 2.5fr 1fr;
  grid-template-rows: max-content auto;
  row-gap: 16px;
}
.card-one__photo-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 80px;
}
.card-one__photo-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-one__photo-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-one__user-container {
  display: flex;
  align-items: center;
}
.card-one__info-container {
  padding-left: 16px;
}
.card-one__logo-container {
  text-align: right;
}
.card-one__logo {
  max-width: 170px;
  height: auto;
}
.card-one__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #404040;
}
.card-one__position {
  margin: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #616161;
}
.card-one__body {
  grid-column: span 2;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  align-self: flex-start;
}
@media only screen and (max-width: 1440px) {
  .card-one {
    padding: 20px;
  }
  .card-one__photo-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 70px;
  }
  .card-one__photo-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .card-one__photo-container:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .card-one__logo {
    max-width: 160px;
  }
  .card-one__name {
    font-size: 22px;
    line-height: 22px;
  }
  .card-one__position {
    font-size: 14px;
  }
  .card-one__body {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .card-one {
    padding: 18px;
  }
  .card-one__photo-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 70px;
  }
  .card-one__photo-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .card-one__photo-container:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .card-one__logo {
    max-width: 150px;
  }
  .card-one__name {
    font-size: 20px;
    line-height: 20px;
  }
  .card-one__position {
    font-size: 13px;
  }
  .card-one__body {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .card-one__position {
    font-size: 12px;
  }
  .card-one__logo {
    max-width: 120px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-one__user-container {
    grid-column: span 2;
  }
  .card-one__logo-container {
    order: 3;
    grid-column: span 2;
  }
  .card-one__logo {
    max-width: 100px;
  }
  .card-one__name {
    font-size: 20px;
    line-height: 28px;
  }
  .card-one__position {
    font-size: 14px;
    line-height: 18px;
  }
  .card-one__body {
    font-size: 16px;
    line-height: 24px;
  }
}

.client-says {
  margin: 0px auto;
  max-width: 1920px;
  background-color: #E5F6F3;
}
.client-says .swiper-slide {
  height: auto !important;
}
.client-says .swiper-button-next,
.client-says .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #0FD7BD;
  border-radius: 12px;
  transition: 0.4s ease;
}
.client-says .swiper-button-next:hover,
.client-says .swiper-button-prev:hover {
  background-color: #70F5E4;
}
.client-says .swiper-button-next::after,
.client-says .swiper-button-prev::after {
  display: none;
}
.client-says .swiper-button-prev {
  left: -72px;
}
.client-says .swiper-button-next {
  right: -72px;
}
.client-says .swiper-pagination-bullets.swiper-pagination-horizontal, .client-says .swiper-pagination-custom, .client-says .swiper-pagination-fraction {
  bottom: -70px;
  left: 0;
  width: 100%;
}
.client-says .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #E0E0E0;
  opacity: 1;
  transition: 0.4s ease;
}
.client-says .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0FD7BD;
}
@media only screen and (max-width: 1199.98px) {
  .client-says .swiper-button-prev {
    left: -50px;
  }
  .client-says .swiper-button-next {
    right: -50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .client-says .swiper-button-next,
.client-says .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .client-says .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .client-says .swiper-pagination-bullets.swiper-pagination-horizontal, .client-says .swiper-pagination-custom, .client-says .swiper-pagination-fraction {
    bottom: -42px;
  }
}

.card-service {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  align-items: center;
}
.card-service__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 789px;
}
.card-service__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-service__image-container:before {
  content: "";
  display: block;
  padding-top: 63.7515842839%;
}
.card-service:nth-child(even) .card-service__image-container {
  grid-column: 1/7;
  grid-row: 1;
}
@media only screen and (max-width: 767.98px) {
  .card-service:nth-child(even) .card-service__image-container {
    grid-column: 1/13;
  }
}
.card-service:nth-child(even) .card-service__info-container {
  grid-column: 8/12;
  grid-row: 1;
}
@media only screen and (max-width: 767.98px) {
  .card-service:nth-child(even) .card-service__info-container {
    grid-column: 1/13;
  }
}
.card-service__icon-container {
  margin-bottom: 2px;
  max-width: 60px;
}
.card-service__info-container {
  grid-column: 2/6;
  grid-row: 1;
}
.card-service__image-container {
  grid-column: 7/13;
  grid-row: 1;
  border-radius: 8px;
  overflow: hidden;
}
.card-service__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #0A0A0A;
}
.card-service__body {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}
@media only screen and (max-width: 1440px) {
  .card-service {
    gap: 0px;
  }
  .card-service__icon {
    max-width: 47px;
  }
  .card-service__title {
    font-size: 27px;
    line-height: 24px;
  }
  .card-service__body {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .card-service__title {
    font-size: 24px;
    line-height: 30px;
  }
  .card-service__body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-service {
    gap: 40px 0px;
  }
  .card-service__info-container, .card-service:nth-child(2) .card-service__info-container {
    grid-column: 1/13;
    grid-row: 2;
  }
  .card-service__image-container, .card-service:nth-child(2) .card-service__image-container {
    grid-column: 1/13;
    grid-row: 1;
  }
  .card-service__icon-container {
    max-width: 45px;
  }
  .card-service__btn-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.card-three {
  padding: 32px;
  height: 100%;
  background: #E5F6F3;
  border: 1px solid #0FD7BD;
  border-radius: 12px;
  display: flex;
  align-items: center;
  min-height: 176px;
}
.card-three__icon-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 48px;
}
.card-three__icon-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-three__icon-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-three__info {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}
.card-three__info-container {
  padding-left: 32px;
}
@media only screen and (max-width: 1440px) {
  .card-three {
    padding: 16px;
    min-height: 135px;
  }
  .card-three__icon-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 37px;
  }
  .card-three__icon-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .card-three__icon-container:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .card-three__info-container {
    padding-left: 16px;
  }
  .card-three__info {
    font-size: 12px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-three__info {
    font-size: 16px;
    line-height: 24px;
  }
}

.card-eight {
  position: relative;
  background: #fff;
  border-radius: 12px;
}
.card-eight__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-eight__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-eight__image-container:before {
  content: "";
  display: block;
  padding-top: 40.6976744186%;
}
.card-eight__logo-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 190.39px;
}
.card-eight__logo-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-eight__logo-container:before {
  content: "";
  display: block;
  padding-top: 16.6027627501%;
}
.card-eight:hover .card-eight__image {
  transform: scale(1.04);
}
.card-eight:hover .card-eight__title, .card-eight:hover .card-eight__link, .card-eight:hover .card-eight__icon {
  color: #0FD7BD;
}
.card-eight:hover .card-eight__icon {
  left: 10px;
}
.card-eight__logo-container {
  position: absolute;
  top: 19px;
  left: 19px;
  z-index: 2;
}
.card-eight__image-container {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}
.card-eight__image {
  transition: 1s ease;
}
.card-eight__date {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #757575;
}
.card-eight__title {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 57.2px; /* Fallback for non-webkit */
  font-size: 22px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  font-weight: 700;
  color: #0A0A0A;
  transition: 0.4s ease;
}
.card-eight__content {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 41.6px; /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 26px;
}
.card-eight__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #30344D;
  vertical-align: middle;
  transition: 0.4s ease;
}
.card-eight__icon {
  position: relative;
  left: 0px;
  color: #30344D;
  vertical-align: middle;
  transition: 0.4s ease;
}
@media only screen and (max-width: 1440px) {
  .card-eight__logo-container {
    top: 3%;
    left: 3%;
  }
  .card-eight__logo {
    max-width: 90%;
  }
  .card-eight__date {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
  }
  .card-eight__title {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 46.8px; /* Fallback for non-webkit */
    font-size: 18px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
  }
  .card-eight__content {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 36.4px; /* Fallback for non-webkit */
    font-size: 14px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
  }
  .card-eight__link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-eight {
    border-radius: 8px;
  }
}

.about-trustedby {
  margin: 0px auto;
  max-width: 1920px;
}
.about-trustedby__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about-trustedby__image-container {
  margin-bottom: 60px;
  flex: 0 0 14.28%;
  justify-content: center;
  min-height: 70px;
  text-align: center;
  transition: 0.4s ease;
  opacity: 1;
}
.about-trustedby__image-container.out {
  opacity: 0;
}
.about-trustedby__image {
  width: auto;
  height: auto;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1440px) {
  .about-trustedby__image-container {
    flex: 0 0 12.5%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .about-trustedby__image-container {
    flex: 0 0 16.6%;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-trustedby__image-container {
    flex: 0 0 20%;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-trustedby__image-container {
    flex: 0 0 25%;
  }
}
@media only screen and (max-width: 575.98px) {
  .about-trustedby__image {
    width: 64%;
  }
}
@media only screen and (max-width: 380px) {
  .about-trustedby__image-container {
    flex: 0 0 50%;
  }
}

.faq {
  margin: 0px auto;
  max-width: 1920px;
}
.faq__accordion-container {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 767.98px) {
  .faq__accordion-container {
    width: 100%;
  }
}
.faq__accordion-item {
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0px 1.2px 3.2px 0px rgba(48, 52, 77, 0.0274509804);
  box-shadow: 0px 4.03px 10.74px 0px rgba(48, 52, 77, 0.0431372549);
  box-shadow: 0px 18.03px 48.09px 0px rgba(48, 52, 77, 0.0705882353);
}
.faq__accordion-header[aria-expanded=true] {
  background-color: unset;
}
.faq__accordion-title {
  display: flex;
  padding: 20px 24px 20px 24px;
  border-radius: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #30344D;
  width: 100%;
  border: unset;
  text-align: left;
  transition: 0.3s ease;
}
.faq__accordion-title.collapsed {
  background-color: #ffffff;
}
.faq__accordion-title::after {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93934 10.4393C5.35355 11.0251 5.35355 11.9749 5.93934 12.5607L14.9393 21.5607C15.5251 22.1464 16.4749 22.1464 17.0607 21.5607L26.0607 12.5607C26.6464 11.9749 26.6464 11.0251 26.0607 10.4393C25.4749 9.85355 24.5251 9.85355 23.9393 10.4393L16 18.3787L8.06066 10.4393C7.47487 9.85355 6.52513 9.85355 5.93934 10.4393Z' fill='%2330344D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 32px;
  transition: 0.2s ease;
}
.faq__accordion-title:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93934 10.4393C5.35355 11.0251 5.35355 11.9749 5.93934 12.5607L14.9393 21.5607C15.5251 22.1464 16.4749 22.1464 17.0607 21.5607L26.0607 12.5607C26.6464 11.9749 26.6464 11.0251 26.0607 10.4393C25.4749 9.85355 24.5251 9.85355 23.9393 10.4393L16 18.3787L8.06066 10.4393C7.47487 9.85355 6.52513 9.85355 5.93934 10.4393Z' fill='%230FD7BD'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.faq__accordion-title[aria-expanded=true] {
  color: #0FD7BD;
  background-color: unset;
}
.faq__divider {
  width: calc(100% - 48px);
  margin: auto;
}
.faq__accordion-desc {
  padding: 14px 24px 20px 24px;
}

.benefits__card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}
.benefits__card {
  padding: 32px;
  border-radius: 12px;
  background-color: #fff;
  flex-basis: calc(33.3% - 30px);
  flex-grow: 1;
  box-shadow: 0px 1.8px 4.79px 0px rgba(48, 52, 77, 0.0274509804);
  box-shadow: 0px 6.03px 16.08px 0px rgba(48, 52, 77, 0.0431372549);
  box-shadow: 0px 27px 72px 0px rgba(48, 52, 77, 0.0705882353);
}
@media only screen and (max-width: 860px) {
  .benefits__card {
    flex-basis: calc(50% - 30px);
  }
}
@media only screen and (max-width: 500px) {
  .benefits__card {
    flex-basis: calc(100% - 30px);
  }
}
.benefits__card-four {
  padding: 32px;
  border-radius: 12px;
  background-color: #fff;
  flex-basis: calc(25% - 30px);
  flex-grow: 1;
  box-shadow: 0px 1.8px 4.79px 0px rgba(48, 52, 77, 0.0274509804);
  box-shadow: 0px 6.03px 16.08px 0px rgba(48, 52, 77, 0.0431372549);
  box-shadow: 0px 27px 72px 0px rgba(48, 52, 77, 0.0705882353);
}
@media only screen and (max-width: 860px) {
  .benefits__card-four {
    flex-basis: calc(50% - 30px);
  }
}
@media only screen and (max-width: 500px) {
  .benefits__card-four {
    flex-basis: calc(100% - 30px);
  }
}
.benefits__icon-container {
  margin-bottom: 24px;
}
.benefits__logo {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefits__card-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #0a0a0a;
}
.benefits__after-description {
  text-align: center;
  background-color: #E5F6F3;
  padding: 24px;
  border-radius: 2px;
  margin-top: 60px;
  color: #404040;
}

.what-is__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 1080px;
}
.what-is__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-is__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.what-is__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .what-is__grid {
    gap: unset;
  }
}
.what-is__image-container {
  grid-column: 1/7;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .what-is__image-container {
    grid-column: 1/13;
    grid-row: 1;
  }
}
.what-is__info-container {
  grid-column: 7/13;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .what-is__info-container {
    grid-column: 1/13;
    padding-left: unset;
    padding-top: 30px;
  }
}
.what-is__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #0A0A0A;
}
.what-is__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0A0A0A;
}
.what-is__content p {
  margin-bottom: 32px;
}
.what-is__content p:last-child {
  margin-bottom: 0px;
}
.what-is__content ul {
  list-style: none;
  padding-left: 0;
}
.what-is__content ul li {
  position: relative;
  margin-left: 35px;
  padding: 10px 0;
}
.what-is__content ul li::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 0C5.83187 0 0 5.83187 0 13C0 20.1681 5.83187 26 13 26C20.1681 26 26 20.1681 26 13C26 5.83187 20.1681 0 13 0ZM19.7656 8.64312L11.3656 18.6431C11.2735 18.7529 11.1588 18.8415 11.0294 18.9031C10.9 18.9647 10.7589 18.9977 10.6156 19H10.5988C10.4586 18.9999 10.32 18.9704 10.192 18.9134C10.064 18.8563 9.94936 18.773 9.85563 18.6688L6.25562 14.6688C6.1642 14.5718 6.09308 14.4575 6.04644 14.3327C5.99981 14.2078 5.9786 14.0749 5.98407 13.9417C5.98953 13.8086 6.02156 13.6778 6.07827 13.5572C6.13498 13.4366 6.21523 13.3286 6.31429 13.2394C6.41336 13.1503 6.52925 13.0818 6.65515 13.0381C6.78105 12.9944 6.91442 12.9763 7.04742 12.9848C7.18042 12.9934 7.31036 13.0284 7.42962 13.0879C7.54888 13.1474 7.65505 13.2301 7.74187 13.3312L10.5725 16.4762L18.2344 7.35688C18.4062 7.15817 18.6494 7.03509 18.9113 7.01422C19.1732 6.99335 19.4327 7.07638 19.6339 7.24535C19.8351 7.41433 19.9617 7.65568 19.9863 7.91724C20.0109 8.17879 19.9317 8.43954 19.7656 8.64312Z" fill="%230FD7BD"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  left: -35px;
  top: 14px;
}
.what-is__content ol {
  list-style: decimal;
  padding-left: 40px;
}
.what-is__content ol li {
  position: relative;
  margin-left: 0;
  padding: 10px 0;
  /* Remove background-image for numbered lists */
}
.what-is__content ol li::before {
  content: none;
}

.what-is-flipped__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 1080px;
}
.what-is-flipped__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-is-flipped__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.what-is-flipped__image-container {
  grid-column: 7/13;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .what-is-flipped__image-container {
    grid-column: 1/13;
    grid-row: 1;
  }
}
.what-is-flipped__info-container {
  grid-column: 1/7;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .what-is-flipped__info-container {
    grid-column: 1/13;
    padding-left: unset;
    padding-top: 30px;
  }
}

.how-it-works {
  margin: 0px auto;
  max-width: 1920px;
}
.how-it-works__image {
  width: 100%;
}

.stats-impact {
  margin: 0px auto;
  max-width: 1920px;
  background: #E5F6F3;
}
.stats-impact__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.stats-impact__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stats-impact__image-container:before {
  content: "";
  display: block;
  padding-top: 61.1464968153%;
}
.stats-impact__info-container {
  padding-right: 80px;
}
.stats-impact__stat-container {
  border-radius: 20px;
  background-color: #DEE0F2;
  padding: 95px 60px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row;
}
.stats-impact__cost-container {
  flex: 1 1 0;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 27px;
  align-content: center;
}
.stats-impact__cost-title {
  font-size: 20px;
  font-weight: 400;
  color: #14151F;
  margin-bottom: 0;
}
.stats-impact__cost-number {
  font-size: 60px;
  font-weight: 700;
  color: #0FD7BD;
  margin-bottom: 0;
}
.stats-impact__cost-decrease {
  font-size: 32px;
  font-weight: 400;
  color: #0FD7BD;
  margin-bottom: 0;
}
.stats-impact__cost-description {
  width: 100%;
  text-align: center;
  font-size: var(--font-size-section-title-description);
  font-weight: 400;
  color: #404040;
  margin-bottom: 0;
}
.stats-impact__cost-description p {
  margin-bottom: 0;
}
.stats-impact__content {
  font-weight: 400;
  font-size: var(--font-size-section-title-description);
  line-height: 28px;
  color: #0A0A0A;
}
.stats-impact__content p {
  margin-bottom: 32px;
}
.stats-impact__content p:last-child {
  margin-bottom: 0px;
}
.stats-impact__testimonial-logo {
  margin-top: 17px;
  max-width: 220px;
}
@media only screen and (max-width: 1440px) {
  .stats-impact__info-container {
    padding-right: 64px;
  }
  .stats-impact__title {
    font-size: 32px;
    line-height: 45px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .stats-impact__info-container {
    padding-right: 0px;
  }
  .stats-impact__cost-container {
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .stats-impact__info-container {
    padding-left: 0px;
  }
  .stats-impact__content {
    line-height: 24px;
  }
  .stats-impact__content p {
    margin-bottom: 32px;
  }
  .stats-impact__content p:last-child {
    margin-bottom: 0px;
  }
  .stats-impact__stat-container {
    padding: 80px 45px;
  }
  .stats-impact__cost-title {
    font-size: 18px;
  }
  .stats-impact__cost-number {
    font-size: 48px;
  }
  .stats-impact__cost-decrease {
    font-size: 26px;
  }
}
@media only screen and (max-width: 426px) {
  .stats-impact__info-container {
    padding-bottom: 50px;
  }
}

.why-us {
  background-color: #30344D;
}
.why-us__thumbnail-container {
  position: relative;
  width: 100%;
  display: block;
}
.why-us__thumbnail-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-us__thumbnail-container:before {
  content: "";
  display: block;
  padding-top: 61.1464968153%;
}
.why-us__title {
  color: #FFFFFF;
  text-align: center;
}
.why-us__description {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 60px;
}
.why-us__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.why-us__intro-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .why-us__intro-container {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.why-us__thumbnail-container {
  flex: 1 1 calc(50% - 30px);
}
.why-us__thumbnail-container img {
  border-radius: 24px;
}
.why-us__info-container {
  flex: 1 1 calc(50% - 30px);
  align-content: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.why-us__info-container p {
  margin-bottom: 32px;
}
.why-us__info-container p:last-child {
  margin-bottom: 0px;
}
.why-us__section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 12px;
}
.why-us__image-container {
  margin-bottom: 24px;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
}
.why-us__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-us__icon-container {
  margin-bottom: 24px;
}
.why-us__icon-container img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-us__card {
  padding: 32px;
  background-color: #FFFFFF;
  flex: 1 1 calc(50% - 30px);
  border-radius: 12px;
}
.why-us__card:nth-last-child(-n+3) {
  flex: 1 1 calc(33.3333333% - 30px);
}
@media only screen and (max-width: 768px) {
  .why-us__card:nth-last-child(-n+3) {
    flex: 1 1 calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .why-us__card {
    flex: 1 1 calc(100% - 30px);
  }
}
.why-us__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #404040;
  margin-bottom: 16px;
}

.why-choose {
  background-image: url("../../images/background-pattern.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.why-choose__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px 0px;
}
@media only screen and (max-width: 1440px) {
  .why-choose__grid {
    gap: 80px 0px;
  }
}
@media (max-width: 426px) {
  .why-choose .card-service__image-container, .why-choose .card-service:nth-child(even) .card-service__image-container {
    grid-row: 1;
  }
  .why-choose .card-service__info-container, .why-choose .card-service:nth-child(even) .card-service__info-container {
    grid-row: 2;
  }
}

.single-testimonial {
  margin: 0px auto;
  max-width: 1920px;
  background-color: #E5F6F3;
}
.single-testimonial__container {
  text-align: center;
}
.single-testimonial__message {
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
  margin: 32px 0 47px 0;
  color: #404040;
}
.single-testimonial__name {
  font-size: 24px;
  font-weight: 700;
  margin: unset;
}
.single-testimonial__occupation {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 17px;
}
.single-testimonial__company-logo {
  height: 60px;
}

.map-started {
  margin: 0px auto;
  max-width: 1920px;
  background-color: #30344D;
}
.map-started__section-title {
  position: relative;
  margin-bottom: var(--margin-bottom-section-title);
  font-weight: 700;
  font-size: var(--font-size-section-title);
  line-height: var(--line-height-section-title);
  color: #fff;
  z-index: 5;
}
.map-started__section-description {
  margin: 0px;
  font-weight: 300;
  font-size: var(--font-size-section-title-description);
  line-height: 28px;
  color: #fff;
}
.map-started__card-container {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.map-started__card {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  flex-basis: calc(25% - 14px);
  flex-grow: 1;
}
@media only screen and (max-width: 1000px) {
  .map-started__card {
    flex: 1 1 calc(50% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .map-started__card {
    flex: 1 1 calc(100% - 30px);
  }
}
.map-started__card-number {
  width: 40px;
  height: 40px;
  background-color: #0FD7BD;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.map-started__card-icon {
  margin-bottom: 32px;
}
.map-started__card-icon img {
  width: 48px;
  height: 48px;
}
.map-started__card-title {
  font-weight: 700;
  font-size: 20px;
  color: #404040;
  margin-bottom: 4px;
}
.map-started__card-description {
  font-weight: 400;
  font-size: 18px;
  color: #404040;
}

.other-support {
  margin: 0px auto;
  max-width: 1920px;
  background-color: #30344D;
}
.other-support__section-title {
  position: relative;
  margin-bottom: var(--margin-bottom-section-title);
  font-weight: 700;
  font-size: var(--font-size-section-title);
  line-height: var(--line-height-section-title);
  color: #fff;
  z-index: 5;
}
.other-support__section-description {
  margin: 0px;
  font-weight: 300;
  font-size: var(--font-size-section-title-description);
  line-height: 28px;
  color: #fff;
}
.other-support__card-container {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.other-support__card {
  background-color: #fff;
  border-radius: 12px;
  padding: 22px;
  flex-basis: calc(33.3% - 26px);
  flex-grow: 1;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .other-support__card {
    flex-basis: calc(100% - 26px);
  }
}
.other-support__logo {
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.approach-detail {
  margin: 0px auto;
  max-width: 1920px;
}
.approach-detail__icon-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 56px;
}
.approach-detail__icon-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.approach-detail__icon-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.approach-detail__section {
  background-color: #fff;
}
.approach-detail__section:nth-child(2) {
  background-color: #F5F5F5;
}
.approach-detail__section:nth-child(3) {
  background-color: #E5F6F3;
}
.approach-detail__section:last-child {
  padding-bottom: 120px;
}
.approach-detail__section-title {
  color: #0A0A0A;
  text-align: center;
}
.approach-detail__section-description {
  color: #404040;
  text-align: center;
  margin-bottom: 80px;
}
.approach-detail__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.approach-detail__inner {
  grid-column: 3/11;
}
.approach-detail__header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.approach-detail__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}
.approach-detail__content p {
  margin-bottom: 32px;
}
.approach-detail__title {
  padding-left: 14px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #0A0A0A;
}
.approach-detail__after-title {
  font-size: 18px;
  font-weight: 500;
  color: #0FD7BD;
  position: absolute;
  top: 46px;
  left: 78px;
}
.approach-detail__subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-transform: capitalize;
  color: #0A0A0A;
}
.approach-detail__short-description {
  font-size: 18px;
  font-weight: 400;
  color: #404040;
}
.approach-detail__list {
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}
.approach-detail__first-list {
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px 24px;
}
.approach-detail__first-list .approach-detail__item {
  margin-bottom: 14px;
}
.approach-detail__item {
  padding-left: 42px;
  min-height: 60px;
  position: relative;
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}
.approach-detail__item-icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
}
.approach-detail__icon-container {
  max-width: 64px;
}
@media only screen and (max-width: 1440px) {
  .approach-detail__icon-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 34px;
  }
  .approach-detail__icon-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .approach-detail__icon-container:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .approach-detail__inner {
    grid-column: 2/12;
  }
  .approach-detail__title {
    font-size: 28px;
    line-height: 40px;
  }
  .approach-detail__content {
    font-size: 16px;
    line-height: 28px;
  }
  .approach-detail__content p {
    margin-bottom: 24px;
  }
  .approach-detail__subtitle {
    margin-top: 32px;
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 40px;
  }
  .approach-detail__item {
    padding-left: 37px;
    min-height: 37px;
    font-size: 16px;
    line-height: 28px;
  }
  .approach-detail__icon-container {
    max-width: 64px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .approach-detail__icon-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 37px;
  }
  .approach-detail__icon-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .approach-detail__icon-container:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .approach-detail__inner {
    grid-column: 1/13;
  }
  .approach-detail__item {
    min-height: 50px;
    font-size: 16px;
    line-height: 26px;
  }
  .approach-detail__title {
    font-size: 32px;
    line-height: 42px;
  }
  .approach-detail__subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .approach-detail__content {
    font-size: 16px;
    line-height: 24px;
  }
  .approach-detail__content p {
    margin-bottom: 24px;
  }
  .approach-detail__icon-container {
    max-width: 64px;
  }
}
@media only screen and (max-width: 767.98px) {
  .approach-detail__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .approach-detail__item {
    min-height: 50px;
    font-size: 16px;
    line-height: 24px;
  }
  .approach-detail__icon-container {
    max-width: 64px;
  }
}

.our-technology {
  margin: 0px auto;
  max-width: 1920px;
  position: relative;
  padding-bottom: 100px;
}
.our-technology .swiper {
  width: 100%;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}
.our-technology .swiper-wrapper {
  transition-timing-function: linear !important;
  transition: 0.3s ease;
}
.our-technology .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 100%;
  /* Center slide text vertically */
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.our-technology__slider {
  position: relative;
}
.our-technology__slider::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 72.14%);
  z-index: 2;
}
.our-technology__slider::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 72.14%);
  z-index: 2;
}
.our-technology__grid {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 50px 24px;
}
.our-technology__image-container {
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .our-technology__grid {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media only screen and (max-width: 1199.98px) {
  .our-technology__grid {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media only screen and (max-width: 991.98px) {
  .our-technology__grid {
    grid-template-columns: repeat(8, 1fr);
    gap: 32px 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .our-technology__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .our-technology__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 380px) {
  .our-technology__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.page-header__content p:first-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .page-header__image-container {
    grid-column: 1/13;
  }
}
@media only screen and (max-width: 321px) {
  .page-header__image-container {
    grid-column: 1/11;
  }
}
@media only screen and (max-width: 1440px) {
  .page-header__info-container {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .page-header__info-container {
    grid-column: 1/13;
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 321px) {
  .page-header__info-container {
    grid-column: 1/11;
  }
}
.page-header__title-flip {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #0A0A0A;
}
.page-header__subtitle-flip {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #0FD7BD;
}

.what-apautomation__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 592px;
}
.what-apautomation__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-apautomation__image-container:before {
  content: "";
  display: block;
  padding-top: 154.3918918919%;
}
.what-apautomation__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 30px;
}
.what-apautomation__image-container {
  grid-column: 1/6;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .what-apautomation__image-container {
    grid-column: 1/13;
  }
}
@media only screen and (max-width: 321px) {
  .what-apautomation__image-container {
    grid-column: 1/11;
  }
}
.what-apautomation__info-container {
  grid-column: 6/13;
  padding-left: 50px;
}
@media only screen and (max-width: 1440px) {
  .what-apautomation__info-container {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .what-apautomation__info-container {
    grid-column: 1/13;
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 321px) {
  .what-apautomation__info-container {
    grid-column: 1/11;
  }
}
.what-apautomation__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #0A0A0A;
}
@media only screen and (max-width: 1440px) {
  .what-apautomation__title {
    font-size: 32px;
    line-height: 42px;
  }
}
.what-apautomation__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0A0A0A;
}
.what-apautomation__content p {
  margin-bottom: 32px;
}
.what-apautomation__content p:last-child {
  margin-bottom: 0px;
}
.what-apautomation__content ul {
  list-style: none;
  padding-left: 0;
}
.what-apautomation__content li {
  position: relative;
  margin-left: 35px;
  padding: 10px 0;
}
.what-apautomation__content li::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 0C5.83187 0 0 5.83187 0 13C0 20.1681 5.83187 26 13 26C20.1681 26 26 20.1681 26 13C26 5.83187 20.1681 0 13 0ZM19.7656 8.64312L11.3656 18.6431C11.2735 18.7529 11.1588 18.8415 11.0294 18.9031C10.9 18.9647 10.7589 18.9977 10.6156 19H10.5988C10.4586 18.9999 10.32 18.9704 10.192 18.9134C10.064 18.8563 9.94936 18.773 9.85563 18.6688L6.25562 14.6688C6.1642 14.5718 6.09308 14.4575 6.04644 14.3327C5.99981 14.2078 5.9786 14.0749 5.98407 13.9417C5.98953 13.8086 6.02156 13.6778 6.07827 13.5572C6.13498 13.4366 6.21523 13.3286 6.31429 13.2394C6.41336 13.1503 6.52925 13.0818 6.65515 13.0381C6.78105 12.9944 6.91442 12.9763 7.04742 12.9848C7.18042 12.9934 7.31036 13.0284 7.42962 13.0879C7.54888 13.1474 7.65505 13.2301 7.74187 13.3312L10.5725 16.4762L18.2344 7.35688C18.4062 7.15817 18.6494 7.03509 18.9113 7.01422C19.1732 6.99335 19.4327 7.07638 19.6339 7.24535C19.8351 7.41433 19.9617 7.65568 19.9863 7.91724C20.0109 8.17879 19.9317 8.43954 19.7656 8.64312Z" fill="%230FD7BD"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  left: -35px;
  top: 14px;
}
@media only screen and (max-width: 1440px) {
  .what-apautomation__content {
    font-size: 14px;
    line-height: 24px;
  }
  .what-apautomation__content p {
    margin-bottom: 16px;
  }
  .what-apautomation__content p:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .what-apautomation__content {
    font-size: 16px;
    line-height: 24px;
  }
  .what-apautomation__content p {
    margin-bottom: 32px;
  }
  .what-apautomation__content p:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1440px) {
  .what-apautomation__image-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 592px;
  }
  .what-apautomation__image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .what-apautomation__image-container:before {
    content: "";
    display: block;
    padding-top: 154.3918918919%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .what-apautomation__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .what-apautomation__image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .what-apautomation__image-container:before {
    content: "";
    display: block;
    padding-top: 66.7515923567%;
  }
}

.client-says {
  margin: 0px auto;
  max-width: 1920px;
  background-color: #E5F6F3;
}
.client-says .swiper-slide {
  height: auto !important;
}
.client-says .swiper-button-next,
.client-says .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #0FD7BD;
  border-radius: 12px;
  transition: 0.4s ease;
}
.client-says .swiper-button-next:hover,
.client-says .swiper-button-prev:hover {
  background-color: #70F5E4;
}
.client-says .swiper-button-next::after,
.client-says .swiper-button-prev::after {
  display: none;
}
.client-says .swiper-button-prev {
  left: -72px;
}
.client-says .swiper-button-next {
  right: -72px;
}
.client-says .swiper-pagination-bullets.swiper-pagination-horizontal, .client-says .swiper-pagination-custom, .client-says .swiper-pagination-fraction {
  bottom: -70px;
  left: 0;
  width: 100%;
}
.client-says .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #E0E0E0;
  opacity: 1;
  transition: 0.4s ease;
}
.client-says .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0FD7BD;
}
@media only screen and (max-width: 1199.98px) {
  .client-says .swiper-button-prev {
    left: -50px;
  }
  .client-says .swiper-button-next {
    right: -50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .client-says .swiper-button-next,
.client-says .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .client-says .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .client-says .swiper-pagination-bullets.swiper-pagination-horizontal, .client-says .swiper-pagination-custom, .client-says .swiper-pagination-fraction {
    bottom: -42px;
  }
}

.process-apautomation {
  background-color: #E5F6F3;
}
.process-apautomation__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 30px;
}
.process-apautomation__YT-wrapper {
  position: relative;
  display: grid;
  grid-column: 1/7;
}
@media only screen and (max-width: 1199.98px) {
  .process-apautomation__YT-wrapper {
    grid-column: 1/13;
  }
}
@media only screen and (max-width: 321px) {
  .process-apautomation__YT-wrapper {
    grid-column: 1/11;
  }
}
.process-apautomation__YT-container {
  grid-column: 1/7;
  border-radius: 8px;
  overflow: hidden;
}
.process-apautomation__info-container {
  grid-column: 7/13;
  padding-left: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .process-apautomation__info-container {
    grid-column: 1/13;
    padding: unset;
  }
}
@media only screen and (max-width: 321px) {
  .process-apautomation__info-container {
    grid-column: 1/11;
  }
}
.process-apautomation__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #0A0A0A;
}
.process-apautomation__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0A0A0A;
}
.process-apautomation__content p {
  margin-bottom: 32px;
}
.process-apautomation__content p:last-child {
  margin-bottom: 0px;
}
.process-apautomation__btn-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .process-apautomation__btn-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.get_started-apautomation {
  padding-bottom: 220px;
}
.get_started-apautomation__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 1080px;
}
.get_started-apautomation__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get_started-apautomation__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.get_started-apautomation__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .get_started-apautomation__grid {
    gap: unset;
  }
}
.get_started-apautomation__image-container {
  grid-column: 1/7;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .get_started-apautomation__image-container {
    grid-column: 1/13;
  }
}
.get_started-apautomation__info-container {
  grid-column: 7/13;
  padding-left: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .get_started-apautomation__info-container {
    grid-column: 1/13;
    padding-left: unset;
    padding-top: 30px;
  }
}
.get_started-apautomation__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #0A0A0A;
}
.get_started-apautomation__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0A0A0A;
}
.get_started-apautomation__content p {
  margin-bottom: 32px;
}
.get_started-apautomation__content p:last-child {
  margin-bottom: 0px;
}
.get_started-apautomation__content ul {
  list-style: none;
  padding-left: 0;
}
.get_started-apautomation__content li {
  position: relative;
  margin-left: 35px;
  padding: 10px 0;
}
.get_started-apautomation__content li::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 0C5.83187 0 0 5.83187 0 13C0 20.1681 5.83187 26 13 26C20.1681 26 26 20.1681 26 13C26 5.83187 20.1681 0 13 0ZM19.7656 8.64312L11.3656 18.6431C11.2735 18.7529 11.1588 18.8415 11.0294 18.9031C10.9 18.9647 10.7589 18.9977 10.6156 19H10.5988C10.4586 18.9999 10.32 18.9704 10.192 18.9134C10.064 18.8563 9.94936 18.773 9.85563 18.6688L6.25562 14.6688C6.1642 14.5718 6.09308 14.4575 6.04644 14.3327C5.99981 14.2078 5.9786 14.0749 5.98407 13.9417C5.98953 13.8086 6.02156 13.6778 6.07827 13.5572C6.13498 13.4366 6.21523 13.3286 6.31429 13.2394C6.41336 13.1503 6.52925 13.0818 6.65515 13.0381C6.78105 12.9944 6.91442 12.9763 7.04742 12.9848C7.18042 12.9934 7.31036 13.0284 7.42962 13.0879C7.54888 13.1474 7.65505 13.2301 7.74187 13.3312L10.5725 16.4762L18.2344 7.35688C18.4062 7.15817 18.6494 7.03509 18.9113 7.01422C19.1732 6.99335 19.4327 7.07638 19.6339 7.24535C19.8351 7.41433 19.9617 7.65568 19.9863 7.91724C20.0109 8.17879 19.9317 8.43954 19.7656 8.64312Z" fill="%230FD7BD"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  left: -35px;
  top: 14px;
}

.purchase-intro__title {
  text-align: center;
  margin-bottom: 20px;
}
.purchase-intro__description {
  text-align: center;
  color: #404040;
  margin-bottom: 60px;
}

.case-studies {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .case-studies {
    padding-bottom: 140px;
  }
}

.invoicenow-why {
  background-color: #30344D;
}
.invoicenow-why__title {
  color: #FFFFFF;
  text-align: center;
}
.invoicenow-why__description {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 60px;
}
.invoicenow-why__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.invoicenow-why__image-container {
  margin-bottom: 24px;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
}
.invoicenow-why__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.invoicenow-why__card {
  padding: 32px;
  background-color: #FFFFFF;
  flex: 1 1 calc(50% - 30px);
  border-radius: 12px;
}
.invoicenow-why__card:nth-child(n+5) {
  flex: 1 1 calc(33.3333333% - 30px);
}
.invoicenow-why__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #404040;
  margin-bottom: 16px;
}

.efficiency-invoicenow {
  margin: 0px auto;
  max-width: 1920px;
  background: #E5F6F3;
}
.efficiency-invoicenow__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.efficiency-invoicenow__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.efficiency-invoicenow__image-container:before {
  content: "";
  display: block;
  padding-top: 61.1464968153%;
}
.efficiency-invoicenow__info-container {
  padding-right: 80px;
}
@media only screen and (max-width: 426px) {
  .efficiency-invoicenow__info-container {
    padding-bottom: 50px;
  }
}
.efficiency-invoicenow__stat-container {
  border-radius: 20px;
  background-color: #DEE0F2;
  padding: 95px 60px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 1199.98px) {
  .efficiency-invoicenow__stat-container {
    grid-column: 1/13;
  }
}
.efficiency-invoicenow__cost-container {
  width: 46%;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 27px;
  align-content: center;
}
.efficiency-invoicenow__cost-container p {
  margin: unset;
}
@media only screen and (max-width: 1199.98px) {
  .efficiency-invoicenow__cost-container {
    width: 100%;
  }
}
.efficiency-invoicenow__cost-title {
  font-size: 20px;
  font-weight: 400;
  color: #14151F;
}
.efficiency-invoicenow__cost-number {
  font-size: 60px;
  font-weight: 700;
  color: #0FD7BD;
}
.efficiency-invoicenow__cost-decrease {
  font-size: 32px;
  font-weight: 400;
  color: #0FD7BD;
}
.efficiency-invoicenow__cost-description {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
}
.efficiency-invoicenow__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #0A0A0A;
}
.efficiency-invoicenow__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0A0A0A;
}
.efficiency-invoicenow__content p {
  margin-bottom: 32px;
}
.efficiency-invoicenow__content p:last-child {
  margin-bottom: 0px;
}
.efficiency-invoicenow__testimonial-logo {
  margin-top: 17px;
  max-width: 220px;
}
@media only screen and (max-width: 1440px) {
  .efficiency-invoicenow__info-container {
    padding-right: 64px;
  }
  .efficiency-invoicenow__title {
    font-size: 32px;
    line-height: 45px;
    font-size: 16px;
    line-height: 24px;
  }
  .efficiency-invoicenow__list {
    gap: 24px 0px;
  }
  .efficiency-invoicenow__item {
    padding-left: 42px;
    min-height: 50px;
    font-size: 14px;
    line-height: 24px;
  }
  .efficiency-invoicenow__item-title {
    font-size: 16px;
    line-height: 24px;
  }
  .efficiency-invoicenow__item-description {
    font-size: 14px;
    line-height: 24px;
  }
  .efficiency-invoicenow__item-icon {
    top: 4px;
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .efficiency-invoicenow__image-container {
    grid-column: 1/13;
    order: 1;
  }
  .efficiency-invoicenow__info-container {
    grid-column: 1/13;
    padding-right: 0px;
    order: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .efficiency-invoicenow__info-container {
    grid-column: 1/13;
    padding-left: 0px;
  }
  .efficiency-invoicenow__content {
    font-size: 16px;
    line-height: 24px;
  }
  .efficiency-invoicenow__content p {
    margin-bottom: 32px;
  }
  .efficiency-invoicenow__content p:last-child {
    margin-bottom: 0px;
  }
  .efficiency-invoicenow__list {
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 0px;
  }
  .efficiency-invoicenow__item-title {
    font-size: 16px;
    line-height: 24px;
  }
  .efficiency-invoicenow__item-description {
    font-size: 16px;
    line-height: 24px;
  }
}

.work-invoicenow {
  margin: 0px auto;
  max-width: 1920px;
}
.work-invoicenow__image {
  width: 100%;
}

.advantage {
  margin: 0px auto;
  max-width: 1920px;
  background-color: #E5F6F3;
}
.advantage__card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}
.advantage__card {
  padding: 32px;
  border-radius: 12px;
  background-color: #fff;
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
}
.advantage__logo-container {
  margin-bottom: 24px;
}
.advantage__logo {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.advantage__title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #0a0a0a;
}

.have-processed {
  margin: 160px;
  max-width: 1920px;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.have-processed__container {
  padding: 160px 271px;
}
.have-processed__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #30344D 48.94%, rgba(48, 52, 77, 0) 182.6%);
  opacity: 1;
  z-index: 2;
  border-radius: 24px;
}
.have-processed__bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.have-processed__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  z-index: 3;
}
.have-processed__card-values {
  font-weight: 700;
  font-size: 80px;
  line-height: 94px;
  text-align: center;
  color: #0FD7BD;
}
.have-processed__card-suffix {
  position: relative;
  left: 20px;
}
.have-processed__card-prefix {
  position: relative;
  right: 20px;
}
.have-processed__card-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #EDEDED;
}
@media only screen and (max-width: 1460px) {
  .have-processed__container {
    padding: 90px;
  }
  .have-processed__grid {
    position: relative;
    display: grid;
    gap: 24px;
    text-align: center;
  }
  .have-processed__card-values {
    font-size: 72px;
    line-height: 80px;
  }
  .have-processed__card-label {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .have-processed {
    margin: 60px;
  }
  .have-processed__container {
    padding: 60px;
  }
  .have-processed__card-values {
    font-size: 64px;
    line-height: 72px;
  }
  .have-processed__card-suffix {
    left: 12px;
  }
  .have-processed__card-prefix {
    right: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .have-processed {
    margin: 24px;
  }
  .have-processed__container {
    padding: 50px 30px;
  }
  .have-processed::before {
    background: linear-gradient(180deg, #30344D 1.8%, #30344D 72.38%, rgba(48, 52, 77, 0) 146.87%);
  }
  .have-processed__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  .have-processed__card-values {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
  }
}

.bonus {
  background-color: #E5F6F3;
}
.bonus__thumbnail-container {
  position: relative;
  width: 100%;
  display: block;
}
.bonus__thumbnail-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bonus__thumbnail-container:before {
  content: "";
  display: block;
  padding-top: 61.1464968153%;
}
.bonus__intro-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1020px) {
  .bonus__intro-container {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
.bonus__thumbnail-container {
  flex: 1 1 calc(50% - 30px);
}
.bonus__thumbnail-container img {
  border-radius: 24px;
}
.bonus__info-container {
  flex: 1 1 calc(50% - 30px);
  align-content: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}
.bonus__info-container p {
  margin-bottom: 32px;
}
.bonus__info-container p:last-child {
  margin-bottom: 0px;
}
.bonus__section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 12px;
  color: #30344D;
}

.styled-hr {
  border-top: 1px solid rgba(15, 215, 189, 0.3019607843);
  margin: 95px 0 65px 0;
}

.lightblue-background {
  background-color: #E5F6F3;
}

.breadcrumb-area {
  margin-top: unset;
  background-color: #fff;
}

.breadcrumb {
  margin: 20px 0 32px 0;
}

/*# sourceMappingURL=our-services.css.map*/