/* ---------------------------------------------------------------------------
   safety.css — the current site's own stylesheet. Safety only. Carries the three assurance cards, the cold-chain diagram and the storage/monitoring/delivery tabs.

   GENERATED by scripts/build-legacy-css.ts. Do not edit this file by hand,
   and do not tidy it or convert it to Tailwind: its value is that it is what
   the live site runs. See docs/DESIGN-SYSTEM.md for the rule.

   9 @font-face block(s) removed — globals.css declares the fonts.
   --------------------------------------------------------------------------- */

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(90vw) rotateY(67.5deg);
            transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(90vw) rotateY(67.5deg);
            transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes clock-hand {
  0% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 0;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  1% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  100% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes clock-hand {
  0% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 0;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  1% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(-270deg);
            transform: rotateZ(-270deg);
  }
  100% {
    -webkit-transform-origin: center right;
            transform-origin: center right;
    transform-box: fill-box;
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@-webkit-keyframes sofa {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(-20px) rotate(-10deg);
            transform: translateY(-20px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes sofa {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(-20px) rotate(-10deg);
            transform: translateY(-20px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@-webkit-keyframes pop-size {
  50% {
    opacity: 1;
    font-size: 24px;
  }
  80% {
    font-size: 26px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    font-size: 24px;
  }
}

@keyframes pop-size {
  50% {
    opacity: 1;
    font-size: 24px;
  }
  80% {
    font-size: 26px;
    opacity: 1;
  }
  100% {
    opacity: 1;
    font-size: 24px;
  }
}

@-webkit-keyframes fill-to-right {
  0% {
    opacity: 1;
    background-size: 0% 100%;
    padding-right: 0px;
  }
  90% {
    opacity: 1;
    padding-right: 15px;
  }
  100% {
    opacity: 1;
    background-size: 100% 100%;
    padding-right: 0px;
  }
}

@keyframes fill-to-right {
  0% {
    opacity: 1;
    background-size: 0% 100%;
    padding-right: 0px;
  }
  90% {
    opacity: 1;
    padding-right: 15px;
  }
  100% {
    opacity: 1;
    background-size: 100% 100%;
    padding-right: 0px;
  }
}

@-webkit-keyframes wipe {
  0% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 300;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 532;
  }
}

@keyframes wipe {
  0% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 300;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 267;
    stroke-dashoffset: 532;
  }
}

[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  will-change: transform , opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.fill-to-right {
  -webkit-animation-name: fill-to-right;
          animation-name: fill-to-right;
}

.sofa {
  -webkit-animation-name: sofa;
          animation-name: sofa;
}

.wipe {
  -webkit-animation-name: wipe;
          animation-name: wipe;
}

.pop-size {
  -webkit-animation-name: pop-size;
          animation-name: pop-size;
}

.clock-hand {
  -webkit-animation-name: clock-hand;
          animation-name: clock-hand;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}

/*
*/
.compat-object-fit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px) {
  section .inner-container {
    margin-right: 138px;
  }
}

section h2 {
  margin-bottom: 32px;
  font-weight: 400;
}

section h2.section-title {
  font-size: 40px;
}

@media (max-width: 991px) {
  section h2.section-title {
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  section h2 {
    font-size: 40px;
  }
}

section h3 {
  margin-bottom: 16px;
  font-family: "Muli", "Microsoft JHenghei", sans-serif;
}

section .safety-list {
  list-style: upper-alpha;
  padding-left: 30px;
}

section .safety-list li {
  margin-top: 5px;
}

section.intro {
  margin-bottom: 42px;
  position: relative;
}

@media (min-width: 992px) {
  section.intro {
    margin-bottom: 96px;
  }
}

section.intro p:not(:last-child) {
  margin-bottom: 36px;
}

section.intro .deco.deco-orange6 {
  top: -96px;
  left: -368px;
}

section.intro .deco.deco-green2 {
  top: -90px;
  right: -308px;
}

@media (max-width: 991px) {
  section.intro .deco.deco-green2 {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
    width: 203px;
    height: 251px;
    top: -112px;
    right: -156px;
  }
}

section.safety {
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  section.safety {
    margin-bottom: 112px;
  }
  section.safety .inner-container {
    margin-right: 0;
  }
}

section.safety .swiper-button-prev {
  left: -36px;
}

section.safety .swiper-button-next {
  right: -16px;
}

section.safety .com-item-block {
  width: 78%;
}

@media (min-width: 992px) {
  section.safety .swiper-slide {
    width: calc((100% - 108px) / 3);
  }
  section.safety .swiper-slide:not(:nth-th-child(3n-1)) {
    margin-right: 54px;
  }
  section.safety .swiper-slide .com-item-block {
    width: 100%;
  }
}

section.cold-chain {
  padding-top: 36px;
  background-color: rgba(134, 138, 132, 0.04);
  margin-bottom: 0;
  padding-bottom: 124px;
}

@media (min-width: 992px) {
  section.cold-chain {
    padding-top: 98px;
    padding-bottom: 240px;
  }
  section.cold-chain .cold-chain-image-wrapper img {
    margin-left: 46px;
  }
  section.cold-chain .cold-chain-image-wrapper p {
    width: 73%;
  }
  section.cold-chain .cold-chain-image-wrapper p.cold-chain-image {
    width: 88%;
    margin-top: 84px;
  }
}

section.cold-chain .cold-chain-tabs-wrapper {
  margin-top: 170px;
  margin-left: -16px;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tabs > li {
  width: calc((100% - 48px) / 3);
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tabs > li > a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Muli", "Microsoft JHenghei", sans-serif;
  color: #212121;
  padding-bottom: 30px;
  height: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tabs > li > a:after {
  display: block;
  content: "";
  height: 3px;
  margin-top: 1px;
  width: 0;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #7ca75c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tabs > li > a.active:after, section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tabs > li > a:hover:after {
  width: 100%;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tabs > li > a:not(:last-child) {
  margin-right: 24px;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tabs > li > a .icon {
  margin-right: 16px;
}

@media (min-width: 576px) and (max-width: 1200px) {
  section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tab-content {
    margin-left: -36px;
    margin-right: -36px;
  }
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tab-content .tab-pane {
  margin-top: 40px;
  padding: 0 8px;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tab-content .tab-pane .image-swiper img {
  width: 100%;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tab-content .tab-pane .swiper-slide {
  line-height: 28px;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tab-content .tab-pane .swiper-slide .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tab-content .tab-pane .content-swiper {
  margin-left: 8px;
  margin-top: 56px;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tab-content .tab-pane .desktop-swiper {
  margin-top: 78px;
}

@media (min-width: 576px) {
  section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tab-content .tab-pane .desktop-swiper {
    padding-left: 36px;
    padding-right: 36px;
  }
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tab-content .tab-pane .desktop-swiper .swiper-slide img {
  margin-right: 30px;
  width: 50%;
}

section.cold-chain .cold-chain-tabs-wrapper .cold-chain-tab-content .tab-pane .desktop-swiper .swiper-slide .desc {
  width: 50%;
}

footer {
  margin-top: 0;
}
/*# sourceMappingURL=safety.css.map */
