@charset "UTF-8";
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

@font-face {
  font-family: "PoppinsMedium";
  src: url("../assets/fonts/PoppinsMedium/PoppinsMedium.woff2") format("woff2"), url("../assets/fonts/PoppinsMedium/PoppinsMedium.woff") format("woff");
}
@font-face {
  font-family: "PoppinsRegular";
  src: url("../assets/fonts/PoppinsRegular/PoppinsRegular.woff2") format("woff2"), url("../assets/fonts/PoppinsRegular/PoppinsRegular.woff") format("woff");
}
@font-face {
  font-family: "JosefinSansMedium";
  src: url("../assets/fonts/JosefinSansMedium/JosefinSansMedium.woff2") format("woff2"), url("../assets/fonts/JosefinSansMedium/JosefinSansMedium.woff") format("woff");
}
.mt-10 {
  margin-top: 0.5rem;
}

.pt-10 {
  padding-top: 0.5rem;
}

.mb-10 > li {
  margin-bottom: 0.5rem;
}

.mt-20 {
  margin-top: 1rem;
}

.pt-20 {
  padding-top: 1rem;
}

.mb-20 > li {
  margin-bottom: 1rem;
}

.mt-30 {
  margin-top: 1.5rem;
}

.pt-30 {
  padding-top: 1.5rem;
}

.mb-30 > li {
  margin-bottom: 1.5rem;
}

.mt-40 {
  margin-top: 2rem;
}

.pt-40 {
  padding-top: 2rem;
}

.mb-40 > li {
  margin-bottom: 2rem;
}

.mt-50 {
  margin-top: 2.5rem;
}

.pt-50 {
  padding-top: 2.5rem;
}

.mb-50 > li {
  margin-bottom: 2.5rem;
}

.mt-60 {
  margin-top: 3rem;
}

.pt-60 {
  padding-top: 3rem;
}

.mb-60 > li {
  margin-bottom: 3rem;
}

.mt-70 {
  margin-top: 3.5rem;
}

.pt-70 {
  padding-top: 3.5rem;
}

.mb-70 > li {
  margin-bottom: 3.5rem;
}

.mt-80 {
  margin-top: 4rem;
}

.pt-80 {
  padding-top: 4rem;
}

.mb-80 > li {
  margin-bottom: 4rem;
}

.mt-90 {
  margin-top: 4.5rem;
}

.pt-90 {
  padding-top: 4.5rem;
}

.mb-90 > li {
  margin-bottom: 4.5rem;
}

.mt-100 {
  margin-top: 5rem;
}

.pt-100 {
  padding-top: 5rem;
}

.mb-100 > li {
  margin-bottom: 5rem;
}

.mt-110 {
  margin-top: 5.5rem;
}

.pt-110 {
  padding-top: 5.5rem;
}

.mb-110 > li {
  margin-bottom: 5.5rem;
}

.mt-120 {
  margin-top: 6rem;
}

.pt-120 {
  padding-top: 6rem;
}

.mb-120 > li {
  margin-bottom: 6rem;
}

.mt-130 {
  margin-top: 6.5rem;
}

.pt-130 {
  padding-top: 6.5rem;
}

.mb-130 > li {
  margin-bottom: 6.5rem;
}

.mt-140 {
  margin-top: 7rem;
}

.pt-140 {
  padding-top: 7rem;
}

.mb-140 > li {
  margin-bottom: 7rem;
}

.mt-150 {
  margin-top: 7.5rem;
}

.pt-150 {
  padding-top: 7.5rem;
}

.mb-150 > li {
  margin-bottom: 7.5rem;
}

.mt-160 {
  margin-top: 8rem;
}

.pt-160 {
  padding-top: 8rem;
}

.mb-160 > li {
  margin-bottom: 8rem;
}

.mt-170 {
  margin-top: 8.5rem;
}

.pt-170 {
  padding-top: 8.5rem;
}

.mb-170 > li {
  margin-bottom: 8.5rem;
}

.mt-180 {
  margin-top: 9rem;
}

.pt-180 {
  padding-top: 9rem;
}

.mb-180 > li {
  margin-bottom: 9rem;
}

.mt-190 {
  margin-top: 9.5rem;
}

.pt-190 {
  padding-top: 9.5rem;
}

.mb-190 > li {
  margin-bottom: 9.5rem;
}

.mt-200 {
  margin-top: 10rem;
}

.pt-200 {
  padding-top: 10rem;
}

.mb-200 > li {
  margin-bottom: 10rem;
}

.mt-210 {
  margin-top: 10.5rem;
}

.pt-210 {
  padding-top: 10.5rem;
}

.mb-210 > li {
  margin-bottom: 10.5rem;
}

.mt-220 {
  margin-top: 11rem;
}

.pt-220 {
  padding-top: 11rem;
}

.mb-220 > li {
  margin-bottom: 11rem;
}

.mt-230 {
  margin-top: 11.5rem;
}

.pt-230 {
  padding-top: 11.5rem;
}

.mb-230 > li {
  margin-bottom: 11.5rem;
}

.mt-240 {
  margin-top: 12rem;
}

.pt-240 {
  padding-top: 12rem;
}

.mb-240 > li {
  margin-bottom: 12rem;
}

.mt-250 {
  margin-top: 12.5rem;
}

.pt-250 {
  padding-top: 12.5rem;
}

.mb-250 > li {
  margin-bottom: 12.5rem;
}

.mt-260 {
  margin-top: 13rem;
}

.pt-260 {
  padding-top: 13rem;
}

.mb-260 > li {
  margin-bottom: 13rem;
}

.mt-270 {
  margin-top: 13.5rem;
}

.pt-270 {
  padding-top: 13.5rem;
}

.mb-270 > li {
  margin-bottom: 13.5rem;
}

.mt-280 {
  margin-top: 14rem;
}

.pt-280 {
  padding-top: 14rem;
}

.mb-280 > li {
  margin-bottom: 14rem;
}

.mt-290 {
  margin-top: 14.5rem;
}

.pt-290 {
  padding-top: 14.5rem;
}

.mb-290 > li {
  margin-bottom: 14.5rem;
}

.mt-300 {
  margin-top: 15rem;
}

.pt-300 {
  padding-top: 15rem;
}

.mb-300 > li {
  margin-bottom: 15rem;
}

.mt-310 {
  margin-top: 15.5rem;
}

.pt-310 {
  padding-top: 15.5rem;
}

.mb-310 > li {
  margin-bottom: 15.5rem;
}

.mt-320 {
  margin-top: 16rem;
}

.pt-320 {
  padding-top: 16rem;
}

.mb-320 > li {
  margin-bottom: 16rem;
}

.mt-330 {
  margin-top: 16.5rem;
}

.pt-330 {
  padding-top: 16.5rem;
}

.mb-330 > li {
  margin-bottom: 16.5rem;
}

.mt-340 {
  margin-top: 17rem;
}

.pt-340 {
  padding-top: 17rem;
}

.mb-340 > li {
  margin-bottom: 17rem;
}

.mt-350 {
  margin-top: 17.5rem;
}

.pt-350 {
  padding-top: 17.5rem;
}

.mb-350 > li {
  margin-bottom: 17.5rem;
}

.mt-360 {
  margin-top: 18rem;
}

.pt-360 {
  padding-top: 18rem;
}

.mb-360 > li {
  margin-bottom: 18rem;
}

.mt-370 {
  margin-top: 18.5rem;
}

.pt-370 {
  padding-top: 18.5rem;
}

.mb-370 > li {
  margin-bottom: 18.5rem;
}

.mt-380 {
  margin-top: 19rem;
}

.pt-380 {
  padding-top: 19rem;
}

.mb-380 > li {
  margin-bottom: 19rem;
}

.mt-390 {
  margin-top: 19.5rem;
}

.pt-390 {
  padding-top: 19.5rem;
}

.mb-390 > li {
  margin-bottom: 19.5rem;
}

.mt-400 {
  margin-top: 20rem;
}

.pt-400 {
  padding-top: 20rem;
}

.mb-400 > li {
  margin-bottom: 20rem;
}

.list-1 > li {
  width: 100%;
}

.line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.list-2 > li {
  width: 50%;
}

.line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-3 > li {
  width: 33.3333333333%;
}

.line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-4 > li {
  width: 25%;
}

.line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.list-5 > li {
  width: 20%;
}

.line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.list-6 > li {
  width: 16.6666666667%;
}

.line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.list-7 > li {
  width: 14.2857142857%;
}

.line-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.list-8 > li {
  width: 12.5%;
}

.line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.list-9 > li {
  width: 11.1111111111%;
}

