@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Inter", "GenKiGothic2 TW", "Noto Sans TC", sans-serif;
  line-height: 1.5;
  color: #1f3333;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c211f;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
  line-height: 1.3em;
}

h2 {
  font-size: 38px;
  line-height: 1.4em;
}

h3 {
  font-size: 28px;
  line-height: 1.5em;
}

h4 {
  font-size: 22px;
  line-height: 1.5em;
}

h5 {
  font-size: 18px;
  line-height: 1.5em;
}

h6 {
  font-size: 16px;
  line-height: 1.5em;
}

p {
  font-size: 16px;
  line-height: 1.7em;
  color: #1f3333;
}

@media (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #3965a8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:focus {
  outline: 2px solid #3965a8;
  outline-offset: 2px;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

.container, .mpp-cip-cases .mpp-cip-cases-container, .mpp-cip-hero .mpp-cip-hero-container, .mpp-advantages .mpp-advantages-container, .mpp-milestones .mpp-milestones-container, .mpp-core-values .mpp-core-values-container, .mpp-company-profile .mpp-company-profile-container, .mpp-contact .mpp-contact-container, .mpp-capabilities .mpp-capabilities-container, .mpp-cip-solutions .mpp-cip-container, .mpp-why-choose .mpp-why-choose-blue-section .mpp-why-choose-container, .mpp-why-choose .mpp-why-choose-title, .mpp-home-products .mpp-home-products-container, .mpp-partners .mpp-partners-container, .mpp-hero .mpp-hero-container, .mpp-footer .mpp-footer-container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 16px;
}

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

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

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

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

