.about {
  --article-borderPadding: 40px;
  --screen-wd: 1280px;
  --content-wd: 900px;
  --line-height-xl: 1.8;
  --line-height-lg: 1.5;
  --line-height-md: 1.2;
  font-size: 18px;
  overflow-x: hidden;
}
@media (min-width: 996px) {
  .about {
    --article-borderPadding: 120px;
  }
}
.about img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  object-fit: cover;
}
.about picture {
  display: block;
}
.about .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.about .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.about .mobile-only {
  display: inline;
}
@media (min-width: 996px) {
  .about .mobile-only {
    display: none;
  }
}
.about .desktop-only {
  display: none;
}
@media (min-width: 996px) {
  .about .desktop-only {
    display: inline;
  }
}
.about abbr[title] {
  text-decoration: none;
  border-bottom: none;
  cursor: inherit;
}

.common-intro {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
  padding: 0 25px;
  text-align: center;
}
.common-title {
  text-align: center;
}
@media (min-width: 996px) {
  .common-title--left {
    text-align: left;
    max-width: none;
  }
}
.common-title__subTitle {
  font-size: var(--title-md);
  color: var(--color-gray-600);
  padding-bottom: 10px;
}
.common-title__title {
  font-size: var(--title-xl);
  padding-bottom: 35px;
}
.common-title__desc {
  line-height: var(--line-height-xl);
  padding-bottom: 35px;
}
@media (min-width: 996px) {
  .common-title__desc {
    font-size: 18px;
  }
}
.common-summary {
  text-align: center;
  font-size: 17px;
  width: 100%;
  margin: 0 auto;
  max-width: var(--content-wd);
}
@media (min-width: 996px) {
  .common-summary {
    font-size: 18px;
  }
}
.common-summary p {
  padding-bottom: 25px;
  line-height: var(--line-height-xl);
}
.common-summary p:last-child {
  padding-bottom: 0;
}
.common-action {
  padding-top: 35px;
  text-align: center;
}
@media (min-width: 996px) {
  .common-action--left {
    text-align: left;
  }
}
.common-action-link {
  display: inline-block;
  padding: 15px 35px;
  border: var(--color-gray-300) 1px solid;
  border-radius: 4px;
  color: var(--color-gray-800);
  background: var(--color-white);
  font-size: var(--link-sm);
}
.common-action-link:hover {
  color: var(--color-red-400);
  border-color: var(--color-red-400);
}
.common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
}
@media (min-width: 996px) {
  .common-container {
    padding: 0;
  }
}

.feature-section {
  position: relative;
}
.feature-section .slick-slide .feature-card__content {
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.feature-section .slick-current.slick-active[aria-hidden=true] .feature-card__content {
  opacity: 0;
  transform: translateX(40px);
  pointer-events: none;
}
.feature-section .slick-current.slick-active[aria-hidden=false] .feature-card__content {
  opacity: 1;
  transform: translateX(0);
}
.feature-card {
  text-align: center;
}
@media (min-width: 996px) {
  .feature-card {
    text-align: left;
    background: none;
    display: flex !important;
    justify-content: space-between;
  }
  .feature-card--img-left {
    flex-direction: row-reverse;
  }
  .feature-card--img-left .feature-card__body {
    margin-right: calc((100% - 1280px) / 2);
    margin-left: 0;
  }
  .feature-card--img-left .feature-card__content {
    padding: 150px 0 50px 50px;
  }
  .feature-card--img-left .feature-card__media img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (min-width: 996px) {
  .feature-card__body {
    flex: 0 0 calc(50% - (100% - 1280px) / 2);
    margin-left: calc((100% - 1280px) / 2);
  }
}
.feature-card__content {
  padding: 25px;
  opacity: 0;
  transform: translateX(40px);
}
@media (min-width: 996px) {
  .feature-card__content {
    padding-right: 50px;
    padding-top: 100px;
    padding: 150px 50px 50px 0;
  }
}
.feature-card__label {
  font-weight: normal;
  font-size: var(--text-md);
  color: var(--color-red-400);
  padding-bottom: 12px;
}
.feature-card__title {
  font-size: var(--title-lg);
  padding-bottom: 25px;
}
.feature-card__desc p {
  padding-bottom: 20px;
  font-size: var(--text-md);
  line-height: 1.6;
}
.feature-card__desc p:last-child {
  padding-bottom: 0;
}
.feature-card__media {
  flex: 0 0 50%;
}
.feature-card__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  aspect-ratio: 960/650;
  object-fit: cover;
}
@media (min-width: 1930px) {
  .feature-card__media img {
    border-radius: 5px !important;
  }
}
.feature-card__action {
  padding-top: 35px;
}

.parallax-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 35vh;
}
@media (min-width: 996px) {
  .parallax-banner {
    height: 50vh;
  }
}
@media (min-width: 1930px) {
  .parallax-banner {
    height: 40vh;
  }
}
.parallax-banner__media {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  z-index: -1;
}
@media (min-width: 1930px) {
  .parallax-banner__media {
    top: -10%;
  }
}
.parallax-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: translateY(0%);
}

