.lock {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
}
.view-more {
  padding: 2vw 0;
  text-align: center;
  border-radius: 10vw;
  color: #000;
  font-weight: 500;
  font-size: 4vw;
  background: rgba(0, 0, 0, 0.04);
}
.module {
  padding: 50px 20px;
  box-sizing: border-box;
}
.module.even {
  background: rgba(0, 0, 0, 0.02);
}
.module img {
  max-width: 100%;
}
.module .wrapper > header {
  text-align: center;
}
.module .wrapper > header.left {
  text-align: left;
}
.module .wrapper > header h1 {
  font-size: 9vw;
  line-height: 1.3;
  margin-bottom: 10px;
}
.module .wrapper > header h2 {
  margin-bottom: 10px;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1.2;
}
.module .wrapper > header h2.center {
  text-align: center;
}
.module .wrapper > header h3 {
  margin-bottom: 10px;
  font-size: 5.5vw;
  font-weight: 400;
  line-height: 1.2;
}
.module .wrapper > header .title p {
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
.module .wrapper > header .title p em {
  color: #000;
}
.module .wrapper > header .desc {
  font-size: 4vw;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
.module .wrapper > header .desc.special {
  margin: 5vw 0;
  color: #000;
  font-size: 4.5vw;
  font-weight: 500;
}
.module .wrapper > header .desc h3 {
  margin: 10px 0;
  font-size: 4vw;
  color: #000;
}
.module .wrapper > header .desc pre {
  font-size: 4vw;
  word-break: break-all;
  white-space: pre-wrap;
}
.module .wrapper > footer {
  display: none;
}
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  z-index: 99;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px #11123740;
}
.site-header .logo {
  font-family: "iconfont";
  color: #000;
  font-size: 3vw;
}
.site-header .menu-wrap {
  display: flex;
  justify-content: end;
  box-sizing: border-box;
}
.site-header .menu-wrap .menu-expand-btn {
  padding: 5px;
  display: flex;
  flex-direction: column;
  width: 30px;
  height: 30px;
  justify-content: space-between;
  box-sizing: border-box;
}
.site-header .menu-wrap .menu-expand-btn .line {
  width: 100%;
  height: 2px;
  transform-origin: 0 0;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.site-header .menu-wrap .menu,
.site-header .menu-wrap .btn {
  display: none;
}
.site-header .menu-wrap.show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 30% 0 10%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(100px);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
.site-header .menu-wrap.show .menu-expand-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.site-header .menu-wrap.show .menu-expand-btn .line {
  background-color: #000;
}
.site-header .menu-wrap.show .menu-expand-btn .line:nth-of-type(1) {
  transform: rotate(45deg) translate(18%, 0);
}
.site-header .menu-wrap.show .menu-expand-btn .line:nth-of-type(2) {
  transform: rotate(-45deg) translate(8%, 0);
}
.site-header .menu-wrap.show .menu-expand-btn .line:nth-of-type(3) {
  display: none;
}
.site-header .menu-wrap.show .menu,
.site-header .menu-wrap.show .btn {
  display: block;
}
.site-header .menu-wrap.show .menu {
  font-size: 30px;
  line-height: 1;
}
.site-header .menu-wrap.show .menu > li {
  margin-top: 27px;
  text-align: center;
}
.site-header .menu-wrap.show .menu > li em {
  color: #364AFF;
}
.site-header .menu-wrap.show .menu > li a {
  color: rgba(0, 0, 0, 0.5);
}
.site-header .menu-wrap.show .btn {
  display: flex;
  padding: 10px 10px 10px 25px;
  color: #fff;
  background: #000000;
  border-radius: 200px;
  font-size: 18px;
  line-height: 25px;
}
.site-header .menu-wrap.show .btn:after {
  margin-left: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  content: "\e61a";
  font-family: "iconfont";
  color: #000;
  background-color: #fff;
}
.site-footer {
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.04);
}
.site-footer .content,
.site-footer .copyright {
  padding: 0 20px;
}
.site-footer .contact > h3 {
  font-size: 5vw;
  font-weight: 600;
}
.site-footer .contact > p {
  margin: 2vw 0 3vw;
  font-size: 3vw;
  color: #8A8D9A;
}
.site-footer .contact .whatsapp {
  padding: 1vw 3vw;
  background-color: #000;
  display: inline-block;
  font-size: 3.5vw;
  line-height: 4.5vw;
  vertical-align: top;
  border-radius: 4.5vw;
  color: #fff;
}
.site-footer .contact .whatsapp:before {
  font-size: 4.5vw;
  margin-right: 10px;
  content: "\e618";
  font-family: "iconfont";
  vertical-align: top;
}
.site-footer .contact .mail {
  margin-top: 3vw;
  font-size: 3vw;
}
.site-footer .contact .mail > a {
  color: #000;
}
.site-footer .middle-message {
  padding: 50px 0 40px;
  display: flex;
  justify-content: space-between;
}
.site-footer .menus {
  font-size: 2.5vw;
  display: flex;
  flex-direction: column;
}
.site-footer .menus > a {
  margin-bottom: 2vw;
  color: #000;
}
.site-footer .categories {
  width: 58vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 2.5vw;
}
.site-footer .categories > a {
  padding: 1vw 2vw;
  border-radius: 40px;
  box-sizing: border-box;
  color: #000;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.site-footer .categories > a:nth-of-type(even) {
  margin-left: 2vw;
  flex: 1;
  text-align: center;
}
.site-footer .copyright {
  padding: 20px;
  border-top: 0.5px solid #D9D9D9;
  display: flex;
  font-size: 2.5vw;
  justify-content: space-between;
}
.site-footer .copyright a {
  display: none;
}
.contact-flexbox {
  background: rgba(0, 0, 0, 0.02);
}
.contact-flexbox .bingo {
  display: none;
}
.contact-flexbox .bingo.show {
  display: block;
}
.card {
  margin-top: 4vw;
  padding: 15px 15px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(40px);
}
.card > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card > header .name {
  font-size: 6vw;
  line-height: 1.5;
}
.card > header .title {
  font-size: 3.5vw;
  color: rgba(0, 0, 0, 0.5);
}
.card > header .avatar {
  position: relative;
  flex-shrink: 0;
  width: 15vw;
  height: 15vw;
}
.card > header .avatar figure {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #8e909a;
}
.card > header .avatar figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card > header .avatar::after {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 4vw;
  line-height: 4vw;
  text-align: center;
  content: "\e61e";
  font-family: "iconfont";
  color: #fff;
  border-radius: 2vw;
  font-size: 2vw;
  background-color: #000;
}
.card > footer {
  padding-top: 5vw;
}
.card > footer > a {
  margin-top: 3vw;
  color: #000;
  font-size: 4vw;
  display: flex;
}
.card > footer > a:before {
  margin-right: 1.5vw;
  width: 5vw;
  height: 5vw;
  font-size: 4vw;
  border-radius: 5vw;
  font-family: "iconfont";
}
.card > footer > a.whatsapp:before {
  content: "\e63b";
}
.card > footer > a.mail:before {
  font-size: 5vw;
  content: "\e62f";
}
.card .caption {
  margin: 5vw 0 3vw;
  font-size: 6vw;
}
.card .button {
  padding: 2.5vw 0;
  text-align: center;
  font-size: 4vw;
  background-color: #000;
  color: #fff;
  display: block;
  border-radius: 10vw;
}
.check-list li {
  font-size: 4vw;
  line-height: 1.4;
  display: flex;
  align-items: center;
  color: #000;
}
.check-list li:before {
  margin-right: 2vw;
  width: 3.5vw;
  height: 3.5vw;
  line-height: 3.5vw;
  font-size: 3vw;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 3.5vw;
  background-color: rgba(0, 0, 0, 0.06);
  content: "\e638";
  font-family: "iconfont";
  flex-shrink: 0;
}
.check-list li.checked::before {
  color: #fff;
  background-color: #000;
  content: "\e634";
}
.form-list > li {
  margin-top: 5vw;
  background: rgba(255, 255, 255, 0.8);
  border: 0.5px solid rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
  display: flex;
  border-radius: 5vw;
  padding: 3vw 5vw;
}
.form-list > li > input,
.form-list > li > textarea {
  background-color: transparent;
  border: 0 none;
  font-size: 4vw;
  flex: 1;
  outline: none;
}
.submit {
  margin-top: 5vw;
  text-align: center;
}
.submit > button {
  padding: 3vw 25vw;
  border: 1.5px solid #000;
  font-size: 4vw;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  outline: none;
  border-radius: 5vw;
}
.reviews-wrap {
  margin-right: -20px;
  overflow: auto;
  padding: 10vw 0 10px;
}
.reviews-wrap .reviews-list {
  display: flex;
}
.reviews-wrap .reviews-list > li {
  margin-right: 5%;
  width: 90vw;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 5%;
  background: rgba(248, 248, 248, 0.7);
  border: 1px solid rgba(141, 145, 154, 0.16);
  backdrop-filter: blur(40px);
  border-radius: 5vw;
}
.reviews-wrap .reviews-list > li > header {
  display: flex;
  align-items: center;
  font-size: 4vw;
  line-height: 1.2;
}
.reviews-wrap .reviews-list > li > header .avatar {
  margin-right: 4vw;
  width: 14vw;
  height: 14vw;
  border-radius: 50%;
  overflow: hidden;
}
.reviews-wrap .reviews-list > li > header .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews-wrap .reviews-list > li > header .title {
  font-size: 3vw;
  color: rgba(0, 0, 0, 0.5);
}
.reviews-wrap .reviews-list > li .content {
  position: relative;
  margin: 20px 0 0;
  padding: 20px;
  font-size: 4vw;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.reviews-wrap .reviews-list > li .content .icon {
  position: absolute;
  font-size: 20px;
  font-family: "iconfont";
  color: #eeeeee;
  z-index: -1;
}
.reviews-wrap .reviews-list > li .content:before {
  position: absolute;
  font-size: 20px;
  font-family: "iconfont";
  color: #eeeeee;
  z-index: -1;
  left: 0;
  top: 0;
  content: "\e639";
}
.reviews-wrap .reviews-list > li .content:after {
  position: absolute;
  font-size: 20px;
  font-family: "iconfont";
  color: #eeeeee;
  z-index: -1;
  right: 0;
  bottom: 0;
  content: "\e62e";
}
.banner {
  position: relative;
  z-index: 2;
}
.banner h3 {
  font-size: 6vw;
}
.banner .desc {
  margin: 4vw 0;
  font-size: 4vw;
  line-height: 1.3;
  color: rgba(0, 23, 41, 0.5);
}
.banner .link-button {
  padding: 3vw 10vw;
  font-size: 4vw;
  border-radius: 5vw;
  color: #fff;
  background-color: #001729;
}
.banner .footer {
  display: flex;
}
.banner .webgl {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate(17%, -37%);
}
.banner .video {
  position: relative;
  margin-top: 5vw;
  height: 60vw;
  border-radius: 5vw;
  overflow: hidden;
}
.banner .video video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}
.banner .video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article-wrap {
  margin-right: -20px;
  overflow: auto;
  padding: 10vw 0 10px;
}
.article-wrap .article-list {
  display: flex;
}
.article-wrap .article-list > li {
  width: 80vw;
  flex-shrink: 0;
  margin-right: 5%;
  box-sizing: border-box;
}
.article-wrap .article-list > li a {
  padding: 5%;
  background: rgba(251, 252, 255, 0.7);
  border: 1px solid rgba(141, 145, 154, 0.16);
  backdrop-filter: blur(40px);
  display: block;
  border-radius: 5vw;
  color: #000;
}
.article-wrap .article-list > li a > figure {
  margin-bottom: 5vw;
  border-radius: 5vw;
  overflow: hidden;
  width: 100%;
  height: 50vw;
}
.article-wrap .article-list > li a > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-wrap .article-list > li a .content {
  padding: 0 2%;
}
.article-wrap .article-list > li a .title {
  font-size: 4.5vw;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-wrap .article-list > li a .desc {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.breadcrumb {
  display: none;
}
.bingo {
  margin: 0 auto;
  text-align: center;
  padding: 10vw 0;
}
.bingo .icon {
  display: flex;
  justify-content: center;
}
.bingo .icon::before {
  content: "";
  width: 8vw;
  height: 8vw;
  border-radius: 8vw;
  background-color: #000;
}
.bingo .icon::after {
  content: "\e646";
  font-family: "iconfont";
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
  color: #fff;
  text-align: center;
  border-radius: 8vw;
  background: rgba(232, 232, 232, 0.5);
  backdrop-filter: blur(19.5px);
  transform: translate(-40%, 0);
  box-shadow: 0px 5.2px 20.8px 0px rgba(0, 0, 0, 0.2);
}
.bingo > h3 {
  margin: 3vw 0;
  font-size: 5vw;
}
.bingo > p {
  font-size: 3.5vw;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
}
.intro-text {
  padding-bottom: 5vw;
  font-size: 6vw;
  line-height: 1.2;
}
.intro-list > li {
  margin-top: 10vw;
}
.intro-list > li figure {
  height: 60vw;
  border-radius: 6vw;
  overflow: hidden;
}
.intro-list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-list > li .title {
  margin: 6vw 0 4vw;
  font-size: 6vw;
}
.intro-list > li .desc {
  font-size: 4vw;
  line-height: 1.3;
  color: rgba(0, 23, 41, 0.5);
}
.world-map {
  margin-top: 50px;
  text-align: center;
}
.world-map img {
  max-width: 100%;
}
.innovation-experiment-wrap {
  margin-right: -20px;
  overflow: auto;
  padding-bottom: 10px;
}
.innovation-experiment-wrap .innovation-experiment {
  display: flex;
  flex-wrap: nowrap;
}
.innovation-experiment-wrap .innovation-experiment > li {
  width: 80vw;
  flex-shrink: 0;
  padding-right: 5vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.innovation-experiment-wrap .innovation-experiment > li figure {
  position: relative;
  height: 50vw;
  overflow: hidden;
  border-radius: 6vw;
}
.innovation-experiment-wrap .innovation-experiment > li figure:before {
  position: absolute;
  left: 0;
  width: 30%;
  height: 100%;
  content: "\e611";
  color: #fff;
  font-family: "iconfont";
  display: flex;
  font-size: 8vw;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 26px -2px rgba(0, 0, 0, 0.25);
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.innovation-experiment-wrap .innovation-experiment > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innovation-experiment-wrap .innovation-experiment > li .title {
  margin: 5vw 0;
  font-size: 5vw;
  color: #001729;
}
.innovation-experiment-wrap .innovation-experiment > li .desc {
  font-size: 4vw;
  line-height: 1.3;
  font-weight: 300;
  color: rgba(0, 23, 41, 0.5);
}
.table .thead {
  margin-top: 5vw;
  padding: 1vw 0.5vw;
  display: flex;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4vw;
  position: sticky;
  top: 60px;
  align-self: flex-start;
  z-index: 2;
}
.table .thead span {
  margin: 0.5vw;
  padding: 2vw 0;
  flex: 1;
  font-size: 4vw;
  background-color: #fff;
  text-align: center;
  border-radius: 1vw;
}
.table .thead span:first-of-type {
  border-radius: 3vw 1vw 1vw 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table .thead span:last-of-type {
  border-radius: 1vw 3vw 3vw 1vw;
}
.table .summary {
  margin: 4vw 0 2vw;
  padding: 4vw 4vw 0;
  text-align: center;
  font-size: 5vw;
  font-weight: 500;
}
.table .tbody > li {
  padding-top: 5vw;
  border-bottom: 0.5px solid #e4e4e7;
}
.table .tbody > li > header {
  font-size: 4.5vw;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.table .tbody > li .check-list {
  padding: 5vw 0;
  display: flex;
}
.table .tbody > li .check-list > li {
  flex: 1;
  display: flex;
  justify-content: center;
}
.table .tbody > li .check-list > li::before {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.table .tbody > li .check-list > li.checked::before {
  background-color: #000;
}
.swiper-controler {
  display: none;
}
.reviews-container .prev,
.thumbnail-wrap .prev,
.reviews-container .next,
.thumbnail-wrap .next {
  display: none;
}
.change-buttons {
  display: none;
}
.pagination-wrap {
  margin-top: 10vw;
  display: flex;
  justify-content: center;
}
.pagination-wrap .pagination {
  padding: 2vw;
  font-size: 4.5vw;
  border-radius: 2vw;
  background: #fff;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.pagination-wrap .pagination > a,
.pagination-wrap .pagination span {
  min-width: 9vw;
  margin: 0 1vw;
  padding: 2vw 3vw;
  flex-shrink: 0;
  box-sizing: border-box;
  text-align: center;
}
.pagination-wrap .pagination > a {
  color: #001729;
}
.pagination-wrap .pagination > a.previous {
  position: relative;
  font-size: 0;
}
.pagination-wrap .pagination > a.previous:before {
  font-size: 4.5vw;
  content: "\e621";
  font-family: "iconfont";
}
.pagination-wrap .pagination > a.previous:after {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 0;
  content: "";
  height: 90%;
  top: 5%;
}
.pagination-wrap .pagination > a.next {
  position: relative;
  font-size: 0;
}
.pagination-wrap .pagination > a.next:before {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 0;
  content: "";
  height: 90%;
  top: 5%;
}
.pagination-wrap .pagination > a.next:after {
  font-size: 4.5vw;
  content: "\e61a";
  font-family: "iconfont";
}
.pagination-wrap .pagination > a:hover,
.pagination-wrap .pagination .current {
  color: #fff;
  border-radius: 3vw;
  background-color: #001729;
}
