@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.about-banner {
  background: none;
}
.banner.about-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary-light);
}
.banner.about-banner::after {
  bottom: auto;
  height: 80%;
}
.banner.about-banner .container {
  position: relative;
  z-index: 1;
}
.banner.about-banner .content {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 177px;
}
@media only screen and (max-width: 1366px) {
  .banner.about-banner .content {
    padding-top: 70px;
  }
}
.banner.about-banner .count-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 88px;
  margin-top: 54px;
}
.banner.about-banner .count-wrap .count-info {
  flex: 0 1 20%;
  text-align: center;
  padding-top: 45px;
}
.banner.about-banner .count-wrap .count-info h5 {
  font-size: 48px;
  line-height: 1;
  font-family: "Playfair Display";
  margin-bottom: 5px;
}
.banner.about-banner .count-wrap .video-col {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
.banner.about-banner .count-wrap .video-col video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.4034;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-secA {
  padding-top: 90px;
}
.about-secA .content {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}
.about-secA .content::before {
  right: 100%;
  bottom: 100%;
}
.about-secA .content .desc {
  margin-bottom: 70px;
}
.about-secA .content .desc p {
  color: var(--text);
}

.about-secB {
  padding-top: 10rem;
}
.about-secB .container::before {
  right: 10%;
  top: -10%;
}
.about-secB .vimi-tab {
  text-align: center;
  margin-bottom: 5rem;
}
.about-secB .vimi-tab li {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: 500;
  color: rgba(102, 102, 102, 0.5019607843);
  position: relative;
  transition: 0.5s ease;
}
.about-secB .vimi-tab li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.about-secB .vimi-tab li::before {
  top: auto;
  height: 1px;
  width: 0;
  transition: 0.5s ease;
}
.about-secB .vimi-tab li.active {
  color: var(--primary);
}
.about-secB .vimi-tab li.active::before {
  width: 100%;
}
.about-secB .vimi-tab li:not(:last-child) {
  margin-right: 80px;
}
.about-secB .vimi-tab-content .tabs {
  transition: 0.7s ease;
}
.about-secB .vimi-tab-content .flex {
  gap: 85px;
}
.about-secB .vimi-tab-content .flex .colA, .about-secB .vimi-tab-content .flex .colB {
  flex: 1;
}
.about-secB .vimi-tab-content .flex .colA figure {
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
}
.about-secB .vimi-tab-content .flex .colA figure img, .about-secB .vimi-tab-content .flex .colA figure video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.384;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secB .vimi-tab-content .flex .colB {
  border-left: 1px solid var(--primary);
  --padding: 40px;
  --dot: 18px;
  padding: 35px 0 45px;
  padding-left: var(--padding);
}
@media only screen and (max-width: 767px) {
  .about-secB .vimi-tab-content .flex .colB {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .vimi-tab-content .flex .colB {
    margin-left: 1rem;
    --padding: 2rem;
    --dot: 20px;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.about-secB .vimi-tab-content .flex .colB h6 {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-secB .vimi-tab-content .flex .colB h6::before {
  content: "";
  position: absolute;
  right: calc(100% + var(--padding) - var(--dot) / 2);
  height: var(--dot);
  width: var(--dot);
  border: 2px solid var(--primary);
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 675px) {
  .about-secB .vimi-tab-content .flex .colB h6::before {
    border-width: 5px;
  }
}
.about-secB .vimi-tab-content .flex .colB p {
  color: var(--text);
  margin-bottom: 30px;
}
@media only screen and (max-width: 675px) {
  .about-secB .vimi-tab-content .flex .colB p {
    font-weight: 400;
  }
}

.about-secC {
  padding: 170px 0 200px;
}
@media only screen and (max-width: 1366px) {
  .about-secC {
    padding: 120px 0 100px;
  }
}
.about-secC .content .ico {
  line-height: 0;
  width: 106px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.about-secC .content .ico img {
  width: 100%;
}
.about-secC .content p {
  font-size: 24px;
  font-weight: 500;
  color: var(--text);
}
.about-secC .content h3 {
  font-family: "Playpen Sans";
  font-size: 128px;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #3DD3E1 0%, #0A8894 100%);
  margin-bottom: 50px;
}/*# sourceMappingURL=about.css.map */