.swiper[data-v-d1a37ac9] {
  padding: 0 24px;
}
[data-v-d1a37ac9] .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 26px;
}
[data-v-d1a37ac9] .pagination .swiper-pagination-bullet {
  height: 2px;
  width: 28px;
  margin: 0;
  border-radius: 0;
  background-color: #bfc4cc;
  opacity: 1;
}
[data-v-d1a37ac9] .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #001433;
}
[data-v-d1a37ac9] .pagination.dark .swiper-pagination-bullet {
  background-color: rgba(243, 245, 247, 0.3);
}
[data-v-d1a37ac9] .pagination.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.pic-item[data-v-d1a37ac9] {
  position: relative;
  height: 109.3333333333vw;
  overflow: hidden;
}
.pic-item img[data-v-d1a37ac9] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-item[data-v-d1a37ac9] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58.6666666667vw;
  padding: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.text-item .title[data-v-d1a37ac9] {
  font-family: "URW Form-500";
  color: #fff;
  font-size: clamp(14.4px, 4.8vw, 21.6px);
  font-size-adjust: ic-width 1;
}
.text-item .desc[data-v-d1a37ac9] {
  font-size: 12px;
  margin-top: 12px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}.module-container[data-v-cf15afb2] {
  height: 33.3333333333vw;
  overflow: hidden;
  display: flex;
}
.module-container .module-item[data-v-cf15afb2] {
  height: 100%;
  flex: 1 1 18.4375vw;
  transition: all 0.6s ease-in-out;
  position: relative;
  cursor: pointer;
}
.module-container .module-item .module-item-img-container[data-v-cf15afb2] {
  width: 100%;
  height: 100%;
}
.module-container .module-item .module-item-img-container img[data-v-cf15afb2] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-container .module-item .module-item-text-container[data-v-cf15afb2] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.5vw;
  padding: 0 1.5625vw 1.7708333333vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 79.132%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.module-container .module-item .module-item-text-container .title[data-v-cf15afb2] {
  font-family: "URW Form-500";
  font-size: 1.7708333333vw;
  width: 14.8958333333vw;
  margin-bottom: 0.4166666667vw;
}
@keyframes three-descFadeIn-cf15afb2 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.module-container .module-item .module-item-text-container .desc[data-v-cf15afb2] {
  font-size: clamp(10px, 0.8333333333vw, 0.8333333333vw);
  width: 35vw;
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
}
.module-container .module-item .module-item-text-container .desc.show-desc[data-v-cf15afb2] {
  opacity: 0;
  display: block;
  animation: three-descFadeIn-cf15afb2 0.3s ease forwards;
}
.module-container .module-item .module-item-text-container .desc-transition-enter-active[data-v-cf15afb2],
.module-container .module-item .module-item-text-container .desc-transition-leave-active[data-v-cf15afb2] {
  transition: all 0.6s ease-in-out;
}
.module-container .module-item.is-active[data-v-cf15afb2] {
  flex: 1 0 38.125vw;
}
.module-container .module-item.is-active .title[data-v-cf15afb2] {
  width: 35vw;
}
.module-container .module-item.is-active .title[data-v-cf15afb2] br {
  display: none;
}
.navigation-container[data-v-cf15afb2] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25vw;
  margin-top: 3.2291666667vw;
}
.navigation-container .pages[data-v-cf15afb2] {
  display: flex;
  gap: 0.6770833333vw;
}
.navigation-container .pages .line[data-v-cf15afb2] {
  width: 2.9166666667vw;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.4);
}
.navigation-container .pages .line.is-active[data-v-cf15afb2] {
  background-color: #000;
}
.navigation-container .nav-btn[data-v-cf15afb2] {
  width: 3.125vw;
  height: 3.125vw;
  border: none;
  padding: 0;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  line-height: 3.125vw;
}
.navigation-container .nav-btn[data-v-cf15afb2] .icon {
  width: 1.9791666667vw;
  height: 1.9791666667vw;
  vertical-align: middle;
}
.navigation-container .nav-btn[data-v-cf15afb2] .icon path {
  stroke-opacity: 1;
}
.navigation-container .nav-btn[data-v-cf15afb2]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.section.dark .pages .line[data-v-cf15afb2] {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.section.dark .pages .line.is-active[data-v-cf15afb2] {
  background-color: #fff !important;
}
.section.dark .nav-btn[data-v-cf15afb2] {
  background-color: rgb(35, 35, 35) !important;
  color: #fff !important;
}
.section.dark .nav-btn[data-v-cf15afb2]:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}.section[data-v-d2b97db9] {
  padding: 7.2916666667vw 12.5vw 10.2604166667vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section[data-v-d2b97db9] {
    padding: 60px 0;
}
}
.section.grey[data-v-d2b97db9] {
  background-color: #f5f7fa !important;
}
.section.dark[data-v-d2b97db9] {
  background-color: #000000 !important;
}
.section.dark .section-title[data-v-d2b97db9],
.section.dark .section-desc[data-v-d2b97db9],
.section.dark .tab.is-active[data-v-d2b97db9],
.section.dark .tab-desc[data-v-d2b97db9] {
  color: #ffffff !important;
}
.section.dark .tab-header[data-v-d2b97db9] {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
.section.dark .tab[data-v-d2b97db9] {
  color: rgba(255, 255, 255, 0.4) !important;
}
.section.dark .tab.is-active[data-v-d2b97db9]::after {
  background-color: #ffffff !important;
}
.section[data-v-d2b97db9] * {
  line-height: calc(100% + 6px);
}
.section .section-header[data-v-d2b97db9] {
  margin-bottom: 3.2291666667vw;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-header[data-v-d2b97db9] {
    margin-bottom: 26px;
}
}
.section .section-header .section-title[data-v-d2b97db9] {
  text-align: center;
  font-family: "URW Form-500";
  font-size: clamp(24px, 2.9166666667vw, 2.9166666667vw);
  color: #001433;
  padding-inline: 24px;
}
.section .section-header .section-title[data-v-d2b97db9] em {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-48.14deg, rgb(203, 149, 118), rgb(241, 209, 168));
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-header .section-title[data-v-d2b97db9] {
    font-size: 24px;
}
}
.section .section-header .section-desc[data-v-d2b97db9] {
  margin-top: 1.25vw;
  font-weight: 400;
  font-size: clamp(10px, 0.8333333333vw, 0.8333333333vw);
  color: #263751;
  white-space: pre-line;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
.section .section-header .section-desc[data-v-d2b97db9] {
    margin-top: 8px;
    margin-inline: auto;
    font-weight: 300;
    font-size: 12px;
    white-space: normal;
    width: 71.2vw;
}
}