@media (min-width: 769px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
}
@keyframes swap-text-in {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-1.2em);
  }
  30.01% {
    transform: translateY(1.2em);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes swap-text-out {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(1.2em);
  }
  30.01% {
    transform: translateY(-1.2em);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  padding-top: 68px;
}

.mpp-grid {
  display: grid;
  gap: 32px;
}
.mpp-grid.mpp-grid-2 {
  grid-template-columns: 1fr;
}
.mpp-grid.mpp-grid-3 {
  grid-template-columns: 1fr;
}
.mpp-grid.mpp-grid-4 {
  grid-template-columns: 1fr;
}

.mpp-section, .mpp-cip-cases, .mpp-cip-hero, .mpp-advantages, .mpp-milestones, .mpp-core-values, .mpp-company-profile, .mpp-contact, .mpp-capabilities, .mpp-cip-solutions, .mpp-why-choose, .mpp-home-products, .mpp-partners, .mpp-hero {
  padding: 64px 0;
}
.mpp-section.mpp-section-sm, .mpp-section-sm.mpp-cip-cases, .mpp-section-sm.mpp-cip-hero, .mpp-section-sm.mpp-advantages, .mpp-section-sm.mpp-milestones, .mpp-section-sm.mpp-core-values, .mpp-section-sm.mpp-company-profile, .mpp-section-sm.mpp-contact, .mpp-section-sm.mpp-capabilities, .mpp-section-sm.mpp-cip-solutions, .mpp-section-sm.mpp-why-choose, .mpp-section-sm.mpp-home-products, .mpp-section-sm.mpp-partners, .mpp-section-sm.mpp-hero {
  padding: 40px 0;
}
.mpp-section.mpp-section-lg, .mpp-section-lg.mpp-cip-cases, .mpp-section-lg.mpp-cip-hero, .mpp-section-lg.mpp-advantages, .mpp-section-lg.mpp-milestones, .mpp-section-lg.mpp-core-values, .mpp-section-lg.mpp-company-profile, .mpp-section-lg.mpp-contact, .mpp-section-lg.mpp-capabilities, .mpp-section-lg.mpp-cip-solutions, .mpp-section-lg.mpp-why-choose, .mpp-section-lg.mpp-home-products, .mpp-section-lg.mpp-partners, .mpp-section-lg.mpp-hero {
  padding: 100px 0;
}

@media (min-width: 769px) {
  .mpp-grid.mpp-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mpp-grid.mpp-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .mpp-grid.mpp-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mpp-header-scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mpp-field-focused label {
  color: var(--color-accent);
}

*:has(> .mpp-lazy) {
  background: #f8f8f8;
}

.mpp-lazy {
  aspect-ratio: inherit;
  clip-path: inset(0 85% 0 0);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.mpp-lazy-up {
  clip-path: inset(85% 0 0 0);
}
.mpp-lazy-dn {
  clip-path: inset(0 0 85% 0);
}
.mpp-lazy-left {
  clip-path: inset(0 0 0 85%);
}

.mpp-lazy-loaded-done {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.mpp-btn, .mpp-contact-section .mpp-contact-form .mpp-submit-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-contact-btn, .mpp-cip-solutions .mpp-cip-btn, .mpp-form .mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.mpp-btn:focus, .mpp-contact-section .mpp-contact-form .mpp-submit-btn:focus, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-contact-btn:focus, .mpp-cip-solutions .mpp-cip-btn:focus, .mpp-form .mpp-form-submit:focus, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit:focus {
  outline: 2px solid #3965a8;
  outline-offset: 2px;
}
.mpp-btn.mpp-btn-primary, .mpp-contact-section .mpp-contact-form .mpp-btn-primary.mpp-submit-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-btn-primary.mpp-contact-btn, .mpp-cip-solutions .mpp-btn-primary.mpp-cip-btn, .mpp-form .mpp-btn-primary.mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-btn-primary.mpp-form-submit {
  background: #449f6c;
  color: #ffffff;
  border-color: #449f6c;
}
.mpp-btn.mpp-btn-primary:hover, .mpp-contact-section .mpp-contact-form .mpp-btn-primary.mpp-submit-btn:hover, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-btn-primary.mpp-contact-btn:hover, .mpp-cip-solutions .mpp-btn-primary.mpp-cip-btn:hover, .mpp-form .mpp-btn-primary.mpp-form-submit:hover, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-btn-primary.mpp-form-submit:hover {
  background: #449f6c;
  border-color: #449f6c;
}
.mpp-btn.mpp-btn-secondary, .mpp-contact-section .mpp-contact-form .mpp-btn-secondary.mpp-submit-btn, .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-btn, .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-contact-section .mpp-contact-form .mpp-submit-btn, .mpp-contact-section .mpp-contact-form .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-submit-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-contact-btn, .mpp-cip-solutions .mpp-cip-btn, .mpp-form .mpp-btn-secondary.mpp-form-submit, .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-form .mpp-form-submit, .mpp-form .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-btn-secondary.mpp-form-submit, .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-form-submit {
  background: transparent;
  color: #1c211f;
  border-color: #1c211f;
}
.mpp-btn.mpp-btn-success, .mpp-contact-section .mpp-contact-form .mpp-submit-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-btn-success.mpp-contact-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-contact-section .mpp-contact-form .mpp-contact-btn.mpp-submit-btn, .mpp-contact-section .mpp-contact-form .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-contact-btn.mpp-submit-btn, .mpp-cip-solutions .mpp-btn-success.mpp-cip-btn, .mpp-form .mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit {
  background: #009040;
  color: #ffffff;
  border-color: #009040;
}
.mpp-btn.mpp-btn-success:hover, .mpp-contact-section .mpp-contact-form .mpp-submit-btn:hover, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-btn-success.mpp-contact-btn:hover, .mpp-cip-solutions .mpp-btn-success.mpp-cip-btn:hover, .mpp-form .mpp-form-submit:hover, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit:hover {
  background: #449f6c;
  border-color: #449f6c;
}
.mpp-btn.mpp-btn-outline, .mpp-contact-section .mpp-contact-form .mpp-btn-outline.mpp-submit-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-btn-outline.mpp-contact-btn, .mpp-cip-solutions .mpp-btn-outline.mpp-cip-btn, .mpp-form .mpp-btn-outline.mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-btn-outline.mpp-form-submit {
  background: transparent;
  color: #449f6c;
  border-color: rgba(0, 0, 0, 0.15);
}
.mpp-btn.mpp-btn-outline:hover, .mpp-contact-section .mpp-contact-form .mpp-btn-outline.mpp-submit-btn:hover, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-btn-outline.mpp-contact-btn:hover, .mpp-cip-solutions .mpp-btn-outline.mpp-cip-btn:hover, .mpp-form .mpp-btn-outline.mpp-form-submit:hover, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-btn-outline.mpp-form-submit:hover {
  border-color: #449f6c;
}
.mpp-btn.mpp-btn-sm, .mpp-contact-section .mpp-contact-form .mpp-btn-sm.mpp-submit-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-btn-sm.mpp-contact-btn, .mpp-cip-solutions .mpp-btn-sm.mpp-cip-btn, .mpp-form .mpp-btn-sm.mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-btn-sm.mpp-form-submit {
  padding: 4px 16px;
  font-size: 12px;
}
.mpp-btn.mpp-btn-lg, .mpp-contact-section .mpp-contact-form .mpp-btn-lg.mpp-submit-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-btn-lg.mpp-contact-btn, .mpp-cip-solutions .mpp-btn-lg.mpp-cip-btn, .mpp-form .mpp-btn-lg.mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-btn-lg.mpp-form-submit {
  padding: 16px 40px;
  font-size: 16px;
}

.mpp-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.mpp-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.mpp-card .mpp-card-image {
  width: 100%;
  height: 257.25px;
  object-fit: cover;
}
.mpp-card .mpp-card-body {
  padding: 24px;
}
.mpp-card .mpp-card-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 16px;
  color: #449f6c;
}
.mpp-card .mpp-card-text {
  color: #1f3333;
  line-height: 1.6;
  margin-bottom: 24px;
}
.mpp-card .mpp-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.mpp-form .mpp-form-group, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-group,
.mpp-form .mpp-form-field,
.mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-field {
  margin-bottom: 24px;
}
.mpp-form .mpp-form-label, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-label {
  display: block;
  color: #1c211f;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 4px;
}
.mpp-form .mpp-form-input, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-input, .mpp-form .mpp-form-textarea, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-textarea {
  width: 100%;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  line-height: 25px;
  color: #1c211f;
  transition: border-bottom-color 0.3s ease;
  min-height: 25px;
}
.mpp-form .mpp-form-input:focus, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-input:focus, .mpp-form .mpp-form-textarea:focus, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-textarea:focus {
  outline: none;
  border-bottom-color: #449f6c;
}
.mpp-form .mpp-form-input::placeholder, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-input::placeholder, .mpp-form .mpp-form-textarea::placeholder, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-textarea::placeholder {
  color: #546460;
}
.mpp-form .mpp-form-input:hover, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-input:hover, .mpp-form .mpp-form-textarea:hover, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-textarea:hover {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.mpp-form .mpp-form-input.mpp-form-input-error, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-input.mpp-form-input-error, .mpp-form .mpp-form-input-error.mpp-form-textarea, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-input-error.mpp-form-textarea {
  border-bottom-color: #dc3545;
}
.mpp-form .mpp-form-input.mpp-form-input-error:focus, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-input.mpp-form-input-error:focus, .mpp-form .mpp-form-input-error.mpp-form-textarea:focus, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-input-error.mpp-form-textarea:focus {
  border-bottom-color: #dc3545;
}
.mpp-form .mpp-form-textarea, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-textarea {
  resize: vertical;
  min-height: 75px;
  padding: 8px;
  line-height: 1.5;
}
.mpp-form .mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit {
  width: 100%;
}
.mpp-form .mpp-form-submit.mpp-form-sending, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit.mpp-form-sending {
  cursor: not-allowed;
  position: relative;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  background-color: #535a56;
}
.mpp-form .mpp-form-submit.mpp-form-sending::after, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit.mpp-form-sending::after {
  opacity: 0;
}
.mpp-form .mpp-form-submit.mpp-form-sending::before, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit.mpp-form-sending::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.mpp-form .mpp-form-submit.mpp-form-done::before, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit.mpp-form-done::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-success.svg") no-repeat center center;
  background-size: contain;
}
.mpp-form .mpp-form-header, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-header {
  margin-bottom: 32px;
}
.mpp-form .mpp-form-header h3, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-header h3 {
  color: #1c211f;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 8px;
}
.mpp-form .mpp-form-header p, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-header p {
  color: #1f3333;
  font-size: 14px;
  line-height: 21px;
}
.mpp-form .mpp-form-fields, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-fields {
  margin-bottom: 32px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mpp-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.mpp-icon.mpp-icon-sm {
  width: 16px;
  height: 16px;
}
.mpp-icon.mpp-icon-lg {
  width: 24px;
  height: 24px;
}
.mpp-icon.mpp-icon-xl {
  width: 32px;
  height: 32px;
}

.mpp-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  background: #ffffff;
  color: #1f3333;
  font-size: 14px;
  line-height: 21px;
  border-radius: 0;
}
.mpp-badge.mpp-badge-primary {
  background: #449f6c;
  color: #ffffff;
}
.mpp-badge.mpp-badge-secondary {
  background: #1f3333;
  color: #ffffff;
}
.mpp-badge.mpp-badge-accent {
  background: #3965a8;
  color: #ffffff;
}

.mpp-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 24px 0;
}
.mpp-divider.mpp-divider-vertical {
  width: 1px;
  height: auto;
  margin: 0 24px;
}
.mpp-divider.mpp-divider-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
}

.mpp-overlay, .mpp-cip-solutions .mpp-cip-image-section .mpp-cip-overlay {
  position: absolute;
  background: #3965a8;
  padding: 40px;
  color: #ffffff;
  max-width: 350px;
}
.mpp-overlay.mpp-overlay-bottom-left, .mpp-cip-solutions .mpp-cip-image-section .mpp-overlay-bottom-left.mpp-cip-overlay {
  bottom: 40px;
  left: 16px;
}
.mpp-overlay.mpp-overlay-bottom-right, .mpp-cip-solutions .mpp-cip-image-section .mpp-overlay-bottom-right.mpp-cip-overlay {
  bottom: 40px;
  right: 16px;
}
.mpp-overlay.mpp-overlay-top-left, .mpp-cip-solutions .mpp-cip-image-section .mpp-overlay-top-left.mpp-cip-overlay {
  top: 40px;
  left: 16px;
}
.mpp-overlay.mpp-overlay-top-right, .mpp-cip-solutions .mpp-cip-image-section .mpp-overlay-top-right.mpp-cip-overlay {
  top: 40px;
  right: 16px;
}

@media (min-width: 769px) {
  .mpp-card .mpp-card-image {
    height: 223.75px;
  }
}
@media (min-width: 992px) {
  .mpp-card .mpp-card-image {
    height: 300px;
  }
}
.mpp-products {
  padding: 64px 0;
  background: #ffffff;
}
.mpp-products .mpp-products-container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 16px;
}
.mpp-products .mpp-products-header {
  margin-bottom: 20px;
}
.mpp-products .mpp-products-header .mpp-products-subtitle {
  margin-bottom: 8px;
}
.mpp-products .mpp-products-header h1 {
  margin-bottom: 32px;
}
.mpp-products .mpp-products-header p:last-child {
  font-size: 22px !important;
  margin-bottom: 32px;
}
.mpp-products .mpp-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.mpp-products .mpp-product-card {
  flex: 0 0 calc(50% - 20px);
  position: relative;
  overflow: hidden;
}
.mpp-products .mpp-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 612/680;
}
.mpp-products .mpp-product-card:hover .mpp-product-overlay {
  transform: translateY(0);
}
.mpp-products .mpp-product-card .mpp-product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 53, 134, 0.9);
  padding: 56px 40px;
  transform: translateY(100%);
  transition: transform 0.6s;
}
.mpp-products .mpp-product-card .mpp-product-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mpp-products .mpp-product-card .mpp-product-content h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin: 0;
  flex: 1;
}
.mpp-products .mpp-product-card .mpp-product-content .mpp-product-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #ffffff;
  transition: opacity 0.3s ease;
}
.mpp-products .mpp-product-card .mpp-product-content .mpp-product-link span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.mpp-products .mpp-product-card .mpp-product-content .mpp-product-link::after {
  content: "";
  width: 14px;
  height: 7px;
  background: url("../images/detail-arrow.svg") no-repeat center;
  background-size: contain;
}
.mpp-products .mpp-product-card .mpp-product-content .mpp-product-link:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .mpp-products .mpp-product-card {
    flex: 0 0 calc(50% - 20px);
  }
  .mpp-products .mpp-product-card .mpp-product-overlay {
    transform: translateY(0);
  }
  .mpp-products .mpp-product-card .mpp-product-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .mpp-products .mpp-product-card .mpp-product-content .mpp-product-link {
    align-self: flex-start;
  }
}
@media (max-width: 768px) {
  .mpp-products .mpp-products-grid {
    flex-direction: column;
    gap: 40px;
  }
  .mpp-products .mpp-product-card .mpp-product-overlay {
    position: static;
    padding: 36px 24px;
    height: 118px;
    display: flex;
    align-items: center;
  }
  .mpp-products .mpp-product-card .mpp-product-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .mpp-products .mpp-product-card .mpp-product-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .mpp-products .mpp-product-card .mpp-product-content .mpp-product-link span {
    font-size: 12px;
    line-height: 15.6px;
  }
  .mpp-products .mpp-product-card .mpp-product-content .mpp-product-link::after {
    width: 12px;
    height: 6px;
  }
}
@media (max-width: 480px) {
  .mpp-cta {
    padding: 60px 0;
  }
}
.mpp-faq-section {
  padding: 74px 0;
  background: #ffffff;
}
.mpp-faq-section .mpp-faq-container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 16px;
}
.mpp-faq-section .mpp-faq-header {
  margin-bottom: 20px;
}
.mpp-faq-section .mpp-faq-header .mpp-faq-subtitle {
  margin-bottom: 8px;
}
.mpp-faq-section .mpp-faq-content {
  display: flex;
  gap: 40px;
  align-items: center;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-image {
  flex-shrink: 0;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-image img {
  width: 460px;
  height: 590px;
  object-fit: cover;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-accordion {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-question .mpp-faq-number {
  width: 11px;
  color: #1c211f;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  margin-right: 15px;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-question .mpp-faq-title {
  flex: 1;
  color: #1c211f;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-question .mpp-faq-icon {
  width: 13px;
  height: 13px;
  position: relative;
  transition: transform 0.3s ease;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-question .mpp-faq-icon::before, .mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-question .mpp-faq-icon::after {
  content: "";
  position: absolute;
  background: #1c211f;
  transition: transform 0.3s ease;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-question .mpp-faq-icon::before {
  width: 13px;
  height: 1px;
  top: 6px;
  left: 0;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-question .mpp-faq-icon::after {
  width: 1px;
  height: 13px;
  top: 0;
  left: 6px;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-question[aria-expanded=true] .mpp-faq-icon::after {
  transform: rotate(90deg);
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 26px;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-answer p {
  color: #1f3333;
  padding: 16px 0;
}
.mpp-faq-section .mpp-faq-content .mpp-faq-item .mpp-faq-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 24px;
}

@media (max-width: 1024px) {
  .mpp-faq-section .mpp-faq-content {
    gap: 40px;
  }
  .mpp-faq-section .mpp-faq-content .mpp-faq-image img {
    width: 459px;
    height: 589px;
  }
}
@media (max-width: 768px) {
  .mpp-faq-section .mpp-faq-header h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .mpp-faq-section .mpp-faq-content {
    flex-direction: column;
    gap: 40px;
  }
  .mpp-faq-section .mpp-faq-content .mpp-faq-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 460/590;
  }
}
.mpp-subtitle, .mpp-related-products .mpp-related-products-subtitle, .mpp-advantages .mpp-advantages-header .mpp-advantages-subtitle, .mpp-milestones .mpp-milestones-header .mpp-milestones-subtitle, .mpp-core-values .mpp-core-values-header .mpp-core-values-subtitle, .mpp-contact .mpp-contact-info .mpp-contact-header .mpp-contact-subtitle, .mpp-cip-solutions .mpp-cip-header .mpp-cip-subtitle, .mpp-home-products .mpp-home-products-subtitle, .mpp-partners .mpp-partners-subtitle, .mpp-products .mpp-products-header .mpp-products-subtitle, .mpp-faq-section .mpp-faq-header .mpp-faq-subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1f3333;
  font-size: 14px;
}
.mpp-subtitle .mpp-icon, .mpp-related-products .mpp-related-products-subtitle .mpp-icon, .mpp-advantages .mpp-advantages-header .mpp-advantages-subtitle .mpp-icon, .mpp-milestones .mpp-milestones-header .mpp-milestones-subtitle .mpp-icon, .mpp-core-values .mpp-core-values-header .mpp-core-values-subtitle .mpp-icon, .mpp-contact .mpp-contact-info .mpp-contact-header .mpp-contact-subtitle .mpp-icon, .mpp-cip-solutions .mpp-cip-header .mpp-cip-subtitle .mpp-icon, .mpp-home-products .mpp-home-products-subtitle .mpp-icon, .mpp-partners .mpp-partners-subtitle .mpp-icon, .mpp-products .mpp-products-header .mpp-products-subtitle .mpp-icon, .mpp-faq-section .mpp-faq-header .mpp-faq-subtitle .mpp-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mpp-article-list {
  list-style: disc outside;
  padding-left: 1.5em;
  margin-bottom: 16px;
}

.cta2 {
  overflow: hidden;
}
.cta2 span {
  display: inline-block;
  animation: swap-text-out 0.25s both ease-in-out;
}
.cta2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 7px;
  background: url("../images/icon-arrow.svg") no-repeat center center;
  transition: all 0.3s;
}
.cta2:hover span {
  animation: swap-text-in 0.25s both ease-in-out;
}

.cta3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 7px;
  background: url("../images/detail-arrow.svg") no-repeat center center;
  transition: all 0.3s;
  margin-left: 0.7em;
}

.mpp-related-products {
  display: block;
}
.mpp-related-products.inactive {
  display: none;
}

.mpp-cta {
  padding: 80px 0 148px;
  background: transparent;
}
.mpp-cta .mpp-cta-container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 16px;
}
.mpp-cta .mpp-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.mpp-cta .mpp-cta-content p {
  max-width: 800px;
}
.mpp-cta .mpp-cta-content .mpp-btn, .mpp-cta .mpp-cta-content .mpp-contact-section .mpp-contact-form .mpp-submit-btn, .mpp-contact-section .mpp-contact-form .mpp-cta .mpp-cta-content .mpp-submit-btn, .mpp-cta .mpp-cta-content .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-contact-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-cta .mpp-cta-content .mpp-contact-btn, .mpp-cta .mpp-cta-content .mpp-cip-solutions .mpp-cip-btn, .mpp-cip-solutions .mpp-cta .mpp-cta-content .mpp-cip-btn, .mpp-cta .mpp-cta-content .mpp-form .mpp-form-submit, .mpp-cta .mpp-cta-content .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-cta .mpp-cta-content .mpp-contact-form .mpp-form-submit, .mpp-form .mpp-cta .mpp-cta-content .mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-cta .mpp-cta-content .mpp-form-submit {
  margin-top: 25px;
}
.mpp-cta .mpp-cta-content .mpp-cta-btn {
  padding: 12px 22px;
  border: 1px solid #1c211f;
  color: #1c211f;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mpp-cta .mpp-cta-content .mpp-cta-btn:hover {
  background: #1c211f;
  color: #ffffff;
}

.mpp-product-hero {
  padding: 80px 0 0;
  background: white;
}
.mpp-product-hero .mpp-product-hero-container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 32px;
}
.mpp-product-hero .mpp-product-hero-container h4 {
  color: #88958d;
}

.mpp-product-desc {
  display: flex;
  gap: 32px;
  align-items: stretch;
}
.mpp-product-desc .mpp-quotation-btn {
  width: 100%;
  padding: 12px 24px;
  background: #009040;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}
.mpp-product-desc .mpp-quotation-btn:hover {
  background: #449f6c;
}
.mpp-product-desc .mpp-product-desc-img {
  width: 100%;
  height: auto;
  aspect-ratio: 867/600;
  max-width: 867px;
  overflow: hidden;
  align-self: flex-start;
}
.mpp-product-desc .mpp-product-desc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mpp-product-desc .mpp-product-info-card {
  width: 362px;
  padding: 56px 48px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mpp-product-desc .mpp-product-info-card .mpp-product-info-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mpp-product-desc .mpp-product-info-card .mpp-material-type h3 {
  color: #1c211f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}
.mpp-product-desc .mpp-product-info-card .mpp-material-type p {
  color: #1c211f;
  font-size: 14px;
  line-height: 21px;
}
.mpp-product-desc .mpp-product-info-card .mpp-contact-info h3 {
  color: #1c211f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}
.mpp-product-desc .mpp-product-info-card .mpp-contact-info .mpp-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.mpp-product-desc .mpp-product-info-card .mpp-contact-info .mpp-contact-item:last-child {
  margin-bottom: 0;
}
.mpp-product-desc .mpp-product-info-card .mpp-contact-info .mpp-contact-item span {
  color: #1c211f;
  font-size: 14px;
  line-height: 21px;
}
.mpp-product-desc .mpp-product-info-card .mpp-btn, .mpp-product-desc .mpp-product-info-card .mpp-contact-section .mpp-contact-form .mpp-submit-btn, .mpp-contact-section .mpp-contact-form .mpp-product-desc .mpp-product-info-card .mpp-submit-btn, .mpp-product-desc .mpp-product-info-card .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-contact-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-product-desc .mpp-product-info-card .mpp-contact-btn, .mpp-product-desc .mpp-product-info-card .mpp-cip-solutions .mpp-cip-btn, .mpp-cip-solutions .mpp-product-desc .mpp-product-info-card .mpp-cip-btn, .mpp-product-desc .mpp-product-info-card .mpp-form .mpp-form-submit, .mpp-product-desc .mpp-product-info-card .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-product-desc .mpp-product-info-card .mpp-contact-form .mpp-form-submit, .mpp-form .mpp-product-desc .mpp-product-info-card .mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-product-desc .mpp-product-info-card .mpp-form-submit {
  align-self: stretch;
  padding: 12px 24px;
  background: #009040;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.mpp-product-desc .mpp-product-info-card .mpp-btn:hover, .mpp-product-desc .mpp-product-info-card .mpp-contact-section .mpp-contact-form .mpp-submit-btn:hover, .mpp-contact-section .mpp-contact-form .mpp-product-desc .mpp-product-info-card .mpp-submit-btn:hover, .mpp-product-desc .mpp-product-info-card .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-contact-btn:hover, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-product-desc .mpp-product-info-card .mpp-contact-btn:hover, .mpp-product-desc .mpp-product-info-card .mpp-cip-solutions .mpp-cip-btn:hover, .mpp-cip-solutions .mpp-product-desc .mpp-product-info-card .mpp-cip-btn:hover, .mpp-product-desc .mpp-product-info-card .mpp-form .mpp-form-submit:hover, .mpp-product-desc .mpp-product-info-card .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit:hover, .mpp-contact .mpp-contact-form-section .mpp-product-desc .mpp-product-info-card .mpp-contact-form .mpp-form-submit:hover, .mpp-form .mpp-product-desc .mpp-product-info-card .mpp-form-submit:hover, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-product-desc .mpp-product-info-card .mpp-form-submit:hover {
  background: #449f6c;
}

.mpp-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.mpp-header .mpp-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  padding-right: 70px;
  height: 68px;
}
.mpp-header .mpp-header-left {
  display: flex;
  align-items: center;
  gap: 70px;
}
.mpp-header .mpp-header-left .mpp-logo {
  left: 10px;
  position: relative;
}
.mpp-header .mpp-header-left .mpp-logo img {
  height: 28px;
  width: auto;
}
.mpp-header .mpp-header-left .mpp-logo::after {
  content: "";
  height: 68px;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -30px;
  top: -20px;
}
.mpp-header .mpp-header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.mpp-header .mpp-header-right .mpp-contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.mpp-header .mpp-header-right .mpp-contact-info .mpp-contact-label {
  color: #1f3333;
  font-size: 12px;
  line-height: 12px;
}
.mpp-header .mpp-header-right .mpp-contact-info .mpp-contact-phone {
  color: #1c211f;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.mpp-header .mpp-header-right .mpp-language {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.mpp-header .mpp-header-right .mpp-language img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.mpp-header .mpp-header-right .mpp-language select {
  color: #1f3333;
  font-size: 14px;
  line-height: 16px;
  opacity: 0;
}
.mpp-header .mpp-header-right .mpp-language .mpp-custom-language-dropdown {
  position: relative;
}
.mpp-header .mpp-header-right .mpp-language .mpp-language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 96px;
  height: 41px;
  font-size: 14px;
  background: white;
  padding: 0 12px;
  color: #1f3333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mpp-header .mpp-header-right .mpp-language .mpp-language-trigger.active::after {
  transform: rotate(180deg);
}
.mpp-header .mpp-header-right .mpp-language .mpp-language-trigger::after {
  content: "";
  position: absolute;
  width: 5.8px;
  height: 3.3px;
  background: url(../images/icon-dropdown.svg) no-repeat center center;
  right: 10px;
  top: 50%;
  transition: transform 0.3s ease;
}
.mpp-header .mpp-header-right .mpp-language .mpp-language-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 96px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.mpp-header .mpp-header-right .mpp-language .mpp-language-options.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mpp-header .mpp-header-right .mpp-language .mpp-language-option {
  padding: 8px 12px;
  font-size: 14px;
  color: #1f3333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mpp-header .mpp-header-right .mpp-language .mpp-language-option:hover {
  background: #809AC3;
  color: white;
}
.mpp-header .mpp-header-right .mpp-language .mpp-language-option:first-child {
  border-radius: 4px 4px 0 0;
}
.mpp-header .mpp-header-right .mpp-language .mpp-language-option:last-child {
  border-radius: 0 0 4px 4px;
}
.mpp-header .mpp-header-right .mpp-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.mpp-header .mpp-header-right .mpp-nav-toggle span {
  width: 20px;
  height: 2px;
  background: #1c211f;
  transition: 0.3s ease;
}
.mpp-header .mpp-header-right .mpp-nav-toggle[aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.mpp-header .mpp-header-right .mpp-nav-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.mpp-header .mpp-header-right .mpp-nav-toggle[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.mpp-header .mpp-nav {
  display: block;
}
.mpp-header .mpp-nav .mpp-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}
.mpp-header .mpp-nav .mpp-nav-list li {
  overflow: hidden;
  pointer-events: auto;
}
.mpp-header .mpp-nav .mpp-nav-list li a {
  display: inline-block;
  color: #1c211f;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  animation: swap-text-out 0.25s both ease-in-out;
  /* 動畫基礎 */
}
.mpp-header .mpp-nav .mpp-nav-list li:hover a {
  animation: swap-text-in 0.25s both ease-in-out;
  color: #3965a8;
}

@media (max-width: 991px) {
  .mpp-header {
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .mpp-header .mpp-header-container {
    padding: 16px 16px;
    padding-right: 16px;
  }
  .mpp-header .mpp-header-left .mpp-nav.mpp-nav-mobile {
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1000;
    overflow: hidden;
  }
  .mpp-header .mpp-header-left .mpp-nav.mpp-nav-mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .mpp-header .mpp-header-left .mpp-nav.mpp-nav-mobile.active .mpp-nav-list {
    transform: translateX(0);
  }
  .mpp-header .mpp-header-left .mpp-nav.mpp-nav-mobile .mpp-nav-list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    pointer-events: auto;
    flex-direction: column;
    gap: 0;
    padding: 24px 16px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateX(110%);
    margin-bottom: 20px;
  }
  .mpp-header .mpp-header-left .mpp-nav.mpp-nav-mobile .mpp-nav-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .mpp-header .mpp-header-left .mpp-nav.mpp-nav-mobile .mpp-nav-list li:last-child {
    border-bottom: none;
  }
  .mpp-header .mpp-header-left .mpp-nav.mpp-nav-mobile .mpp-nav-list li a {
    display: block;
    padding: 24px 0;
    font-size: 18px;
    font-weight: 500;
    color: #1c211f;
    animation: none !important;
  }
  .mpp-header .mpp-header-right {
    gap: 32px;
  }
  .mpp-header .mpp-header-right .mpp-contact-info {
    display: none;
  }
  .mpp-header .mpp-header-right .mpp-language span {
    font-size: 14px;
    line-height: 18px;
  }
  .mpp-header .mpp-header-right .mpp-nav-toggle {
    display: flex;
  }
  .mpp-nav.mpp-nav-mobile .mpp-nav-list {
    padding: 32px 16px;
  }
}
@media (max-width: 768px) {
  .mpp-header .mpp-header-left .mpp-logo {
    left: 0;
  }
  .mpp-header .mpp-header-left .mpp-logo::after {
    display: none;
  }
  .mpp-header .mpp-header-right {
    gap: 24px;
  }
  .mpp-header .mpp-header-right .mpp-contact-info {
    display: none;
  }
  .mpp-header .mpp-header-right .mpp-nav-toggle {
    display: flex;
  }
  .mpp-nav.mpp-nav-mobile .mpp-nav-list {
    padding: 24px 16px;
  }
  .mpp-nav.mpp-nav-mobile .mpp-nav-list li a {
    font-size: 16px;
    padding: 16px 0;
  }
}
.mpp-sidebar {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100vh;
  min-height: 100vh;
  background: rgba(0, 53, 134, 0.9);
  z-index: 1040;
  transition: right 0.3s ease;
  overflow: hidden;
}
.mpp-sidebar.active {
  right: 0;
}
.mpp-sidebar .mpp-sidebar-content {
  padding: 240px 56px 180px 56px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mpp-sidebar .mpp-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.mpp-sidebar .mpp-sidebar-header .mpp-sidebar-logo {
  width: 150px;
  height: 34px;
}
.mpp-sidebar .mpp-sidebar-header .mpp-sidebar-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mpp-sidebar .mpp-sidebar-header .mpp-sidebar-close {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.mpp-sidebar .mpp-sidebar-header .mpp-sidebar-close span {
  position: absolute;
  width: 15px;
  height: 2px;
  background: white;
  top: 50%;
  left: 50%;
}
.mpp-sidebar .mpp-sidebar-header .mpp-sidebar-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mpp-sidebar .mpp-sidebar-header .mpp-sidebar-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mpp-sidebar .mpp-sidebar-description p {
  color: #B8C7D9;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  margin: 0;
}
.mpp-sidebar .mpp-sidebar-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mpp-sidebar .mpp-sidebar-contact .mpp-sidebar-contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mpp-sidebar .mpp-sidebar-contact .mpp-sidebar-contact-item h4 {
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18.2px;
  margin: 0;
}
.mpp-sidebar .mpp-sidebar-contact .mpp-sidebar-contact-item p {
  color: #B8C7D9;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  margin: 0;
}

.mpp-sidebar-toggle {
  display: none;
  position: absolute;
  width: 68px;
  height: 68px;
  background: #3965a8;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mpp-sidebar-toggle::before, .mpp-sidebar-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  transition: all 0.3s ease;
}
.mpp-sidebar-toggle::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.mpp-sidebar-toggle::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}
.mpp-sidebar-toggle[aria-expanded=true] {
  display: none;
}
.mpp-sidebar-toggle:hover {
  background: #003586;
}
.mpp-sidebar-toggle:hover::before, .mpp-sidebar-toggle:hover::after {
  background: white;
}

@media (min-width: 992px) {
  .mpp-sidebar-toggle {
    display: flex;
  }
  .mpp-nav-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .mpp-sidebar {
    display: none;
  }
}
.mpp-footer {
  background: rgba(0, 53, 134, 0.9);
  color: #ffffff;
}
.mpp-footer .mpp-footer-container {
  padding: 0 0;
}
.mpp-footer .mpp-footer-top, .mpp-footer .mpp-footer-mid {
  padding: 80px 16px 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}
.mpp-footer .mpp-footer-copyright {
  color: #b8c7d9;
  font-size: 12px;
  line-height: 21px;
  margin: 0;
}
.mpp-footer .mpp-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.mpp-footer .mpp-footer-brand .mpp-footer-logo {
  display: flex;
  gap: 20px;
}
.mpp-footer .mpp-footer-brand .mpp-footer-logo span {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
}
.mpp-footer .mpp-footer-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
}
.mpp-footer .mpp-footer-section {
  flex: 1;
}
.mpp-footer .mpp-footer-section h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 12px;
}
.mpp-footer .mpp-footer-section p:has(+ h4) {
  margin-bottom: 24px;
}
.mpp-footer .mpp-footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mpp-footer .mpp-footer-section ul li {
  margin-bottom: 8px;
}
.mpp-footer .mpp-footer-section ul li a {
  color: #b8c7d9;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mpp-footer .mpp-footer-section ul li a:hover {
  color: #ffffff;
}
.mpp-footer .mpp-footer-section p {
  color: #b8c7d9;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 8px 0;
}
.mpp-footer .mpp-footer-section .mpp-iso-link {
  display: inline-block;
  color: #b8c7d9;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mpp-footer .mpp-footer-section .mpp-iso-link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/icon_link_iso.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -4px;
}
.mpp-footer .mpp-footer-section .mpp-iso-link:hover {
  color: #ffffff;
}
.mpp-footer .mpp-footer-bottom {
  height: 341px;
  background: #3965a8 url(../images/mpp-footer.svg) no-repeat bottom center;
  background-size: contain;
  background-position: bottom -20px center;
}

@media (max-width: 991px) {
  .mpp-footer .mpp-footer-top {
    padding: 64px 16px 40px;
  }
  .mpp-footer .mpp-footer-brand .mpp-footer-logo span {
    font-size: 22px;
    line-height: 30px;
  }
  .mpp-footer .mpp-footer-links {
    width: 100%;
    gap: 0;
    flex: 1;
  }
  .mpp-footer .mpp-footer-section {
    flex: 1 0 50%;
  }
  .mpp-footer .mpp-footer-bottom {
    height: 247px;
    background-position: bottom center;
  }
}
@media (max-width: 768px) {
  .mpp-footer .mpp-footer-mid, .mpp-footer .mpp-footer-top {
    flex-direction: column;
    gap: 48px;
    padding: 64px 16px 40px;
  }
  .mpp-footer .mpp-footer-top {
    padding-bottom: 0;
  }
  .mpp-footer .mpp-footer-bottom {
    height: 118px;
    background-position: bottom center;
  }
}
.mpp-hero {
  overflow: hidden;
}
.mpp-hero .mpp-hero-container {
  padding: 0 16px 32px;
}
.mpp-hero .mpp-hero-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  margin-bottom: 32px;
}
.mpp-hero .mpp-hero-title {
  font-weight: 500;
  max-width: 550px;
}
.mpp-hero .mpp-hero-desc {
  color: #1c211f;
  font-size: 14px;
  line-height: 21px;
  max-width: 550px;
}
.mpp-hero .mpp-hero-image {
  width: 100vw;
  height: 940px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  overflow: hidden;
}
.mpp-hero .mpp-hero-image img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.mpp-partners .mpp-partners-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mpp-partners .mpp-partners-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  height: 40px;
}
.mpp-partners .mpp-partner-logo {
  height: 40px;
}
.mpp-partners .mpp-partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mpp-home-products .mpp-home-products-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mpp-home-products .mpp-home-products-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mpp-home-products .mpp-home-products-grid {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.mpp-home-products .mpp-home-product-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex: 1;
  transition: all 0.3s ease-in-out;
}
.mpp-home-products .mpp-home-product-card > div:has(> img) {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.mpp-home-products .mpp-home-product-card > div:has(> img) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.mpp-home-products .mpp-home-product-card:hover {
  border-color: #1c211f;
}
.mpp-home-products .mpp-home-product-card:hover > div:has(> img) img {
  transform: scale(1.1);
}
.mpp-home-products .mpp-home-product-card .mpp-home-product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.mpp-home-products .mpp-home-product-card .mpp-home-product-info h4 {
  font-weight: 500;
}
.mpp-home-products .mpp-home-product-card .mpp-home-product-info .mpp-home-product-btn {
  width: 38px;
  height: 31px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: url("../images/icon-arrow.svg") no-repeat center center;
}

.mpp-why-choose .mpp-why-choose-title {
  text-align: left;
  margin-bottom: 20px;
}
.mpp-why-choose .mpp-why-choose-blue-section {
  background: rgba(0, 53, 134, 0.9);
  padding: 96px 0;
}
.mpp-why-choose .mpp-why-choose-blue-section .mpp-why-choose-container .mpp-why-choose-content {
  display: flex;
  flex-direction: row;
  gap: 65px;
}
.mpp-why-choose .mpp-advantage {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.mpp-why-choose .mpp-advantage .mpp-advantage-icon {
  width: 50px;
  height: 50px;
}
.mpp-why-choose .mpp-advantage .mpp-advantage-icon img {
  filter: invert(1);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mpp-why-choose .mpp-advantage .mpp-advantage-content h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  margin-bottom: 8px;
}
.mpp-why-choose .mpp-advantage .mpp-advantage-content p {
  color: #b8c7d9;
  font-size: 14px;
  line-height: 21px;
}

.mpp-cip-solutions .mpp-cip-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
}
.mpp-cip-solutions .mpp-cip-image-section {
  position: relative;
  flex: 1;
}
.mpp-cip-solutions .mpp-cip-image-section img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.mpp-cip-solutions .mpp-cip-image-section .mpp-cip-overlay {
  bottom: 48px;
  right: -80px;
}
.mpp-cip-solutions .mpp-cip-image-section .mpp-cip-overlay p {
  color: #fff;
  font-size: 20px;
}
.mpp-cip-solutions .mpp-cip-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
  padding-left: 64px;
}
.mpp-cip-solutions .mpp-cip-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mpp-cip-solutions .mpp-cip-header h2 {
  margin-bottom: 16px;
}
.mpp-cip-solutions .mpp-cip-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mpp-cip-solutions .mpp-cip-steps .mpp-cip-step {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mpp-cip-solutions .mpp-cip-steps .mpp-cip-step:last-child {
  border-bottom: none;
}
.mpp-cip-solutions .mpp-cip-steps .mpp-cip-step .mpp-cip-step-number {
  color: #1f3333;
  font-size: 20px;
  font-weight: 500;
  width: 27px;
}
.mpp-cip-solutions .mpp-cip-steps .mpp-cip-step .mpp-cip-step-title {
  color: #1c211f;
  font-size: 20px;
  font-weight: 500;
}
.mpp-cip-solutions .mpp-cip-btn {
  align-self: flex-start;
}

.mpp-capabilities .mpp-capabilities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "engineer wafer" "engineer cleanroom";
  height: auto;
  gap: 0;
}
.mpp-capabilities .mpp-capability {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  overflow: hidden;
}
.mpp-capabilities .mpp-capability img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.mpp-capabilities .mpp-capability:hover img {
  transform: scale(1.1);
}
.mpp-capabilities .mpp-capability.mpp-capability-engineer {
  aspect-ratio: 495/569;
  grid-area: engineer;
}
.mpp-capabilities .mpp-capability.mpp-capability-wafer {
  aspect-ratio: 495/284;
  grid-area: wafer;
}
.mpp-capabilities .mpp-capability.mpp-capability-cleanroom {
  aspect-ratio: 495/284;
  grid-area: cleanroom;
}
.mpp-capabilities .mpp-capability .mpp-capability-content {
  position: relative;
  z-index: 1;
  margin-left: 40px;
  margin-bottom: 48px;
}
.mpp-capabilities .mpp-capability .mpp-capability-content h3 {
  background: #ffffff;
  font-size: 22px;
  font-weight: 500;
  padding: 4px 16px;
  margin-bottom: 5px;
}
.mpp-capabilities .mpp-capability .mpp-capability-content .mpp-capability-tag {
  background: #ffffff;
  color: #1f3333;
  font-size: 14px;
  padding: 6px 16px;
}

.mpp-contact .mpp-contact-container {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.mpp-contact .mpp-contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.mpp-contact .mpp-contact-info .mpp-contact-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mpp-contact .mpp-contact-info .mpp-contact-desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mpp-contact .mpp-contact-info .mpp-contact-desc p {
  color: #1f3333;
  font-size: 16px;
}
.mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-contact-btn {
  align-self: flex-start;
  height: 42px;
}
.mpp-contact .mpp-contact-form-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.mpp-contact .mpp-contact-form-section .mpp-contact-form {
  padding: 36px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-header p {
  color: #546460;
}
.mpp-contact .mpp-contact-imagine {
  flex: 1;
}
.mpp-contact .mpp-contact-imagine img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .mpp-hero .mpp-hero-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
  }
  .mpp-hero .mpp-hero-image {
    height: 720px;
  }
  .mpp-home-products .mpp-home-products-grid {
    flex-direction: column;
  }
  .mpp-cip-solutions .mpp-cip-image-section .mpp-cip-overlay {
    right: -4vw;
  }
  .mpp-partners .mpp-partner-logo {
    width: 28%;
    height: 25px;
  }
  .mpp-contact .mpp-contact-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .mpp-contact .mpp-contact-info {
    flex-basis: 100%;
  }
  .mpp-contact .mpp-contact-form-section {
    flex: 0 0 40%;
  }
  .mpp-contact .mpp-contact-imagine {
    flex: 0 0 55%;
  }
  .mpp-faq .mpp-faq-header h2 {
    color: #1c211f;
    font-size: 38px;
    line-height: 42px;
  }
  .mpp-faq .mpp-faq-content {
    flex-direction: column;
    gap: 40px;
  }
  .mpp-faq .mpp-faq-content img {
    height: 257.25px;
  }
  .mpp-faq .mpp-faq-item .mpp-faq-question .mpp-faq-number {
    font-size: 16px;
    line-height: 27.2px;
  }
  .mpp-faq .mpp-faq-item .mpp-faq-question .mpp-faq-text {
    font-size: 16px;
    line-height: 27.2px;
  }
}
@media (max-width: 768px) {
  .mpp-hero .mpp-hero-title {
    font-size: 32px;
  }
  .mpp-hero .mpp-hero-content {
    flex-direction: column;
    gap: 24px;
  }
  .mpp-hero .mpp-hero-image {
    height: 656px;
  }
  .mpp-capabilities .mpp-capabilities-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "engineer" "wafer" "cleanroom";
    height: auto;
  }
  .mpp-capabilities .mpp-capability.mpp-capability-engineer {
    grid-area: engineer;
    aspect-ratio: 375/281;
    background-image: url("https://placehold.co/375x281");
  }
  .mpp-capabilities .mpp-capability.mpp-capability-wafer {
    grid-area: wafer;
    aspect-ratio: 375/281;
    background-image: url("https://placehold.co/375x281");
  }
  .mpp-capabilities .mpp-capability.mpp-capability-cleanroom {
    grid-area: cleanroom;
    aspect-ratio: 375/281;
    background-image: url("https://placehold.co/375x281");
  }
  .mpp-cip-solutions .mpp-cip-content {
    flex-direction: column;
    gap: 64px;
  }
  .mpp-cip-solutions .mpp-cip-image-section .mpp-cip-overlay {
    right: -20px;
  }
  .mpp-cip-solutions .mpp-cip-info {
    padding-left: 0;
  }
  .mpp-why-choose .mpp-why-choose-blue-section {
    padding: 40px 0;
  }
  .mpp-why-choose .mpp-why-choose-blue-section .mpp-why-choose-content {
    flex-direction: column !important;
  }
  .mpp-contact .mpp-contact-container {
    flex-direction: column;
    gap: 32px;
  }
  .mpp-contact .mpp-contact-info {
    flex-basis: 100%;
  }
  .mpp-contact .mpp-contact-imagine {
    flex-basis: 100%;
  }
  .mpp-contact .mpp-contact-imagine img {
    height: 257px;
  }
  .mpp-contact .mpp-contact-form-section {
    flex-basis: 100%;
  }
}
.swiper-wrapper {
  padding-bottom: 200px;
  align-items: stretch;
}

.swiper-slide {
  width: auto !important;
  height: unset !important;
}
.swiper-slide:first-child {
  margin-left: calc(50vw - 648px - 25px);
}
.swiper-slide:last-child {
  margin-right: calc(50vw - 648px - 25px);
}

.mpp-company-profile .mpp-company-profile-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mpp-company-profile .mpp-company-profile-content {
  display: flex;
  gap: 32px;
  align-items: stretch;
}
.mpp-company-profile .mpp-mission-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.mpp-company-profile .mpp-mission-section .mpp-mission-image {
  width: 100%;
  height: 306px;
  object-fit: cover;
}
.mpp-company-profile .mpp-mission-section .mpp-mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mpp-company-profile .mpp-mission-section .mpp-mission-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-mission-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-btn, .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-contact-section .mpp-contact-form .mpp-submit-btn, .mpp-contact-section .mpp-contact-form .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-submit-btn, .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-form .mpp-form-submit, .mpp-form .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-form-submit, .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-cip-solutions .mpp-cip-btn, .mpp-cip-solutions .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-cip-btn, .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-contact-btn, .mpp-contact .mpp-contact-info .mpp-contact-desc .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-contact-btn, .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-form-submit, .mpp-contact .mpp-contact-form-section .mpp-contact-form .mpp-company-profile .mpp-mission-section .mpp-mission-content .mpp-form-submit {
  align-self: flex-start;
}
.mpp-company-profile .mpp-quality-image-section {
  flex: 1;
}
.mpp-company-profile .mpp-quality-image-section .mpp-quality-image {
  width: 100%;
  height: 100%;
}
.mpp-company-profile .mpp-quality-image-section .mpp-quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mpp-company-profile .mpp-vision-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
}
.mpp-company-profile .mpp-vision-section .mpp-vision-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mpp-company-profile .mpp-vision-section .mpp-vision-image {
  width: 100%;
  height: 306px;
}
.mpp-company-profile .mpp-vision-section .mpp-vision-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mpp-core-values .mpp-core-values-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mpp-core-values .mpp-core-values-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mpp-core-values .mpp-core-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}
.mpp-core-values .mpp-core-value-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  transition: border-color 0.3s ease-in-out;
}
.mpp-core-values .mpp-core-value-card:hover {
  border-color: rgba(0, 0, 0, 0.8);
}
.mpp-core-values .mpp-core-value-card .mpp-core-value-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mpp-core-values .mpp-core-value-card .mpp-core-value-header .mpp-core-value-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mpp-core-values .mpp-core-value-card .mpp-core-value-header .mpp-core-value-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mpp-core-values .mpp-core-value-card .mpp-core-value-header h4 {
  font-weight: 500;
}

