.s-hero__container, .s-big-numbers__container, .s-about__container, .s-deliver__container, .s-purpose__container, .s-testimonial__container, .s-values__container {
  max-width: 1254px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .s-hero__container, .s-big-numbers__container, .s-about__container, .s-deliver__container, .s-purpose__container, .s-testimonial__container, .s-values__container {
    padding: 0px 1.6rem;
  }
}

.s-hero__image, .s-about__image, .s-deliver__item-image, .s-testimonial__image {
  overflow: hidden;
  display: block;
}
.s-hero__image > img, .s-about__image > img, .s-deliver__item-image > img, .s-testimonial__image > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-big-numbers__icon, .s-purpose__play, .s-values__button, .s-values__icon, .s-hero__button .button-arrow, .s-hero__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin-left: -0.4rem;
}
.s-hero__button span {
  display: inline-block;
  color: #0f1f57;
  font-family: "Work Sans", sans-serif;
  padding: 1.4rem 2.8rem;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 4.8rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.014rem;
  text-transform: uppercase;
  border-radius: 1rem;
  position: relative;
  background: #5ed9f4;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.s-hero__button span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdeffa), to(#28ccf0));
  background: linear-gradient(180deg, #bdeffa, #28ccf0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.s-hero__button .button-arrow {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  background: #5ed9f4;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}
.s-hero__button .button-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdeffa), to(#28ccf0));
  background: linear-gradient(180deg, #bdeffa, #28ccf0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.s-hero__button .button-arrow.arrow-left {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: transparent;
}
.s-hero__button .button-arrow.arrow-right {
  width: 4.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.s-hero__button:hover span {
  background: #b3f6ff;
}
.s-hero__button:hover .button-arrow {
  background: #b3f6ff;
}
.s-hero__button:hover .button-arrow.arrow-left {
  width: 4.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #bdeffa;
}
.s-hero__button:hover .button-arrow.arrow-right {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: transparent;
}

.s-hero {
  padding: 15.2rem 0 7.2rem;
  background: #f5f8ff;
}
.s-hero__image {
  border-radius: 1.4rem;
}
.s-hero__tag {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #4b49e7;
}
.s-hero__title {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #0f1f57;
  margin: 0.8rem auto 1.6rem;
  text-align: center;
  max-width: 86.2rem;
}
@media screen and (max-width: 600px) {
  .s-hero__title {
    font-size: 3rem;
  }
}
.s-hero__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.2rem;
}
.s-hero__button .button-arrow,
.s-hero__button span {
  background: #0f1f57;
  color: #fff;
}
.s-hero__button .button-arrow::before,
.s-hero__button span::before {
  display: none;
}
.s-hero__button:hover .button-arrow,
.s-hero__button:hover span {
  background: #4b49e7;
}

.s-big-numbers {
  padding-top: 7.2rem;
}
.s-big-numbers__container {
  border-bottom: 1px solid #ecedf2;
  padding-bottom: 7.2rem;
}
.s-big-numbers__icon {
  background: url("../../assets/svg/icon-bg.svg") no-repeat center center;
  width: 5.4rem;
  height: 5.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.6rem;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 1px 1px -0.5px rgba(75, 73, 231, 0.03), 0 3px 3px -1.5px rgba(75, 73, 231, 0.08), 0 5px 5px -2.5px rgba(75, 73, 231, 0.08), 0 16px 16px -8px rgba(75, 73, 231, 0.08), 0 24px 24px -8px rgba(75, 73, 231, 0.08), 0 0 0 4px #fff;
  box-shadow: 0 1px 1px -0.5px rgba(75, 73, 231, 0.03), 0 3px 3px -1.5px rgba(75, 73, 231, 0.08), 0 5px 5px -2.5px rgba(75, 73, 231, 0.08), 0 16px 16px -8px rgba(75, 73, 231, 0.08), 0 24px 24px -8px rgba(75, 73, 231, 0.08), 0 0 0 4px #fff;
}
.s-big-numbers__icon svg path {
  stroke: #4b49e7;
}
@media (max-width: 600px) {
  .s-big-numbers__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.s-big-numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5.4rem;
}
@media (max-width: 991px) {
  .s-big-numbers__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
.s-big-numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
  max-width: 23.2rem;
}
.s-big-numbers__item-heading,
.s-big-numbers__item span {
  font-size: 2.4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #0f1f57;
  margin-bottom: 0.8rem;
}
.s-big-numbers__item-heading strong,
.s-big-numbers__item span strong {
  color: #4b49e7;
  font-size: 2.4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
}
.s-big-numbers__item-text {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #68768d;
}
.s-big-numbers__item:not(:last-child) {
  padding-right: 5.6rem;
  border-right: 1px dashed #cad7ff;
}
.s-big-numbers__item:nth-child(3), .s-big-numbers__item:nth-child(2) {
  max-width: 25.2rem;
}
@media (max-width: 991px) {
  .s-big-numbers__item {
    padding-right: 0 !important;
    padding-bottom: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-big-numbers__item-heading, .s-big-numbers__item-text {
    text-align: center;
  }
  .s-big-numbers__item:nth-child(2) {
    border-right: none;
  }
}
.s-big-numbers__info {
  width: 100%;
}
@media (max-width: 600px) {
  .s-big-numbers {
    padding-top: 5.6rem;
  }
}

.s-about {
  padding: 11.2rem 0;
}
.s-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s-about__image {
  max-width: 5.6rem;
  border-radius: 50%;
}
.s-about__quote {
  max-width: 48.6rem;
}
.s-about__title {
  margin: 2rem 0 3.2rem;
}
.s-about__title span {
  font-size: 2.4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #0f1f57;
}
.s-about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
.s-about__name h3 {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 140%;
  color: #0f1f57;
  margin-bottom: 0.2rem;
}
.s-about__name p {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #344054;
}
.s-about__content p {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  width: 100%;
  max-width: 62.2rem;
  color: #444962;
}
.s-about__content p strong {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 140%;
  font-weight: 700;
}

.s-deliver {
  padding: 8rem 0;
  background-image: url("../../assets/svg/Pattern.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.s-deliver__title {
  font-size: 3.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.38px;
  color: #e2eaff;
  text-align: center;
  margin-bottom: 6.4rem;
}
.s-deliver__slide .swiper-slide {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0 2.2rem;
}
@media (min-width: 600px) {
  .s-deliver__slide .swiper-slide:not(.swiper-slide-active) {
    margin: 0 3.2rem;
    padding: 0;
  }
}
.s-deliver__item {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.s-deliver__item-image {
  border-radius: 1.2rem;
  border: 1px solid #1b389d;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.s-deliver__item-image img {
  max-width: 38.4rem;
}
.s-deliver__item-description {
  padding: 2rem 1rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(158, 174, 228, 0.15);
  backdrop-filter: blur(50px);
  width: 100%;
  max-width: 34rem;
  color: #fff;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 500;
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.s-deliver__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6rem;
  margin-top: 6rem;
}
.s-deliver__navigation .swiper-pagination-fraction .swiper-pagination-current::after {
  content: " / ";
  margin: 0 0.2rem;
  color: #5ed9f4;
}
.s-deliver__navigation .swiper-pagination {
  position: static;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
}
.s-deliver__navigation .swiper-pagination span {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #f5f8ff;
}
.s-deliver__button {
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.8rem;
  border: 1px solid #5ed9f4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.s-deliver__button.button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s-deliver__button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
  border-color: #0b64b6;
}
.s-deliver__button:hover {
  background: #5ed9f4;
}

.s-purpose {
  padding: 11.2rem 0 5.6rem;
}
.s-purpose__tag {
  display: block;
  text-align: center;
  color: #4b49e7;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.s-purpose__title {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #0f1f57;
  text-align: center;
  margin: 1.5rem auto 4.4rem;
  max-width: 73.8rem;
}
@media screen and (max-width: 600px) {
  .s-purpose__title {
    font-size: 3rem;
  }
}
.s-purpose__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 7.1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-purpose__content-left {
  max-width: 42.8rem;
}
.s-purpose__content-right {
  max-width: 45.7rem;
}
.s-purpose__content p {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #444962;
}
.s-purpose__content p strong {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  font-weight: 700;
}
.s-purpose__video {
  width: 100%;
  max-width: 96rem;
  min-height: 54rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.2rem;
  display: block;
  margin: 0 auto;
}
.s-purpose__poster-image {
  width: 100%;
  max-width: 96rem;
  min-height: 54rem;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-purpose__video-wrap {
  position: relative;
  margin: 0 auto 4.4rem;
}
.s-purpose__play {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  width: 5.5rem;
  height: 5.5rem;
}

.s-testimonial {
  margin: 15.5rem auto 5.6rem;
}
.s-testimonial__container {
  padding: 6.2rem 10.4rem 6.4rem 7.2rem;
  border-radius: 1.2rem;
  background: #f5f8ff;
  position: relative;
}
.s-testimonial__ceo {
  position: absolute;
  right: 10.4rem;
  top: -14.7rem;
}
.s-testimonial__title h2 {
  font-size: 2.4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  margin-top: 1.6rem;
  color: #0f1f57;
  max-width: 59.2rem;
}
.s-testimonial__image {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  border-radius: 1.2rem;
  max-width: 38.4rem;
}
.s-testimonial__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 31, 87, 0)), color-stop(57%, rgba(15, 31, 87, 0.59)), color-stop(137.59%, #0f1f57));
  background: linear-gradient(180deg, rgba(15, 31, 87, 0) 0%, rgba(15, 31, 87, 0.59) 57%, #0f1f57 137.59%);
  height: 16.9rem;
  border-radius: 0 0 1.2rem 1.2rem;
}
.s-testimonial__name {
  position: absolute;
  left: 3.9rem;
  bottom: 4.1rem;
}
.s-testimonial__name h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.309px;
  color: #f6f7f9;
  margin-bottom: 0.6rem;
}
.s-testimonial__name p {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #ecedf2;
}

.s-values {
  padding: 11.2rem 0 5.6rem;
}
.s-values__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s-values__button {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  background: #0f1f57;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1.5px solid transparent;
}
.s-values__button svg path {
  stroke: #fff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.s-values__button.swiper-button-disabled {
  pointer-events: none;
  background: #fff;
  border-color: #f0f2f5;
}
.s-values__button.swiper-button-disabled svg path {
  stroke: #9ca6af;
}
.s-values__button.prev-button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s-values__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.s-values__heading {
  font-size: 3.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.38px;
  color: #0f1f57;
}
.s-values__item {
  padding: 3.2rem 3.2rem 2.2rem 3.2rem;
  border-radius: 1.2rem;
  border: 1px solid #f5f8ff;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 0 #e2eaff;
  box-shadow: 0 1px 3px 0 #e2eaff;
  width: 100%;
  max-width: 27rem;
  min-height: 23rem;
}
.s-values__item-heading {
  text-align: center;
  font-size: 2rem;
  color: #0f1f57;
  line-height: 120%;
  letter-spacing: -0.1px;
  font-weight: 500;
  margin: 2.4rem 0 1.2rem;
}
.s-values__item-text {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #697191;
  text-align: center;
}
.s-values__icon {
  width: 4.8rem;
  height: 4.8rem;
  border: 2px solid #fff;
  border-radius: 0.6rem;
  background: #4b49e7;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 1px rgba(230, 236, 252, 0.75), 0 1px 1px -0.5px rgba(75, 73, 231, 0.03), 0 3px 3px -1.5px rgba(75, 73, 231, 0.08), 0 5px 5px -2.5px rgba(75, 73, 231, 0.08), 0 16px 16px -8px rgba(75, 73, 231, 0.08), 0 24px 24px -8px rgba(75, 73, 231, 0.08), 0 0 0 4px #fff;
  box-shadow: 0 0 0 1px rgba(230, 236, 252, 0.75), 0 1px 1px -0.5px rgba(75, 73, 231, 0.03), 0 3px 3px -1.5px rgba(75, 73, 231, 0.08), 0 5px 5px -2.5px rgba(75, 73, 231, 0.08), 0 16px 16px -8px rgba(75, 73, 231, 0.08), 0 24px 24px -8px rgba(75, 73, 231, 0.08), 0 0 0 4px #fff;
}
.s-values__slide {
  margin-top: 5.6rem;
}
.s-values__slide .swiper-slide {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media (min-width: 1440px) {
  .s-deliver {
    position: relative;
  }
  .s-deliver::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 20.8rem;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#0f1f57), to(rgba(15, 31, 87, 0)));
    background: linear-gradient(270deg, #0f1f57 0%, rgba(15, 31, 87, 0) 100%);
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .s-deliver::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 20.8rem;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#0f1f57), to(rgba(15, 31, 87, 0)));
    background: linear-gradient(270deg, #0f1f57 0%, rgba(15, 31, 87, 0) 100%);
    right: 0;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .s-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-about__quote {
    padding-bottom: 3.2rem;
    margin-bottom: 4.4rem;
    border-bottom: 1px dotted #cad7ff;
  }
  .s-about__quote figure img {
    margin: 0 auto;
  }
  .s-about__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-about__title {
    text-align: center;
  }
  .s-testimonial {
    margin: 0;
  }
  .s-testimonial__ceo {
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    right: 0;
    top: 0;
  }
  .s-testimonial__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-testimonial__title h2 {
    text-align: center;
    font-size: 2rem;
    letter-spacing: -0.1px;
    margin-bottom: 4.4rem;
    max-width: 29.2rem;
  }
  .s-testimonial__image img {
    min-height: 41.7rem;
  }
  .s-testimonial__container {
    padding: 0 1.6rem;
    background-color: transparent;
  }
  .s-testimonial__item:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
  .s-testimonial__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2.4rem;
  }
  .s-testimonial__item-heading {
    text-align: center;
  }
  .s-testimonial__item-text {
    text-align: center;
  }
  .s-testimonial__item:nth-child(1), .s-testimonial__item:nth-child(3) {
    border-right: 1px dashed #cad7ff;
  }
  .s-testimonial__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
  .s-testimonial__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: -14rem;
    padding-top: 20.6rem;
    border-radius: 1.2rem;
    background: #f5f8ff;
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 600px) {
  .s-hero {
    padding: 12.2rem 0 2.4rem;
  }
  .s-hero__tag {
    text-align: left;
  }
  .s-hero__title {
    text-align: left;
    font-size: 3.8rem;
    line-height: 115%;
    letter-spacing: -0.38px;
    margin: 1.6rem 0 2.4rem;
  }
  .s-hero__title br {
    display: none;
  }
  .s-hero__button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 4rem;
  }
  .s-hero__image img {
    min-height: 38rem;
  }
  .s-about {
    padding: 5.2rem 0 4.4rem;
  }
  .s-about__title {
    font-size: 2rem;
    letter-spacing: -0.1px;
  }
  .s-about__name h3 {
    font-size: 1.6rem;
    letter-spacing: 0.16px;
  }
  .s-about__name p {
    font-size: 1.4rem;
    letter-spacing: 0.14px;
  }
  .s-about__content p {
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    line-height: 140%;
    letter-spacing: 0.16px;
  }
  .s-about__content p strong {
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.16px;
    font-weight: 700;
  }
  .s-deliver {
    padding: 5.6rem 0 6.4rem;
  }
  .s-deliver__title {
    font-size: 2.4rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 4rem;
  }
  .s-deliver__item-description {
    font-size: 1.6rem;
    max-width: 27.2rem;
  }
  .s-purpose {
    padding: 5.6rem 0;
  }
  .s-purpose__tag {
    text-align: left;
  }
  .s-purpose__title {
    font-size: 3rem;
    text-align: left;
    letter-spacing: -0.3px;
    margin-bottom: 3.2rem;
  }
  .s-purpose__video {
    min-height: 52.8rem;
  }
  .s-purpose__poster-image {
    min-height: 52.8rem;
  }
  .s-purpose__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
  .s-purpose__content p {
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    line-height: 140%;
    letter-spacing: 0.16px;
  }
  .s-purpose__content p strong {
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.16px;
    font-weight: 700;
  }
  .s-values {
    padding: 5.6rem 0 0;
  }
  .s-values__navigation {
    display: none;
  }
  .s-values__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.2rem;
  }
  .s-values__header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-values__heading {
    text-align: center;
    font-size: 3rem;
    letter-spacing: -0.3px;
  }
  .s-values__icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}