@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.about-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .about-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .about-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner {
    height: 40vh;
  }
}
.about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.89%, rgba(0, 0, 0, 0.7) 76.94%), linear-gradient(360deg, rgba(0, 0, 0, 0) 56.6%, rgba(0, 0, 0, 0.4) 84.37%);
}
.about-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transform: scaleX(-1);
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container {
    padding: 0;
  }
}
.about-banner .video-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%);
}
@media only screen and (max-width: 1024px) {
  .about-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .about-banner .video-background .container .bg-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.about-banner .video-background .container .bg-wrapper p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  max-width: 442px;
  margin: auto;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media only screen and (max-width: 768px) {
  .about-banner .video-background .container .bg-wrapper p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container .bg-wrapper p {
    font-size: 12px;
    max-width: 100%;
  }
}
.about-banner .video-background .container .bg-wrapper h1 {
  max-width: 480px;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .about-banner .video-background .container .bg-wrapper h1 {
    max-width: 100%;
    line-height: 1.2;
    font-size: 40px;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .about-banner .video-background .container .bg-wrapper h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner .video-background .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.about-banner .video-background .container .bg-wrapper .btn2 {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}

.about-secA {
  padding: 90px 0;
}
@media only screen and (max-width: 768px) {
  .about-secA {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA {
    padding: 40px 0;
  }
}
.about-secA .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box {
    gap: 20px;
  }
}
.about-secA .flex-box .col figure {
  width: 473px;
  height: 344px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex-box .col figure {
    width: 400px;
    height: 290px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .col figure {
    width: 100%;
    max-width: 473px;
    height: auto;
    aspect-ratio: 473/344;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .col figure {
    width: 100%;
    max-width: 100%;
  }
}
.about-secA .flex-box .col figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secA .flex-box .col:first-child h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  max-width: 418px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .col:first-child h2 {
    font-size: 20px;
    line-height: 26px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .col:first-child h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.about-secA .flex-box .col:first-child h3 {
  max-width: 478px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .col:first-child h3 {
    font-size: 28px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .col:first-child h3 {
    font-size: 24px;
  }
}
.about-secA .flex-box .col:first-child p {
  margin-bottom: 15px;
  max-width: 473px;
  text-align: justify;
  letter-spacing: -0.09px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .col:first-child p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .col:first-child p {
    margin-bottom: 20px;
  }
}
.about-secA .flex-box .col:first-child .btn2 {
  border: none;
  padding: 0;
}
.about-secA .flex-box .col:first-child .btn2:hover {
  background: none;
  color: var(--primary);
}
.about-secA .flex-box .col:first-child .btn2:hover svg path {
  fill: var(--primary);
}

.about-secB {
  padding: 90px 0;
  background: var(--gradient-a);
}
@media only screen and (max-width: 768px) {
  .about-secB {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB {
    padding: 40px 0;
  }
}
.about-secB .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box {
    gap: 20px;
  }
}
.about-secB .flex-box .col {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col {
    flex: 1;
  }
}
.about-secB .flex-box .col figure {
  margin: auto;
  position: relative;
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.1215686275);
  border-radius: 80% 0;
  rotate: 45deg;
  overflow: hidden;
  transition: 1s ease;
}
@media only screen and (max-width: 1024px) {
  .about-secB .flex-box .col figure {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col figure {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .col figure {
    width: 200px;
    height: 200px;
  }
}
.about-secB .flex-box .col figure::after {
  content: "";
  position: fixed;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid #C2F8FF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .about-secB .flex-box .col figure::after {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col figure::after {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .col figure::after {
    width: 140px;
    height: 140px;
  }
}
.about-secB .flex-box .col figure img, .about-secB .flex-box .col figure svg {
  position: fixed;
  top: 50%;
  right: -8%;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  .about-secB .flex-box .col figure img, .about-secB .flex-box .col figure svg {
    width: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col figure img, .about-secB .flex-box .col figure svg {
    width: 140px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .col figure img, .about-secB .flex-box .col figure svg {
    width: 110px;
  }
}
.about-secB .flex-box .col figure img path, .about-secB .flex-box .col figure svg path {
  stroke: #C2F8FF;
}
.about-secB .flex-box .col figure .bg {
  position: absolute;
  top: -72%;
  left: -72%;
  width: 500px;
  height: 500px;
  background: #C2F8FF;
  transition: 1s ease;
  rotate: 45deg;
  transform: translate(0px, 0px);
}
@media only screen and (max-width: 1024px) {
  .about-secB .flex-box .col figure .bg {
    width: 430px;
    height: 430px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col figure .bg {
    width: 360px;
    height: 360px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .col figure .bg {
    width: 290px;
    height: 290px;
  }
}
.about-secB .flex-box .col figure .bg.close {
  transform: translate(300px, 0px);
}
.about-secB .flex-box .col figure .bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 350px;
  background: #00a2b5;
  border-radius: 100% 0 80% 0;
  rotate: -45deg;
  transition: 1s ease;
  transform: translate(283px, 176px);
}
@media only screen and (max-width: 1024px) {
  .about-secB .flex-box .col figure .bg::before {
    width: 300px;
    height: 300px;
    transform: translate(243px, 151px);
  }
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col figure .bg::before {
    width: 250px;
    height: 250px;
    transform: translate(203px, 126px);
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .col figure .bg::before {
    width: 200px;
    height: 200px;
    transform: translate(163px, 101px);
  }
}
.about-secB .flex-box .col:last-child h2 {
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col:last-child h2 {
    text-align: center;
  }
}
.about-secB .flex-box .col:last-child .tab-nav {
  display: flex;
  gap: 60px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col:last-child .tab-nav {
    gap: 40px;
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .col:last-child .tab-nav {
    gap: 20px;
  }
}
.about-secB .flex-box .col:last-child .tab-nav li {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.5s ease;
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col:last-child .tab-nav li {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .col:last-child .tab-nav li {
    font-size: 24px;
    line-height: 30px;
  }
}
.about-secB .flex-box .col:last-child .tab-nav li.active {
  color: var(--white);
}
.about-secB .flex-box .col:last-child .tab-nav li.active::before {
  width: 100%;
}
.about-secB .flex-box .col:last-child .tab-nav li::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--white);
  transition: 0.5s ease;
}
.about-secB .flex-box .col:last-child .tab-nav-content .tabs {
  opacity: 0;
  transition: 0.5s ease;
}
.about-secB .flex-box .col:last-child .tab-nav-content .tabs.active {
  opacity: 1;
}
.about-secB .flex-box .col:last-child p {
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 30px;
  max-width: 487px;
  text-align: justify;
  letter-spacing: -0.09px;
}
@media only screen and (max-width: 768px) {
  .about-secB .flex-box .col:last-child p {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .col:last-child p {
    margin-bottom: 20px;
  }
}
.about-secB .flex-box .col:last-child p:last-child {
  letter-spacing: -0.2px;
}

.about-secC {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .about-secC {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC {
    padding: 30px 0;
  }
}
.about-secC h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about-secC h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC h2 {
    font-size: 24px;
  }
}
.about-secC .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 50px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box {
    flex-direction: column-reverse;
    text-align: center;
    gap: 30px;
    margin: 40px 0 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box {
    gap: 20px;
    margin: 30px 0 40px 0;
  }
}
.about-secC .flex-box:last-child {
  margin: 0;
}
.about-secC .flex-box:nth-child(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.about-secC .flex-box figure {
  width: 408px;
  height: 351px;
}
@media only screen and (max-width: 1024px) {
  .about-secC .flex-box figure {
    width: 350px;
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box figure {
    width: 100%;
    max-width: 408px;
    height: auto;
    aspect-ratio: 408/351;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box figure {
    width: 100%;
    max-width: 100%;
  }
}
.about-secC .flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about-secC .flex-box figcaption {
    width: 610px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box figcaption {
    width: 310px;
  }
}
.about-secC .flex-box figcaption h3 {
  font-weight: 600;
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box figcaption h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box figcaption h3 {
    font-size: 16px;
  }
}
.about-secC .flex-box figcaption p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  max-width: 522px;
  margin-bottom: 15px;
  text-align: justify;
  letter-spacing: -0.09px;
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box figcaption p {
    font-size: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box figcaption p {
    font-size: 14px;
  }
}

.about-secD {
  background: #F5F6F7;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .about-secD {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD {
    padding: 30px 0;
  }
}
.about-secD h2 {
  margin-bottom: 30px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .about-secD h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.about-secD .swiper-tabs {
  position: relative;
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .about-secD .swiper-tabs {
    gap: 32px;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper-tabs {
    flex-wrap: wrap;
    margin: 30px 0;
    gap: 15px 40px;
  }
}
.about-secD .swiper-tabs::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #BFBFBF;
  z-index: 0;
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper-tabs::before {
    display: none;
  }
}
.about-secD .swiper-tabs .tabs-item {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  cursor: pointer;
}
.about-secD .swiper-tabs .tabs-item.active figure {
  background: var(--primary);
  border: 1px solid var(--primary);
}
.about-secD .swiper-tabs .tabs-item.active figure svg path {
  stroke: var(--white);
}
.about-secD .swiper-tabs .tabs-item.active p {
  color: var(--black);
}
.about-secD .swiper-tabs .tabs-item figure {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  border: 1px solid rgba(102, 102, 102, 0.2);
  background: #F5F6F7;
  padding: 15px;
  margin: 0 auto 15px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .about-secD .swiper-tabs .tabs-item figure {
    width: 55px;
    height: 55px;
    padding: 12px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper-tabs .tabs-item figure {
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.about-secD .swiper-tabs .tabs-item figure svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-secD .swiper-tabs .tabs-item figure svg path {
  stroke: initial;
  stroke: #989898;
}
.about-secD .swiper-tabs .tabs-item p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  max-width: 145px;
  transition: 0.5s ease;
  min-height: 40px;
}
@media only screen and (max-width: 768px) {
  .about-secD .swiper-tabs .tabs-item p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper-tabs .tabs-item p {
    font-size: 12px;
    max-width: 100px;
  }
}
.about-secD .why-choose-us-swiper {
  position: relative;
  max-width: 924px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .about-secD .why-choose-us-swiper {
    max-width: 800px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secD .why-choose-us-swiper {
    max-width: 700px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .why-choose-us-swiper {
    max-width: 100%;
    padding: 0 20px;
  }
}
.about-secD .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide {
    gap: 20px;
  }
}
.about-secD .swiper .swiper-wrapper .swiper-slide figure {
  width: 376px;
  height: 251px;
  border-radius: 10px;
  line-height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide figure {
    width: 320px;
    height: 213px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide figure {
    width: 100%;
    max-width: 376px;
    height: auto;
    aspect-ratio: 376/251;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide figure {
    width: 100%;
    max-width: 100%;
  }
}
.about-secD .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secD .swiper .swiper-wrapper .swiper-slide figcaption {
  max-width: 320px;
}
@media only screen and (max-width: 991px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide figcaption {
    width: 450px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide figcaption {
    width: 310px;
  }
}
.about-secD .swiper .swiper-wrapper .swiper-slide figcaption h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide figcaption h3 {
    font-size: 18px;
  }
}
.about-secD .swiper .swiper-wrapper .swiper-slide figcaption p {
  font-weight: 400;
  font-size: 16px;
  max-width: 329px;
}
@media only screen and (max-width: 768px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide figcaption p {
    font-size: 15px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .swiper .swiper-wrapper .swiper-slide figcaption p {
    font-size: 14px;
  }
}/*# sourceMappingURL=about.css.map */