#about-us-page .hero-section {
  background-color: #1a1a1a;
  padding: 200px 20px 80px 20px;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 1024px) {
  #about-us-page .hero-section {
    padding: 180px 20px 60px 20px;
    border-radius: 0 0 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  #about-us-page .hero-section {
    padding: 100px 20px 30px 20px;
    border-radius: 0 0 16px 16px;
  }
}
#about-us-page .hero-section .container {
  max-width: 1130px;
  margin: 0 auto;
}
#about-us-page .hero-section .hero-content {
  display: flex;
  gap: 80px;
  align-items: center;
  max-width: 1290px;
  margin: 0 auto;
}
@media screen and (max-width: 968px) {
  #about-us-page .hero-section .hero-content {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 90px;
  }
}
#about-us-page .hero-section .hero-content .hero-text {
  max-width: 700px;
  width: 100%;
}
#about-us-page .hero-section .hero-content .hero-text h1 {
  font-family: "outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #about-us-page .hero-section .hero-content .hero-text h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  #about-us-page .hero-section .hero-content .hero-text h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
#about-us-page .hero-section .hero-content .hero-text h1 .highlight {
  color: #ff9800;
}
#about-us-page .hero-section .hero-content .hero-text p {
  font-family: "outfit", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #cccccc;
  line-height: 30px;
  margin-bottom: 35px;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  #about-us-page .hero-section .hero-content .hero-text p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #about-us-page .hero-section .hero-content .hero-text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
  }
}
#about-us-page .hero-section .hero-content .hero-text .cta-button {
  font-family: "SF Pro Display", sans-serif;
  display: inline-block;
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
#about-us-page .hero-section .hero-content .hero-text .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.3);
}
#about-us-page .hero-section .hero-content .hero-image-wrapper {
  display: flex;
  align-items: center;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  #about-us-page .hero-section .hero-content .hero-image-wrapper {
    display: none;
  }
}
#about-us-page .hero-section .hero-content .hero-image-wrapper .hero-image {
  max-height: 467px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  padding: 20px;
  background-color: rgba(99, 99, 99, 0.5019607843);
}
#about-us-page .hero-section .hero-content .hero-image-wrapper .hero-image img {
  border-radius: 24px;
  overflow: hidden;
}
#about-us-page .our-story {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  #about-us-page .our-story {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 480px) {
  #about-us-page .our-story {
    padding: 40px 20px;
  }
}
#about-us-page .our-story .container {
  max-width: 1120px;
  margin: 0 auto;
}
#about-us-page .our-story .container .content {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #about-us-page .our-story .container .content {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 480px) {
  #about-us-page .our-story .container .content {
    gap: 30px;
  }
}
#about-us-page .our-story .container .content h4 {
  font-family: "outfit", sans-serif;
  font-size: 72px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #about-us-page .our-story .container .content h4 {
    font-size: 46px;
  }
}
@media screen and (max-width: 480px) {
  #about-us-page .our-story .container .content h4 {
    font-size: 36px;
  }
}
#about-us-page .our-story .container .content p {
  font-family: "outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4);
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about-us-page .our-story .container .content p {
    font-size: 15px;
  }
}
#about-us-page .our-story .container .logo-content {
  display: flex;
  align-items: end;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #about-us-page .our-story .container .logo-content {
    flex-direction: column;
    gap: 24px;
  }
}
#about-us-page .our-story .container .logo-content .logo-container {
  max-width: 450px;
}
#about-us-page .our-story .container .logo-content .para {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#about-us-page .our-story .container .logo-content .para .img-container {
  max-width: 650px;
  border-radius: 24px;
  overflow: hidden;
}
#about-us-page .our-story .container .logo-content .para p {
  font-family: "outfit", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4);
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about-us-page .our-story .container .logo-content .para p {
    font-size: 15px;
  }
}
#about-us-page .page {
  max-width: 1312px;
  margin: 0 auto;
  padding: 70px 0px;
}
@media (max-width: 1024px) {
  #about-us-page .page {
    padding: 60px 24px;
  }
}
@media (max-width: 768px) {
  #about-us-page .page {
    padding: 40px 24px;
  }
}
#about-us-page .header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  #about-us-page .header-section {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 24px;
  }
}
#about-us-page .header-section__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#about-us-page .header-section__pill {
  display: inline-block;
  align-self: flex-start;
  padding: 8px 16px;
  border: 1px solid rgba(19, 19, 19, 0.1019607843);
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #5A5A59;
  background-color: #ffffff;
}
#about-us-page .header-section__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #131313;
}
@media (max-width: 768px) {
  #about-us-page .header-section__title {
    font-size: 20px;
    line-height: 24px;
  }
}
#about-us-page .header-section__right {
  padding-top: 44px;
}
@media (max-width: 768px) {
  #about-us-page .header-section__right {
    padding-top: 0;
  }
}
#about-us-page .header-section__tagline {
  font-size: 20px;
  font-weight: 600;
  color: #5A5A59;
}
@media (max-width: 768px) {
  #about-us-page .header-section__tagline {
    font-size: 12px;
  }
}
#about-us-page .section {
  background-color: #F7F7F7;
  border-radius: 40px;
  padding: 40px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #about-us-page .section {
    padding: 40px;
    gap: 60px;
  }
}
@media (max-width: 768px) {
  #about-us-page .section {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 28px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
}
#about-us-page .section__content {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about-us-page .section__content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #about-us-page .section__content--right {
    order: 2;
  }
}
#about-us-page .section__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 63px;
}
@media (max-width: 768px) {
  #about-us-page .section__top {
    margin-bottom: 32px;
  }
}
#about-us-page .section__top--center {
  justify-content: space-between;
  align-items: center;
}
#about-us-page .section__top--center .section__number-circle {
  margin: 0 auto;
}
#about-us-page .section__number-circle {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(19, 19, 19, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #131313;
  background-color: transparent;
}
#about-us-page .section__counter {
  font-size: 18px;
  font-weight: 400;
  color: #5A5A59;
}
#about-us-page .section__counter-divider {
  color: #9ca3af;
  margin: 0 1px;
}
#about-us-page .section__body {
  display: flex;
  flex-direction: column;
}
#about-us-page .section__title {
  font-size: 72px;
  font-weight: 500;
  line-height: 78px;
  color: #131313;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  #about-us-page .section__title {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  #about-us-page .section__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