.mpp-milestones {
  overflow: hidden;
}
.mpp-milestones .mpp-milestones-container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.mpp-milestones .mpp-milestones-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mpp-milestones .mpp-timeline {
  position: relative;
  background: #ffffff;
  padding: 0;
  border-radius: 0px;
  margin-top: 32px;
}
.mpp-milestones .mpp-timeline::after {
  content: "";
  position: absolute;
  bottom: 124px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #003586;
}
.mpp-milestones .mpp-timeline .mpp-milestone-item {
  position: relative;
  display: inline-block;
  margin: 0 32px;
  height: 100%;
}
.mpp-milestones .mpp-timeline .mpp-milestone-item .mpp-milestone-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 24px;
  height: 100%;
}
.mpp-milestones .mpp-timeline .mpp-milestone-item .mpp-milestone-card h3 {
  color: #003586;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 24px;
}
.mpp-milestones .mpp-timeline .mpp-milestone-item .mpp-milestone-card p {
  max-width: 220px;
}
.mpp-milestones .mpp-timeline .mpp-milestone-item .mpp-milestone-card ul {
  list-style-type: disc;
  padding-left: 1.2em;
  max-width: 220px;
}
.mpp-milestones .mpp-timeline .mpp-milestone-item .mpp-milestone-card .mpp-milestone-content {
  display: flex;
  gap: 30px;
}
.mpp-milestones .mpp-timeline .mpp-milestone-item .mpp-milestone-card .mpp-milestone-content > div {
  max-width: 220px;
}
.mpp-milestones .mpp-timeline .mpp-milestone-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5px;
  height: 83px;
  background: rgba(0, 0, 0, 0.1);
}
.mpp-milestones .mpp-timeline .mpp-milestone-item::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #003586;
  border-radius: 50%;
}
.mpp-milestones .mpp-timeline .mpp-milestone-item .mpp-milestone-year {
  position: absolute;
  bottom: -190px;
  left: 50%;
  transform: translateX(-50%);
  color: #003586;
  font-size: 60px;
  font-weight: 700;
  line-height: 102px;
  text-align: center;
}

