/* 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;
}

.software-block {
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.software-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vision-bg {
  background: linear-gradient(
      90deg,
      rgba(0, 28, 88, 0.6) 21.2%,
      rgba(0, 0, 0, 0) 99.83%
    ),
    url(/img/IMG_9780.jpg) lightgray 50% / cover no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 655px;
}

.vision-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.service-bg {
  padding-top: 96px;
  background: linear-gradient(
    180deg,
    rgba(0, 59, 186, 0.05) 50.18%,
    #fff 50.19%
  );
  padding-bottom: 96px;
}

.cover-container {
  background: url(/img/IMG_9780.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 {
  width: 100%;
  color: #ffffff;
  margin-bottom: 24px;
}

.splide__pagination.splide__pagination--ltr {
  display: none;
}

.splide__arrows.splide__arrows--ltr {
  display: none;
}

.splide__list {
  gap: 48px;
}

.splide {
  padding: 38px 0;
  background: #f9f9f9;
}

.splide__slide {
  width: auto !important;
  height: 48px !important;
}

.splide__slide img {
  width: auto !important;
  height: 48px !important;
}

.header-content {
  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.5) 1.04%,
    rgba(1, 43, 133, 0.5) 24.74%,
    rgba(0, 0, 0, 0) 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 {
  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;
}

.fill-black {
  fill: black;
  font-size: 18px;
}

.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;
  text-transform: uppercase;
}

.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;
}

.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: 36px 16px;
  flex-direction: column;
  justify-content: flex-start;

  border-radius: 24px;
  gap: 24px;
  border: var(--Number, 1.038px) solid var(--Border-Base, #dcdfe6);
  background: #fff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
}

.cerf-card:hover {
  background: #003bba;
}

.cerf-card:hover * {
  color: white;
}

.cerf-card:hover .svg-blue {
  fill: white;
}

.cerf-card:hover .svg-white {
  fill: #003bba;
}

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

.timeline-image {
  position: absolute;
  top: 0;
  width: 1214px;
  max-width: none;
}

.timeline-wrapper {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  width: 1214px;
}

.timeline-card {
  flex: 1;
  position: relative;
}

.timeline-img {
  max-width: 204px;
  border-radius: 8px;
}

.timeline-card.even {
  margin-top: 194px;
}

.timeline-caption {
  color: #27292e;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-top: 12px;
  padding: 0 12px;
}

.timeline-web {
  display: flex;
  overflow-y: auto;
}

.timeline-mobile {
  display: none;
}

.timeline-container {
  width: 100%;
}
.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;
}

.mark {
  width: 418px;
  position: absolute;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  line-height: 110%;
  font-weight: normal;
  z-index: 100;
  border: 10px solid #fff;
}

.container {
  position: relative;
}

.hidden {
  display: none;
}

.our-customer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1186px;
  justify-content: space-between;
  gap: 24px;
}

.our-customer-item {
  max-width: 563px;
}

@keyframes swing {
  0%,
  100% {
    r: 6;
  }

  12%,
  87% {
    r: 8;
  }

  25%,
  75% {
    r: 10;
  }

  37%,
  62% {
    r: 12;
  }

  50% {
    r: 14;
  }
}

#animated-circle {
  animation: swing 2s infinite;
  fill: #ff9900;
}

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

.spirit-title {
  width: 500px;
}

.spirit-content {
  width: 100%;
}

.achievement-title {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}

.achievement {
  gap: 16px;
}

.achievement-item {
  flex: 1;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 59, 186, 0.1) -8.2%,
    rgba(246, 246, 246, 0.1) 99.73%
  );
  border: 1px solid #dfdfdf;
}

.swiper-slide h2,
main a,
main > div span {
  /* text-transform: uppercase; */
}
.swiper-slide h2,
.swiper-slide p,
main > div h1 {
  font-family: Roboto, sans-serif;
}
.prefix,
.required,
.suffix {
  letter-spacing: 0.01em;
}
.demux,
.frame-button {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-coverflow {
  height: 450px;
}

.swiper {
  width: 100%;
}
.swiper-pagination {
  bottom: 1.25rem !important;
}
.swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}
.swiper-slide h2 {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
}
.swiper-slide p {
  color: #dadada;
  font-weight: 300;
  padding: 0 1.563rem;
  line-height: 1.6;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}