.media-card {
  text-align: center;
  margin: 0 15px;
}
@media (min-width: 996px) {
  .media-card {
    text-align: left;
  }
}
.media-card__box {
  position: relative;
  overflow: hidden;
}
.media-card__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 630/350;
  object-fit: cover;
  border-radius: 5px;
}
.media-card__title {
  font-weight: bold;
  padding: 15px 0 10px;
  font-size: var(--title-sm);
}
.media-card__desc {
  font-size: var(--text-sm);
  line-height: var(--line-height-lg);
}
.media-card__desc p {
  margin: 0;
  padding-bottom: 20px;
}
.media-card__desc p:last-child {
  padding-bottom: 0;
}
.media-card__note {
  font-size: var(--text-xs);
  color: var(--color-gray-600);
  line-height: var(--line-height-lg);
}
.media-card__note p {
  padding-top: 10px;
}

.slick-slide__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid var(--color-gray-300);
  background: #fff;
  color: var(--color-gray-600);
}
@media (min-width: 996px) {
  .slick-slide__arrow {
    width: 45px;
    height: 45px;
    border-radius: 45px;
  }
}
.slick-slide__arrow:hover {
  border-color: var(--color-red-400);
  color: var(--color-red-400);
}
.slick-slide__arrow::before {
  content: "";
  font-family: "msi-icons";
}
.slick-slide__arrow--prev::before {
  content: "\ea10";
}
.slick-slide__arrow--next::before {
  content: "\ea09";
}

.kv {
  position: relative;
  overflow: hidden;
  width: 100vw;
}
@media (min-width: 996px) {
  .kv {
    height: 100vh;
  }
}
.kv__title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  font-size: 16px;
  text-align: center;
  padding: 25px 50px;
}
@media (min-width: 996px) {
  .kv__title {
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    padding: 50px 0 0;
  }
}
.kv__title-main {
  display: block;
  font-weight: bold;
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 996px) {
  .kv__title-main {
    font-size: 50px;
  }
}
.kv__video {
  position: relative;
  overflow: hidden;
  width: 100vw;
}
.kv__video-img {
  position: relative;
  z-index: 0;
}
.kv__video-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1152/618;
}
.kv__video-mask {
  content: "";
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
}
.kv__video::after {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
}
@media (min-width: 996px) {
  .kv__video {
    height: 100%;
  }
}
.kv__video-wrapper {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story {
  padding: var(--article-borderPadding) 0;
}

.product {
  background: url("https://storage-asset.msi.com/event/msi-about-2026/images/index/product-bg-xs.jpg") top center no-repeat no-repeat ;
  background-size: cover;
  position: relative;
  text-align: center;
}
@media (min-width: 996px) {
  .product {
    background: url("https://storage-asset.msi.com/event/msi-about-2026/images/index/product-bg.jpg") center center no-repeat no-repeat ;
    background-size: cover;
    text-align: left;
  }
  .product::before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 10%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(245, 246, 248));
    pointer-events: none;
  }
  .product::after {
    content: "";
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(245, 246, 248));
    pointer-events: none;
  }
}
.product__box {
  position: relative;
  overflow: hidden;
}
.product__content {
  padding: 40px 0;
}
@media (min-width: 996px) {
  .product__content {
    width: 42%;
    padding: 180px 0;
  }
}
.product__desc p {
  padding-bottom: 25px;
  line-height: var(--line-height-xl);
}
.product__desc p strong {
  font-weight: normal;
}
.product__desc p:last-child {
  padding-bottom: 0;
}
.product__img {
  padding-bottom: 40px;
}
@media (min-width: 996px) {
  .product__img {
    position: absolute;
    width: 55%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-top: 0;
  }
}
.product__pdline {
  padding-top: 20px;
  min-height: 150px;
}
.product__pdline img {
  width: 175px;
  height: 148px;
  margin: 5px;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 996px) {
  .product__pdline img {
    width: 350px;
    height: 295px;
    margin: 10px;
  }
}

.core-spirit {
  overflow: hidden;
  padding: var(--article-borderPadding) 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.core-spirit__header {
  width: 100%;
  margin: 0 auto;
  max-width: var(--screen-wd);
  padding: 0 25px;
}
@media (min-width: 996px) {
  .core-spirit__header {
    padding: 0;
  }
}
.core-spirit__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 996px) {
  .core-spirit__nav {
    position: absolute;
    z-index: 10;
    justify-content: flex-start;
    left: calc((100% - 1280px) / 2);
    gap: 10px;
    top: 50px;
  }
}

.cross-brand {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.cross-brand__header {
  width: 100%;
  margin: 0 auto;
  max-width: var(--screen-wd);
  padding: 0 25px;
}
@media (min-width: 996px) {
  .cross-brand__header {
    padding: 0;
  }
}
.cross-brand__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 996px) {
  .cross-brand__nav {
    position: absolute;
    z-index: 10;
    justify-content: flex-start;
    left: calc((100% - 1280px) / 2 + 640px + 50px);
    gap: 10px;
    top: 50px;
  }
}
@media (min-width: 996px) {
  .cross-brand__slides {
    margin-top: 15px;
  }
}