.mpp-advantages .mpp-advantages-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mpp-advantages .mpp-advantages-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mpp-advantages .mpp-advantages-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.mpp-advantages .mpp-advantage-item {
  display: flex;
  gap: 48px;
  align-items: center;
}
.mpp-advantages .mpp-advantage-item.mpp-advantage-item-reverse {
  flex-direction: row-reverse;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-content > h3 {
  margin-bottom: 16px;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-subsection {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers {
  margin-top: 24px;
  display: inline-flex;
  justify-content: stretch;
  gap: 48px;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner,
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience {
  max-width: 50%;
  width: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner .mpp-number,
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience .mpp-number {
  align-self: stretch;
  color: #1c211f;
  font-size: 38px;
  font-weight: 400;
  line-height: 45.6px;
  word-wrap: break-word;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner .mpp-number-text,
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience .mpp-number-text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner .mpp-number-text .mpp-number-title,
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience .mpp-number-text .mpp-number-title {
  align-self: stretch;
  color: #1c211f;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  word-wrap: break-word;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner .mpp-number-text .mpp-number-desc,
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience .mpp-number-text .mpp-number-desc {
  align-self: stretch;
  color: #1f3333;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  word-wrap: break-word;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-divider {
  width: 1px;
  opacity: 0.2;
  background: #1c211f;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-image {
  width: 100%;
  height: 100%;
  flex: 1;
  overflow: hidden;
}
.mpp-advantages .mpp-advantage-item .mpp-advantage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1295px) {
  .swiper-slide {
    width: auto !important;
  }
  .swiper-slide:first-child {
    margin-left: 0;
  }
  .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .mpp-company-profile .mpp-company-profile-title {
    font-size: 48px;
    line-height: 53.2px;
  }
  .mpp-company-profile .mpp-company-profile-content {
    flex-direction: row;
    gap: 40px;
  }
  .mpp-core-values .mpp-core-values-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 24px;
  }
  .mpp-core-values .mpp-core-value-card {
    padding: 40px;
  }
  .mpp-milestones .mpp-milestones-header h2 {
    font-size: 44px;
    line-height: 42px;
  }
  .mpp-advantages .mpp-advantages-header h2 {
    font-size: 44px;
    line-height: 42px;
  }
  .mpp-advantages .mpp-advantage-item {
    flex-direction: column !important;
    gap: 40px;
  }
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers {
    gap: 40px;
  }
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner .mpp-number,
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience .mpp-number {
    font-size: 36px;
    line-height: 43.2px;
  }
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner .mpp-number-text .mpp-number-title,
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience .mpp-number-text .mpp-number-title {
    font-size: 17px;
    line-height: 25.5px;
  }
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner .mpp-number-text .mpp-number-desc,
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience .mpp-number-text .mpp-number-desc {
    font-size: 15px;
    line-height: 25.5px;
  }
}
@media (max-width: 768px) {
  .mpp-company-profile .mpp-company-profile-content {
    flex-direction: column;
  }
  .mpp-company-profile .mpp-company-profile-title {
    font-size: 44px;
    line-height: 42px;
  }
  .mpp-company-profile .mpp-mission-section .mpp-mission-image {
    height: auto;
    aspect-ratio: 408/306;
  }
  .mpp-company-profile .mpp-quality-image-section {
    display: none;
  }
  .mpp-company-profile .mpp-vision-section {
    flex-direction: column-reverse;
  }
  .mpp-company-profile .mpp-vision-section .mpp-vision-image {
    height: auto;
    aspect-ratio: 408/306;
  }
  .mpp-core-values .mpp-core-value-card {
    padding: 32px;
  }
  .mpp-core-values .mpp-core-value-card .mpp-core-value-header h3 {
    color: #1c211f;
    font-size: 22px;
    line-height: 30px;
  }
  .mpp-core-values .mpp-core-value-card p {
    font-size: 14px;
    line-height: 21px;
  }
  .mpp-milestones .mpp-milestones-header h2 {
    color: #1c211f;
    font-size: 38px;
    line-height: 42px;
  }
  .mpp-advantages .mpp-advantages-header h2 {
    color: #1c211f;
    font-size: 38px;
    line-height: 42px;
  }
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers {
    gap: 32px;
  }
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner .mpp-number,
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience .mpp-number {
    font-size: 32px;
    line-height: 38.4px;
  }
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner .mpp-number-text .mpp-number-title,
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience .mpp-number-text .mpp-number-title {
    font-size: 16px;
    line-height: 24px;
  }
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-partner .mpp-number-text .mpp-number-desc,
  .mpp-advantages .mpp-advantage-item .mpp-advantage-content .mpp-advantage-numbers .mpp-advantage-experience .mpp-number-text .mpp-number-desc {
    font-size: 14px;
    line-height: 23.8px;
  }
}
.mpp-contact-section {
  padding: 64px 0;
  background: #ffffff;
}
.mpp-contact-section .mpp-contact-container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 16px;
}
.mpp-contact-section .mpp-contact-title {
  text-align: left;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .mpp-contact-section .mpp-contact-title {
    margin-bottom: 32px;
  }
}
.mpp-contact-section .mpp-contact-title h1 {
  font-size: 48px;
  font-weight: 400;
  color: #1c211f;
  line-height: 62.4px;
  margin: 0;
}
@media (max-width: 768px) {
  .mpp-contact-section .mpp-contact-title h1 {
    font-size: 38px;
    line-height: 53.2px;
  }
}
.mpp-contact-section .mpp-contact-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.mpp-contact-section .mpp-contact-content .mpp-contact-form,
.mpp-contact-section .mpp-contact-content .mpp-contact-image,
.mpp-contact-section .mpp-contact-content .mpp-contact-info {
  width: 100%;
}
@media (max-width: 991px) {
  .mpp-contact-section .mpp-contact-content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .mpp-contact-section .mpp-contact-content {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .mpp-contact-section .mpp-contact-content {
    flex-wrap: wrap;
  }
  .mpp-contact-section .mpp-contact-content .mpp-contact-form {
    width: 100%;
    order: 1;
    flex: 1 0 100%;
  }
  .mpp-contact-section .mpp-contact-content .mpp-contact-image {
    width: calc(50% - 20px);
    order: 2;
  }
  .mpp-contact-section .mpp-contact-content .mpp-contact-info {
    width: calc(50% - 20px);
    order: 3;
  }
}
.mpp-contact-section .mpp-contact-form {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.mpp-contact-section .mpp-contact-form .mpp-form-inputs {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.mpp-contact-section .mpp-contact-form .mpp-form-row {
  display: flex;
  gap: 28px;
}
@media (max-width: 768px) {
  .mpp-contact-section .mpp-contact-form .mpp-form-row {
    flex-direction: column;
    gap: 60px;
  }
}
.mpp-contact-section .mpp-contact-form .mpp-form-field {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.mpp-contact-section .mpp-contact-form .mpp-form-field.mpp-form-field-full {
  width: 100%;
}
.mpp-contact-section .mpp-contact-form .mpp-form-field .mpp-field-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}
.mpp-contact-section .mpp-contact-form .mpp-form-field .mpp-field-title img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.mpp-contact-section .mpp-contact-form .mpp-form-field .mpp-field-title span {
  font-size: 14px;
  color: #1f3333;
  line-height: 21px;
}
.mpp-contact-section .mpp-contact-form .mpp-form-field .mpp-field-input {
  width: 100%;
  height: 30px;
  border: none;
  border-bottom: 0.5px solid #1c211f;
  margin-top: 0;
  background: transparent;
  font-size: 16px;
  color: #1c211f;
  outline: none;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.mpp-contact-section .mpp-contact-form .mpp-form-field .mpp-field-input:focus {
  border-bottom-color: #449f6c;
}
.mpp-contact-section .mpp-contact-form .mpp-form-field .mpp-field-input.mpp-field-input-error {
  border-bottom-color: #dc3545;
}
.mpp-contact-section .mpp-contact-form .mpp-form-field .mpp-field-input.mpp-field-input-error:focus {
  border-bottom-color: #dc3545;
}
.mpp-contact-section .mpp-contact-form .mpp-form-field .mpp-field-input.mpp-field-textarea {
  height: 100px;
  resize: vertical;
  font-family: inherit;
}
.mpp-contact-section .mpp-contact-form .mpp-submit-btn {
  align-self: flex-start;
}
.mpp-contact-section .mpp-contact-form .mpp-submit-btn.mpp-form-sending {
  cursor: not-allowed;
  position: relative;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  background-color: #535A56;
}
.mpp-contact-section .mpp-contact-form .mpp-submit-btn.mpp-form-sending::after {
  opacity: 0;
}
.mpp-contact-section .mpp-contact-form .mpp-submit-btn.mpp-form-sending::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.mpp-contact-section .mpp-contact-form .mpp-submit-btn.mpp-form-done::after {
  display: none;
}
.mpp-contact-section .mpp-contact-form .mpp-submit-btn.mpp-form-done::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon-success.svg") no-repeat center center;
  background-size: contain;
}
.mpp-contact-section .mpp-contact-image {
  display: flex;
  justify-content: center;
  align-self: stretch;
}
.mpp-contact-section .mpp-contact-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .mpp-contact-section .mpp-contact-image img {
    aspect-ratio: 288/216;
  }
}
.mpp-contact-section .mpp-contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card {
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-header h3 {
  font-size: 18px;
  font-weight: 500;
  color: #1c211f;
  line-height: 27px;
  margin: 0;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-header svg {
  flex-shrink: 0;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card p {
  font-size: 16px;
  color: #1f3333;
  line-height: 27.2px;
  margin: 0;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-content p {
  margin: 0;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-content .mpp-social-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-content .mpp-social-item .mpp-social-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-content .mpp-social-item .mpp-social-icon.line-icon {
  background: #1F3333;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-content .mpp-social-item .mpp-social-icon.wechat-icon {
  background: #1F3333;
}
.mpp-contact-section .mpp-contact-info .mpp-info-card .mpp-info-content .mpp-social-item span {
  font-size: 16px;
  color: #1f3333;
  line-height: 27.2px;
}

@media (max-width: 1024px) {
  .mpp-contact-section {
    padding: 60px 0;
  }
  .mpp-advantage-section {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .mpp-contact-section {
    padding: 40px 0;
  }
  .mpp-advantage-section {
    padding: 40px 0;
  }
  .mpp-contact-info .mpp-info-card {
    padding: 20px;
  }
}
.mpp-cip-hero {
  padding: 64px 0;
}
.mpp-cip-hero .mpp-cip-hero-container {
  text-align: left;
  margin: 0 auto;
}
.mpp-cip-hero .mpp-cip-hero-container .mpp-cip-title {
  margin-bottom: 16px;
}
.mpp-cip-hero .mpp-cip-hero-container .mpp-cip-description {
  font-size: 22px;
}

.mpp-cip-cases {
  padding: 64px 0;
}
.mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-title {
  margin-bottom: 32px;
}
.mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid .mpp-cip-case {
  display: flex;
  align-items: center;
  gap: 48px;
}
.mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid .mpp-cip-case .mpp-cip-case-image {
  width: 329px;
  height: 436px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid .mpp-cip-case .mpp-cip-case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid .mpp-cip-case .mpp-cip-case-content {
  flex: 1;
}
.mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid .mpp-cip-case .mpp-cip-case-content h4 {
  margin-bottom: 20px;
  font-weight: 500;
}
.mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid .mpp-cip-case .mpp-cip-case-content p,
.mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid .mpp-cip-case .mpp-cip-case-content li {
  color: #1f3333;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
}
.mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid .mpp-cip-case .mpp-cip-case-content p:has(+ ul) {
  margin-bottom: 0;
}

@media (max-width: 769px) {
  .mpp-cip-hero {
    padding: 48px 0;
  }
  .mpp-cip-cases {
    padding: 48px 0;
  }
  .mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid .mpp-cip-case {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    text-align: left;
  }
  .mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid .mpp-cip-case .mpp-cip-case-image {
    width: 100%;
    height: auto;
    aspect-ratio: 329/436;
  }
}
@media (max-width: 480px) {
  .mpp-cip-hero {
    padding: 40px 0;
  }
  .mpp-cip-cases {
    padding: 40px 0;
  }
  .mpp-cip-cases .mpp-cip-cases-container .mpp-cip-cases-grid {
    gap: 68px;
  }
}
.mpp-product-details {
  padding: 32px 0 32px;
}
.mpp-product-details .mpp-product-details-container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.mpp-material-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
}
.mpp-material-info .mpp-material-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mpp-material-info .mpp-material-item h4 {
  font-weight: 500;
}
.mpp-material-info .mpp-material-item p {
  font-size: 16px;
}
.mpp-material-info .mpp-material-item p:has(+ ul) {
  margin-bottom: 0;
}
.mpp-material-info .mpp-material-item ul {
  list-style-type: disc;
  padding-left: 1.2em;
}

.mpp-material-table {
  margin-top: 60px;
  width: 100%;
  overflow-x: auto;
  border: 0.5px solid #bec5c1;
}
.mpp-material-table table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.mpp-material-table table thead {
  border: none;
}
.mpp-material-table table thead tr th {
  flex: 1;
  padding: 10px 12px;
  background: #bec5c1;
  color: white;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  border-right: 0.5px solid #bec5c1;
  border-bottom: 0.5px solid #bec5c1;
  white-space: nowrap;
}
.mpp-material-table table thead tr:last-child {
  border-right: none;
}
.mpp-material-table table tbody {
  border: none;
}
.mpp-material-table table tbody tr td {
  flex: 1;
  padding: 16px 12px;
  background: white;
  border-right: 0.5px solid #bec5c1;
  border-bottom: 0.5px solid #bec5c1;
  color: #1c211f;
  font-size: 12px;
  line-height: 18px;
  vertical-align: top;
}
.mpp-material-table table tbody tr td:last-child {
  border-right: none;
}
.mpp-material-table table tbody tr:last-child td {
  border-bottom: none;
}
.mpp-material-table table th,
.mpp-material-table table td {
  max-width: 150px;
}
.mpp-material-table table ul {
  list-style-type: disc;
  padding-left: 1.2em;
}

.mpp-chemical-composition-table {
  padding: 0 !important;
  vertical-align: top !important;
  border: none;
}

.mpp-chemical-composition {
  min-height: 155px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.mpp-chemical-composition.lg {
  min-height: 230px;
}
.mpp-chemical-composition .mpp-chemical-row {
  display: flex;
  margin: 0;
  padding: 0;
  flex: 1;
}
.mpp-chemical-composition .mpp-chemical-row span {
  flex: 1;
  padding: 0;
  background: white;
  color: #1c211f;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-right: 0.5px solid #bec5c1;
  border-bottom: 0.5px solid #bec5c1;
}
.mpp-chemical-composition .mpp-chemical-row span:last-child {
  border-right: none;
}
.mpp-chemical-composition .mpp-chemical-row:last-child span {
  border-bottom: none;
}

.mpp-product-oem {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  padding: 64px 20px;
  gap: 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mpp-product-oem .mpp-product-oem-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.mpp-product-oem .mpp-product-oem-header {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.mpp-product-oem .mpp-product-oem-header h1 {
  color: #1c211f;
  font-size: 48px;
  font-weight: 400;
  line-height: 62.4px;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}
.mpp-product-oem .mpp-product-oem-header p {
  color: #546460;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.mpp-product-oem-desc {
  width: 100%;
  display: flex;
  gap: 32px;
}
.mpp-product-oem-desc .mpp-product-desc-img {
  max-width: 866px;
  align-self: flex-start;
  aspect-ratio: 866/540;
  width: 100%;
  height: auto;
}
.mpp-product-oem-desc .mpp-product-desc-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mpp-product-oem-desc .mpp-product-info {
  width: 366px;
  padding: 56px 48px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mpp-product-oem-desc .mpp-product-info .mpp-product-info-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mpp-product-oem-desc .mpp-product-info .mpp-product-info-header h3 {
  color: #1c211f;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  margin-bottom: 0;
}
.mpp-product-oem-desc .mpp-product-info .mpp-product-info-divider {
  width: 266px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.mpp-product-oem-desc .mpp-product-info .mpp-product-info-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mpp-product-oem-desc .mpp-product-info .mpp-product-info-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mpp-product-oem-desc .mpp-product-info .mpp-product-info-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mpp-product-oem-desc .mpp-product-info .mpp-product-info-label span:first-child {
  color: #1c211f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.mpp-product-oem-desc .mpp-product-info .mpp-product-info-label span:last-child {
  color: #1c211f;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: 130px;
}
.mpp-product-oem-desc .mpp-product-info .mpp-product-info-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mpp-product-oem-desc .mpp-product-info .mpp-product-info-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mpp-product-oem-desc .mpp-quotation-btn {
  width: 100%;
  padding: 12px 24px;
  background: #009040;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}
.mpp-product-oem-desc .mpp-quotation-btn:hover {
  background: #449f6c;
}

.mpp-tab-content {
  display: none;
  flex-direction: column;
  gap: 80px;
}
.mpp-tab-content.active {
  display: flex;
}

.mpp-product-oem-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mpp-product-tabs {
  margin-bottom: 80px;
}
.mpp-product-tabs .mpp-product-tabs-container {
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.mpp-product-tabs .mpp-product-tabs-header {
  margin-bottom: 48px;
}
.mpp-product-tabs .mpp-product-tabs-header .mpp-product-tabs-buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
}
.mpp-product-tabs .mpp-product-tabs-header .mpp-tab-btn {
  width: 139.33px;
  height: 42px;
  padding: 12px 0;
  background: transparent;
  border: 1px solid #009040;
  color: #009040;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mpp-product-tabs .mpp-product-tabs-header .mpp-tab-btn.mpp-tab-active, .mpp-product-tabs .mpp-product-tabs-header .mpp-tab-btn.active {
  background: #009040;
  color: #ffffff;
}
.mpp-product-tabs .mpp-product-tabs-header .mpp-tab-btn:hover:not(.mpp-product-tabs .mpp-product-tabs-header .mpp-tab-btn.mpp-tab-active, .mpp-product-tabs .mpp-product-tabs-header .mpp-tab-btn.active) {
  background: #449f6c;
  border-color: #449f6c;
  color: #ffffff;
}
.mpp-product-tabs .mpp-tab-content {
  display: none;
}
.mpp-product-tabs .mpp-tab-content.active {
  display: flex;
}
.mpp-product-tabs .mpp-product-cards {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
.mpp-product-tabs .mpp-product-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mpp-product-tabs .mpp-product-card .mpp-product-card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 405/304;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent !important;
}
.mpp-product-tabs .mpp-product-card .mpp-product-card-image img {
  width: 95%;
  height: 100%;
  aspect-ratio: 405/304;
  object-fit: contain;
}
.mpp-product-tabs .mpp-product-card .mpp-product-card-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mpp-product-tabs .mpp-product-card .mpp-product-card-content h3 {
  color: #1c211f;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin: 0;
}
.mpp-product-tabs .mpp-product-card .mpp-product-specs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mpp-product-tabs .mpp-product-card .mpp-spec-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mpp-product-tabs .mpp-product-card .mpp-spec-item h4 {
  color: #1c211f;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
}
.mpp-product-tabs .mpp-product-card .mpp-spec-item p {
  color: #1c211f;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}

.mpp-related-products {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mpp-related-products .mpp-related-products-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mpp-related-products .mpp-related-products-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.mpp-related-products h2 {
  color: #1c211f;
  font-size: 38px;
  font-weight: 400;
  line-height: 53.2px;
}

@media (max-width: 991px) {
  .mpp-product-tabs .mpp-product-cards {
    grid-template-columns: 1fr;
  }
  .mpp-product-oem {
    padding: 60px 20px;
    gap: 100px;
  }
  .mpp-product-desc {
    height: auto;
  }
  .mpp-product-desc .mpp-product-info {
    width: 365px;
  }
}
@media (max-width: 768px) {
  .mpp-product-hero {
    padding: 60px 0 0;
  }
  .mpp-product-hero .mpp-product-hero-container {
    max-width: 100%;
    padding: 0 20px;
  }
  .mpp-product-hero .mpp-product-hero-container h1 {
    color: #1c211f;
    font-size: 38px;
    line-height: 53.2px;
  }
  .mpp-product-desc,
  .mpp-product-oem-desc {
    flex-direction: column;
  }
  .mpp-product-desc .mpp-product-info-card,
  .mpp-product-oem-desc .mpp-product-info-card {
    width: 100%;
    padding: 40px 32px 40px;
  }
  .mpp-material-table table {
    min-width: 800px;
    font-size: 11px;
  }
  .mpp-material-table table thead th,
  .mpp-material-table table tbody td {
    padding: 8px 6px;
  }
  .mpp-product-tabs {
    margin-bottom: 0px;
  }
  .mpp-product-tabs .mpp-product-tabs-header .mpp-tab-btn {
    width: 100%;
    white-space: nowrap;
  }
  .mpp-product-tabs .mpp-product-cards {
    grid-template-columns: 1fr;
  }
  .mpp-product-tabs .mpp-product-card .mpp-product-card-content {
    gap: 20px;
  }
  .mpp-product-tabs .mpp-product-card .mpp-product-card-content h3 {
    color: #1c211f;
    font-size: 20px;
    line-height: 30px;
  }
  .mpp-product-tabs .mpp-product-card .mpp-spec-item h4,
  .mpp-product-tabs .mpp-product-card .mpp-spec-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .mpp-product-oem {
    padding: 40px 20px;
    gap: 8px;
  }
  .mpp-product-oem .mpp-product-oem-header {
    max-width: 100%;
    padding: 0 16px;
  }
  .mpp-product-oem .mpp-product-oem-header h1 {
    color: #1c211f;
    font-size: 38px;
    line-height: 53.2px;
  }
  .mpp-product-oem .mpp-product-oem-header p {
    font-size: 22px;
    line-height: 33px;
    font-weight: 500;
  }
  .mpp-product-tabs {
    width: 100%;
    justify-content: center;
  }
  .mpp-product-tabs .mpp-tab-btn {
    flex: 1;
  }
  .mpp-product-desc,
  .mpp-product-oem-desc {
    flex-direction: column;
    height: auto;
    gap: 32px;
  }
  .mpp-product-desc .mpp-product-info,
  .mpp-product-oem-desc .mpp-product-info {
    width: 100%;
  }
  .mpp-product-desc .mpp-product-info .mpp-product-info-row,
  .mpp-product-oem-desc .mpp-product-info .mpp-product-info-row {
    width: 100%;
  }
  .mpp-product-desc .mpp-product-info .mpp-product-info-divider,
  .mpp-product-oem-desc .mpp-product-info .mpp-product-info-divider {
    width: 100%;
  }
  .mpp-related-products h2 {
    color: #1c211f;
    font-size: 32px;
    line-height: 44.8px;
  }
}
@media (max-width: 480px) {
  .mpp-product-hero {
    padding: 40px 0 0;
  }
  .mpp-product-hero .mpp-product-hero-container {
    max-width: 100%;
    padding: 0 16px;
  }
  .mpp-product-hero .mpp-product-hero-container h1 {
    color: #1c211f;
    font-size: 28px;
    line-height: 39.2px;
  }
  .mpp-product-desc .mpp-product-info-card {
    padding: 32px 24px 32px;
  }
  .mpp-material-table table {
    min-width: 800px;
    font-size: 10px;
  }
  .mpp-material-table table thead th,
  .mpp-material-table table tbody td {
    padding: 6px 4px;
  }
  .mpp-product-oem {
    padding: 20px 16px;
    gap: 6px;
  }
  .mpp-product-oem .mpp-product-oem-header {
    max-width: 100%;
    padding: 0;
  }
  .mpp-product-oem .mpp-product-oem-header h1 {
    font-size: 28px;
    line-height: 39.2px;
  }
  .mpp-product-oem .mpp-product-oem-header p {
    font-size: 18px;
    line-height: 27px;
  }
  .mpp-product-desc,
  .mpp-product-oem-desc {
    gap: 24px;
  }
  .mpp-product-desc .mpp-product-info,
  .mpp-product-oem-desc .mpp-product-info {
    padding: 32px 24px;
  }
}