/* page */
*,
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  
  font-style: normal;
}

*,
body {
  max-width: 100vw;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 128px
}

.cover-container {
  background: url(/img/VHG03696.jpg);
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(8px);
  z-index: 0;
}

.header-title {
  max-width: 820px;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.header-content {
  max-width: 600px;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.header-trusted {
  width: 400px;
  height: 76px;
}

.trusted {
  margin-bottom: 12px;
}

.trusted-logo-top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container {
  background: linear-gradient(180deg, rgba(0, 44, 140, 0.50) 1.04%, rgba(1, 43, 133, 0.50) 24.74%, rgba(0, 0, 0, 0.00) 100%);
}

.form-item {
  display: flex;
  padding: 12px 32px;
  align-items: flex-start;
  border-radius: 8px;
  background: #003BBA;
}

.fqa-wrapper {
  width: 50%;
}

.header-title {
  color: #FFF;
  margin-bottom: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.block-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.header-content {
  width: 100%;
  color: #FFF;
  text-align: left;
  margin-bottom: 32px;
}


.header-content-container {
  /* margin-left: 108px; */
  max-width: 769px;
}

.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.propose-card__wrapper {
  display: flex;
}

.propose-title {
  color: #27292E;
  margin-bottom: 48px;
}

.propose-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  gap: 12px;
  width: calc(33% - 16px);
}

.propose-card__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  height: 100%;
  margin-right: 20px;
}

.propose-img {
  border-radius: 32px 0px 0px 169px;
}

.card-list {
  color: #616161;
}

.card-list li {
  color: #616161;
  display: flex;
}

.card-list li::before {
  color: #616161;
  content: '\2022';
  margin: 0 6px;
}

.propose-form {
  border-radius: 16px;
  background: #F9F9F9;
  width: calc(67% - 12px);
  padding: 0 78px;
}

.customer-story-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}



.card {
  width: calc(25% - 18px);
  min-width: 288px;
  border: 0;
  border-radius: 16px;
  color: #454545;
  z-index: 0;
}

.card-img-src {
  margin-bottom: 16px;
  object-fit: cover;
  border-radius: 16px;
}

.card-title {
  cursor: pointer;

  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;

}

.card-title:hover {
  color: #003BBA;
}

.card-content {
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  line-clamp: 4;
}

.intro-logo {
  height: 56px;
  width: 285.418px;
}

.intro-bg {
  background: #003BBA;
  padding: 125px 0;
}

.intro-content {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;

}

.sticky-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
  text-transform: uppercase;
}

.sticky-content {}

.vision-wrapper>div {
  flex: 1;
}

.vision-wrapper {
  background: #27292E !important;

  border-radius: 16px;
}

.stick-right {
  padding: 40px 36px;
}

.border-card {
  border-left: 1px solid #DFDFDF;
}

.img-value {
  object-fit: cover;
  object-position: center center;
  width: 364px;
  height: 364px;
}

.card-value {
  padding-bottom: 80px;
  border-bottom: 1px solid #DFDFDF;
}

.sayus-card {
  flex: 1;
  min-height: 226px;
}


.ceo-card {
  width: calc(50% - 12px);
  background: #F9F9F9;
  padding: 40px 80px 40px 80px;
  justify-content: space-between;
}

.ceo-card:nth-child(1) {
  border-radius: 16px 0px 0px 0px;

}

.ceo-img {
  width: 48px;
  height: 48px;
}

.img-wrapper {
  position: relative;
  width: 48px;
  /* max-width: 288px; */
}

.img-wrapper::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.img-wrapper img {
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.mission-wrapper {
  padding: 128px 0px;
  background: #F9F9F9;
}


.cerf-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.cerf-card {
  display: flex;
  padding: 45px 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  border-radius: 16px;
  background: #003BBA;
  width: calc(25% - 18px);
}

.cerf-description {
  margin-top: 8px;
  width: 224px;
}

.advising-process {
  background: url(/img/Group-10071.png) no-repeat;
  height: 520px;
}

.skill-wrapper {
  padding: 91px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #F9F9F9;
  width: 100%;
}


.skill-title {
  color: #000;
  min-width: 30%;
  padding: 22px 24px;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #DFDFDF;
  background: #FFF;
  display: flex;
  flex: 1;
  align-items: center;
}

.human-connection-item {
  padding: 20px 20px 40px 20px;
  border-radius: 16px;
  background: #F9F9F9;
  gap: 25px
}


.hci-sub-title {
  padding: 24px 0;
  text-align: center;
  border-radius: 24px;
  background: #FFF;
  color: #27292E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
}

.hci-dot {
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);

}

.spirit {
  border-bottom: 1px solid #DFDFDF;
  padding: 32px 0px;
  gap: 40px
}

.spirit-content {
  max-width: 806px;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: calc(33.333333% - 16px);

  /* max-width: 288px; */
}

.image-container::before {
  content: "";
  display: block;
  padding-bottom: 75%;
  /* Set the aspect ratio to 16:9 (56.25% = 9 / 16 * 100) */
}

.image-container img {
  position: absolute;
  border-radius: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-culture-wrapper{
  flex-direction: row;
  gap: 24px;
}

.our-culture__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.our-culture {
  gap:88px
}



@media only screen and (max-width: 1024px) {

  .propose-title {
    margin-bottom: 48px;
  }

  .cover-img {
    width: 100%;
    position: relative;
    height: 100vh !important;
  }

  .cover-wrapper {
    display: flex;
    flex-direction: column;
    height: unset;
  }

  .pioneering-header {
    width: 100%;
    max-width: none;
    padding: 48px 0 48px 0;
    /* padding-left: ; */
  }

  .professor-wrapper {
    width: calc(50% - 10px);
  }

  .professor-container {
    row-gap: 20px;
    column-gap: 20px;
  }

  .image-container img {
    /* padding: 16px; */
  }

  .professor-des {
    padding: 0px 16px 32px 16px;
  }

  .body-wrapper {
    gap: 64px
  }
  .spirit {
    padding: 32px 0 32px 0;
    gap:16px;
    flex-direction:column !important;
    align-items: flex-start !important; 
  }

  .spirit:nth-child(1) {
    padding-top: 0;
  }
  .human-connection{
    flex-wrap: wrap;
  }

  .human-connection-item{
    width: 100%;
    flex:none !important;
    padding: 24px;
    gap:16px
  }

  .hci-title {
    /* max-width: 352px; */
  }


  .image-container img {
    /* border-radius: 16px 16px 0px 0px; */
  }

  .our-culture__wrapper {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 16px 16px;
  }

  .our-culture {
    gap:64px
  }

  .image-container {
    max-width: calc(50% - 12px);
  }
}

@media only screen and (max-width: 600px) {

  .professor-wrapper {
    width: 100%;
  }

  .body-wrapper {
    gap: 64px
  }

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


  .professor-container {
    row-gap: 24px;
    column-gap: 24px;
  }
  .image-container {
    min-width: 240px;
    max-width: none;
  }

  .image-culture-wrapper{
    overflow-x: auto;
    flex-wrap: nowrap !important
  }

}