.line-9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .mt-10 {
    margin-top: 0.9765625vw;
  }
  .pt-10 {
    padding-top: 0.9765625vw;
  }
  .mb-10 > li {
    margin-bottom: 0.9765625vw;
  }
  .small-pt-10 {
    padding-top: 0.9765625vw;
  }
  .small-mt-10 {
    margin-top: 0.9765625vw;
  }
  .mt-20 {
    margin-top: 1.953125vw;
  }
  .pt-20 {
    padding-top: 1.953125vw;
  }
  .mb-20 > li {
    margin-bottom: 1.953125vw;
  }
  .small-pt-20 {
    padding-top: 1.953125vw;
  }
  .small-mt-20 {
    margin-top: 1.953125vw;
  }
  .mt-30 {
    margin-top: 2.9296875vw;
  }
  .pt-30 {
    padding-top: 2.9296875vw;
  }
  .mb-30 > li {
    margin-bottom: 2.9296875vw;
  }
  .small-pt-30 {
    padding-top: 2.9296875vw;
  }
  .small-mt-30 {
    margin-top: 2.9296875vw;
  }
  .mt-40 {
    margin-top: 3.90625vw;
  }
  .pt-40 {
    padding-top: 3.90625vw;
  }
  .mb-40 > li {
    margin-bottom: 3.90625vw;
  }
  .small-pt-40 {
    padding-top: 3.90625vw;
  }
  .small-mt-40 {
    margin-top: 3.90625vw;
  }
  .mt-50 {
    margin-top: 4.8828125vw;
  }
  .pt-50 {
    padding-top: 4.8828125vw;
  }
  .mb-50 > li {
    margin-bottom: 4.8828125vw;
  }
  .small-pt-50 {
    padding-top: 4.8828125vw;
  }
  .small-mt-50 {
    margin-top: 4.8828125vw;
  }
  .mt-60 {
    margin-top: 5.859375vw;
  }
  .pt-60 {
    padding-top: 5.859375vw;
  }
  .mb-60 > li {
    margin-bottom: 5.859375vw;
  }
  .small-pt-60 {
    padding-top: 5.859375vw;
  }
  .small-mt-60 {
    margin-top: 5.859375vw;
  }
  .mt-70 {
    margin-top: 6.8359375vw;
  }
  .pt-70 {
    padding-top: 6.8359375vw;
  }
  .mb-70 > li {
    margin-bottom: 6.8359375vw;
  }
  .small-pt-70 {
    padding-top: 6.8359375vw;
  }
  .small-mt-70 {
    margin-top: 6.8359375vw;
  }
  .mt-80 {
    margin-top: 7.8125vw;
  }
  .pt-80 {
    padding-top: 7.8125vw;
  }
  .mb-80 > li {
    margin-bottom: 7.8125vw;
  }
  .small-pt-80 {
    padding-top: 7.8125vw;
  }
  .small-mt-80 {
    margin-top: 7.8125vw;
  }
  .mt-90 {
    margin-top: 8.7890625vw;
  }
  .pt-90 {
    padding-top: 8.7890625vw;
  }
  .mb-90 > li {
    margin-bottom: 8.7890625vw;
  }
  .small-pt-90 {
    padding-top: 8.7890625vw;
  }
  .small-mt-90 {
    margin-top: 8.7890625vw;
  }
  .mt-100 {
    margin-top: 9.765625vw;
  }
  .pt-100 {
    padding-top: 9.765625vw;
  }
  .mb-100 > li {
    margin-bottom: 9.765625vw;
  }
  .small-pt-100 {
    padding-top: 9.765625vw;
  }
  .small-mt-100 {
    margin-top: 9.765625vw;
  }
  .mt-110 {
    margin-top: 10.7421875vw;
  }
  .pt-110 {
    padding-top: 10.7421875vw;
  }
  .mb-110 > li {
    margin-bottom: 10.7421875vw;
  }
  .small-pt-110 {
    padding-top: 10.7421875vw;
  }
  .small-mt-110 {
    margin-top: 10.7421875vw;
  }
  .mt-120 {
    margin-top: 11.71875vw;
  }
  .pt-120 {
    padding-top: 11.71875vw;
  }
  .mb-120 > li {
    margin-bottom: 11.71875vw;
  }
  .small-pt-120 {
    padding-top: 11.71875vw;
  }
  .small-mt-120 {
    margin-top: 11.71875vw;
  }
  .mt-130 {
    margin-top: 12.6953125vw;
  }
  .pt-130 {
    padding-top: 12.6953125vw;
  }
  .mb-130 > li {
    margin-bottom: 12.6953125vw;
  }
  .small-pt-130 {
    padding-top: 12.6953125vw;
  }
  .small-mt-130 {
    margin-top: 12.6953125vw;
  }
  .mt-140 {
    margin-top: 13.671875vw;
  }
  .pt-140 {
    padding-top: 13.671875vw;
  }
  .mb-140 > li {
    margin-bottom: 13.671875vw;
  }
  .small-pt-140 {
    padding-top: 13.671875vw;
  }
  .small-mt-140 {
    margin-top: 13.671875vw;
  }
  .mt-150 {
    margin-top: 14.6484375vw;
  }
  .pt-150 {
    padding-top: 14.6484375vw;
  }
  .mb-150 > li {
    margin-bottom: 14.6484375vw;
  }
  .small-pt-150 {
    padding-top: 14.6484375vw;
  }
  .small-mt-150 {
    margin-top: 14.6484375vw;
  }
  .mt-160 {
    margin-top: 15.625vw;
  }
  .pt-160 {
    padding-top: 15.625vw;
  }
  .mb-160 > li {
    margin-bottom: 15.625vw;
  }
  .small-pt-160 {
    padding-top: 15.625vw;
  }
  .small-mt-160 {
    margin-top: 15.625vw;
  }
  .mt-170 {
    margin-top: 16.6015625vw;
  }
  .pt-170 {
    padding-top: 16.6015625vw;
  }
  .mb-170 > li {
    margin-bottom: 16.6015625vw;
  }
  .small-pt-170 {
    padding-top: 16.6015625vw;
  }
  .small-mt-170 {
    margin-top: 16.6015625vw;
  }
  .mt-180 {
    margin-top: 17.578125vw;
  }
  .pt-180 {
    padding-top: 17.578125vw;
  }
  .mb-180 > li {
    margin-bottom: 17.578125vw;
  }
  .small-pt-180 {
    padding-top: 17.578125vw;
  }
  .small-mt-180 {
    margin-top: 17.578125vw;
  }
  .mt-190 {
    margin-top: 18.5546875vw;
  }
  .pt-190 {
    padding-top: 18.5546875vw;
  }
  .mb-190 > li {
    margin-bottom: 18.5546875vw;
  }
  .small-pt-190 {
    padding-top: 18.5546875vw;
  }
  .small-mt-190 {
    margin-top: 18.5546875vw;
  }
  .mt-200 {
    margin-top: 19.53125vw;
  }
  .pt-200 {
    padding-top: 19.53125vw;
  }
  .mb-200 > li {
    margin-bottom: 19.53125vw;
  }
  .small-pt-200 {
    padding-top: 19.53125vw;
  }
  .small-mt-200 {
    margin-top: 19.53125vw;
  }
  .mt-210 {
    margin-top: 20.5078125vw;
  }
  .pt-210 {
    padding-top: 20.5078125vw;
  }
  .mb-210 > li {
    margin-bottom: 20.5078125vw;
  }
  .small-pt-210 {
    padding-top: 20.5078125vw;
  }
  .small-mt-210 {
    margin-top: 20.5078125vw;
  }
  .mt-220 {
    margin-top: 21.484375vw;
  }
  .pt-220 {
    padding-top: 21.484375vw;
  }
  .mb-220 > li {
    margin-bottom: 21.484375vw;
  }
  .small-pt-220 {
    padding-top: 21.484375vw;
  }
  .small-mt-220 {
    margin-top: 21.484375vw;
  }
  .mt-230 {
    margin-top: 22.4609375vw;
  }
  .pt-230 {
    padding-top: 22.4609375vw;
  }
  .mb-230 > li {
    margin-bottom: 22.4609375vw;
  }
  .small-pt-230 {
    padding-top: 22.4609375vw;
  }
  .small-mt-230 {
    margin-top: 22.4609375vw;
  }
  .mt-240 {
    margin-top: 23.4375vw;
  }
  .pt-240 {
    padding-top: 23.4375vw;
  }
  .mb-240 > li {
    margin-bottom: 23.4375vw;
  }
  .small-pt-240 {
    padding-top: 23.4375vw;
  }
  .small-mt-240 {
    margin-top: 23.4375vw;
  }
  .mt-250 {
    margin-top: 24.4140625vw;
  }
  .pt-250 {
    padding-top: 24.4140625vw;
  }
  .mb-250 > li {
    margin-bottom: 24.4140625vw;
  }
  .small-pt-250 {
    padding-top: 24.4140625vw;
  }
  .small-mt-250 {
    margin-top: 24.4140625vw;
  }
  .mt-260 {
    margin-top: 25.390625vw;
  }
  .pt-260 {
    padding-top: 25.390625vw;
  }
  .mb-260 > li {
    margin-bottom: 25.390625vw;
  }
  .small-pt-260 {
    padding-top: 25.390625vw;
  }
  .small-mt-260 {
    margin-top: 25.390625vw;
  }
  .mt-270 {
    margin-top: 26.3671875vw;
  }
  .pt-270 {
    padding-top: 26.3671875vw;
  }
  .mb-270 > li {
    margin-bottom: 26.3671875vw;
  }
  .small-pt-270 {
    padding-top: 26.3671875vw;
  }
  .small-mt-270 {
    margin-top: 26.3671875vw;
  }
  .mt-280 {
    margin-top: 27.34375vw;
  }
  .pt-280 {
    padding-top: 27.34375vw;
  }
  .mb-280 > li {
    margin-bottom: 27.34375vw;
  }
  .small-pt-280 {
    padding-top: 27.34375vw;
  }
  .small-mt-280 {
    margin-top: 27.34375vw;
  }
  .mt-290 {
    margin-top: 28.3203125vw;
  }
  .pt-290 {
    padding-top: 28.3203125vw;
  }
  .mb-290 > li {
    margin-bottom: 28.3203125vw;
  }
  .small-pt-290 {
    padding-top: 28.3203125vw;
  }
  .small-mt-290 {
    margin-top: 28.3203125vw;
  }
  .mt-300 {
    margin-top: 29.296875vw;
  }
  .pt-300 {
    padding-top: 29.296875vw;
  }
  .mb-300 > li {
    margin-bottom: 29.296875vw;
  }
  .small-pt-300 {
    padding-top: 29.296875vw;
  }
  .small-mt-300 {
    margin-top: 29.296875vw;
  }
  .mt-310 {
    margin-top: 30.2734375vw;
  }
  .pt-310 {
    padding-top: 30.2734375vw;
  }
  .mb-310 > li {
    margin-bottom: 30.2734375vw;
  }
  .small-pt-310 {
    padding-top: 30.2734375vw;
  }
  .small-mt-310 {
    margin-top: 30.2734375vw;
  }
  .mt-320 {
    margin-top: 31.25vw;
  }
  .pt-320 {
    padding-top: 31.25vw;
  }
  .mb-320 > li {
    margin-bottom: 31.25vw;
  }
  .small-pt-320 {
    padding-top: 31.25vw;
  }
  .small-mt-320 {
    margin-top: 31.25vw;
  }
  .mt-330 {
    margin-top: 32.2265625vw;
  }
  .pt-330 {
    padding-top: 32.2265625vw;
  }
  .mb-330 > li {
    margin-bottom: 32.2265625vw;
  }
  .small-pt-330 {
    padding-top: 32.2265625vw;
  }
  .small-mt-330 {
    margin-top: 32.2265625vw;
  }
  .mt-340 {
    margin-top: 33.203125vw;
  }
  .pt-340 {
    padding-top: 33.203125vw;
  }
  .mb-340 > li {
    margin-bottom: 33.203125vw;
  }
  .small-pt-340 {
    padding-top: 33.203125vw;
  }
  .small-mt-340 {
    margin-top: 33.203125vw;
  }
  .mt-350 {
    margin-top: 34.1796875vw;
  }
  .pt-350 {
    padding-top: 34.1796875vw;
  }
  .mb-350 > li {
    margin-bottom: 34.1796875vw;
  }
  .small-pt-350 {
    padding-top: 34.1796875vw;
  }
  .small-mt-350 {
    margin-top: 34.1796875vw;
  }
  .mt-360 {
    margin-top: 35.15625vw;
  }
  .pt-360 {
    padding-top: 35.15625vw;
  }
  .mb-360 > li {
    margin-bottom: 35.15625vw;
  }
  .small-pt-360 {
    padding-top: 35.15625vw;
  }
  .small-mt-360 {
    margin-top: 35.15625vw;
  }
  .mt-370 {
    margin-top: 36.1328125vw;
  }
  .pt-370 {
    padding-top: 36.1328125vw;
  }
  .mb-370 > li {
    margin-bottom: 36.1328125vw;
  }
  .small-pt-370 {
    padding-top: 36.1328125vw;
  }
  .small-mt-370 {
    margin-top: 36.1328125vw;
  }
  .mt-380 {
    margin-top: 37.109375vw;
  }
  .pt-380 {
    padding-top: 37.109375vw;
  }
  .mb-380 > li {
    margin-bottom: 37.109375vw;
  }
  .small-pt-380 {
    padding-top: 37.109375vw;
  }
  .small-mt-380 {
    margin-top: 37.109375vw;
  }
  .mt-390 {
    margin-top: 38.0859375vw;
  }
  .pt-390 {
    padding-top: 38.0859375vw;
  }
  .mb-390 > li {
    margin-bottom: 38.0859375vw;
  }
  .small-pt-390 {
    padding-top: 38.0859375vw;
  }
  .small-mt-390 {
    margin-top: 38.0859375vw;
  }
  .mt-400 {
    margin-top: 39.0625vw;
  }
  .pt-400 {
    padding-top: 39.0625vw;
  }
  .mb-400 > li {
    margin-bottom: 39.0625vw;
  }
  .small-pt-400 {
    padding-top: 39.0625vw;
  }
  .small-mt-400 {
    margin-top: 39.0625vw;
  }
}
@media (max-width: 750px) {
  .mt-10 {
    margin-top: 1.3333333333vw;
  }
  .pt-10 {
    padding-top: 1.3333333333vw;
  }
  .mb-10 > li {
    margin-bottom: 1.3333333333vw;
  }
  .small-pt-10 {
    padding-top: 1.3333333333vw;
  }
  .small-mt-10 {
    margin-top: 1.3333333333vw;
  }
  .mt-20 {
    margin-top: 2.6666666667vw;
  }
  .pt-20 {
    padding-top: 2.6666666667vw;
  }
  .mb-20 > li {
    margin-bottom: 2.6666666667vw;
  }
  .small-pt-20 {
    padding-top: 2.6666666667vw;
  }
  .small-mt-20 {
    margin-top: 2.6666666667vw;
  }
  .mt-30 {
    margin-top: 4vw;
  }
  .pt-30 {
    padding-top: 4vw;
  }
  .mb-30 > li {
    margin-bottom: 4vw;
  }
  .small-pt-30 {
    padding-top: 4vw;
  }
  .small-mt-30 {
    margin-top: 4vw;
  }
  .mt-40 {
    margin-top: 5.3333333333vw;
  }
  .pt-40 {
    padding-top: 5.3333333333vw;
  }
  .mb-40 > li {
    margin-bottom: 5.3333333333vw;
  }
  .small-pt-40 {
    padding-top: 5.3333333333vw;
  }
  .small-mt-40 {
    margin-top: 5.3333333333vw;
  }
  .mt-50 {
    margin-top: 6.6666666667vw;
  }
  .pt-50 {
    padding-top: 6.6666666667vw;
  }
  .mb-50 > li {
    margin-bottom: 6.6666666667vw;
  }
  .small-pt-50 {
    padding-top: 6.6666666667vw;
  }
  .small-mt-50 {
    margin-top: 6.6666666667vw;
  }
  .mt-60 {
    margin-top: 8vw;
  }
  .pt-60 {
    padding-top: 8vw;
  }
  .mb-60 > li {
    margin-bottom: 8vw;
  }
  .small-pt-60 {
    padding-top: 8vw;
  }
  .small-mt-60 {
    margin-top: 8vw;
  }
  .mt-70 {
    margin-top: 9.3333333333vw;
  }
  .pt-70 {
    padding-top: 9.3333333333vw;
  }
  .mb-70 > li {
    margin-bottom: 9.3333333333vw;
  }
  .small-pt-70 {
    padding-top: 9.3333333333vw;
  }
  .small-mt-70 {
    margin-top: 9.3333333333vw;
  }
  .mt-80 {
    margin-top: 10.6666666667vw;
  }
  .pt-80 {
    padding-top: 10.6666666667vw;
  }
  .mb-80 > li {
    margin-bottom: 10.6666666667vw;
  }
  .small-pt-80 {
    padding-top: 10.6666666667vw;
  }
  .small-mt-80 {
    margin-top: 10.6666666667vw;
  }
  .mt-90 {
    margin-top: 12vw;
  }
  .pt-90 {
    padding-top: 12vw;
  }
  .mb-90 > li {
    margin-bottom: 12vw;
  }
  .small-pt-90 {
    padding-top: 12vw;
  }
  .small-mt-90 {
    margin-top: 12vw;
  }
  .mt-100 {
    margin-top: 13.3333333333vw;
  }
  .pt-100 {
    padding-top: 13.3333333333vw;
  }
  .mb-100 > li {
    margin-bottom: 13.3333333333vw;
  }
  .small-pt-100 {
    padding-top: 13.3333333333vw;
  }
  .small-mt-100 {
    margin-top: 13.3333333333vw;
  }
  .mt-110 {
    margin-top: 14.6666666667vw;
  }
  .pt-110 {
    padding-top: 14.6666666667vw;
  }
  .mb-110 > li {
    margin-bottom: 14.6666666667vw;
  }
  .small-pt-110 {
    padding-top: 14.6666666667vw;
  }
  .small-mt-110 {
    margin-top: 14.6666666667vw;
  }
  .mt-120 {
    margin-top: 16vw;
  }
  .pt-120 {
    padding-top: 16vw;
  }
  .mb-120 > li {
    margin-bottom: 16vw;
  }
  .small-pt-120 {
    padding-top: 16vw;
  }
  .small-mt-120 {
    margin-top: 16vw;
  }
  .mt-130 {
    margin-top: 17.3333333333vw;
  }
  .pt-130 {
    padding-top: 17.3333333333vw;
  }
  .mb-130 > li {
    margin-bottom: 17.3333333333vw;
  }
  .small-pt-130 {
    padding-top: 17.3333333333vw;
  }
  .small-mt-130 {
    margin-top: 17.3333333333vw;
  }
  .mt-140 {
    margin-top: 18.6666666667vw;
  }
  .pt-140 {
    padding-top: 18.6666666667vw;
  }
  .mb-140 > li {
    margin-bottom: 18.6666666667vw;
  }
  .small-pt-140 {
    padding-top: 18.6666666667vw;
  }
  .small-mt-140 {
    margin-top: 18.6666666667vw;
  }
  .mt-150 {
    margin-top: 20vw;
  }
  .pt-150 {
    padding-top: 20vw;
  }
  .mb-150 > li {
    margin-bottom: 20vw;
  }
  .small-pt-150 {
    padding-top: 20vw;
  }
  .small-mt-150 {
    margin-top: 20vw;
  }
  .mt-160 {
    margin-top: 21.3333333333vw;
  }
  .pt-160 {
    padding-top: 21.3333333333vw;
  }
  .mb-160 > li {
    margin-bottom: 21.3333333333vw;
  }
  .small-pt-160 {
    padding-top: 21.3333333333vw;
  }
  .small-mt-160 {
    margin-top: 21.3333333333vw;
  }
  .mt-170 {
    margin-top: 22.6666666667vw;
  }
  .pt-170 {
    padding-top: 22.6666666667vw;
  }
  .mb-170 > li {
    margin-bottom: 22.6666666667vw;
  }
  .small-pt-170 {
    padding-top: 22.6666666667vw;
  }
  .small-mt-170 {
    margin-top: 22.6666666667vw;
  }
  .mt-180 {
    margin-top: 24vw;
  }
  .pt-180 {
    padding-top: 24vw;
  }
  .mb-180 > li {
    margin-bottom: 24vw;
  }
  .small-pt-180 {
    padding-top: 24vw;
  }
  .small-mt-180 {
    margin-top: 24vw;
  }
  .mt-190 {
    margin-top: 25.3333333333vw;
  }
  .pt-190 {
    padding-top: 25.3333333333vw;
  }
  .mb-190 > li {
    margin-bottom: 25.3333333333vw;
  }
  .small-pt-190 {
    padding-top: 25.3333333333vw;
  }
  .small-mt-190 {
    margin-top: 25.3333333333vw;
  }
  .mt-200 {
    margin-top: 26.6666666667vw;
  }
  .pt-200 {
    padding-top: 26.6666666667vw;
  }
  .mb-200 > li {
    margin-bottom: 26.6666666667vw;
  }
  .small-pt-200 {
    padding-top: 26.6666666667vw;
  }
  .small-mt-200 {
    margin-top: 26.6666666667vw;
  }
  .mt-210 {
    margin-top: 28vw;
  }
  .pt-210 {
    padding-top: 28vw;
  }
  .mb-210 > li {
    margin-bottom: 28vw;
  }
  .small-pt-210 {
    padding-top: 28vw;
  }
  .small-mt-210 {
    margin-top: 28vw;
  }
  .mt-220 {
    margin-top: 29.3333333333vw;
  }
  .pt-220 {
    padding-top: 29.3333333333vw;
  }
  .mb-220 > li {
    margin-bottom: 29.3333333333vw;
  }
  .small-pt-220 {
    padding-top: 29.3333333333vw;
  }
  .small-mt-220 {
    margin-top: 29.3333333333vw;
  }
  .mt-230 {
    margin-top: 30.6666666667vw;
  }
  .pt-230 {
    padding-top: 30.6666666667vw;
  }
  .mb-230 > li {
    margin-bottom: 30.6666666667vw;
  }
  .small-pt-230 {
    padding-top: 30.6666666667vw;
  }
  .small-mt-230 {
    margin-top: 30.6666666667vw;
  }
  .mt-240 {
    margin-top: 32vw;
  }
  .pt-240 {
    padding-top: 32vw;
  }
  .mb-240 > li {
    margin-bottom: 32vw;
  }
  .small-pt-240 {
    padding-top: 32vw;
  }
  .small-mt-240 {
    margin-top: 32vw;
  }
  .mt-250 {
    margin-top: 33.3333333333vw;
  }
  .pt-250 {
    padding-top: 33.3333333333vw;
  }
  .mb-250 > li {
    margin-bottom: 33.3333333333vw;
  }
  .small-pt-250 {
    padding-top: 33.3333333333vw;
  }
  .small-mt-250 {
    margin-top: 33.3333333333vw;
  }
  .mt-260 {
    margin-top: 34.6666666667vw;
  }
  .pt-260 {
    padding-top: 34.6666666667vw;
  }
  .mb-260 > li {
    margin-bottom: 34.6666666667vw;
  }
  .small-pt-260 {
    padding-top: 34.6666666667vw;
  }
  .small-mt-260 {
    margin-top: 34.6666666667vw;
  }
  .mt-270 {
    margin-top: 36vw;
  }
  .pt-270 {
    padding-top: 36vw;
  }
  .mb-270 > li {
    margin-bottom: 36vw;
  }
  .small-pt-270 {
    padding-top: 36vw;
  }
  .small-mt-270 {
    margin-top: 36vw;
  }
  .mt-280 {
    margin-top: 37.3333333333vw;
  }
  .pt-280 {
    padding-top: 37.3333333333vw;
  }
  .mb-280 > li {
    margin-bottom: 37.3333333333vw;
  }
  .small-pt-280 {
    padding-top: 37.3333333333vw;
  }
  .small-mt-280 {
    margin-top: 37.3333333333vw;
  }
  .mt-290 {
    margin-top: 38.6666666667vw;
  }
  .pt-290 {
    padding-top: 38.6666666667vw;
  }
  .mb-290 > li {
    margin-bottom: 38.6666666667vw;
  }
  .small-pt-290 {
    padding-top: 38.6666666667vw;
  }
  .small-mt-290 {
    margin-top: 38.6666666667vw;
  }
  .mt-300 {
    margin-top: 40vw;
  }
  .pt-300 {
    padding-top: 40vw;
  }
  .mb-300 > li {
    margin-bottom: 40vw;
  }
  .small-pt-300 {
    padding-top: 40vw;
  }
  .small-mt-300 {
    margin-top: 40vw;
  }
  .mt-310 {
    margin-top: 41.3333333333vw;
  }
  .pt-310 {
    padding-top: 41.3333333333vw;
  }
  .mb-310 > li {
    margin-bottom: 41.3333333333vw;
  }
  .small-pt-310 {
    padding-top: 41.3333333333vw;
  }
  .small-mt-310 {
    margin-top: 41.3333333333vw;
  }
  .mt-320 {
    margin-top: 42.6666666667vw;
  }
  .pt-320 {
    padding-top: 42.6666666667vw;
  }
  .mb-320 > li {
    margin-bottom: 42.6666666667vw;
  }
  .small-pt-320 {
    padding-top: 42.6666666667vw;
  }
  .small-mt-320 {
    margin-top: 42.6666666667vw;
  }
  .mt-330 {
    margin-top: 44vw;
  }
  .pt-330 {
    padding-top: 44vw;
  }
  .mb-330 > li {
    margin-bottom: 44vw;
  }
  .small-pt-330 {
    padding-top: 44vw;
  }
  .small-mt-330 {
    margin-top: 44vw;
  }
  .mt-340 {
    margin-top: 45.3333333333vw;
  }
  .pt-340 {
    padding-top: 45.3333333333vw;
  }
  .mb-340 > li {
    margin-bottom: 45.3333333333vw;
  }
  .small-pt-340 {
    padding-top: 45.3333333333vw;
  }
  .small-mt-340 {
    margin-top: 45.3333333333vw;
  }
  .mt-350 {
    margin-top: 46.6666666667vw;
  }
  .pt-350 {
    padding-top: 46.6666666667vw;
  }
  .mb-350 > li {
    margin-bottom: 46.6666666667vw;
  }
  .small-pt-350 {
    padding-top: 46.6666666667vw;
  }
  .small-mt-350 {
    margin-top: 46.6666666667vw;
  }
  .mt-360 {
    margin-top: 48vw;
  }
  .pt-360 {
    padding-top: 48vw;
  }
  .mb-360 > li {
    margin-bottom: 48vw;
  }
  .small-pt-360 {
    padding-top: 48vw;
  }
  .small-mt-360 {
    margin-top: 48vw;
  }
  .mt-370 {
    margin-top: 49.3333333333vw;
  }
  .pt-370 {
    padding-top: 49.3333333333vw;
  }
  .mb-370 > li {
    margin-bottom: 49.3333333333vw;
  }
  .small-pt-370 {
    padding-top: 49.3333333333vw;
  }
  .small-mt-370 {
    margin-top: 49.3333333333vw;
  }
  .mt-380 {
    margin-top: 50.6666666667vw;
  }
  .pt-380 {
    padding-top: 50.6666666667vw;
  }
  .mb-380 > li {
    margin-bottom: 50.6666666667vw;
  }
  .small-pt-380 {
    padding-top: 50.6666666667vw;
  }
  .small-mt-380 {
    margin-top: 50.6666666667vw;
  }
  .mt-390 {
    margin-top: 52vw;
  }
  .pt-390 {
    padding-top: 52vw;
  }
  .mb-390 > li {
    margin-bottom: 52vw;
  }
  .small-pt-390 {
    padding-top: 52vw;
  }
  .small-mt-390 {
    margin-top: 52vw;
  }
  .mt-400 {
    margin-top: 53.3333333333vw;
  }
  .pt-400 {
    padding-top: 53.3333333333vw;
  }
  .mb-400 > li {
    margin-bottom: 53.3333333333vw;
  }
  .small-pt-400 {
    padding-top: 53.3333333333vw;
  }
  .small-mt-400 {
    margin-top: 53.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .list-4 > li {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .list-4 > li,
  .list-3 > li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .list-3 > li {
    width: 100%;
  }
}
[class*=" icon-"],
[class^=icon-] {
  font-family: "iconfont";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root {
  --color-bg-surface: #FAF7F0;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  /* 2 */
}

body {
  font-family: "PoppinsMedium", "Source Han Sans CN", "Noto Sans CJK SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Noto Sans", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
  color: #4F3213;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

input, textarea {
  border: none;
  outline: none;
}

textarea {
  resize: none;
}

input,
textarea {
  border-radius: 0;
  padding: 0;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
        * Remove the inner border and padding in Firefox.
        */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input, textarea {
  border: none;
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media (max-width: 1024px) {
  a {
    -webkit-tap-highlight-color: transparent; /* 禁用触摸高亮效果 */
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--color-bg-surface);
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 500;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.header-logo {
  display: block;
  height: 2.5rem;
}
.header-logo img {
  height: 100%;
  width: auto;
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-links a {
  color: #4F3213;
  margin-right: 1.875em;
  position: relative;
}
.header-links a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #4F3213;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-links a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-language a, .header-language span {
  color: rgba(79, 50, 19, 0.3);
}
.header-language .current {
  color: #4F3213;
}

.header-location {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1.1rem;
}
.header-location svg {
  width: 100%;
  height: 100%;
}

.header-search-btn {
  margin-left: 1.3rem;
  font-size: 1.1rem;
  cursor: pointer;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
  position: relative;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-nav-item {
  margin-left: 1.875em;
  margin-right: 1.875em;
}
.header-nav-item > a {
  display: inline-block;
  position: relative;
}
.header-nav-item > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #4F3213;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-nav-item:hover .subnav {
  pointer-events: auto;
  opacity: 1;
}
.header-nav-item:hover .subnav-list li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-nav-item:hover .subnav-list li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header-nav-item:hover .subnav-list li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header-nav-item:hover .subnav-list li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.header-nav-item:hover .subnav-list li:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.header-nav-item:hover .subnav-list li:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.header-nav-item:hover .subnav-list li:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.header-nav-item:hover .subnav-list li:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.header-nav-item:hover .subnav-list li:nth-child(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.header-nav-item:hover .subnav-list li:nth-child(9) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.header-nav-item:hover .subnav-list li:nth-child(10) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.header-nav-item:hover > a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.header-placeholder {
  height: 160px;
}

.subnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: var(--color-bg-surface);
  padding: 3.5rem 2.5rem 0 2.5rem;
  z-index: 200;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
  pointer-events: none;
}

.subnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subnav-list li {
  width: 20%;
  margin-bottom: 2.5rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.subnav-list .item-pic::before {
  padding-top: 100%;
}
.subnav-list .item-pic img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.subnav-list .item-title {
  text-align: center;
  margin-top: 1.25em;
}
.subnav-list a:hover .item-pic img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.main-search-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #4F3213;
  height: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 300;
}

.main-search-bar__content {
  padding-top: 160px;
}

.main-search-bar__inner {
  padding: 1.75rem 2.5rem;
  -webkit-transition: padding 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-bar-button {
  font-size: 1.1rem;
  color: #F2DDC7;
}

.search-bar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-bar-input {
  width: 25rem;
  background-color: transparent;
  color: #F2DDC7;
  margin-left: 5rem;
  font-size: 1rem;
}
.search-bar-input::-webkit-input-placeholder {
  color: #F2DDC7;
  opacity: 0.7;
}
.search-bar-input::-moz-placeholder {
  color: #F2DDC7;
  opacity: 0.7;
}
.search-bar-input:-ms-input-placeholder {
  color: #F2DDC7;
  opacity: 0.7;
}
.search-bar-input::-ms-input-placeholder {
  color: #F2DDC7;
  opacity: 0.7;
}
.search-bar-input::placeholder {
  color: #F2DDC7;
  opacity: 0.7;
}

.search-bar-close {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #F2DDC7;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F2DDC7;
  cursor: pointer;
}

@media (hover: hover) {
  .search-bar-close {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
  .search-bar-close:hover {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-language a {
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header-language a:hover {
    color: #4F3213;
  }
  .header-location,
  .header-search-btn {
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header-location:hover,
  .header-search-btn:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1025px) {
  .m-menu-btn,
  .header-mobile {
    display: none;
  }
  .bg-surface .header {
    background-color: var(--color-bg-surface);
  }
  .drop .header {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header-top,
  .header-nav {
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .header-logo {
    -webkit-transition: height 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header-scale .header {
    padding-top: 0.6rem;
    padding-bottom: 0;
  }
  .header-scale .header-top {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .header-scale .header-nav {
    -webkit-transform: scale(0.8) translateY(-20px);
            transform: scale(0.8) translateY(-20px);
  }
  .header-scale .header-logo {
    height: 2rem;
  }
  .header-scale .main-search-bar__inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .header-scale.page-imprint .header {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header-scale.page-imprint .main-search-bar {
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px);
  }
  .header-links,
  .header-actions {
    min-width: 25rem;
  }
  .header-actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .header-nav,
  .header-links,
  .header-language {
    display: none;
  }
  .header {
    background-color: #fff;
    padding: 14px 0;
  }
  .header-top {
    margin-left: 5%;
    margin-right: 5%;
  }
  .header-location {
    margin-left: 0;
    width: 22px;
    height: 22px;
  }
  .header-search-btn {
    font-size: 20px;
    padding-left: 5px;
  }
  .m-menu-btn {
    padding: 5px 5px 5px 0;
  }
  .m-menu-btn i {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #4F3213;
    margin: 5px 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header-logo {
    height: 25px;
  }
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    width: 56.640625vw;
    overflow-y: auto;
    background-color: #FBF4EC;
    padding: 4.8828125vw 3.90625vw;
    z-index: 600;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .open-header .header-mobile {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .open-header .m-menu-btn i:nth-child(1) {
    -webkit-transform: rotate(44deg) translate(4px, 6px);
            transform: rotate(44deg) translate(4px, 6px);
  }
  .open-header .m-menu-btn i:nth-child(2) {
    opacity: 0;
  }
  .open-header .m-menu-btn i:nth-child(3) {
    -webkit-transform: rotate(-44deg) translate(3px, -6px);
            transform: rotate(-44deg) translate(3px, -6px);
  }
  .header-mobile-top {
    width: 100%;
  }
  .search-form-mobile__input {
    background-color: transparent;
    border-bottom: 1px solid #4F3213;
    width: 100%;
    font-size: 3.125vw;
    padding-bottom: 1.5625vw;
  }
  .search-form-mobile__btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 3.125vw;
  }
  .mobile-nav-menu {
    font-size: 3.125vw;
    margin-top: 6.8359375vw;
  }
  .mobile-nav-menu__item {
    margin-bottom: 1.953125vw;
  }
  .header-mobile-lang {
    font-size: 2.34375vw;
  }
  .header-mobile-lang a {
    color: rgba(79, 50, 19, 0.3);
  }
  .header-mobile-lang .current {
    color: #4F3213;
  }
}
@media (max-width: 750px) {
  .header-mobile {
    width: 77.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
  .search-form-mobile__input {
    font-size: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
  }
  .search-form-mobile__btn {
    font-size: 4.2666666667vw;
  }
  .mobile-nav-menu {
    font-size: 4.2666666667vw;
    margin-top: 9.3333333333vw;
  }
  .mobile-nav-menu__item {
    margin-bottom: 2.6666666667vw;
  }
  .header-mobile-lang {
    font-size: 3.2vw;
  }
}
html {
  font-size: 1.0416666667vw;
}

@media (min-width: 1921px) {
  html {
    font-size: 20px;
  }
}
.w-1820 {
  max-width: 1820px;
  width: 95%;
}

.w-1720 {
  max-width: 1720px;
  width: 90%;
}

.w-1640 {
  max-width: 1640px;
  width: 85%;
}

.w-1600 {
  max-width: 1600px;
  width: 83%;
}

.w-1440 {
  max-width: 1440px;
  width: 75%;
}

.w-900 {
  max-width: 900px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.fs-100 {
  font-size: 5rem;
}

.fs-72 {
  font-size: 3.6rem;
}

.fs-64 {
  font-size: 3.2rem;
}

.fs-48 {
  font-size: 2.4rem;
}

.fs-36 {
  font-size: 1.8rem;
}

.fs-30 {
  font-size: 1.5rem;
}

.fs-24 {
  font-size: 1.2rem;
}

.fs-16 {
  font-size: 0.8rem;
}

.lh-48-62 {
  line-height: 1.2916666667;
}

.lh-16-20 {
  line-height: 1.25;
}

.lh-16-28 {
  line-height: 1.75;
}

.lh-1 {
  line-height: 1;
}

.translatepress-zh_CN .lh-16-20 {
  line-height: 1.75;
}

.paragraph {
  font-size: 0.8rem;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #4F3213;
}
.paragraph strong {
  color: #4F3213;
}
.paragraph h3,
.paragraph blockquote {
  font-size: 1.2rem;
  line-height: 1.25;
  color: #4F3213;
}
.paragraph blockquote {
  margin: 0;
  position: relative;
  padding-left: 0.6666666667em;
}
.paragraph blockquote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2083333333em;
  width: 0.125em;
  bottom: 0.2083333333em;
  background-color: #4F3213;
}
.paragraph .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.paragraph ul, .paragraph ol {
  padding-left: 1.5em;
}
.paragraph ol {
  list-style: decimal;
}
.paragraph ul {
  list-style: disc;
}
.paragraph table {
  border-collapse: collapse;
  width: 100%;
}
.paragraph th,
.paragraph td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}
.paragraph img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0.625em;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.josefin-medium {
  font-family: "JosefinSansMedium", sans-serif;
}

.poppins-regular {
  font-family: "PoppinsRegular";
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.opa-5 {
  opacity: 0.5;
}

.bg-000 {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-surface {
  background-color: var(--color-bg-surface);
}

.c-white {
  color: #fff;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.flex-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.flex-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.flex-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.flex-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.sp-wrap-60 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.sp-item-60 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.sp-wrap-20 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.sp-item-20 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  z-index: 100;
}
.video-btn svg {
  width: 100%;
  height: 100%;
}

.btn {
  width: 16em;
  height: 3.5em;
  border: 1px solid #4F3213;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.btn .icon-arrow-right {
  font-size: 0.7em;
}
.btn-label {
  display: block;
}
.btn-label-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  text-align: left;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.img-box,
.media-box {
  position: relative;
  overflow: hidden;
}
.img-box::before,
.media-box::before {
  content: "";
  display: block;
}
.img-box img, .img-box video,
.media-box img,
.media-box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-lines {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.slick-lines li {
  margin: 0 5px;
}
.slick-lines button {
  width: 1px;
  height: 12px;
  background-color: #F2DDC7;
  -webkit-transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.slick-lines .slick-active button {
  height: 20px;
}

.swiper-pagination {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.swiper-pagination span {
  margin: 0 5px;
  width: 1px;
  height: 12px;
  background-color: #F2DDC7;
  -webkit-transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-pagination span.swiper-pagination-bullet-active {
  height: 20px;
}

.page-header-title,
.sec-header-title {
  margin-bottom: 0.1666666667em;
  text-transform: uppercase;
}

.sec-header-title {
  font-family: "JosefinSansMedium";
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid rgba(79, 50, 19, 0.4);
  border-bottom: 1px solid rgba(79, 50, 19, 0.4);
  background-color: #FBF4EC;
}

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-list li {
  margin-left: 2em;
  margin-right: 2em;
}
.filter-list a {
  display: block;
  width: 12.5em;
  padding: 2.8125em 0;
  text-align: center;
  color: rgba(79, 50, 19, 0.4);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-list .on a {
  color: #4F3213;
}

.video-play-btn {
  width: 3rem;
  height: 3rem;
  border: 1px solid #4F3213;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  will-change: transform;
}
.video-play-btn svg {
  height: 1rem;
  width: auto;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-play-btn .item-play-icon {
  position: relative;
  left: 1px;
}
.video-play-btn .item-pause-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
      -ms-flex-positive: wrap;
          flex-grow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-item {
  margin: 0 0.375em;
}
.pagination-item:not(.pagination-prev) a, .pagination-item:not(.pagination-next) a {
  color: rgba(0, 0, 0, 0.5);
}
.pagination-item a {
  position: relative;
  display: block;
  -webkit-transition: padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
}
.pagination-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 7.5em;
  height: 1px;
  background-color: #424452;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination-item.active {
  margin-right: 0.75em;
}
.pagination-item.active a {
  color: #4F3213;
  padding-right: 8.75em;
}
.pagination-item.active a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.pagination-prev a,
.pagination-next a {
  color: #4F3213;
}

.pagination-prev {
  margin-right: 1.25em;
}

.pagination-next {
  margin-left: 1.25em;
}

.animatedHeading {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.animatedHeading.ready {
  opacity: 1;
  visibility: visible;
}
.animatedHeading .line-wrapper {
  overflow: hidden;
}
.animatedHeading .word {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.animatedHeading .word.in-viewport {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.video-fixed {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1200;
}
.video-fixed::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.video-popover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 70vw;
  width: 100%;
}
.video-popover video {
  max-width: 100%;
  width: 100%;
  max-height: 86vh;
  margin-left: auto;
  margin-right: auto;
}

.video-popover-close {
  position: absolute;
  right: 1.2em;
  top: 1.2em;
  color: #fff;
  cursor: pointer;
}
.video-popover-close i {
  font-size: 1.4em;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
  }
  20% {
    -webkit-transform: translateY(-10px) scaleY(1) scaleX(1);
            transform: translateY(-10px) scaleY(1) scaleX(1); /* 上升 */
  }
  40% {
    -webkit-transform: translateY(0) scaleY(0.7) scaleX(1.3);
            transform: translateY(0) scaleY(0.7) scaleX(1.3); /* 落地挤压 */
  }
  60% {
    -webkit-transform: translateY(0) scaleY(1.1) scaleX(0.9);
            transform: translateY(0) scaleY(1.1) scaleX(0.9); /* 回弹恢复 */
  }
  80%, 100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1); /* 静止等待下一次 */
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
  }
  20% {
    -webkit-transform: translateY(-10px) scaleY(1) scaleX(1);
            transform: translateY(-10px) scaleY(1) scaleX(1); /* 上升 */
  }
  40% {
    -webkit-transform: translateY(0) scaleY(0.7) scaleX(1.3);
            transform: translateY(0) scaleY(0.7) scaleX(1.3); /* 落地挤压 */
  }
  60% {
    -webkit-transform: translateY(0) scaleY(1.1) scaleX(0.9);
            transform: translateY(0) scaleY(1.1) scaleX(0.9); /* 回弹恢复 */
  }
  80%, 100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1); /* 静止等待下一次 */
  }
}
@-webkit-keyframes moveRightIn {
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveRightIn {
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveLeftIn {
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveLeftIn {
  50% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveDown {
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveDown {
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveUp {
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
[data-aos] {
  opacity: 0;
}

[data-aos=fade] {
  opacity: 0;
}

[data-aos=fade-up-10] {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}

[data-aos=fade-up-20] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-up-50] {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

[data-aos=fade-left-20] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left-50] {
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
}

[data-aos=fade-right-20] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

[data-aos=fade-right-50] {
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
}

[data-aos=zoom-in-70] {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

[data-aos=zoom-in-80] {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

[data-aos=zoom-in-90] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (hover: hover) {
  .filter-list a:hover {
    color: #4F3213;
  }
  .btn span {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .btn i {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .btn:hover span:first-child {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  .btn:hover span:last-child {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .btn:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .video-play-btn,
  .video-btn {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .video-play-btn rect,
  .video-play-btn path,
  .video-btn rect,
  .video-btn path {
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .video-play-btn:hover,
  .video-btn:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .video-play-btn:hover rect,
  .video-btn:hover rect {
    fill: #F2DDC7;
    stroke: #F2DDC7;
  }
  .video-play-btn:hover path,
  .video-btn:hover path {
    stroke: #fff;
  }
  .pagination-item a {
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .pagination-item a:hover {
    color: #4F3213;
  }
  .pagination-prev a:hover {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .pagination-next a:hover {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .video-popover-close i {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .video-popover-close:hover i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .w-1820,
  .w-1720,
  .w-1640,
  .w-1600,
  .w-1440,
  .w-900 {
    width: 90%;
  }
  .fs-100 {
    font-size: 9.765625vw;
  }
  .fs-72 {
    font-size: 7.03125vw;
  }
  .fs-64 {
    font-size: 6.25vw;
  }
  .fs-48 {
    font-size: 4.6875vw;
  }
  .fs-36 {
    font-size: 3.515625vw;
  }
  .fs-30 {
    font-size: 2.9296875vw;
  }
  .fs-24 {
    font-size: 2.5390625vw;
  }
  .fs-16 {
    font-size: 1.953125vw;
  }
  .paragraph {
    font-size: 1.953125vw;
  }
  .video-play-btn,
  .video-btn {
    width: 5.859375vw;
    height: 5.859375vw;
  }
  .video-play-btn svg,
  .video-btn svg {
    height: 1.953125vw;
  }
  .filter {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .filter-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .filter-list li {
    margin-left: 2.9296875vw;
    margin-right: 2.9296875vw;
  }
  .filter-list a {
    width: 21.484375vw;
    padding: 2.9296875vw 0;
  }
}
@media (max-width: 750px) {
  .fs-100 {
    font-size: 13.3333333333vw;
  }
  .fs-72 {
    font-size: 9.6vw;
  }
  .fs-64 {
    font-size: 8.5333333333vw;
  }
  .fs-48 {
    font-size: 6.4vw;
  }
  .fs-36 {
    font-size: 4.8vw;
  }
  .fs-30 {
    font-size: 4vw;
  }
  .fs-24 {
    font-size: 3.4666666667vw;
  }
  .fs-16 {
    font-size: 2.6666666667vw;
  }
  .video-play-btn,
  .video-btn {
    width: 8vw;
    height: 8vw;
  }
  .video-play-btn svg,
  .video-btn svg {
    height: 2.6666666667vw;
  }
  .filter-list li {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .filter-list a {
    width: 29.3333333333vw;
    padding: 4vw 0;
  }
}
.index-banner-slick {
  font-size: 0;
}
.index-banner-slick a {
  display: block;
  position: relative;
}
.index-banner-slick .item-pic {
  font-size: 0;
}
.index-banner-slick .item-pic::before {
  padding-top: 46.875%;
}
.index-banner-slick .item-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #F2DDC7;
}
.index-banner-slick .item-title,
.index-banner-slick .item-more {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-banner-slick .item-title {
  text-transform: uppercase;
  margin-bottom: 0.625em;
}
.index-banner-slick .item-more {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-color: #F2DDC7;
}
.index-banner-slick .slick-lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
}
.index-banner-slick .slick-lines li {
  margin-right: 8px;
}
.index-banner-slick.star .slick-current .item-title,
.index-banner-slick.star .slick-current .item-more {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.index-classic {
  border-top: 1px solid #4F3213;
}

.index-classic-list .item-pic::before {
  padding-top: 125%;
}
.index-classic-list .item-pic video {
  display: none;
  z-index: 50;
}
.index-classic-list.active .item-pause-icon {
  opacity: 1;
}
.index-classic-list.active .item-play-icon {
  opacity: 0;
}
.index-classic-list .item-play {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  border-color: #F2DDC7;
  z-index: 80;
}
.index-classic-list .item-play path {
  stroke: #F2DDC7;
}
.index-classic-list .item-tool {
  margin-top: 1.25em;
}
.index-classic-list .item-progress {
  width: 100%;
  height: 1px;
  background-color: rgba(79, 50, 19, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-classic-list .item-progress-bar {
  width: 0;
  height: 1px;
  background-color: #4F3213;
}
.index-classic-list .item-progress-line {
  width: 2px;
  height: 14px;
  background-color: #4F3213;
}
.index-classic-list .item-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.3125em;
}

.index-classify {
  position: relative;
}

.index-classify-slick,
.index-classify-swiper {
  font-size: 0;
}
.index-classify-slick .item-pic::before,
.index-classify-swiper .item-pic::before {
  padding-top: 46.875%;
}
.index-classify-slick .item-title,
.index-classify-swiper .item-title {
  position: absolute;
  left: 4%;
  bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F2DDC7;
  z-index: 100;
  opacity: 0;
}
.index-classify-slick .item-title i,
.index-classify-swiper .item-title i {
  font-size: 0.6em;
  margin-left: 0.4em;
}
.index-classify-slick .slick-lines,
.index-classify-slick .swiper-pagination,
.index-classify-swiper .slick-lines,
.index-classify-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}

.index-classify-images {
  position: relative;
  display: none;
}
.index-classify-images .item:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.index-classify-images .item:first-child {
  z-index: 50;
}
.index-classify-images .item.active {
  z-index: 100;
}

.index-classify-list {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
.index-classify-list li {
  margin: 0.4583333333em 0;
}
.index-classify-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-classify-list span {
  -webkit-transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(242, 221, 199, 0.4);
}
.index-classify-list i {
  color: #F2DDC7;
  font-size: 0.875em;
  margin-left: 1rem;
  opacity: 0;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-classify-list .active span {
  color: #F2DDC7;
}
.index-classify-list .active i {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.index-column-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-column-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.index-column-inner,
.index-column-image {
  width: 50%;
}

.index-column-image::before {
  padding-top: 100%;
}

.index-column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  text-align: center;
}
.index-column-inner > div {
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
.index-column-inner .item-title {
  text-transform: uppercase;
  margin-bottom: 0.234375em;
}
.index-column-inner .item-btn {
  margin-left: auto;
  margin-right: auto;
}

@media (hover: hover) {
  .index-classic-list .item-play {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
  .index-classic-list .item-play:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 1024px) {
  .index-classic-list li {
    width: 100%;
  }
  .index-classic-list .item-play {
    right: 4vw;
    top: 4vw;
  }
  .index-column-inner, .index-column-image {
    width: 100%;
  }
  .index-classify-slick .item-title,
  .index-classify-swiper .item-title {
    opacity: 1;
  }
  .index-classify-slick .swiper-pagination,
  .index-classify-swiper .swiper-pagination {
    left: auto;
    right: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .index-classify-list {
    display: none;
  }
  .index-column-inner {
    padding: 13.3333333333vw 0;
  }
  .index-column-inner > div {
    width: 80%;
  }
}
@media (max-width: 750px) {
  .index-banner-slick .item-pic::before {
    padding-top: 177.8666666667%;
  }
  .index-classify-slick .item-pic::before,
  .index-classify-swiper .item-pic::before {
    padding-top: 66.6666666667%;
  }
}
.banner-wrap {
  position: relative;
}

.banner-image::before {
  padding-top: 41.6666666667%;
}

.banner-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #FBF4EC;
}

.banner-title {
  line-height: 1.2916666667;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.banner-text {
  line-height: 1.25;
}

.craft-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.craft-card-content,
.craft-card-media {
  width: 50%;
  position: relative;
}
.craft-card-content.animate .craft-card-front,
.craft-card-media.animate .craft-card-front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.craft-card-content.animate .craft-card-back,
.craft-card-media.animate .craft-card-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.craft-card-content.animate .craft-card-video__btn,
.craft-card-media.animate .craft-card-video__btn {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.craft-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.craft-card-content .craft-card-front {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.craft-card-image::before {
  padding-top: 77.9069767442%;
}

.craft-card-front,
.craft-card-back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-color: #FBF4EC;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.craft-card-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.craft-card-title {
  line-height: 1.2916666667;
  text-transform: uppercase;
  margin-bottom: 0.1041666667em;
}

.craft-card-details {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.craft-description {
  width: 31.25em;
}

.craft-card-btn {
  position: absolute;
  right: 0.625em;
  bottom: 0.625em;
  font-size: 1.25em;
  cursor: pointer;
  z-index: 100;
}

.craft-card-video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.25em;
  height: 1.25em;
  margin-left: -0.625em;
  margin-top: -0.625em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  z-index: 100;
}
.craft-card-video__btn svg {
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .craft-card-btn {
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
  .craft-card-video__btn:hover {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 1025px) {
  .translatepress-zh_CN .banner-inner {
    width: 90%;
  }
  .craft-list li:nth-child(even) .craft-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .craft-card-btn:hover {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 1024px) {
  .banner-inner {
    width: 90%;
  }
  .craft-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .craft-card-content, .craft-card-media {
    width: 100%;
  }
  .craft-card-content {
    min-height: 51.26953125vw;
    background-color: #FBF4EC;
  }
  .craft-card-btn {
    right: 2.9296875vw;
    bottom: 2.9296875vw;
    font-size: 5.859375vw;
  }
}
@media (max-width: 750px) {
  .banner-image::before {
    padding-top: 120%;
  }
  .craft-card-content {
    min-height: 70vw;
  }
  .craft-card-btn {
    right: 4vw;
    bottom: 4vw;
    font-size: 8vw;
  }
}
.faq-list li {
  padding: 1.25em 0;
  border-top: 1px solid #4F3213;
}
.faq-list li:last-child {
  border-bottom: 1px solid #4F3213;
}
.faq-list .item-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-list .item-inner {
  width: calc(80% - 30px);
}
.faq-list .item-pic {
  width: 20%;
}
.faq-list .item-pic::before {
  padding-top: 100%;
}
.faq-list .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.4166666667em;
}
.faq-list .item-text {
  width: 35em;
}
.faq-list .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-list .item-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.faq-list .item-tool.active .item-time,
.faq-list .item-tool.active .item-lines {
  opacity: 1;
}
.faq-list .item-tool.active .item-play-icon {
  opacity: 0;
}
.faq-list .item-tool.active .item-pause-icon {
  opacity: 1;
}
.faq-list .item-time,
.faq-list .item-lines {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-list .item-time {
  margin-right: 1.25em;
}
.faq-list .item-lines {
  width: 10.875em;
  height: auto;
  margin-right: 1.25em;
}
.faq-list .item-audio {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .faq-list .item-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .faq-list .item-pic {
    margin-bottom: 3.90625vw;
  }
  .faq-list .item-text {
    width: auto;
  }
  .faq-list .item-bottom {
    width: 100%;
  }
  .faq-list .item-inner {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .faq-list .item-pic {
    margin-bottom: 5.3333333333vw;
  }
}
.price-list li {
  border-top: 1px solid rgba(79, 50, 19, 0.1);
  padding: 1.4166666667em 0;
}
.price-list li:last-child {
  border-bottom: 1px solid rgba(79, 50, 19, 0.1);
}
.price-list .item-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-list .item-brand {
  text-align: center;
}
.price-list .item-name,
.price-list .item-material,
.price-list .item-amount {
  font-family: "JosefinSansMedium";
}
.price-list .item-category,
.price-list .item-value {
  text-align: center;
}
.price-list .item-amount {
  color: #B80600;
  margin-bottom: 0.1666666667em;
}
.price-list .item-brand {
  width: 18%;
}
.price-list .item-category {
  width: 29%;
}
.price-list .item-value {
  width: 18%;
}
.price-list .item-material {
  margin-bottom: 0.5416666667em;
}
.price-list .item-product,
.price-list .item-unit {
  font-family: "PoppinsRegular";
}

@media (max-width: 1024px) {
  .price-list .item-category {
    width: 45%;
  }
}
.qijia-banner::before {
  padding-top: 56.25%;
}

.qijia-new-list li {
  width: 25%;
}
.qijia-new-list .item-pic::before {
  padding-top: 26.0416666667vw;
}
.qijia-new-list .item-inner {
  margin-top: 1.6666666667em;
  text-align: center;
}
.qijia-new-list .item-title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
}
.qijia-new-list .item-50 {
  width: 50%;
}

@media (min-width: 1921px) {
  .qijia-new-list .item-pic::before {
    padding-top: 500px;
  }
}
.qijia-about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qijia-about-inner,
.qijia-about-image {
  width: 50%;
}

.qijia-about-image::before {
  padding-top: 100%;
}

.qijia-about-inner {
  text-align: center;
}

.qijia-about-hint {
  margin-bottom: 3.125em;
  text-transform: uppercase;
}

.qijia-about-title {
  line-height: 1.2916666667;
  text-transform: uppercase;
  margin-bottom: 0.2083333333em;
}

.qijia-about-text {
  width: 58%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1025px) {
  .qijia-about-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .qijia-about-title {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .qijia-about-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .qijia-about-inner, .qijia-about-image {
    width: 100%;
  }
  .qijia-about-text {
    width: 80%;
  }
  .qijia-about-inner {
    padding: 9.765625vw 0;
  }
  .qijia-new-list .item-title {
    width: 90%;
  }
  .qijia-new-list li {
    width: 100%;
    padding-bottom: 2.6666666667vw;
  }
  .qijia-new-list .item-50 {
    width: 100%;
  }
  .qijia-new-list .item-pic::before {
    padding-top: 80.7692307692%;
  }
}
@media (max-width: 750px) {
  .qijia-about-inner {
    padding: 13.3333333333vw 0;
  }
}
.contact-tel .item-value {
  margin-top: 0.3888888889em;
}

.contact-scan-list {
  text-align: center;
}
.contact-scan-list li {
  border-right: 1px solid rgba(79, 50, 19, 0.4);
}
.contact-scan-list li:last-child {
  border-right: none;
}
.contact-scan-list .item-pic {
  width: 6.6666666667em;
  margin-left: auto;
  margin-right: auto;
}
.contact-scan-list .item-pic::before {
  padding-top: 100%;
}
.contact-scan-list .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.625em;
}
.contact-scan-list .item-text {
  width: 18.125em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.125em;
}

.contact-recycling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-recycling-image {
  width: 48%;
}
.contact-recycling-image::before {
  padding-top: 100%;
}

.contact-recycling-inner {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.contact-recycling-title {
  margin-bottom: 0.2083333333em;
}

.contact-recycling-qr .item-pic {
  width: 10em;
  margin-bottom: 0.5em;
}
.contact-recycling-qr .item-pic::before {
  padding-top: 100%;
}

.contact-recycling-list li:nth-last-child(1), .contact-recycling-list li:nth-last-child(2) {
  margin-bottom: 0;
}
.contact-recycling-list .item-title,
.contact-recycling-list .item-text {
  max-width: 60%;
}
.contact-recycling-list .item-title {
  margin-bottom: 0.5833333333em;
}
.contact-recycling-list .item-text {
  line-height: 1.5;
}

.contact-service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-service-slick {
  width: 48%;
}
.contact-service-slick .item-pic::before {
  padding-top: 100%;
}
.contact-service-slick .slick-lines {
  position: absolute;
  left: 50%;
  bottom: 3.8%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-service-inner {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.contact-service-header {
  padding-bottom: 1.6666666667em;
  border-bottom: 1px solid rgba(79, 50, 19, 0.4);
}
.contact-service-header .item-title {
  width: 11.0416666667em;
  margin-bottom: 0.2916666667em;
}
.contact-service-header .item-text {
  width: 30.625em;
}
.contact-service-header .item-text p {
  margin-bottom: 1.375em;
}
.contact-service-header .item-text p:last-child {
  margin-bottom: 0;
}

.contact-service-footer .item-pic {
  width: 8rem;
  margin-bottom: 1.1rem;
}
.contact-service-footer .item-pic::before {
  padding-top: 100%;
}
.contact-service-footer .item-title {
  margin-bottom: 0.3333333333em;
}

@media (max-width: 1024px) {
  .contact-scan-list li {
    width: 100%;
    border-right: none;
    padding-bottom: 6.6666666667vw;
    border-bottom: 1px solid rgba(79, 50, 19, 0.4);
  }
  .contact-scan-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact-recycling {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-recycling-inner,
  .contact-recycling-image {
    width: 100%;
  }
  .contact-recycling-image {
    margin-bottom: 4.8828125vw;
  }
  .contact-recycling-list .item-title,
  .contact-recycling-list .item-text {
    max-width: 90%;
  }
  .contact-recycling-list .item-text {
    font-size: 1.953125vw;
  }
  .contact-service-slick,
  .contact-service-inner {
    width: 100%;
  }
  .contact-service-inner {
    margin-top: 5.859375vw;
  }
  .contact-service-header .item-text {
    width: 100%;
  }
  .contact-service-footer {
    margin-top: 7.8125vw;
  }
}
@media (max-width: 750px) {
  .contact-recycling-image,
  .contact-service-inner {
    margin-top: 6.6666666667vw;
  }
  .contact-recycling-list .item-text {
    font-size: 2.6666666667vw;
  }
  .contact-service-footer {
    margin-top: 10.6666666667vw;
  }
}
.future-banner {
  background-color: #fff;
}

.future-banner-slick {
  font-size: 0;
}
.future-banner-slick .item-box {
  position: relative;
}
.future-banner-slick .item-pic::before {
  padding-top: 46.875%;
}
.future-banner-slick .item-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 12%;
  color: #4F3213;
  text-align: center;
  z-index: 10;
}
.future-banner-slick .item-title,
.future-banner-slick .item-text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.future-banner-slick .item-title {
  text-transform: uppercase;
  line-height: 1.2916666667;
  margin-bottom: 0.2083333333em;
}
.future-banner-slick .item-text {
  width: 21.25em;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.future-banner-slick .slick-lines {
  position: absolute;
  left: 8.3%;
  bottom: 6.25%;
}
.future-banner-slick .slick-lines li {
  margin-right: 10px;
}
.future-banner-slick .slick-lines button {
  background-color: #4F3213;
}
.future-banner-slick.aos-animate .slick-current .item-title,
.future-banner-slick.aos-animate .slick-current .item-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.future-gold-slick .slick-lines button {
  background-color: #F2DDC7;
}

.future-product {
  background-color: var(--color-bg-surface);
}

.future-product-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.future-product-tab li {
  margin: 0 0.9166666667em;
}
.future-product-tab a {
  color: #4F3213;
}
.future-product-tab .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.future-product-tab .item-text {
  position: relative;
}
.future-product-tab .item-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #4F3213;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.future-product-tab .item-icon {
  width: 2.0833333333em;
  margin-right: 0.2083333333em;
}
.future-product-tab .item-icon::before {
  padding-top: 100%;
}

.future-product-image::before {
  padding-top: 22.9166666667%;
}

.future-number-list li {
  border-right: 1px solid rgba(79, 50, 19, 0.4);
  border-bottom: 1px solid rgba(79, 50, 19, 0.4);
  padding-top: 1.6666666667em;
  padding-bottom: 3.3333333333em;
}
.future-number-list .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.future-number-list .item-value {
  line-height: 1;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.future-number-list .item-title {
  margin-bottom: 1.5em;
}

.future-showcase .item-box {
  position: relative;
}
.future-showcase .item-pic::before {
  padding-top: 100%;
}
.future-showcase .item-inner {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 8%;
  text-align: center;
}
.future-showcase .item-title {
  font-family: "JosefinSansMedium";
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

@media (min-width: 1025px) {
  .future-product-header .sec-header-title {
    width: 16.6666666667em;
    margin-left: auto;
    margin-right: auto;
  }
  .future-number-list li:nth-child(4n) {
    border-right: none;
  }
  .future-number-list li:nth-last-child(-n+4) {
    border-bottom: none;
    padding-top: 3.3333333333em;
    padding-bottom: 2.5em;
  }
}
@media (max-width: 1024px) {
  .future-banner-slick .item-pic::before {
    padding-top: 166.6666666667%;
  }
  .future-banner-slick .item-inner {
    top: 10.7421875vw;
  }
  .future-banner-slick .slick-lines {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 3.90625vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .future-product {
    padding-top: 9.765625vw;
  }
  .future-product-image {
    margin-top: 4.8828125vw;
  }
  .future-product-image::before {
    padding-top: 146.6666666667%;
  }
  .future-showcase-list li {
    width: 100%;
  }
  .future-number-list li {
    width: 50%;
    padding-top: 8.7890625vw;
    padding-bottom: 8.7890625vw;
  }
  .future-number-list li:nth-child(even) {
    border-right: none;
  }
  .future-number-list li:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .future-number-list li:nth-child(1), .future-number-list li:nth-child(2) {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .future-product {
    padding-top: 13.3333333333vw;
  }
  .future-product-image {
    margin-top: 6.6666666667vw;
  }
  .future-number-list li {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
.imprint-card-slick a {
  display: block;
  position: relative;
}
.imprint-card-slick .item-box {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.imprint-card-slick .item-pic::before {
  padding-top: 160.7142857143%;
}
.imprint-card-slick .scale-small .item-box {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.imprint-card-slick .scale-medium .item-box {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.imprint-card-slick .scale-normal .item-box {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.imprint-card-slick .item-title {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 3.3%;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2777777778;
  letter-spacing: -2px;
}

.imprint-card-swiper {
  overflow: visible;
}

.imprint-card-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}
.imprint-card-swiper .item-box {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  opacity: 0;
}
.imprint-card-swiper a {
  display: block;
}
.imprint-card-swiper .item-pic::before {
  padding-top: 160.7142857143%;
}
.imprint-card-swiper .item-title {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 3.3%;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -1px;
  z-index: 2;
}

.imprint-banner {
  position: relative;
}
.imprint-banner .item-pic::before {
  padding-top: 46.875%;
}
.imprint-banner .item-title {
  position: absolute;
  left: 5.2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
}

.imprint-light-list .item-pic::before {
  padding-top: 100%;
}

.imprint-filter {
  -webkit-transition: all 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.imprint-filter.is-stuck .filter-list a {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1025px) {
  .imprint-filter {
    position: sticky;
    top: 0;
    left: 0;
    background-color: var(--color-bg-surface);
    z-index: 200;
  }
}
@media (max-width: 1024px) {
  .imprint-banner .item-pic::before {
    padding-top: 66.6666666667%;
  }
  .imprint-card-swiper .swiper-slide {
    width: 65%;
  }
}
@media (min-width: 1921px) {
  .store-html .header-top {
    margin-left: 50px;
    margin-right: 50px;
  }
  .store-html .header {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .store-html .header-logo {
    height: 50px;
  }
  .store-html .header-location {
    width: 26px;
    height: 26px;
    margin-left: 22px;
  }
  .store-html .header-search-btn {
    font-size: 22px;
    margin-left: 26px;
    cursor: pointer;
  }
  .store-html .header-nav {
    margin-top: 30px;
  }
  .store-html .header-nav-list.fs-16 {
    font-size: 16px;
  }
}
.store-html .footer {
  position: relative;
  z-index: 340;
}

.story-heritage {
  background-color: #f9f9f9;
}

.story-menu {
  position: fixed;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 280;
}

.story-menu-scroll {
  position: relative;
}

.story-menu-bg {
  position: absolute;
  right: -6px;
  top: 0;
  width: 12px;
  height: 12px;
  background-color: #D9B866;
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.story-menu-list {
  font-size: 14px;
  border-right: 1px solid #D9D9D9;
}
.story-menu-list li:first-child a {
  color: #C9151E;
}
.story-menu-list li:last-child a {
  padding-bottom: 0;
}
.story-menu-list a {
  display: block;
  padding-right: 16px;
  padding-bottom: 18px;
  color: #000;
  -webkit-transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
}
.story-menu-list a:hover {
  color: #C9151E;
}

.story-section {
  position: relative;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  color: #000;
}

.story-time {
  -webkit-text-stroke: 2px #B59861;
  font-size: 18rem;
  color: transparent;
  line-height: 1;
  letter-spacing: 1.8rem;
  white-space: nowrap;
  position: relative;
  z-index: 200;
}
.story-time .char:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.story-time .char:nth-child(3) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.story-time .char:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.story-time .char:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.story-time {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.story-time.ready {
  opacity: 1;
  visibility: visible;
}
.story-time .line-wrapper {
  overflow: hidden;
}
.story-time .in-viewport .char {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.story-time .in-viewport .char:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.story-time .in-viewport .char:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.story-time .in-viewport .char:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.story-time .in-viewport .char:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.story-time .char {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.story-sec1-caption {
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 50;
}
.story-sec1-caption .item-hint {
  color: #C9151E;
}
.story-sec1-caption .item-title {
  margin-top: 0.1805555556em;
}

.story-sec1-time--top {
  margin-left: 8rem;
  margin-top: 1.5rem;
}

.story-sec1-time--bottom {
  margin-left: 38rem;
  margin-top: -2rem;
}

.story-sec1-img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 48rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.story-sec1-img::before {
  padding-top: 100%;
}

@-webkit-keyframes tw-bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes tw-bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
.scroll-hint svg {
  height: 1.65rem;
  width: auto;
  -webkit-animation: tw-bounce 1s infinite;
          animation: tw-bounce 1s infinite;
}

.story-sec2-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 50;
}

.story-block-caption .item-date {
  position: relative;
  padding-left: 3.375em;
  margin-bottom: 1.25em;
}
.story-block-caption .item-date::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.5em;
  height: 1px;
  background-color: #000;
}
.story-block-caption .item-title {
  line-height: 1.3;
}

.story-sec2-caption {
  width: 26.5rem;
}

.story-sec2-time {
  margin-top: -1.2rem;
}

.story-sec2-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -3.5rem;
}

.story-sec2-text {
  width: 29.375em;
  margin-right: 1.875em;
}
.story-sec2-text p {
  margin-bottom: 3em;
}
.story-sec2-text p:last-child {
  margin-bottom: 0;
}

.story-sec-image {
  width: 44.85rem;
}
.story-sec-image::before {
  padding-top: 56.1872909699%;
}

.story-sec3-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.story-sec3-caption {
  margin-right: 0.9rem;
}
.story-sec3-caption .item-title {
  width: 25.8rem;
}

.story-sec3-time {
  margin-top: -1rem;
}

.story-sec3-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.story-sec3-text {
  width: 30.625em;
  margin-right: 0.625em;
  margin-top: -2.5em;
}

.story-sec3-image {
  width: 49rem;
}
.story-sec3-image img {
  width: 100%;
}

.story-sec4-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.story-sec5 {
  position: relative;
  z-index: 100;
}

@-webkit-keyframes jump {
  0%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes jump {
  0%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.story-sec19-dots i {
  -webkit-animation: jump 0.6s ease-in-out infinite;
          animation: jump 0.6s ease-in-out infinite;
}
.story-sec19-dots i:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.story-sec19-dots i:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media (min-width: 1921px) {
  .store-html {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .store-html {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) {
  .ml-310 {
    margin-left: 15.5rem;
  }
  .ml-240 {
    margin-left: 12rem;
  }
  .story-sec4-text p,
  .story-text p {
    margin-bottom: 1.875em;
  }
  .story-sec4-text p:last-child,
  .story-text p:last-child {
    margin-bottom: 0;
  }
  .story-sec4-time2 {
    margin-top: -1.5rem;
  }
  .story-sec4-image {
    width: 16rem;
    margin-top: 2rem;
  }
  .story-sec4-inner {
    width: 50rem;
    margin-top: -4rem;
    margin-left: 8rem;
  }
  .story-sec5-time {
    margin-top: 1.3rem;
  }
  .story-sec5-text {
    margin-left: 25.5rem;
    margin-top: 2rem;
    width: 19.5rem;
  }
  .story-sec5-image--top,
  .story-sec5-image--bottom {
    position: absolute;
  }
  .story-sec5-image--top {
    right: -5rem;
    width: 49rem;
    top: -18.5rem;
  }
  .story-sec5-image--bottom {
    left: 2.7rem;
    bottom: -3rem;
    width: 30.1rem;
  }
  .story-sec5 {
    padding-bottom: 5rem;
  }
  .story-sec6-time {
    position: absolute;
    left: 24.5rem;
    top: 2.5rem;
    z-index: 50;
  }
  .story-sec6-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 5rem;
  }
  .story-sec6-image {
    width: 34.75rem;
    margin-right: 5rem;
  }
  .story-sec6-text {
    width: 30.25em;
    margin-bottom: 2.25em;
  }
  .story-sec7-wrap {
    padding-bottom: 16rem;
  }
  .story-sec7-image1 {
    position: absolute;
    width: 15rem;
    right: 21.6rem;
    bottom: 11rem;
  }
  .story-sec7-image2 {
    position: absolute;
    left: 15.5rem;
    bottom: 4rem;
    width: 21.7rem;
    pointer-events: none;
  }
  .story-sec7-image3 {
    display: none;
  }
  .story-sec7-time,
  .story-sec7-text {
    margin-left: 18.5rem;
  }
  .story-sec7-time {
    margin-top: -1.3rem;
  }
  .story-sec7-text {
    width: 26.875em;
    margin-top: -1.25em;
    position: relative;
    z-index: 100;
  }
  .story-sec8-time {
    position: absolute;
    left: 20.75rem;
    top: 7rem;
    z-index: 100;
  }
  .story-sec8-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 7.5rem;
  }
  .story-sec8-image {
    width: 34.7rem;
    margin-right: 5.7rem;
  }
  .story-sec8-text {
    width: 21em;
  }
  .story-sec9-time {
    position: absolute;
    left: 20rem;
    top: 5rem;
    z-index: 50;
  }
  .story-sec9-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 4rem;
    position: relative;
  }
  .story-sec9-text {
    width: 22.125em;
    margin-top: 12.5em;
    margin-right: 4.375em;
  }
  .story-sec9-image1 {
    width: 29.5rem;
  }
  .story-sec9-image2 {
    width: 14.2rem;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
  }
  .story-sec10-time {
    margin-left: 25rem;
    margin-top: -3.5rem;
  }
  .story-sec10-text {
    margin-left: 29.5rem;
    margin-top: 1.5rem;
    width: 24.375em;
  }
  .story-sec10-image {
    position: absolute;
    left: -11rem;
    top: -5rem;
    width: 48rem;
    z-index: -1;
  }
  .story-sec11-time {
    position: absolute;
    left: 24.5rem;
    top: 9rem;
    z-index: 100;
  }
  .story-sec11-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 4.5rem;
    position: relative;
  }
  .story-sec11-text {
    width: 30.125em;
    margin-right: 14.375em;
  }
  .story-sec11-image {
    width: 24.5rem;
  }
  .story-sec11-icon1 {
    position: absolute;
    left: 0;
    top: -3rem;
    width: 11.5rem;
  }
  .story-sec11-icon2 {
    position: absolute;
    left: 24.5rem;
    bottom: 0;
    width: 9.7rem;
  }
  .story-sec12-time {
    margin-top: 0.5rem;
    position: relative;
    z-index: 50;
  }
  .story-sec12-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .story-sec12-image1 {
    width: 20.2rem;
    margin-top: -5rem;
  }
  .story-sec12-image2 {
    position: absolute;
    right: -24rem;
    top: -4rem;
    width: 44.5rem;
  }
  .story-sec12-text {
    margin-left: 6.5rem;
    margin-top: 2.5rem;
    width: 26.625em;
  }
  .story-sec13-caption {
    position: relative;
    z-index: 50;
  }
  .story-sec13-time {
    position: absolute;
    top: 1.5rem;
    left: 30.5rem;
    z-index: 40;
  }
  .story-sec13-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .story-sec13-text {
    width: 26.5625em;
    margin-top: 7.5rem;
  }
  .story-sec13-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .story-sec13-image1 {
    width: 27.5rem;
    margin-top: -4.5rem;
    margin-left: -0.5rem;
  }
  .story-sec13-image2 {
    width: 28rem;
    margin-top: 9.5rem;
  }
  .story-sec14-time {
    margin-top: 0.5rem;
    position: relative;
    z-index: 10;
  }
  .story-sec14-text {
    width: 35.625em;
    margin-top: 5em;
  }
  .story-sec14-image {
    width: 31.3rem;
    position: absolute;
    left: 34rem;
    top: -2rem;
  }
  .story-sec15 {
    padding-bottom: 10rem;
  }
  .story-sec15-time {
    margin-left: 21.5rem;
  }
  .story-sec15-text {
    width: 23.25em;
    margin-left: 56.25em;
    margin-top: 6.25em;
  }
  .story-sec15-image1 {
    position: absolute;
    left: -7rem;
    top: 0;
    width: 27rem;
  }
  .story-sec15-image2 {
    position: absolute;
    left: 26rem;
    bottom: 5rem;
    width: 10rem;
  }
  .story-sec16-time {
    position: absolute;
    left: 22.5rem;
    top: 13rem;
  }
  .story-sec16-content {
    margin-top: 6.5rem;
  }
  .story-sec16-image1 {
    width: 33rem;
  }
  .story-sec16-text {
    margin-top: 4.375em;
    width: 53.125em;
  }
  .story-sec16-image2 {
    width: 9rem;
    position: absolute;
    left: 33.75rem;
    top: 0;
    z-index: -1;
  }
  .story-sec16-image3 {
    position: absolute;
    left: 42.8rem;
    bottom: -1rem;
    width: 21.5rem;
  }
  .story-sec17-time {
    position: absolute;
    left: 17.5rem;
    top: 0;
  }
  .story-sec17-content {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-sec17-text {
    width: 26.0625em;
    margin-right: 1.875em;
    margin-top: 4.375em;
  }
  .story-sec17-image {
    width: 39.3rem;
  }
  .story-sec18-time {
    margin-top: 0.5rem;
  }
  .story-sec18-text {
    margin-top: 6rem;
    width: 33.125em;
  }
  .story-sec18-image1 {
    position: absolute;
    left: 40.5rem;
    top: 5rem;
    width: 14rem;
  }
  .story-sec18-image2 {
    position: absolute;
    left: 9rem;
    top: 15rem;
    width: 9.25rem;
    z-index: -1;
  }
  .story-sec18-image3 {
    position: absolute;
    left: 25.5rem;
    top: 14.5rem;
    width: 11.2rem;
    z-index: -1;
  }
  .story-sec18-image4 {
    position: absolute;
    left: 42rem;
    bottom: 0;
    width: 13rem;
  }
  .story-sec18-image5 {
    position: absolute;
    right: -9.5rem;
    top: 8rem;
    width: 32.3rem;
  }
  .story-sec19-caption {
    margin-top: 2rem;
  }
  .story-sec19-dots {
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story-sec19-dots i {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.45rem;
    background-color: #D9B866;
    border-radius: 50%;
  }
}
@media (max-width: 1024px) {
  .story-menu {
    display: none;
  }
  .story-section {
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
  }
  .story-time {
    font-size: 32vw;
    letter-spacing: 2.6666666667vw;
  }
  .story-sec1-time--top {
    margin-left: 5.3333333333vw;
  }
  .story-sec1-time--bottom {
    margin-left: 0;
    margin-top: 32vw;
  }
  .story-sec1-img {
    width: 100%;
    left: 0;
    top: 32vw;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .scroll-hint {
    bottom: 4vw;
  }
  .scroll-hint svg {
    height: 4.4vw;
  }
  .story-sec2-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-block-caption .item-date {
    padding-left: 16vw;
    margin-bottom: 4vw;
  }
  .story-block-caption .item-date::before {
    width: 11.2vw;
  }
  .story-sec2-caption {
    margin-bottom: 4vw;
  }
  .story-sec2-bottom {
    margin-top: 2.6666666667vw;
  }
  .story-sec2-text {
    width: 100%;
  }
  .story-sec2-text p {
    margin-bottom: 0;
  }
  .story-sec-image {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
  .story-sec3-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-sec3-time {
    margin-top: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .story-sec3-caption .item-title {
    width: 68.5333333333vw;
  }
  .story-sec3-text {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .story-sec3-image {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
  .story-sec4-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 5.3333333333vw;
  }
  .story-sec4-text {
    margin-top: 2.6666666667vw;
    margin-bottom: 4.5333333333vw;
  }
  .story-sec4-image {
    margin-top: 5.3333333333vw;
  }
  .story-sec5 {
    margin-right: 0;
    margin-left: 0;
  }
  .story-sec5-main {
    margin-right: 5%;
    margin-left: 5%;
  }
  .story-sec5-image--top {
    width: 100%;
    margin-left: auto;
    margin-right: -20vw;
    margin-top: -13.3333333333vw;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  .story-sec5-image--bottom {
    margin-left: -5%;
    margin-top: 13.3333333333vw;
    width: 74.1333333333vw;
  }
  .story-sec5-time {
    margin-top: 4.6666666667vw;
  }
  .story-sec5-text {
    margin-top: 2vw;
  }
  .story-sec6-time {
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec6-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .story-sec6-image {
    margin-top: 8vw;
  }
  .story-sec7-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .story-sec7-image1 {
    width: 40%;
  }
  .story-sec7-image2 {
    width: 60%;
  }
  .story-sec7-time {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .story-sec7-image3 {
    margin-top: 8vw;
    margin-bottom: 13.3333333333vw;
  }
  .story-sec8-caption .item-title br {
    display: none;
  }
  .story-sec8-time {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec8-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .story-sec8-image {
    margin-top: 8vw;
  }
  .story-sec9-time {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec9-images {
    margin-top: 2.6666666667vw;
  }
  .story-sec9-image1 {
    width: 60vw;
  }
  .story-sec9-image2 {
    width: 60.2666666667vw;
    margin-left: 44vw;
    width: 35.2vw;
    margin-top: -2.6666666667vw;
  }
  .story-sec10-time {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec10-image {
    margin-top: 2.6666666667vw;
  }
  .story-sec11-time {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec11-image {
    margin-top: 8vw;
    display: none;
  }
  .story-sec11-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5.3333333333vw;
  }
  .story-sec11-icon {
    width: 42.4vw;
  }
  .story-sec12 {
    margin-right: 0;
  }
  .story-sec12-time {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec12-content {
    margin-top: 2.6666666667vw;
    padding-right: 5%;
    position: relative;
  }
  .story-sec12-image1 {
    position: absolute;
    left: 0;
    bottom: 5.3333333333vw;
    width: 35.3333333333vw;
  }
  .story-sec12-image2 {
    width: 90.6666666667vw;
    position: relative;
    right: -37.3333333333vw;
  }
  .story-sec13-time {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec13-images {
    margin-top: 6.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .story-sec13-image1 {
    width: 58.1333333333vw;
  }
  .story-sec13-image2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 35.3333333333vw;
  }
  .story-sec14-time {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec14-image {
    margin-top: 6.6666666667vw;
  }
  .story-sec15 {
    padding-bottom: 13.3333333333vw;
  }
  .story-sec15-time {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec15-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 6.6666666667vw;
  }
  .story-sec15-image1 {
    width: 53.3333333333vw;
  }
  .story-sec15-image2 {
    width: 29.3333333333vw;
  }
  .story-sec16-image2 {
    position: absolute;
    right: -3%;
    top: 17.3333333333vw;
    width: 18.6666666667vw;
    z-index: -1;
  }
  .story-sec16-time {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec16-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .story-sec16-image1 {
    margin-top: 6.6666666667vw;
  }
  .story-sec16-image3 {
    width: 42.6666666667vw;
    margin-left: auto;
    margin-right: 8vw;
  }
  .story-sec17-time {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .story-sec17-image {
    margin-top: 6.6666666667vw;
  }
  .story-sec18 {
    margin-right: 0;
  }
  .story-sec18-caption,
  .story-sec18-time,
  .story-sec18-text {
    margin-right: 5%;
  }
  .story-sec18-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4vw;
    margin-right: -5%;
    position: relative;
  }
  .story-sec18-image2 {
    position: absolute;
    right: 0;
    top: 16vw;
    width: 26.6666666667vw;
    z-index: -1;
  }
  .story-sec18-image3 {
    width: 20vw;
    margin-right: 10.6666666667vw;
  }
  .story-sec18-image1 {
    width: 37.3333333333vw;
  }
  .story-sec18-image4 {
    width: 23.7333333333vw;
    margin-left: 13.3333333333vw;
    margin-top: -8vw;
  }
  .story-sec18-image5 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46.6666666667vw;
  }
  .story-sec19-dots {
    margin-top: 5.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story-sec19-dots i {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 2.1333333333vw;
    background-color: #D9B866;
    border-radius: 50%;
  }
}
.search-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 10px 20px;
  background-color: #F2DDC7;
  margin-bottom: 15px;
}
.search-item h4 {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.search-item p {
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (hover: hover) {
  .search-link {
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .search-link:hover {
    opacity: 0.6;
  }
}
.footer {
  background-color: #2E2521;
  padding-bottom: 2rem;
}

.footer-hotline {
  text-align: center;
  color: #F2DDC7;
}
.footer-hotline .item-hint {
  opacity: 0.5;
  margin-bottom: 0.375em;
}

.footer-center,
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-nav {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-nav-item {
  width: 25%;
}

.footer-nav-title {
  color: #F2DDC7;
  opacity: 0.5;
  display: inline-block;
  margin-bottom: 1.875em;
}
.footer-nav-title i {
  display: none;
}

.footer-nav-list li {
  margin-bottom: 0.625em;
}
.footer-nav-list a {
  color: #F2DDC7;
  line-height: 1.25;
}

.footer-social {
  width: 24%;
}

.footer-social-hint {
  color: #F2DDC7;
}

.footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5rem;
  max-width: 12rem;
}
.footer-social-links a {
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(242, 221, 199, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F2DDC7;
  border-radius: 50%;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.footer-social-links a i {
  font-size: 1.2rem;
  display: inline-block;
}
.footer-social-links a:hover .item-pic {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.footer-social-links .item-pic {
  width: 6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.9);
          transform: translateX(-50%) scale(0.9);
  top: -7rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-social-links .item-pic::before {
  padding-top: 100%;
}

.footer-bottom {
  padding-top: 2rem;
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.copyright {
  color: #F2DDC7;
}

.back-top {
  color: #F2DDC7;
  font-size: 0.7rem;
  cursor: pointer;
}

@media (hover: hover) {
  .footer-nav-list a {
    display: inline-block;
    position: relative;
  }
  .footer-nav-list a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #F2DDC7;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .footer-nav-list a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .footer-social-links a {
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .footer-social-links a:hover {
    background-color: #F2DDC7;
    border-color: #F2DDC7;
    color: #4F3213;
  }
  .back-top {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .back-top:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media (max-width: 1024px) {
  .footer-hotline .item-tel {
    margin-top: 1.171875vw;
  }
  .footer-center {
    border-top: none;
    padding-top: 0;
    margin-top: 5.859375vw;
  }
  .footer-nav,
  .footer-social {
    width: 100%;
  }
  .footer-nav-item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3.7109375vw 0;
  }
  .footer-nav-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-nav-item.active .footer-nav-title i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer-nav.fs-16 {
    font-size: 2.34375vw;
  }
  .footer-nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    opacity: 1;
    margin-bottom: 0;
  }
  .footer-nav-title i {
    display: block;
    font-size: 0.9em;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .footer-nav-list {
    font-size: 0.9em;
    display: none;
    margin-top: 3.90625vw;
  }
  .footer-social {
    margin-top: 100px;
  }
  .footer-social-hint {
    text-align: center;
  }
  .footer-social-links {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-social-links a {
    width: 8.7890625vw;
    height: 8.7890625vw;
    margin-left: 0.9765625vw;
    margin-right: 0.9765625vw;
  }
  .footer-social-links a i {
    font-size: 3.3203125vw;
  }
  .footer-social-links .item-pic {
    width: 20vw;
    top: -24vw;
  }
  .copyright {
    width: 48.828125vw;
  }
}
@media (max-width: 750px) {
  .footer-nav.fs-16 {
    font-size: 3.2vw;
  }
  .footer-hotline .item-hint {
    font-size: 3.2vw;
    margin-bottom: 1.8666666667vw;
  }
  .footer-center {
    margin-top: 8vw;
  }
  .footer-nav-list {
    margin-top: 5.3333333333vw;
  }
  .footer-nav-list li {
    margin-bottom: 1.3333333333vw;
  }
  .footer-nav-item {
    padding: 5.0666666667vw 0;
  }
  .footer-social {
    margin-top: 13.3333333333vw;
  }
  .footer-social-links a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-left: 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
  .footer-social-links a i {
    font-size: 4.2666666667vw;
  }
  .copyright {
    width: 66.6666666667vw;
  }
  .back-top {
    font-size: 1.8666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */
