@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.about-banner .bg {
  height: calc(100vh - var(--headerheight) - var(--homecatstrip));
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .bg {
    height: 400px;
  }
}
.banner.about-banner .content {
  max-width: 562px;
  margin-left: auto;
  margin-right: auto;
}
.banner.about-banner .content .ico {
  line-height: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .content .ico {
    margin-bottom: 1.6rem;
  }
}
.banner.about-banner .content .ico img {
  width: 68px;
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .content .ico img {
    width: 45px;
  }
}
.banner.about-banner .content p {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .content p {
    font-size: 14px;
  }
}

.about-secA {
  padding: 90px 0 100px;
}
@media only screen and (max-width: 1152px) {
  .about-secA {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA {
    padding: 2.4rem 0;
  }
}
.about-secA .flex {
  gap: 45px;
}
@media only screen and (max-width: 1152px) {
  .about-secA .flex {
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .flex {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .colA, .about-secA .flex .colB {
    height: auto;
  }
}
.about-secA .flex .colA {
  flex: 0 1 45%;
}
@media only screen and (max-width: 767px) {
  .about-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.about-secA .flex .colA figure {
  line-height: 0;
}
.about-secA .flex .colA figure img, .about-secA .flex .colA figure video {
  width: 100%;
}
.about-secA .flex .colB {
  flex: 1;
}

.about-secB {
  padding: 95px 0 72px;
  background: #F3F3F3 url(../../images/logo-icon-white.svg) no-repeat;
  background-position: 92% 85%;
  background-size: 14%;
}
@media only screen and (max-width: 1152px) {
  .about-secB {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-secB {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .about-secB {
    padding: 2.4rem 0;
  }
}
.about-secB .flex {
  gap: 98px;
}
@media only screen and (max-width: 1152px) {
  .about-secB .flex {
    gap: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .flex {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-secB .flex {
    gap: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .flex {
    flex-direction: column-reverse;
  }
}
.about-secB .flex .colA, .about-secB .flex .colB {
  flex: 1;
}
@media only screen and (max-width: 675px) {
  .about-secB .flex .colA, .about-secB .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.about-secB .flex .colA figure {
  line-height: 0;
}
@media only screen and (max-width: 675px) {
  .about-secB .flex .colA figure {
    width: 40%;
  }
}
.about-secB .flex .colA figure img {
  width: 100%;
}
.about-secB .flex .colB {
  padding-top: 3rem;
}
@media only screen and (max-width: 675px) {
  .about-secB .flex .colB {
    padding-top: 0;
    text-align: center;
  }
}
.about-secB .vimi-tab {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1152px) {
  .about-secB .vimi-tab {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secB .vimi-tab {
    margin-bottom: 1.6rem;
  }
}
.about-secB .vimi-tab li {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.29;
  font-weight: 500;
  color: rgba(102, 102, 102, 0.5019607843);
  position: relative;
  transition: 0.5s ease;
  padding: 10px 0;
}
.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(--black);
}
@media only screen and (max-width: 991px) {
  .about-secB .vimi-tab li {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secB .vimi-tab li {
    font-size: 20px;
  }
}
.about-secB .vimi-tab li::before {
  top: auto;
  height: 2px;
  width: 0;
  transition: 0.5s ease;
}
.about-secB .vimi-tab li.active {
  color: var(--black);
}
.about-secB .vimi-tab li.active::before {
  width: 100%;
}
.about-secB .vimi-tab li:not(:last-child) {
  margin-right: 80px;
}
@media only screen and (max-width: 991px) {
  .about-secB .vimi-tab li:not(:last-child) {
    margin-right: 2rem;
  }
}
.about-secB .vimi-tab-content .tabs {
  transition: 0.7s ease;
  max-width: 404px;
}
@media only screen and (max-width: 675px) {
  .about-secB .vimi-tab-content .tabs {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-secB .vimi-tab-content .tabs p {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.29;
}
@media only screen and (max-width: 767px) {
  .about-secB .vimi-tab-content .tabs p {
    font-size: 16px;
  }
}

.about-secC {
  padding: 120px 0 75px;
}
@media only screen and (max-width: 1152px) {
  .about-secC {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secC {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .about-secC {
    padding: 2.4rem 0;
  }
}
.about-secC .flex {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  gap: 104px;
  align-items: center;
}
@media only screen and (max-width: 1152px) {
  .about-secC .flex {
    gap: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .flex {
    max-width: 500px;
  }
}
.about-secC .flex figure {
  flex: 0 1 48%;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .about-secC .flex figure {
    flex: 0 1 100%;
  }
}
.about-secC .flex figure img {
  width: 100%;
}
.about-secC .flex figcaption {
  flex: 1;
}
.about-secC .flex figcaption .heading h3 {
  letter-spacing: 0px;
}
.about-secC .flex figcaption .ico {
  line-height: 0;
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}
@media only screen and (max-width: 991px) {
  .about-secC .flex figcaption .ico {
    margin-bottom: 18px;
  }
}
.about-secC .flex figcaption .ico img {
  width: 100%;
}
.about-secC .flex figcaption .desc {
  margin: 20px 0 48px;
}
@media only screen and (max-width: 991px) {
  .about-secC .flex figcaption .desc {
    max-width: 400;
  }
}
.about-secC .flex figcaption .desc p {
  font-size: 18px;
  color: var(--text);
}
.about-secC .flex figcaption .name {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 2px;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .about-secC .flex figcaption .name {
    display: none;
  }
}

.about-secD {
  padding: 60px 0 90px;
}
@media only screen and (max-width: 1152px) {
  .about-secD {
    padding: 0rem 0 4rem;
  }
}
.about-secD .upper-sec {
  margin-bottom: 58px;
}
@media only screen and (max-width: 1152px) {
  .about-secD .upper-sec {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secD .upper-sec {
    margin-bottom: 2rem;
  }
}
.about-secD .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.about-secD .item:hover figure img {
  transform: scale(1.05);
}
.about-secD .item figcaption {
  padding: 0 25px 35px;
  color: var(--white);
}
.about-secD .item figcaption h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.29;
}
.about-secD .item figcaption p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
}/*# sourceMappingURL=about.css.map */