@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.about-banner .content h1 {
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
.banner.about-banner .content h1 span {
  display: block;
  font-size: 0.3125em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 16px;
  text-transform: initial;
}

.about-secA {
  padding: 100px 0 75px;
}
.about-secA .flex {
  gap: 135px;
  align-items: center;
}
.about-secA .flex .colA {
  flex: 0 1 338px;
}
.about-secA .flex .colB {
  flex: 1;
}
.about-secA .flex .colB .heading {
  margin-bottom: 16px;
}
.about-secA .flex .colB .content {
  max-width: 587px;
}

.about-secB {
  padding: 78px 0 250px;
}
.about-secB .vimi-nav {
  text-align: center;
  margin-bottom: 40px;
}
.about-secB .vimi-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  color: var(--text);
  position: relative;
  padding: 13px 0;
  transition: 0.5s ease;
}
.about-secB .vimi-nav 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(--black);
}
.about-secB .vimi-nav li::before {
  top: auto;
  height: 2px;
  transition: 0.5s ease;
  width: 0;
}
.about-secB .vimi-nav li:not(:last-child) {
  margin-right: 72px;
}
.about-secB .vimi-nav li.active {
  color: var(--black);
}
.about-secB .vimi-nav li.active::before {
  width: 100%;
}
.about-secB .vimi-nav-content {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about-secB .vimi-nav-content .tabs {
  transition: 0.5s ease;
}
.about-secB .vimi-nav-content .tabs:not(.active) {
  transform: translateY(20px);
}

.about-secC {
  padding: 145px 0 150px;
  background: var(--primary) url(../../images/vector/vector-11.svg) no-repeat;
  background-position: bottom left;
  position: relative;
}
.about-secC .about-content-slider {
  max-width: 472px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  height: 130px;
}
.about-secC .about-content-slider .item p {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273;
}
.about-secC .about-content-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-size: auto;
  --swiper-pagination-color: none;
  --swiper-pagination-bullet-inactive-color: none;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-vertical-gap: 0;
  transform: none;
}
.about-secC .about-content-pagination span {
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.55em;
  color: var(--white);
  transition: 0.5s ease;
  display: inline-block !important;
}
.about-secC .about-content-pagination span:not(.swiper-pagination-bullet-active) {
  opacity: 0.4;
}
.about-secC .about-content-pagination span:not(.swiper-pagination-bullet-active):hover {
  opacity: 0.6;
}
.about-secC .aside-right {
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  white-space: nowrap;
}

.about-secD {
  padding: 85px 0 130px;
}
.about-secD .flex {
  --clip1: 11%;
  --clip2: 83.5%;
}
.about-secD .flex .aside-left {
  -webkit-clip-path: polygon(0 0, 100% var(--clip1), 100% var(--clip2), 0% 100%);
          clip-path: polygon(0 0, 100% var(--clip1), 100% var(--clip2), 0% 100%);
}
.about-secD .flex .aside-right {
  -webkit-clip-path: polygon(0 var(--clip1), 100% 0, 100% 100%, 0 var(--clip2));
          clip-path: polygon(0 var(--clip1), 100% 0, 100% 100%, 0 var(--clip2));
}
.about-secD .flex .aside-left, .about-secD .flex .aside-right {
  flex: 1;
  background: #D9D9D9;
  justify-items: center;
  align-content: center;
}
.about-secD .flex .aside-left p span, .about-secD .flex .aside-right p span {
  display: block;
  color: var(--white);
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 1366px) {
  .about-secD .flex .aside-left p span, .about-secD .flex .aside-right p span {
    font-size: 50px;
  }
}
.about-secD .flex .aside-left p span:not(:last-child), .about-secD .flex .aside-right p span:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1366px) {
  .about-secD .flex .aside-left p span:not(:last-child), .about-secD .flex .aside-right p span:not(:last-child) {
    margin-bottom: 48px;
  }
}
.about-secD .flex .about-award-wrap {
  flex: 0 1 auto;
  max-width: 58%;
  padding: 5.6% 0 8.6%;
}
@media only screen and (max-width: 1366px) {
  .about-secD .flex .about-award-wrap {
    max-width: 47%;
    padding: 4.6% 0 6.99%;
  }
}
.about-secD .flex .about-award-wrap .swiper-nav .swiper-prev, .about-secD .flex .about-award-wrap .swiper-nav .swiper-next {
  --size: 40px;
  border-color: var(--white);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
}
.about-secD .flex .about-award-wrap .swiper-nav .swiper-prev:hover, .about-secD .flex .about-award-wrap .swiper-nav .swiper-next:hover {
  border-color: var(--primary);
}
.about-secD .flex .about-award-wrap .swiper-nav .swiper-prev {
  left: -20px;
}
.about-secD .flex .about-award-wrap .swiper-nav .swiper-next {
  right: -20px;
}
.about-secD .flex .about-award-wrap .about-award-slider .item {
  display: block;
  line-height: 0;
}
.about-secD .flex .about-award-wrap .about-award-slider .item img {
  width: 100%;
  aspect-ratio: 1.519;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secD .content {
  max-width: 500px;
  font-size: 24px;
  line-height: 1.167;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4%;
}

.about-secE figure {
  flex: 0 1 45%;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .about-secE figure {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.about-secE figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .about-secE figure img {
    height: auto;
  }
}
.about-secE figcaption {
  flex: 1;
  display: flex;
  align-items: center;
}
.about-secE figcaption .content {
  padding: 82px 0;
  max-width: 479px;
  margin-left: auto;
  margin-right: auto;
}
.about-secE figcaption .content .heading {
  margin-bottom: 20px;
}
.about-secE figcaption .content .desc-wrap .desc p {
  font-weight: 300;
}
.about-secE figcaption .content .sign {
  margin-top: 28px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .about-secE figcaption .content .sign {
    width: 154px;
    margin-top: 15px;
  }
}
.about-secE figcaption .content .nam-des {
  margin-top: 48px;
  display: flex;
  gap: 18px;
}
@media only screen and (max-width: 991px) {
  .about-secE figcaption .content .nam-des {
    margin-top: 25px;
  }
}
.about-secE figcaption .content .nam-des .play-btn {
  --bordercolor: var(--black);
  --playbtncolor: var(--black);
}
.about-secE figcaption .content .nam-des .inf {
  flex: 1;
}
.about-secE figcaption .content .nam-des .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.302;
}
.about-secE figcaption .content .nam-des .desg {
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.302;
}

.about-secF {
  padding: 100px 0 90px;
}
.about-secF .heading {
  margin-bottom: 55px;
}
.about-secF .team-slider .item {
  border-radius: 10px;
  overflow: hidden;
}
.about-secF .team-slider .item figure {
  line-height: 0;
}
.about-secF .team-slider .item figure img {
  width: 100%;
}
.about-secF .team-slider .item figcaption {
  background: #F5F5F5;
  text-align: center;
  padding: 13px 15px 23px;
}
.about-secF .team-slider .item figcaption .name {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
.about-secF .team-slider .item figcaption .desg {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}/*# sourceMappingURL=about.css.map */