.award {
  padding: var(--article-borderPadding) 0;
}
.award__box {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
@media (min-width: 996px) {
  .award__box {
    padding-top: 70px;
  }
}
.award__track {
  display: flex;
  gap: 40px;
  list-style: none;
  width: max-content;
  animation: marquee-left 50s linear infinite;
  will-change: transform;
}
@media (min-width: 996px) {
  .award__track {
    gap: 60px;
  }
}
.award__track:hover {
  animation-play-state: paused;
}
.award__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.award__item img {
  height: 60px;
  width: auto;
  aspect-ratio: auto 1/1;
  object-fit: contain;
}
@media (min-width: 996px) {
  .award__item img {
    height: 100px;
  }
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.global-network {
  position: relative;
  padding: var(--article-borderPadding) 0;
  background: url("https://storage-asset.msi.com/event/msi-about-2026/images/index/global-network-bg-mb.jpg") center center no-repeat no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .global-network {
    background: url("https://storage-asset.msi.com/event/msi-about-2026/images/index/global-network-bg.jpg") center center no-repeat no-repeat ;
    background-size: cover;
  }
}
.global-network::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #fff;
  opacity: 0.5;
}
.global-network .common-container {
  position: relative;
  z-index: 1;
}
.global-network__stats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 30px;
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
@media (min-width: 996px) {
  .global-network__stats {
    padding-top: 70px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.global-network__stat-item {
  width: calc(50% - 15px);
  text-align: center;
}
@media (min-width: 996px) {
  .global-network__stat-item {
    flex: 1;
  }
}
.global-network__number {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 996px) {
  .global-network__number {
    font-size: 60px;
    padding: 10px 0;
  }
}

.sustainability {
  padding: var(--article-borderPadding) 0;
}
.sustainability__box {
  position: relative;
  overflow: hidden;
}
.sustainability__nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-80%);
  left: 4%;
  right: 4%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1930px) {
  .sustainability__nav {
    top: 45%;
    left: 12%;
    right: 12%;
  }
}
.sustainability__slider {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  width: 100%;
}
@media (min-width: 996px) {
  .sustainability__slider {
    padding-top: 70px;
    width: 144%;
    margin-left: -22%;
  }
  .sustainability__slider::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(25% + 15px);
    height: 100%;
    background: #fff;
    opacity: 0.5;
  }
  .sustainability__slider::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: calc(25% - 15px);
    height: 100%;
    background: #fff;
    opacity: 0.5;
  }
}
@media (min-width: 1930px) {
  .sustainability__slider {
    width: 100%;
    margin-left: 0;
  }
}
.sustainability__slider .slick-slide {
  transform: scale(0.95);
  transition: transform 0.6s ease;
}
.sustainability__slider .slick-slide.is-slide-show {
  transform: scale(1) !important;
}

.trust {
  padding-bottom: var(--article-borderPadding);
}
.trust__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .trust__box {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.trust__item {
  background: url("https://storage-asset.msi.com/event/msi-about-2026/images/index/trust-item-bg.jpg") center center no-repeat no-repeat ;
  background-size: cover;
  border-radius: 4px;
  padding: 40px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .trust__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 996px) {
  .trust__item {
    width: calc(33.3333333333% - 20px);
  }
}
.trust__title {
  font-size: var(--title-md);
  padding-bottom: 10px;
}
.trust__desc {
  font-size: var(--text-sm);
  line-height: var(--line-height-lg);
}

.culture {
  padding: var(--article-borderPadding) 0;
}
.culture__box {
  position: relative;
}
@media (min-width: 768px) {
  .culture__box {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 996px) {
  .culture__box {
    flex-direction: column;
    gap: 0;
    margin-top: 80px;
  }
}
.culture__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .culture__item {
    flex: 1;
  }
}
@media (min-width: 996px) {
  .culture__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin: -20px 0;
    gap: 0;
  }
  .culture__item:first-child .culture__media {
    order: 2;
  }
  .culture__item:first-child .culture__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 996px) {
  .culture__content {
    flex: 0 0 50%;
    padding-left: 40px;
  }
}
@media (min-width: 996px) {
  .culture__media {
    flex: 0 0 50%;
  }
}
.culture__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
.culture__label {
  font-weight: normal;
  font-size: var(--text-md);
  color: var(--color-red-400);
  padding-bottom: 12px;
}
.culture__title {
  font-size: var(--title-lg);
  padding-bottom: 25px;
}
.culture__desc p {
  padding-bottom: 20px;
  font-size: var(--text-md);
  line-height: 1.6;
}
.culture__desc p:last-child {
  padding-bottom: 0;
}
.culture__action {
  padding-top: 35px;
}

.humanity {
  padding-bottom: var(--article-borderPadding);
}
.humanity__box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .humanity__box {
    flex-direction: row;
    margin-top: 60px;
  }
  .humanity__box .media-card {
    flex: 1;
  }
}
@media (min-width: 996px) {
  .humanity__box {
    gap: 20px;
  }
}