.swiper-slide a:hover {
  color: #005baa;
}
.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}
.swiper-slide-active div {
  display: block;
  opacity: 1;
}
.iframe {
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 100%;
  border-radius: 24px;
}
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.shape-sorter-child {
  height: 32px;
  width: 32px;
  border-radius: var(--br-981xl);
  background-color: var(--color-whitesmoke-100);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.symbol-duplicator {
  justify-content: flex-start;
}
.shape-sorter {
  gap: 15px;
}

.shape-sorter-inner {
  height: 32px;
  width: 32px;
  background-color: #003bba;
  border: 1px solid #003bba;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.solution-bg {
  background: rgba(39, 41, 46, 0.07);
}

.solution-img {
  width: 600px;
}

.why-rabiloo {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.cerf-list-wrapper {
  display: flex;
  gap: 32px;
}

.cerf-list-wrapper img {
  height: 80px;
  width: auto;
}

.shape-sorter-child,
.shape-sorter-inner {
  padding: var(--padding-3xs);
  display: flex;
  box-sizing: border-box;
}
.shape-sorter-inner,
.synchronizer {
  border-radius: var(--br-981xl);
}

.achievement-more {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 24px;
  align-items: center;
  border-left: 1px solid #003bba;
  background: #f9f9f9;
  width: fit-content;
}

.customer-quote__item {
  border-radius: 16px;
  background: #f9f9f9;
  height: 224px;
  padding-left: 88px;
  padding-right: 44px;
  gap: 200px;
}

.item-comma {
  left: -50px;
  top: -20px;
}

.quote-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
  color: #616161;
  max-width: 555px;
  text-align: justify;
}

.map-title {
  margin-top: 82px;
}

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

.map-wrapper {
  max-width: 1224px;
  padding: 0 12px;
}

.companion-button {
  margin-top: 48px;
}

.submit-button {
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}

.form-button {
  height: 48px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 18px;
}

.header-content-container {
  max-width: 769px;
}

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

.propose-card__wrapper {
  display: flex;
}

.contact-us-container {
  border-radius: 16px;
  gap: 60px;
}

.contact-us-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.contact-us-right {
  width: 100%;
}

.contact-text {
  color: #616161;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.form-input {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;

  border-radius: 20px;
  border: 1px solid #dcdfe6;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.09);
}

label.block {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

@media only screen and (max-width: 1024px) {
  .iframe {
    width: 600px;
    height: 400px;
  }

  .swiper-coverflow {
    height: 400px;
  }

  .contact-us-container {
    flex-direction: column;
    gap: 48px;
  }

  .software-image {
    width: 50%;
  }

  .cerf-list-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .why-rabiloo {
    flex-wrap: wrap;
  }

  .solution-img {
    width: 50%;
    height: auto;
    object-fit: cover;
  }

  .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;
  }

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

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

  .companion-button {
    margin-top: 24px;
  }

  .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;
  }

  .mission-wrapper {
    padding: 88px 0px;
  }

  .cerf-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .cerf-card {
    width: calc(50% - 10px);
    padding: 32px 24px;
  }

  .our-customer {
    flex-direction: column;
  }

  .map-title {
    margin-top: 48px;
  }

  .sayus-wrapper {
    flex-direction: column;
    gap: 24px;
  }

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

  .achievement {
    flex-direction: column;
  }

  .achievement-item {
    gap: 8px;
    flex-direction: row;
  }

  .customer-quote__item {
    border-radius: 16px;
    background: #f9f9f9;
    height: auto;
    padding: 20px;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .item-comma {
    left: 0px;
    top: 0px;
    position: relative !important;
    padding-bottom: 12px;
  }

  .achievement-title {
    width: 50%;
    gap: 16px;
  }

  .achievement-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (max-width: 600px) {
  .software-block {
    flex-direction: column;
    gap: 24px;
  }
  .software-image {
    width: 100%;
  }

  .solution-container {
    flex-direction: column;
    gap: 48px;
  }

  .solution-img {
    padding-top: 16px;
    width: 100%;
  }

  .solution-wrapper {
    padding-bottom: 16px;
  }

  .propose-title {
    text-align: center;
  }

  .spirit-title {
    width: 300px;
  }

  .professor-wrapper {
    width: 100%;
  }

  .body-wrapper {
    gap: 64px;
  }

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

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

  .our-culture__wrapper {
  }

  .cerf-card {
    width: 100%;
  }

  .achievement-item {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    padding: 24px;
  }

  .achievement-title {
    width: 100%;
    gap: 16px;
  }

  .tl-mobile {
    width: 2px;
  }

  .achievement-more {
    width: 100%;
  }
  .timeline-mobile-container {
    flex-direction: row !important;
    gap: 20px;
  }

  .timeline-web {
    display: none;
  }

  .timeline-img {
    max-width: 100%;
    border-radius: 0px 0px 8px 8px;
  }

  .timeline-image {
    position: relative;
    width: 2px;
  }

  .timeline-mobile {
    display: flex;
    margin-top: 64px;
  }

  .timeline-card {
    margin-top: 0;
  }

  .timeline-wrapper {
    flex-direction: column;
  }

  .timeline-card.even {
    margin-top: 0;
  }

  .timeline-wrapper {
    margin-top: 0px;
    gap: 40px;
  }

  .timeline-card {
    display: flex;
    flex-direction: column-reverse;
  }

  .timeline-caption {
    padding: 12px 24px;
    border-radius: 8px 8px 0px 0px;
    background: #27292e;
    color: #fff;
    text-align: left;
    margin-top: 0px;
  }

  .even .timeline-caption {
    background: #003bba;
  }

  .iframe {
    width: 300px;
    height: 200px;
  }

  .swiper-coverflow {
    height: 200px;
  }
}