#about-us-page .section__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #5A5A59;
  max-width: 450px;
  margin-bottom: 63px;
}
@media (max-width: 768px) {
  #about-us-page .section__text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
    max-width: 100%;
  }
}
#about-us-page .section__text--lead {
  margin-bottom: 18px;
}
#about-us-page .section__text--footer {
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #about-us-page .section__text--footer {
    margin-top: 20px;
  }
}
#about-us-page .section__pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}
#about-us-page .section__pagination--center {
  justify-content: center;
  margin-top: 8px;
}
@media (max-width: 768px) {
  #about-us-page .section__pagination--center {
    justify-content: flex-start;
  }
}
#about-us-page .section__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #about-us-page .section__visual--left {
    order: 1;
  }
}
#about-us-page .section--values {
  position: relative;
  gap: 44px;
}
#about-us-page .section--values .values-content {
  max-width: 100%;
}
#about-us-page .section--values .section__top--center {
  position: relative;
  justify-content: space-between;
}
#about-us-page .section--values .section__top--center .section__number-circle {
  margin: initial;
}
#about-us-page .section--values .section__top--center .section__counter--right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #about-us-page .section--values .section__top--center .section__counter--right {
    position: static;
    transform: none;
  }
}
#about-us-page .dash {
  width: 40px;
  height: 3px;
  background-color: #CFCFCF;
  border-radius: 3px;
  transition: all 0.25s ease;
}
#about-us-page .dash--active {
  background-color: #5A5A59;
  width: 72px;
}
#about-us-page .values-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
  max-width: 560px;
}
@media (max-width: 768px) {
  #about-us-page .values-list {
    gap: 12px;
    margin-bottom: 24px;
  }
}
#about-us-page .values-list__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#about-us-page .values-list__name {
  font-size: 18px;
  font-weight: 700;
  color: #5A5A59;
  line-height: 22px;
}
@media (max-width: 768px) {
  #about-us-page .values-list__name {
    font-size: 12px;
  }
}
#about-us-page .values-list__desc {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.55;
}
@media (max-width: 768px) {
  #about-us-page .values-list__desc {
    font-size: 13.5px;
  }
}
#about-us-page .impact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 22px;
  list-style: disc;
  margin-bottom: 0;
  max-width: 480px;
}
@media (max-width: 768px) {
  #about-us-page .impact-list {
    max-width: 100%;
  }
}
#about-us-page .impact-list li {
  font-size: 18px;
  font-weight: 700;
  color: #5A5A59;
  line-height: 22px;
  padding-left: 4px;
}
@media (max-width: 768px) {
  #about-us-page .impact-list li {
    font-size: 12px;
    line-height: 18px;
  }
}
#about-us-page .impact-list li::marker {
  color: #5A5A59;
}
#about-us-page #founder {
  padding-top: 80px;
}
#about-us-page #founder .founder-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1024px) {
  #about-us-page #founder .founder-container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  #about-us-page #founder .founder-container {
    padding: 0 24px;
  }
}
#about-us-page #founder .content-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  #about-us-page #founder .content-sec {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  #about-us-page #founder .content-sec {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#about-us-page #founder .content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #about-us-page #founder .content {
    order: 2;
  }
}
#about-us-page #founder .pill {
  align-self: flex-start;
  padding: 8px 20px;
  background-color: #EAFBFF;
  color: #147187;
  font-size: 16px;
  font-weight: 700;
  border-radius: 66px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #about-us-page #founder .pill {
    font-size: 12px;
    padding: 8px 18px;
    margin-bottom: 8px;
  }
}
#about-us-page #founder .name {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #141219;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  #about-us-page #founder .name {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  #about-us-page #founder .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
#about-us-page #founder .bio {
  font-size: 18px;
  line-height: 22px;
  color: #141219;
  margin-bottom: 18px;
  max-width: 540px;
}
@media (max-width: 768px) {
  #about-us-page #founder .bio {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
#about-us-page #founder .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin: 40px 0;
  max-width: 540px;
}
@media (max-width: 480px) {
  #about-us-page #founder .list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 12px 0 28px;
  }
}
#about-us-page #founder .item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #141219;
}
@media (max-width: 768px) {
  #about-us-page #founder .item {
    font-size: 12px;
  }
}
#about-us-page #founder .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f766e;
  flex-shrink: 0;
}
#about-us-page #founder .check svg {
  width: 20px;
  height: 20px;
}
#about-us-page #founder .cta {
  align-self: flex-start;
  padding: 16px 32px;
  background-color: #147187;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
#about-us-page #founder .cta:hover {
  background-color: #0a5a54;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  #about-us-page #founder .cta {
    font-size: 18px;
    padding: 14px 32px;
  }
}
#about-us-page #founder .visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #about-us-page #founder .visual {
    order: 1;
  }
}
#about-us-page #founder .image {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  #about-us-page #founder .image {
    max-width: 380px;
  }
}
@media (max-width: 480px) {
  #about-us-page #founder .image {
    max-width: 300px;
  }
}
#about-us-page #founder .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#about-us-page .team {
  padding: 80px 20px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  #about-us-page .team {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  #about-us-page .team {
    padding: 48px 16px;
  }
}
#about-us-page .team__container {
  max-width: 1280px;
  margin: 0 auto;
}
#about-us-page .team__header {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  #about-us-page .team__header {
    margin-bottom: 60px;
    gap: 14px;
  }
}
#about-us-page .team__pill {
  display: inline-block;
  padding: 8px 20px;
  background-color: #EAFBFF;
  color: #147187;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
}
@media (max-width: 480px) {
  #about-us-page .team__pill {
    font-size: 13px;
    padding: 8px 20px;
  }
}
#about-us-page .team__heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #141219;
}
@media (max-width: 1024px) {
  #about-us-page .team__heading {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  #about-us-page .team__heading {
    font-size: 20px;
    text-align: center;
  }
}
#about-us-page .team__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #141219;
  max-width: 560px;
}
@media (max-width: 768px) {
  #about-us-page .team__subtitle {
    font-size: 12px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #about-us-page .team__subtitle {
    font-size: 14px;
    padding: 0 8px;
  }
}
#about-us-page .team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  #about-us-page .team__grid {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  #about-us-page .team__grid {
    grid-template-columns: 1fr;
    gap: 60px;
    max-width: 420px;
    margin: 0 auto;
  }
}
#about-us-page .team-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 80px 28px 28px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.0588235294);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#about-us-page .team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  #about-us-page .team-card {
    padding: 72px 24px 24px;
  }
}
#about-us-page .team-card__avatar {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #ffffff;
}
@media (max-width: 768px) {
  #about-us-page .team-card__avatar {
    width: 120px;
    height: 120px;
    top: -54px;
    border-width: 5px;
  }
}
@media (max-width: 480px) {
  #about-us-page .team-card__avatar {
    width: 110px;
    height: 110px;
    top: -50px;
  }
}
#about-us-page .team-card__avatar--yellow {
  background-color: #facc15;
}
#about-us-page .team-card__avatar--pink {
  background-color: #fbcfe8;
}
#about-us-page .team-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#about-us-page .team-card__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#about-us-page .team-card__name {
  font-size: 24px;
  font-weight: 700;
  color: #141219;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #about-us-page .team-card__name {
    font-size: 20px;
  }
}
#about-us-page .team-card__role {
  font-size: 18px;
  font-weight: 400;
  color: #141219;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  #about-us-page .team-card__role {
    font-size: 12px;
    margin-bottom: 22px;
  }
}
#about-us-page .team-card__divider {
  width: 100%;
  max-width: 220px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #about-us-page .team-card__divider {
    margin-bottom: 20px;
  }
}
#about-us-page .team-card__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
#about-us-page .team-card__star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#about-us-page .team-card__star svg {
  width: 14px;
  height: 14px;
}
#about-us-page .team-card__tags {
  font-size: 10px;
  font-weight: 400;
  color: #141219;
  line-height: 1.45;
  text-align: left;
}
#about-us-page .partners {
  padding: 70px 100px;
  background-color: #f5f5f5;
}
@media (max-width: 1200px) {
  #about-us-page .partners {
    padding: 60px 60px;
  }
}
@media (max-width: 1024px) {
  #about-us-page .partners {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  #about-us-page .partners {
    padding: 40px 20px;
  }
}
@media (max-width: 480px) {
  #about-us-page .partners {
    padding: 32px 16px;
  }
}
#about-us-page .partners__card {
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
  background: url("/v1/assets/images/pertners-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0d2a31;
  border-radius: 28px;
  padding: 100px 60px;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  #about-us-page .partners__card {
    padding: 90px 50px;
    min-height: 560px;
  }
}
@media (max-width: 1024px) {
  #about-us-page .partners__card {
    padding: 70px 40px;
    min-height: 460px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  #about-us-page .partners__card {
    padding: 56px 28px;
    min-height: 360px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  #about-us-page .partners__card {
    padding: 44px 20px;
    min-height: 300px;
    border-radius: 16px;
  }
}
#about-us-page .partners__content {
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  width: 100%;
}
#about-us-page .partners__heading {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  #about-us-page .partners__heading {
    font-size: 54px;
    line-height: 62px;
  }
}
@media (max-width: 1024px) {
  #about-us-page .partners__heading {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  #about-us-page .partners__heading {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  #about-us-page .partners__heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
#about-us-page .partners__heading-highlight {
  position: relative;
  display: inline-block;
}
#about-us-page .partners__heading-highlight::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 6px;
  height: 22px;
  background-color: #2c5a66;
  border-radius: 2px;
  transform: skewX(-12deg) rotate(-1.5deg);
  z-index: -1;
}
@media (max-width: 1024px) {
  #about-us-page .partners__heading-highlight::after {
    height: 16px;
    bottom: 5px;
  }
}
@media (max-width: 768px) {
  #about-us-page .partners__heading-highlight::after {
    height: 14px;
    bottom: 4px;
  }
}
@media (max-width: 480px) {
  #about-us-page .partners__heading-highlight::after {
    height: 11px;
    bottom: 3px;
  }
}
#about-us-page .partners__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  #about-us-page .partners__actions {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  #about-us-page .partners__actions {
    gap: 10px;
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }
}
#about-us-page .partners__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 10px 10px 26px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
@media (max-width: 1024px) {
  #about-us-page .partners__btn {
    font-size: 16px;
    padding: 9px 9px 9px 22px;
  }
}
@media (max-width: 768px) {
  #about-us-page .partners__btn {
    font-size: 14px;
    gap: 10px;
    padding: 8px 8px 8px 18px;
  }
}
@media (max-width: 480px) {
  #about-us-page .partners__btn {
    width: 100%;
    justify-content: space-between;
    padding: 8px 8px 8px 20px;
  }
}
#about-us-page .partners__btn:hover {
  transform: translateY(-2px);
}
#about-us-page .partners__btn--primary {
  background-color: #147187;
}
#about-us-page .partners__btn--primary:hover {
  background-color: #0e5b69;
}
#about-us-page .partners__btn--primary .partners__btn-arrow {
  background-color: #0d5260;
}
#about-us-page .partners__btn--secondary {
  background-color: rgba(255, 255, 255, 0.1019607843);
  border: 1.5px solid #455c64;
}
#about-us-page .partners__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
#about-us-page .partners__btn--secondary .partners__btn-arrow {
  background-color: #455c64;
}
#about-us-page .partners__btn-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  #about-us-page .partners__btn-arrow {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  #about-us-page .partners__btn-arrow {
    width: 30px;
    height: 30px;
  }
}
#about-us-page .partners__btn-arrow svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  #about-us-page .partners__btn-arrow svg {
    width: 12px;
    height: 12px;
  }
}
#about-us-page .success-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  #about-us-page .success-section {
    padding: 24px;
  }
}
#about-us-page .success-section .section-header {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #about-us-page .success-section .section-header {
    margin-bottom: 24px;
  }
}
#about-us-page .success-section .section-header .main-title {
  font-family: "outfit", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  #about-us-page .success-section .section-header .main-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  #about-us-page .success-section .section-header .main-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: center;
  }
}
#about-us-page .success-section .section-header .description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #777777;
}
@media (max-width: 768px) {
  #about-us-page .success-section .section-header .description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}
#about-us-page .success-section .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #about-us-page .success-section .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
}
#about-us-page .success-section .testimonials-grid .testimonial-card {
  background-color: #f5fafd;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: -1px -1px 0px 0px rgba(0, 156, 249, 0.5019607843);
}
#about-us-page .success-section .testimonials-grid .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#about-us-page .success-section .testimonials-grid .testimonial-card .profile-section {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
#about-us-page .success-section .testimonials-grid .testimonial-card .profile-section .avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
#about-us-page .success-section .testimonials-grid .testimonial-card .profile-section .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about-us-page .success-section .testimonials-grid .testimonial-card .profile-section .profile-info .name {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
}
#about-us-page .success-section .testimonials-grid .testimonial-card .profile-section .profile-info .university {
  font-size: 14px;
  font-weight: 500;
  color: #676767;
  line-height: 1.4;
}
#about-us-page .success-section .testimonials-grid .testimonial-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
#about-us-page .success-section .testimonials-grid .testimonial-card .stars .star {
  color: #fbaa1b;
  font-size: 16px;
}
#about-us-page .success-section .testimonials-grid .testimonial-card .testimonial-text {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #2e2e2e;
}
@media (max-width: 768px) {
  #about-us-page .success-section .testimonials-grid .testimonial-card .testimonial-text {
    font-size: 14px;
    line-height: 18px;
  }
}
#about-us-page .success-section .see-more-button {
  font-family: "SF Pro Display", sans-serif;
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #000000;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#about-us-page .success-section .see-more-button:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
#about-us-page .success-section .see-more-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #about-us-page .success-section .see-more-button {
    padding: 12px 20px;
    background-color: #147187;
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    border: transparent;
  }
}
#about-us-page .testimonials-section {
  background-color: #f7f7f7;
}
#about-us-page .testimonials-section .testimonial-container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 1024px) {
  #about-us-page .testimonials-section .testimonial-container {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #about-us-page .testimonials-section .testimonial-container {
    padding: 40px 20px;
  }
}
#about-us-page .testimonials-section .section-title {
  font-family: "outfit", sans-serif;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 80px;
}
#about-us-page .testimonials-section .slider-container {
  position: relative;
  padding: 0 60px;
}
#about-us-page .testimonials-section .slider-container .slider-wrapper {
  overflow: hidden;
}
#about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
#about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card {
  min-width: 100%;
  padding: 0 15px;
}
#about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content {
  background: white;
  border-radius: 16px;
  padding: 40px 30px 21px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content .avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content .avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  #about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content .avatar {
    width: 60px;
    height: 60px;
  }
}
#about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
#about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content .student-name {
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
}
#about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content .university {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #676767;
  margin-bottom: 12px;
  line-height: 22px;
}
#about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content .stars {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
}
#about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content .stars .star {
  color: #fbaa1b;
  font-size: 24px;
}
#about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content .testimonial-text {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #2e2e2e;
  text-align: left;
}
#about-us-page .testimonials-section .slider-container .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
#about-us-page .testimonials-section .slider-container .slider-nav:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) scale(1.05);
}
#about-us-page .testimonials-section .slider-container .slider-nav:active {
  transform: translateY(-50%) scale(0.95);
}
#about-us-page .testimonials-section .slider-container .slider-nav.prev {
  left: 10px;
}
#about-us-page .testimonials-section .slider-container .slider-nav.next {
  right: 10px;
}
#about-us-page .testimonials-section .slider-container .slider-nav svg {
  width: 20px;
  height: 20px;
  fill: #000;
}
@media (min-width: 768px) {
  #about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card {
    min-width: 50%;
  }
}
@media (min-width: 1024px) {
  #about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card {
    min-width: 33.333%;
  }
}
@media (max-width: 767px) {
  #about-us-page .testimonials-section .section-title {
    font-size: 1.875rem;
  }
  #about-us-page .testimonials-section .slider-container {
    padding: 0 0px;
  }
  #about-us-page .testimonials-section .slider-container .slider-nav {
    width: 36px;
    height: 36px;
  }
  #about-us-page .testimonials-section .slider-container .slider-nav svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  #about-us-page .testimonials-section {
    padding: 40px 10px;
  }
  #about-us-page .testimonials-section .section-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  #about-us-page .testimonials-section .slider-container {
    padding: 0 0px;
  }
  #about-us-page .testimonials-section .slider-container .slider-wrapper .slider-track .testimonial-card .card-content {
    padding: 30px 20px;
  }
}
#about-us-page .cta-section {
  padding: 100px 20px;
}
@media screen and (max-width: 1024px) {
  #about-us-page .cta-section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #about-us-page .cta-section {
    padding: 30px 20px;
  }
}
#about-us-page .cta-section .container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
#about-us-page .cta-section .inner {
  display: flex;
  align-items: center;
  gap: 86px;
}
@media screen and (max-width: 767px) {
  #about-us-page .cta-section .inner {
    flex-direction: column;
    text-align: center;
  }
}
#about-us-page .cta-section .content {
  max-width: 670px;
}
@media (max-width: 768px) {
  #about-us-page .cta-section .content {
    max-width: 100%;
  }
}
#about-us-page .cta-section .content .heading {
  font-family: "SF Pro Display", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #about-us-page .cta-section .content .heading {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  #about-us-page .cta-section .content .heading {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  #about-us-page .cta-section .content .heading {
    font-size: 28px;
    line-height: 36px;
  }
}
#about-us-page .cta-section .content .heading .highlight {
  color: #ff3b30;
}
#about-us-page .cta-section .content .description {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #616161;
  margin-bottom: 32px;
  max-width: 637px;
}
@media (max-width: 768px) {
  #about-us-page .cta-section .content .description {
    font-size: 16px;
    margin-bottom: 28px;
    max-width: 100%;
  }
}
#about-us-page .cta-section .content .cta-button {
  font-family: "SF Pro Display", sans-serif;
  display: inline-block;
  background-color: #147187;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#about-us-page .cta-section .content .cta-button:hover {
  background-color: #156070;
}
#about-us-page .cta-section .content .cta-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  #about-us-page .cta-section .content .cta-button {
    padding: 13px 22px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #about-us-page .partners-section {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  #about-us-page .partners-section .content-left {
    max-width: 100%;
  }
  #about-us-page .partners-section .content-left .section-title {
    font-size: 36px;
  }
  #about-us-page .partners-section .content-left .section-description {
    font-size: 15px;
  }
  #about-us-page .partners-section .content-left .partners-avatars {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  #about-us-page .partners-section .content-left .section-title {
    font-size: 32px;
  }
  #about-us-page .partners-section .content-left .partners-avatars .avatar {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  #about-us-page .research-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  #about-us-page .research-section .section-header .main-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #about-us-page body {
    padding: 40px 16px;
  }
  #about-us-page .research-section .section-header {
    margin-bottom: 40px;
  }
  #about-us-page .research-section .section-header .main-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #about-us-page .research-section .section-header .subtitle {
    font-size: 15px;
  }
  #about-us-page .research-section .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #about-us-page .research-section .features-grid .feature-card {
    padding: 32px 24px;
  }
}
@media (max-width: 480px) {
  #about-us-page .research-section .section-header .main-title {
    font-size: 28px;
  }
  #about-us-page .research-section .features-grid .feature-card .icon-wrapper {
    width: 70px;
    height: 70px;
  }
  #about-us-page .research-section .features-grid .feature-card .icon-wrapper svg {
    width: 35px;
    height: 35px;
  }
}
