.umtec-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.umtec-contact-status {
  box-sizing: border-box;
  grid-column: 1 / -1;
  margin: 16px 0 0;
  min-height: 1.6em;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.umtec-contact-status:empty {
  display: none;
}

.umtec-contact-status[data-state="pending"] {
  background: #f3f6fa;
  color: #1e365d;
}

.umtec-contact-status[data-state="success"] {
  background: #edf7ef;
  color: #1f642f;
}

.umtec-contact-status[data-state="error"] {
  background: #fff0ee;
  color: #9f3123;
}

[data-hook="submit-button"]:disabled {
  cursor: wait;
  opacity: 0.65;
}

.umtec-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2147483647;
  padding: 10px 16px;
  border-radius: 4px;
  background: #fff;
  color: #172c4d;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 0.15s ease;
}

.umtec-skip-link:focus {
  outline: 3px solid #9d352b;
  outline-offset: 2px;
  transform: translateY(0);
}

.umtec-page-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/* Native UI fonts avoid six large font downloads on the critical path while
   preserving high-quality Japanese glyphs on each supported platform. */
html body * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif !important;
}

html body *::before,
html body *::after {
  font-family: inherit !important;
}

header .umtecui-horizontal-menu [data-part="label"],
header .umtec-company-menu__button {
  color: #111923 !important;
}

header .umtec-brand-name {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1 !important;
}

header .umtec-brand-name > a {
  color: #111923 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  line-height: 1.15 !important;
}

header .umtec-header-tagline {
  display: block;
  margin-top: 3px;
  color: #4b5563;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.1;
  white-space: nowrap;
}

footer .umtec-footer-brand-name {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
  line-height: 1.1 !important;
}

footer .umtec-footer-brand-name > a {
  color: #111923 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.15 !important;
}

footer .umtec-footer-tagline {
  display: block !important;
  width: 100%;
  margin-top: 4px;
  color: #4b5563 !important;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

footer .umtec-footer-tagline-break {
  display: none !important;
}

footer .umtec-footer-address {
  margin-left: 72px !important;
  font-size: 14px !important;
}

footer .umtecui-horizontal-menu [data-part="label"],
footer .umtec-company-menu__button {
  font-size: 14px !important;
}

/* Keep the footer navigation aligned at the top when the company links are expanded. */
footer .umtecui-horizontal-menu,
footer .umtecui-horizontal-menu > ul,
footer .umtecui-horizontal-menu > ul > li {
  align-items: flex-start !important;
}

footer .umtecui-horizontal-menu > ul > li {
  align-self: flex-start !important;
  height: auto !important;
}

footer .umtec-company-menu--footer-expanded {
  height: auto !important;
  margin-top: 0 !important;
}

@media (max-width: 850px) {
  header .umtec-brand-name > a {
    font-size: 20px !important;
  }

  header .umtec-header-tagline {
    margin-top: 2px;
    font-size: 11px;
  }

  footer .umtec-footer-tagline {
    margin-top: 3px;
    font-size: 10px !important;
  }

  footer .umtec-footer-address {
    margin-left: 42px !important;
  }
}

/* Defer layout and paint work for homepage sections below the first viewport. */
body:not(.umtec-secondary-page) main > section:not(:first-child) {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

body:not(.umtec-secondary-page) main > section:first-child h1.umtecui-rich-text__text {
  font-size: clamp(3.4rem, 5vw, 5.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.015em;
  line-height: 1.22 !important;
}

@media (max-width: 850px) {
  body:not(.umtec-secondary-page) main > section:first-child h1.umtecui-rich-text__text {
    font-size: 2.9rem !important;
    line-height: 1.25 !important;
  }
}

/* Company information dropdown shared by the desktop header and footer. */
.umtec-company-menu-item {
  position: relative;
  overflow: visible !important;
}

.umtec-company-menu-item::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 10px;
  content: "";
}

.umtec-company-menu__button {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-between-label-and-dropdown-icon, 6px);
  height: 100%;
  padding: var(--item-vertical-padding, 2px) var(--item-horizontal-padding, 8px);
  border: 0;
  color: var(--item-color, #232f40);
  background: transparent;
  font: var(--item-font, normal normal 400 16px/1.42 "Noto Sans JP", sans-serif);
  letter-spacing: var(--item-letter-spacing, 0.05em);
  white-space: nowrap;
  cursor: pointer;
}

.umtec-company-menu__button > span:first-child::after {
  position: absolute;
  right: var(--item-horizontal-padding, 8px);
  bottom: -2px;
  left: var(--item-horizontal-padding, 8px);
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.umtec-company-menu__button:hover > span:first-child::after,
.umtec-company-menu__button:focus-visible > span:first-child::after,
.umtec-company-menu-item[data-company-current="true"] .umtec-company-menu__button > span:first-child::after {
  opacity: 1;
  transform: scaleX(1);
}

.umtec-company-menu__button:focus-visible {
  outline: 2px solid #9d352b;
  outline-offset: 4px;
}

.umtec-company-menu__arrow {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.umtec-company-menu-item--open .umtec-company-menu__arrow {
  transform: translateY(2px) rotate(225deg);
}

.umtec-company-menu__submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 1000;
  display: none !important;
  width: max-content;
  min-width: 260px;
  max-width: calc(100vw - 32px);
  margin: 0;
  padding: 7px;
  border: 1px solid #e2e6eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 35, 59, 0.14);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -5px);
  transform-origin: 50% 0;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.umtec-company-menu-item--open .umtec-company-menu__submenu {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.umtec-company-menu--footer .umtec-company-menu__submenu {
  top: auto;
  right: 0;
  bottom: calc(100% + 8px);
  left: auto;
  transform: translateY(6px);
}

.umtec-company-menu--footer .umtec-company-menu-item--open .umtec-company-menu__submenu {
  transform: translateY(0);
}

.umtec-company-menu--footer-expanded {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.umtec-footer-company-heading {
  display: block;
  padding: 2px 8px 6px;
  color: #111923;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  white-space: nowrap;
}

.umtec-company-menu--footer-expanded .umtec-company-menu__submenu {
  position: static;
  display: flex !important;
  flex-direction: column;
  gap: 2px;
  width: auto;
  min-width: 0;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.umtec-company-menu--footer-expanded .umtec-company-menu__submenu a {
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.42;
}

footer .umtec-footer-flat-menu-item {
  align-self: flex-start !important;
  height: auto !important;
}

footer .umtec-footer-flat-menu-item a {
  display: block;
  padding: 2px 8px;
  color: #232f40 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  text-decoration: none;
  white-space: nowrap;
}

footer .umtec-footer-flat-menu-item a:hover,
footer .umtec-footer-flat-menu-item a:focus-visible,
footer .umtec-footer-flat-menu-item a[aria-current="page"] {
  color: #9d352b !important;
}

.umtec-company-menu__submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #232f40 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms ease, background-color 150ms ease, padding-left 150ms ease;
}

.umtec-company-menu__submenu a:hover,
.umtec-company-menu__submenu a:focus-visible,
.umtec-company-menu__submenu a[aria-current="page"] {
  color: #9d352b !important;
  background: #f7f2f1;
}

.umtec-company-menu__submenu a:hover,
.umtec-company-menu__submenu a:focus-visible {
  padding-left: 16px;
}

.umtec-company-menu__submenu a:focus-visible {
  outline: 2px solid #9d352b;
  outline-offset: -2px;
}

.umtec-company-menu__submenu a[target="_blank"]::after {
  margin-left: 7px;
  color: #7a8491;
  font-size: 0.8em;
  content: "↗";
}

.umtec-company-menu-item[data-company-current="true"] .umtec-company-menu__button {
  color: #9d352b;
}

/* Keep footer navigation and the contact phone action above WCAG AA contrast. */
footer .umtecui-horizontal-menu [data-part="label"],
footer .umtec-company-menu__button {
  color: #111923 !important;
}

#comp-ms8nzxqa_r_comp-ms5onha6 a,
#comp-ms8nzxqa_r_comp-ms5onha6 .umtecui-button__label {
  color: #7b291f !important;
  text-shadow: none !important;
}

/* Let the homepage hero artwork overlap the following UMTEC introduction. */
#comp-m17v4hvr {
  z-index: 2 !important;
  overflow: visible !important;
}

/* Continue the following UMTEC background into the bottom of the hero so the
   logo artwork visibly overlaps it without depending on generated section
   clipping or transforms. */
#comp-m17v4hvr::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 80px;
  background: #f4f6f8 url("images/8d9349_808ffdaa85374e4f9d45c9c4d3e2c193~mv2.webp") center top / cover no-repeat;
  content: "";
  pointer-events: none;
}

#comp-ms5ugnhe {
  z-index: 1 !important;
  margin-bottom: -128px !important;
  transform: translateY(-128px) !important;
  isolation: isolate;
  overflow: visible !important;
}

#comp-ms5ugnhe::before {
  position: absolute;
  top: -128px;
  right: 0;
  left: 0;
  z-index: -2;
  height: 128px;
  background: #f4f6f8;
  content: "";
  pointer-events: none;
}

/* Keep the UMTEC heading aligned with the common section title rhythm. */
@media (min-width: 851px) {
  #comp-m17v503q7 {
    align-self: center !important;
    margin-top: 0 !important;
  }

  #comp-ms5ugnhe > .comp-ms5ugnhe-container {
    padding-top: 184px !important;
  }
}

#c1dmp .c1dmp-overflow-wrapper,
#comp-m17v4hvr > .comp-m17v4hvr-container {
  overflow: visible !important;
}

#comp-ms5v1dh8 {
  z-index: 3 !important;
  width: 90% !important;
  justify-self: end !important;
  margin-right: 0 !important;
  transform: translate(-10px, 40px) !important;
}

/* Homepage v2: keep the message compact and make the next action explicit. */
#comp-m17v503q7 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  z-index: 30 !important;
  pointer-events: auto !important;
}

/* The hero artwork shares the same exported grid cell as the copy. It is
   decorative and must never intercept the two primary navigation links. */
#comp-ms5v1dh8,
#comp-ms5v1dh8 * {
  pointer-events: none !important;
}

#comp-m17v503r2,
#comp-m17v503r9 {
  width: 100% !important;
}

#comp-m17v503r9 {
  max-width: 560px !important;
}

#comp-m17v503q7::before {
  content: "TECHNOLOGY PARTNER";
  order: 0;
  margin: 0 0 14px;
  color: #a6382c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

#comp-m17v503r2 {
  order: 1 !important;
}

#comp-m17v503r9 {
  order: 2 !important;
}

.umtec-hero-actions {
  position: relative;
  z-index: 20;
  display: flex;
  flex: 0 0 auto;
  order: 3 !important;
  gap: 14px;
  margin-top: 28px;
  pointer-events: auto;
}

.umtec-hero-actions a {
  position: relative;
  z-index: 31;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 180px;
  min-height: 50px;
  padding: 12px 24px;
  border: 2px solid #9d352b;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-decoration: none;
  pointer-events: auto !important;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.umtec-section-lead {
  max-width: 680px;
  margin: 18px 0 0;
  color: #4c5969;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.umtec-hero-actions a:hover {
  transform: translateY(-2px);
}

.umtec-hero-actions__primary {
  color: #fff;
  background: #9d352b;
}

.umtec-hero-actions__primary:hover {
  background: #843025;
}

.umtec-hero-actions__secondary {
  color: #9d352b;
  background: #fff;
}

.umtec-hero-actions__secondary:hover {
  color: #fff;
  background: #9d352b;
}

/* Use one clear treatment for every homepage detail action. */
#comp-ms5mottq3 a,
#comp-ms5inqub a,
#comp-ms5o2xvz a {
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
  border-radius: 999px !important;
  background: #9d352b !important;
  transition: background-color 180ms ease, transform 180ms ease !important;
}

#comp-ms5mottq3 a:hover,
#comp-ms5inqub a:hover,
#comp-ms5o2xvz a:hover {
  background: #843025 !important;
  transform: translateY(-2px);
}

#comp-ms5mottq3 a span,
#comp-ms5inqub a span,
#comp-ms5o2xvz a span {
  color: #fff !important;
}

.umtec-hero-actions a:focus-visible,
#comp-ms5mottq3 a:focus-visible,
#comp-ms5inqub a:focus-visible,
#comp-ms5o2xvz a:focus-visible {
  outline: 3px solid #304d7d;
  outline-offset: 4px;
}

.umtec-achievement-label {
  display: inline-block;
  min-width: 3.4em;
  margin: 0 0.6em 0.35em 0;
  padding: 0.18em 0.55em;
  border-radius: 999px;
  color: #fff;
  background: #304d7d;
  font-size: 0.78em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.umtec-achievement-label:nth-of-type(3) {
  background: #9d352b;
}

/* Make homepage service and achievement cards reliable navigation targets. */
.umtec-linked-card {
  position: relative !important;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.umtec-linked-card .umtec-card-link {
  position: absolute;
  z-index: 10;
  inset: 0;
  border-radius: inherit;
}

.umtec-linked-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(35, 47, 64, 0.14);
}

.umtec-linked-card:has(.umtec-card-link:focus-visible) {
  outline: 3px solid #9d352b;
  outline-offset: 4px;
}

#comp-ms5o2xw35 > .comp-ms5o2xw35-container {
  align-items: stretch !important;
}

#comp-ms5o2xw35 > .comp-ms5o2xw35-container > [role="listitem"],
[id^="comp-ms5o2xwc__item"] {
  height: 100% !important;
}

@media (min-width: 851px) {
  #comp-ms5o2xw35 > .comp-ms5o2xw35-container > [role="listitem"] {
    align-self: stretch !important;
  }

  [id^="comp-ms5o2xwc__item"] {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-rows: 88px 1fr !important;
    align-self: stretch !important;
    min-height: 330px !important;
    padding: 22px 28px 30px !important;
    row-gap: 18px !important;
  }

  [id^="comp-ms5o2xwe__item"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 88px !important;
    min-height: 88px !important;
    margin: 0 !important;
  }

  [id^="comp-ms5o2xwe__item"] h4 {
    width: 100%;
    margin: 0 !important;
  }

  [id^="comp-ms5o2xwg1__item"] {
    align-self: start !important;
    justify-self: stretch !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  [id^="comp-ms5o2xwg1__item"] p {
    line-height: 1.8 !important;
  }

  [id^="comp-ms5o2xwg1__item"] .umtec-achievement-label {
    margin-right: 0.75em;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 750px) {
  #comp-ms5ugnhe {
    margin-bottom: -16px !important;
    transform: translateY(-16px) !important;
  }

  #comp-ms5ugnhe::before {
    top: -16px !important;
    height: 16px !important;
  }

  #comp-ms5v1dh8 {
    width: 100% !important;
    max-width: 100vw !important;
    transform: translateY(32px) !important;
  }

  .umtec-hero-actions {
    flex-direction: column;
    gap: 10px;
    width: min(100%, 320px);
    margin-top: 20px;
  }

  #comp-m17v503q7::before {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .umtec-hero-actions a {
    width: 100%;
    min-height: 46px;
    padding: 10px 18px;
    font-size: 14px;
  }

  .umtec-section-lead {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

}

.umtec-contact-band {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.4fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: clamp(64px, 7vw, 105px) max(5vw, calc((100vw - 1380px) / 2));
  background: #304d7d;
  color: #fff;
}

body:has(#umtec-common-contact-contact) .cy49e-container {
  grid-template-rows: auto auto auto auto auto auto !important;
}

#umtec-common-contact-contact {
  grid-area: 5 / 1 / 6 / 2;
}

body:has(#umtec-common-contact-contact) #comp-mscsberf {
  grid-area: 6 / 1 / 7 / 2 !important;
}

[data-umtec-home-contact-copy="trackrecord"] {
  grid-area: 9 / 1 / 10 / 2 !important;
  width: 100% !important;
}

body:has([data-umtec-home-contact-copy="trackrecord"]) #comp-mscsabbo {
  grid-area: 10 / 1 / 11 / 2 !important;
}

/* Development-record customer logos: each mark sits in its own card. */
#comp-ms9z9zv63 .comp-ms9z9zv63-container {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

#comp-ms9z9zv63 [id^="comp-ms9z9zva7__"] {
  box-sizing: border-box !important;
  display: grid !important;
  width: auto !important;
  min-width: 0 !important;
  height: 138px !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid #d8dee8 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 5px 16px rgb(23 43 73 / 8%) !important;
  place-items: center !important;
}

#comp-ms9z9zv63 [id^="comp-ms9z9zvq1__"] {
  box-sizing: border-box !important;
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  place-items: center !important;
}

#comp-ms9z9zv63 [id^="comp-ms9z9zvq1__"] :is(.YX2qkL, .XWKVT7, [data-motion-part^="BG_MEDIA"], wow-image, picture) {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}

#comp-ms9z9zv63 [id^="comp-ms9z9zvq1__"] img {
  width: auto !important;
  max-width: min(100%, 160px) !important;
  height: auto !important;
  max-height: 68px !important;
  object-fit: contain !important;
}

@media (max-width: 850px) {
  #comp-ms9z9zv63 .comp-ms9z9zv63-container {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

body.umtec-page-trackrecord .trackrecord-logo-note {
  margin: 14px 0 0;
  color: #5d6878;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

body.umtec-page-trackrecord #comp-ms9zamti p,
body.umtec-page-trackrecord #comp-ms9zamtk1 h2 {
  font-size: 0 !important;
}

body.umtec-page-trackrecord #comp-ms9zamti p::after {
  content: "CLIENTS & PLATFORMS";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
}

body.umtec-page-trackrecord #comp-ms9zamtk1 h2::after {
  content: "導入・連携実績";
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.4;
}

body.umtec-page-trackrecord #comp-ms9zamti {
  min-height: 22px !important;
  margin-bottom: 10px !important;
}

body.umtec-page-trackrecord :is(
  #comp-ms9yzj74,
  #comp-msb612mx,
  #comp-msckci2a
) :is(p, h2, h3) {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  line-height: 1.5 !important;
}

body.umtec-page-trackrecord :is(
  #comp-ms9yzj76,
  #comp-msb612n5,
  #comp-msckci2s
) h2 {
  font-size: clamp(30px, 3.2vw, 42px) !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  line-height: 1.4 !important;
}

body.umtec-page-trackrecord .trackrecord-results {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid #d7dee7;
  text-align: center;
}

body.umtec-page-trackrecord .trackrecord-results__eyebrow {
  margin: 0 0 8px;
  color: #9d352b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

body.umtec-page-trackrecord .trackrecord-results h3 {
  margin: 0 0 26px;
  color: #172b49;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.4;
}

body.umtec-page-trackrecord .trackrecord-results ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.umtec-page-trackrecord .trackrecord-results li {
  display: flex;
  min-height: 132px;
  padding: 24px;
  border: 1px solid #dbe1e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 18px rgb(23 43 73 / 6%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

body.umtec-page-trackrecord .trackrecord-results strong {
  color: #a6382c;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.25;
}

body.umtec-page-trackrecord .trackrecord-results span {
  margin-top: 10px;
  color: #263b58;
  font-size: 15px;
  line-height: 1.6;
}

body.umtec-page-trackrecord .trackrecord-results small {
  display: block;
  margin-top: 2px;
  color: #687386;
  font-size: 11px;
}

body.umtec-page-trackrecord .trackrecord-case-nav {
  margin-top: 36px;
}

body.umtec-page-trackrecord .trackrecord-case-nav > p {
  margin: 0 0 14px;
  color: #263b58;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

body.umtec-page-trackrecord .trackrecord-case-nav ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.umtec-page-trackrecord .trackrecord-case-nav a {
  display: flex;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #cfd8e4;
  border-radius: 999px;
  color: #234a7d;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.umtec-page-trackrecord .trackrecord-case-nav a:hover,
body.umtec-page-trackrecord .trackrecord-case-nav a:focus-visible {
  border-color: #a6382c;
  color: #a6382c;
  transform: translateY(-2px);
}

body.umtec-page-trackrecord :is(
  #comp-ms9yzj6t,
  #comp-msb612kx,
  #trackrecord-callcenter,
  #comp-msckchwv
) {
  scroll-margin-top: 96px;
}

@media (max-width: 850px) {
  body.umtec-page-trackrecord #comp-ms9zamti {
    min-height: 20px !important;
    margin-bottom: 8px !important;
  }

  body.umtec-page-trackrecord #comp-ms9zamti p::after {
    font-size: 11px;
    line-height: 1.5;
  }

  body.umtec-page-trackrecord #comp-ms9zamtk1 h2::after {
    font-size: 27px;
    line-height: 1.4;
  }

  body.umtec-page-trackrecord :is(
    #comp-ms9yzj74,
    #comp-msb612mx,
    #comp-msckci2a
  ) :is(p, h2, h3) {
    font-size: 11px !important;
  }

  body.umtec-page-trackrecord :is(
    #comp-ms9yzj76,
    #comp-msb612n5,
    #comp-msckci2s
  ) h2 {
    font-size: 27px !important;
  }

  body.umtec-page-trackrecord .trackrecord-logo-note {
    font-size: 12px;
    text-align: left;
  }

  body.umtec-page-trackrecord .trackrecord-results {
    margin-top: 44px;
    padding-top: 38px;
    text-align: left;
  }

  body.umtec-page-trackrecord .trackrecord-results h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  body.umtec-page-trackrecord .trackrecord-results ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.umtec-page-trackrecord .trackrecord-results li {
    min-height: 104px;
    padding: 20px;
    align-items: flex-start;
  }

  body.umtec-page-trackrecord .trackrecord-case-nav > p {
    text-align: left;
  }

  body.umtec-page-trackrecord .trackrecord-case-nav ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.umtec-page-trackrecord .trackrecord-case-nav a {
    border-radius: 8px;
    font-size: 13px;
  }
}


@media (max-width: 520px) {
  #comp-ms9z9zv63 .comp-ms9z9zv63-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  #comp-ms9z9zv63 [id^="comp-ms9z9zva7__"] {
    height: 108px !important;
    padding: 14px !important;
  }

  #comp-ms9z9zv63 [id^="comp-ms9z9zvq1__"] img {
    max-width: min(100%, 130px) !important;
    max-height: 56px !important;
  }
}

[data-umtec-home-contact-copy="contact"] {
  grid-area: 5 / 1 / 6 / 2 !important;
  width: 100% !important;
}

body:has([data-umtec-home-contact-copy="contact"]) #comp-mscsberf {
  grid-area: 6 / 1 / 7 / 2 !important;
}

body:has([data-umtec-home-contact-copy="contact"]) .cy49e-container {
  grid-template-rows: auto auto auto auto auto auto !important;
}

.umtec-page-hero {
  box-sizing: border-box;
  display: flex;
  grid-area: 2 / 1 / 3 / 2;
  min-height: 168px;
  padding: 38px 24px;
  background: linear-gradient(135deg, #263f6d, #3a5b91);
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  text-align: center;
}

.umtec-page-hero__english {
  margin: 0 0 8px;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

.umtec-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.5;
}

.umtec-common-contact {
  box-sizing: border-box;
  width: 100%;
  padding: 80px 5%;
  background: #304d7d;
  color: #fff;
}

.umtec-common-contact__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.umtec-common-contact__eyebrow {
  margin: 0 0 10px;
  font-size: clamp(50px, 5vw, 70px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
}

.umtec-common-contact h2 {
  margin: 0 0 54px;
  color: #fff;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.5;
}

.umtec-common-contact__intro > p:last-child {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.umtec-common-contact__card {
  box-sizing: border-box;
  display: flex;
  min-height: 300px;
  padding: 64px;
  border-radius: 10px;
  background: #fff;
  color: #9d352b;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.umtec-common-contact__phone {
  display: block;
  padding: 18px 24px;
  border: 1px solid #b85e52;
  border-radius: 999px;
  color: #9d352b;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.umtec-common-contact__phone:hover,
.umtec-common-contact__phone:focus-visible {
  background: #9d352b;
  color: #fff;
}

.umtec-common-contact__card p {
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: 400;
}

.umtec-common-contact__email {
  display: block;
  margin-top: 44px;
  padding: 18px 24px;
  border-radius: 999px;
  background: #9d352b;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  text-decoration: none;
}

.umtec-common-contact__email:hover,
.umtec-common-contact__email:focus-visible {
  background: #7d2922;
}

@media (max-width: 760px) {
  .umtec-common-contact {
    padding: 52px 24px;
  }

  .umtec-common-contact__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .umtec-common-contact h2 {
    margin-bottom: 24px;
  }

  .umtec-common-contact__card {
    min-height: 0;
    padding: 32px 20px;
  }
}

.umtec-contact-band__eyebrow {
  margin: 0 0 8px;
  font-size: clamp(46px, 5vw, 70px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}

.umtec-contact-band h2 {
  margin: 0 0 52px;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
}

.umtec-contact-band__intro > p:last-child {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.umtec-contact-band__card {
  box-sizing: border-box;
  padding: clamp(50px, 5vw, 72px);
  border-radius: 10px;
  background: #fff;
  color: #9d352b;
  text-align: center;
}

.umtec-contact-band__phone {
  display: block;
  padding: 17px 24px;
  border: 1px solid #b85e52;
  border-radius: 999px;
  color: #9d352b;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.umtec-contact-band__phone:hover,
.umtec-contact-band__phone:focus-visible {
  background: #9d352b;
  color: #fff;
}

.umtec-contact-band__card p {
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 760px) {
  .umtec-contact-band {
    grid-template-columns: 1fr;
    padding: 52px 24px;
  }

  .umtec-contact-band h2 {
    margin-bottom: 24px;
  }

  .umtec-contact-band__card {
    padding: 32px 20px;
  }
}

html.umtec-menu-open,
html.umtec-menu-open body {
  overflow: hidden !important;
  overscroll-behavior: none;
}

[data-hook="hamburger-overlay-root"][data-visible="true"] {
  visibility: visible !important;
}

.umtec-mobile-navigation {
  position: absolute;
  top: 155px;
  right: 0;
  left: 0;
  z-index: 4;
  box-sizing: border-box;
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 0 32px;
  pointer-events: auto;
}

.umtec-mobile-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.umtec-mobile-navigation a {
  display: block;
  padding: 18px 8px;
  border-bottom: 1px solid #d9dde3;
  color: #232f40;
  font-size: clamp(16px, 4.4vw, 20px);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.umtec-mobile-navigation a:hover,
.umtec-mobile-navigation a:focus-visible,
.umtec-mobile-navigation a[aria-current="page"] {
  color: #9d352b;
}

.umtec-mobile-navigation a[aria-current="page"] {
  border-bottom-color: #9d352b;
}

.umtec-mobile-navigation__company > button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 8px;
  border: 0;
  border-bottom: 1px solid #d9dde3;
  color: #232f40;
  background: transparent;
  font: inherit;
  font-size: clamp(16px, 4.4vw, 20px);
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
}

.umtec-mobile-navigation__company > button > span:last-child {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.umtec-mobile-navigation__company > button[aria-expanded="true"] > span:last-child {
  transform: translateY(2px) rotate(225deg);
}

.umtec-mobile-navigation__company > ul {
  padding: 5px 0 8px;
  background: #f6f7f9;
}

.umtec-mobile-navigation__company > ul[hidden] {
  display: none;
}

.umtec-mobile-navigation__company > ul a {
  padding: 12px 8px;
  border-bottom: 0;
  font-size: clamp(14px, 4vw, 17px);
  font-weight: 500;
}

@media (max-width: 520px) {
  .umtec-mobile-navigation {
    top: 145px;
    padding-inline: 24px;
  }

  .umtec-mobile-navigation a {
    padding-block: 15px;
  }
}

.umtec-go-to-top {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 9999;
  display: grid;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #9d352b;
  box-shadow: 0 4px 16px rgb(35 47 64 / 24%);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  place-items: center;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.umtec-go-to-top span {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

.umtec-go-to-top--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.umtec-go-to-top:hover,
.umtec-go-to-top:focus-visible {
  background: #7d2922;
}

.umtec-go-to-top:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .umtec-go-to-top {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .umtec-go-to-top {
    transition: none;
  }
}

/* Secondary-page release pass (v1, 2026-08-14) */
body.umtec-secondary-page {
  --umtec-page-inline: clamp(24px, 5vw, 72px);
  overflow-x: clip;
}

body.umtec-page-service #comp-ms8zy4e8,
body.umtec-page-trackrecord #comp-ms9yzyi4,
body.umtec-page-company #comp-msckn7o9,
body.umtec-page-security-policy #comp-msckn7o9 {
  display: none !important;
}

body.umtec-secondary-page .umtec-page-hero {
  min-height: clamp(148px, 13vw, 196px);
  padding-inline: var(--umtec-page-inline);
}

body.umtec-secondary-page .umtec-page-hero__english {
  letter-spacing: 0.055em;
}

/* Track-record page: use the same English-eyebrow/Japanese-title hierarchy as
   the content sections while retaining the shared secondary-page banner. */
body.umtec-page-trackrecord .umtec-page-hero__english {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
}

body.umtec-page-trackrecord .umtec-page-hero h1 {
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .04em;
}

.umtec-static-breadcrumb {
  display: flex;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;
  width: min(100%, 1200px);
  min-height: 46px;
  margin: 0 auto;
  padding-inline: var(--umtec-page-inline);
  color: #232f40;
  font-size: 13px;
  line-height: 1.5;
}

.umtec-static-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.umtec-static-breadcrumb a:hover,
.umtec-static-breadcrumb a:focus-visible {
  color: #9d352b;
  text-decoration: underline;
}

body.umtec-page-service #comp-ms8zys7l,
body.umtec-page-trackrecord #comp-ms9yzixj1,
body.umtec-page-company #comp-msckn7b3,
body.umtec-page-contact #comp-mscrhvfc,
body.umtec-page-security-policy #comp-msckn7b3 {
  display: none !important;
}

/* Secondary-page section rhythm: begin with white, then alternate softly. */
body.umtec-secondary-page :is(
  #comp-ms8zd0ol1,
  #comp-ms9r4slx,
  #comp-ms9z9ztp,
  #comp-ms9yzj6t,
  #comp-msckchwv,
  #comp-msckn7co,
  #comp-mscngmc0,
  #comp-mscqueu9
) {
  --bg: 255, 255, 255 !important;
  --alpha-bg: 1 !important;
  background-color: #fff !important;
}

body.umtec-secondary-page :is(
  #comp-ms91raah,
  #comp-ms9sipbm,
  #trackrecord-capabilities,
  #comp-msb612kx,
  #comp-msckn7m2,
  #comp-mscpdei1
) {
  --bg: 246, 248, 250 !important;
  --alpha-bg: 1 !important;
  background-color: #f6f8fa !important;
}

body.umtec-secondary-page :is(
  #comp-ms8zd0ol1,
  #comp-ms9z9ztp,
  #comp-msckn7co,
  #comp-mscqueu9
) {
  border-top: 1px solid #e6eaf0;
}

body.umtec-secondary-page :is(
  #comp-ms8zd0ol1,
  #comp-ms9r4slx,
  #comp-ms9z9ztp,
  #comp-ms9yzj6t,
  #comp-msckchwv,
  #comp-msckn7co,
  #comp-mscngmc0,
  #comp-mscqueu9
) [data-testid="colorUnderlay"] {
  background-color: #fff !important;
}

body.umtec-secondary-page :is(
  #comp-ms8zd0ol1,
  #comp-ms9r4slx,
  #comp-ms9z9ztp,
  #comp-ms9yzj6t,
  #comp-msckchwv,
  #comp-msckn7co,
  #comp-mscngmc0,
  #comp-mscqueu9
) > [id^="bgLayers_"] [data-motion-part^="BG_MEDIA"] {
  display: none !important;
}

/* Service website previews remain visible even before scroll-motion initializes. */
body.umtec-page-service :is(#comp-ms8zd0pd, #comp-ms91racd8, #comp-ms9r4soa3) {
  animation: none !important;
  clip-path: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  border: 1px solid #e3e8ef !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 34px rgb(22 45 78 / 10%) !important;
}

body.umtec-page-service :is(#comp-ms8zd0pd, #comp-ms91racd8, #comp-ms9r4soa3) img {
  display: block !important;
  width: 100% !important;
}

/* Match the ShippSyS preview frame to the current homepage screenshot. */
body.umtec-page-service #comp-ms90yrqy {
  aspect-ratio: 1896 / 1080 !important;
}

/* Keep the UMCall preview frame in the source screenshot's native ratio. */
body.umtec-page-service #comp-ms9245t2 {
  aspect-ratio: 1968 / 1277 !important;
  height: auto !important;
}

body.umtec-page-service #comp-ms9245t2 :is(picture, wow-image, img) {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1968 / 1277 !important;
  object-fit: contain !important;
}

.umtec-service-preview-link {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.umtec-service-preview-link span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgb(24 51 89 / 88%);
  box-shadow: 0 5px 16px rgb(0 0 0 / 18%);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 160ms ease, transform 160ms ease;
}

.umtec-service-preview-link:hover span,
.umtec-service-preview-link:focus-visible span {
  background: #a23c2d;
  transform: translateY(-2px);
}

.umtec-service-preview-link:focus-visible {
  outline: 3px solid #a23c2d;
  outline-offset: -4px;
}

body.umtec-page-service :is(#comp-ms8zd0ol1, #comp-ms9sipbm) {
  position: relative !important;
}

/* The exported system-development wrapper collapses to 580px at desktop
   breakpoints. Keep it on the same 1120px content grid as the service stories. */
body.umtec-page-service #comp-ms9sipbu {
  box-sizing: border-box !important;
  width: min(calc(100% - 48px), 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
}

body.umtec-page-service #comp-ms9sipcg1 {
  box-sizing: border-box !important;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
}

.umtec-service-group-label {
  position: absolute;
  z-index: 4;
  top: 26px;
  left: 50%;
  display: flex;
  box-sizing: border-box;
  width: min(calc(100% - 48px), 1120px);
  transform: translateX(-50%);
  align-items: baseline;
  gap: 14px;
  color: #284a7c;
  pointer-events: none;
}

.umtec-service-group-label strong {
  font-size: 17px;
  letter-spacing: .05em;
}

body.umtec-page-service .comp-ms8zd0p31-container {
  row-gap: 24px !important;
}

body.umtec-page-service :is(#comp-ms91racm, #comp-ms9r4sok10, #comp-ms9sipcx) {
  width: min(100%, 850px) !important;
  max-width: 850px !important;
  margin-inline: auto !important;
}

body.umtec-page-service :is(#comp-ms91racm, #comp-ms9r4sok10, #comp-ms9sipcx) p {
  line-height: 1.85 !important;
}

/* Keep each service story on one clear alignment grid. The introductory copy
   stays comfortably narrow, while the website preview and feature cards share
   the same outer edges. */
body.umtec-page-service :is(
  #comp-ms8zd0ol1,
  #comp-ms91raah,
  #comp-ms9r4slx,
  #comp-ms9sipbm
) > [data-testid="responsive-container-content"] {
  padding-block: 104px !important;
}

body.umtec-page-service :is(
  #comp-ms8zd0ox3,
  #comp-ms8zd0oz,
  #comp-ms91rabw6,
  #comp-ms91rabz1,
  #comp-ms9r4snq,
  #comp-ms9r4snt1,
  #comp-ms9sipc91,
  #comp-ms9sipcc1
) {
  box-sizing: border-box !important;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
}

body.umtec-page-service :is(
  #comp-ms8zd0p75,
  #comp-msfdtmzz,
  #comp-ms91rac9,
  #comp-msfdutv6,
  #comp-ms9r4so4,
  #comp-msfdwhtc
) {
  box-sizing: border-box !important;
  width: min(100%, 850px) !important;
  max-width: 850px !important;
  margin-inline: auto !important;
}

body.umtec-page-service :is(
  #comp-ms8zd0pj4,
  #comp-ms8zd0pl,
  #comp-ms91rack2,
  #comp-ms91racm,
  #comp-ms9r4soi7,
  #comp-ms9r4sok10,
  #comp-ms9sipcv2,
  #comp-ms9sipcx
),
body.umtec-page-service #comp-ms91rach3 {
  box-sizing: border-box !important;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
}

body.umtec-page-service :is(
  #comp-ms8zd0pj4,
  #comp-ms91rack2,
  #comp-ms9r4soi7,
  #comp-ms9sipcv2
) {
  margin-bottom: 18px !important;
}

body.umtec-page-service :is(
  #comp-ms8zd0pl,
  #comp-ms91racm,
  #comp-ms9r4sok10,
  #comp-ms9sipcx
) p {
  line-height: 1.85 !important;
}

body.umtec-page-service :is(#comp-ms91racc, #comp-ms91racv1),
body.umtec-page-service :is(
  #comp-ms8zd0pd,
  #comp-ms91racd8,
  #comp-ms9r4soa3,
  #comp-ms9rr5fn,
  #comp-ms9qs4j2,
  #comp-ms9r4sou4,
  #comp-ms9t46ez
) {
  box-sizing: border-box !important;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
  align-self: center !important;
  justify-self: center !important;
}

body.umtec-page-service #comp-ms91racv1 {
  margin-top: 32px !important;
}

@media (max-width: 850px) {
  body.umtec-page-service #comp-ms9sipbu {
    width: calc(100% - 44px) !important;
    max-width: none !important;
  }

  .umtec-service-group-label {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 44px);
    margin: 22px auto 0;
    transform: none;
  }

  .umtec-service-preview-link {
    padding: 10px;
  }

  .umtec-service-preview-link span {
    padding: 8px 11px;
    font-size: 11px;
  }

  body.umtec-page-service main .umtecui-repeater__item .umtecui-rich-text {
    box-sizing: border-box !important;
    padding-inline: 8px !important;
  }

  body.umtec-page-service main .umtecui-repeater__item .umtecui-rich-text p {
    line-height: 1.75 !important;
  }

  body.umtec-page-service #comp-ms91rach3,
  body.umtec-page-service :is(
    #comp-ms8zd0ox3,
    #comp-ms8zd0oz,
    #comp-ms91rabw6,
    #comp-ms91rabz1,
    #comp-ms9r4snq,
    #comp-ms9r4snt1,
    #comp-ms9sipc91,
    #comp-ms9sipcc1,
    #comp-ms8zd0p75,
    #comp-msfdtmzz,
    #comp-ms91rac9,
    #comp-msfdutv6,
    #comp-ms9r4so4,
    #comp-msfdwhtc,
    #comp-ms8zd0pj4,
    #comp-ms8zd0pl,
    #comp-ms91rack2,
    #comp-ms91racm,
    #comp-ms9r4soi7,
    #comp-ms9r4sok10,
    #comp-ms9sipcv2,
    #comp-ms9sipcx
  ),
  body.umtec-page-service :is(
    #comp-ms91racc,
    #comp-ms91racv1,
    #comp-ms9rr5fn,
    #comp-ms9qs4j2,
    #comp-ms9r4sou4,
    #comp-ms9t46ez
  ) {
    width: calc(100% - 44px) !important;
  }

  body.umtec-page-service #comp-ms91racv1 {
    margin-top: 24px !important;
  }

  body.umtec-page-service :is(#comp-ms91rach3, #comp-ms91racj) {
    align-self: stretch !important;
    justify-self: stretch !important;
    width: calc(100% - 44px) !important;
    max-width: none !important;
    margin-inline: auto !important;
  }

  body.umtec-page-service #comp-ms91racj {
    width: 100% !important;
  }

  body.umtec-page-service :is(#comp-ms91rack2, #comp-ms91racm) {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.umtec-page-service :is(
    #comp-ms8zd0ol1,
    #comp-ms91raah,
    #comp-ms9r4slx,
    #comp-ms9sipbm
  ) > [data-testid="responsive-container-content"] {
    padding-block: 72px !important;
  }
}

/* Track-record overview: present the introduction before a compact client-logo
   grid, independent of the fixed coordinates in the exported layout. */
body.umtec-page-trackrecord #comp-ms9z9ztp > [data-testid="responsive-container-content"] {
  display: flex !important;
  flex-direction: column !important;
  width: min(100%, 1200px) !important;
  margin-inline: auto !important;
  padding: 58px var(--umtec-page-inline) 82px !important;
}

body.umtec-page-trackrecord #comp-ms9z9ztp > [data-testid="responsive-container-content"] > * {
  position: relative !important;
  inset: auto !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: 0 !important;
}

body.umtec-page-trackrecord #comp-ms9z9zui {
  order: 1;
}

body.umtec-page-trackrecord #comp-ms9z9zvv {
  order: 2;
  margin-top: 28px !important;
  margin-bottom: 44px !important;
}

body.umtec-page-trackrecord #comp-ms9z9zv5 {
  order: 3;
}

body.umtec-page-trackrecord :is(#comp-ms9zamta, #comp-ms9ze02c) {
  position: relative !important;
  inset: auto !important;
  box-sizing: border-box !important;
  width: min(100%, 960px) !important;
  max-width: 960px !important;
  margin-inline: auto !important;
}

body.umtec-page-trackrecord #comp-ms9z9zv63,
body.umtec-page-trackrecord #comp-ms9z9zv63 > [data-testid="responsive-container-content"] {
  position: relative !important;
  inset: auto !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.umtec-page-trackrecord #comp-ms9z9zv63 > [data-testid="responsive-container-content"] {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.umtec-page-trackrecord #comp-ms9z9zv63 .umtecui-repeater__item {
  position: relative !important;
  inset: auto !important;
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 116px !important;
  margin: 0 !important;
  border: 1px solid #dfe5ec !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgb(23 43 73 / 6%) !important;
}

body.umtec-page-trackrecord #comp-ms9z9zv63 .umtecui-repeater__item > .inner-box {
  display: none !important;
}

body.umtec-page-trackrecord #comp-ms9z9zv63 img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.umtec-page-trackrecord #comp-ms9z9zv63 .umtecui-image {
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  width: 74% !important;
  height: 58px !important;
  aspect-ratio: auto !important;
  transform: translate(-50%, -50%) !important;
}

body.umtec-page-trackrecord #comp-ms9z9zv63 .umtecui-image :is(
  [data-motion-part],
  wow-image,
  picture
) {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

body.umtec-page-trackrecord #comp-ms9z9zv63 .umtecui-image img {
  object-fit: contain !important;
}

body.umtec-page-trackrecord main .umtecui-rich-text[hidden] {
  display: none !important;
}

@media (max-width: 850px) {
  body.umtec-page-trackrecord .umtec-page-hero__english {
    margin-bottom: 7px;
    padding-inline: 0;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: .12em;
  }

  body.umtec-page-trackrecord .umtec-page-hero h1 {
    font-size: 28px;
  }

  body.umtec-page-trackrecord #comp-ms9z9ztp > [data-testid="responsive-container-content"] {
    display: flex !important;
    padding: 42px 22px 64px !important;
  }

  body.umtec-page-trackrecord #comp-ms9z9ztp > [data-testid="responsive-container-content"] > * {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.umtec-page-trackrecord #comp-ms9z9zvv {
    margin-top: 24px !important;
    margin-bottom: 34px !important;
  }

  body.umtec-page-trackrecord :is(#comp-ms9zamta, #comp-ms9ze02c),
  body.umtec-page-trackrecord #comp-ms9z9ztp .umtecui-rich-text {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.umtec-page-trackrecord #comp-ms9z9zv63 > [data-testid="responsive-container-content"] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.umtec-page-trackrecord #comp-ms9z9zv63 .umtecui-repeater__item {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-height: 96px !important;
  }

  body.umtec-page-trackrecord #comp-ms9z9zv63 .umtecui-image {
    width: 76% !important;
    height: 52px !important;
  }

}

body.umtec-secondary-page :is(
  #comp-ms91raah,
  #comp-ms9sipbm,
  #trackrecord-capabilities,
  #comp-msb612kx,
  #comp-msckn7m2,
  #comp-mscpdei1
) [data-testid="colorUnderlay"] {
  background-color: #f6f8fa !important;
}

body.umtec-secondary-page main [data-testid="responsive-container-content"],
body.umtec-secondary-page main [data-testid="responsive-container-content"] > *,
body.umtec-secondary-page main .umtecui-rich-text {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

body.umtec-secondary-page main .umtecui-rich-text,
body.umtec-secondary-page main .umtecui-rich-text__text {
  overflow-wrap: anywhere;
}

body.umtec-secondary-page :is(
  #comp-ms8zd0ol1,
  #comp-ms9z9ztp,
  #comp-msckn7co,
  #comp-mscrhvod,
  #comp-mscqueu9
) > [data-testid="responsive-container-content"] {
  grid-template-rows: auto !important;
  padding-top: clamp(56px, 6vw, 84px) !important;
  padding-right: var(--umtec-page-inline) !important;
  padding-bottom: clamp(72px, 7vw, 104px) !important;
  padding-left: var(--umtec-page-inline) !important;
}

body.umtec-secondary-page :is(
  #comp-ms8zys7l,
  #comp-ms9yzixj1,
  #comp-msckn7b3,
  #comp-mscrhvfc
) > [data-testid="responsive-container-content"] {
  padding-inline: var(--umtec-page-inline) !important;
}

body.umtec-page-company #comp-msckn7co .umtecui-rich-text,
body.umtec-page-security-policy #comp-mscqueu9 .umtecui-rich-text {
  line-height: 1.85;
}

/* Semantic security-policy content replaces the fixed-coordinate export. */
body.umtec-page-security-policy #comp-mscqueu9 { display: none !important; }
body.umtec-page-security-policy .umtec-page-hero__english { margin-bottom: 10px; font-size: 13px; font-weight: 700; line-height: 1.5; letter-spacing: .14em; }
body.umtec-page-security-policy .umtec-page-hero h1 { font-size: clamp(30px, 3.2vw, 42px); font-weight: 700; line-height: 1.35; letter-spacing: .04em; }
.security-profile { width: 100%; color: #172b49; background: #fff; pointer-events: auto; }
.security-profile__policy { padding: 78px 0 86px; background: linear-gradient(180deg, #fff 0, #fff 170px, #f6f8fa 170px, #f6f8fa 100%); }
.security-profile__inner { box-sizing: border-box; width: min(calc(100% - 48px), 1120px); margin: 0 auto; }
.security-profile__heading { margin-bottom: 34px; text-align: center; }
.security-profile__eyebrow { margin: 0 0 10px; color: #2b5387; font-size: 13px; font-weight: 700; line-height: 1.5; letter-spacing: .15em; }
.security-profile__heading h2 { margin: 0; color: #172b49; font-size: clamp(30px, 3.2vw, 42px); line-height: 1.35; letter-spacing: .03em; }
.security-profile__heading::after { content: ""; display: block; width: 42px; height: 3px; margin: 20px auto 0; border-radius: 3px; background: #a6382c; }
.security-profile__lead { box-sizing: border-box; width: 100%; margin: 0 auto 34px; padding: 26px 30px; border: 1px solid #e0e6ed; border-radius: 10px; color: #40516a; background: rgb(255 255 255 / 92%); box-shadow: 0 8px 26px rgb(23 43 73 / 5%); font-size: 16px; line-height: 1.95; }
.security-profile__list { display: grid; width: 100%; gap: 14px; margin: 0 auto; padding: 0; list-style: none; }
.security-profile__list li { position: relative; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 22px; overflow: hidden; box-sizing: border-box; padding: 26px 30px; border: 1px solid #d6dee8; border-radius: 10px; background: #fff; box-shadow: 0 5px 18px rgb(23 43 73 / 5%); }
.security-profile__list li::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: #a6382c; opacity: .78; }
.security-profile__number { display: grid; width: 44px; height: 44px; border-radius: 50%; color: #fff; background: #a6382c; font-size: 12px; font-weight: 700; place-items: center; }
.security-profile__list h3 { margin: 2px 0 8px; color: #172b49; font-size: 21px; line-height: 1.55; }
.security-profile__list p { margin: 0; color: #40516a; font-size: 16px; line-height: 1.85; }
.security-profile__signature { box-sizing: border-box; width: 100%; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid #d6dee8; color: #40516a; font-size: 15px; line-height: 1.8; text-align: right; }
.security-profile__signature p { margin: 0; }

@media (hover: hover) {
  .security-profile__list li { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
  .security-profile__list li:hover { border-color: #b9c7d8; box-shadow: 0 10px 26px rgb(23 43 73 / 9%); transform: translateY(-2px); }
}

@media (max-width: 850px) {
  body.umtec-page-security-policy .umtec-page-hero__english { margin-bottom: 7px; padding-inline: 0; font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .12em; }
  body.umtec-page-security-policy .umtec-page-hero h1 { font-size: 28px; font-weight: 700; line-height: 1.35; }
  .security-profile__policy { padding: 50px 0 60px; background: linear-gradient(180deg, #fff 0, #fff 145px, #f6f8fa 145px, #f6f8fa 100%); }
  .security-profile__inner { width: calc(100% - 40px); }
  .security-profile__heading { margin-bottom: 26px; text-align: left; }
  .security-profile__heading h2 { font-size: 28px; }
  .security-profile__heading::after { width: 36px; margin: 16px 0 0; }
  .security-profile__lead { margin-bottom: 24px; padding: 20px 18px; font-size: 15px; line-height: 1.9; }
  .security-profile__list { gap: 12px; }
  .security-profile__list li { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; padding: 21px 17px; }
  .security-profile__number { width: 36px; height: 36px; font-size: 10px; }
  .security-profile__list h3 { margin-top: 2px; font-size: 18px; }
  .security-profile__list p { font-size: 15px; line-height: 1.85; }
  .security-profile__signature { margin-top: 28px; padding-top: 20px; font-size: 14px; }

  body.umtec-page-security-policy :is(
    #comp-msckn7or_r_comp-ms5onh9o4,
    #comp-msckn7or_r_comp-ms5onha0,
    #comp-msckn7or_r_comp-ms5onha43,
    #comp-msckn7or_r_comp-ms5onha6,
    #comp-msckn7or_r_comp-ms5onhae1
  ) { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; margin-inline: 0 !important; }
  body.umtec-page-security-policy :is(#comp-msckn7or_r_comp-ms5onha6, #comp-msckn7or_r_comp-ms5onhae1) { position: relative !important; inset: auto !important; }
  body.umtec-page-security-policy :is(#comp-msckn7or_r_comp-ms5onha6, #comp-msckn7or_r_comp-ms5onhae1) a { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
}

/* Semantic company profile replaces the fixed-coordinate exported content. */
body.umtec-page-company :is(#comp-msckn7b3, #comp-msckn7co, #comp-msckn7m2, #comp-mscngmc0, #comp-mscpdei1, #comp-mscqueu9, #comp-msckn7o9) { display: none !important; }
.company-profile > .umtec-common-contact { display: none !important; }
body.umtec-page-company .umtec-page-hero__english { margin-bottom: 10px; font-size: 13px; font-weight: 700; line-height: 1.5; letter-spacing: .14em; }
body.umtec-page-company .umtec-page-hero h1 { font-size: clamp(30px, 3.2vw, 42px); font-weight: 700; line-height: 1.35; letter-spacing: .04em; }
.company-profile { width: 100%; color: #172b49; background: #fff; pointer-events: auto; }
.company-profile__inner { box-sizing: border-box; width: min(calc(100% - 48px), 1120px); margin: 0 auto; }
.company-profile__reading { max-width: 1120px; }
.company-profile section { padding: 80px 0; }
.company-profile__eyebrow { margin: 0 0 10px; color: #2b5387; font-size: 13px; font-weight: 700; letter-spacing: .15em; line-height: 1.5; }
.company-profile__heading { margin-bottom: 42px; text-align: center; }
.company-profile__heading--left { text-align: left; }
.company-profile__heading h2, .company-profile__contact h2 { margin: 0; color: #172b49; font-size: clamp(30px, 3.2vw, 42px); line-height: 1.35; letter-spacing: .03em; }
.company-profile__intro { padding: 58px 0 38px !important; text-align: center; }
.company-profile__intro h2 { margin: 0 0 20px; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.45; }
.company-profile__intro > div > p:last-child { width: 100%; max-width: none; margin: 0; color: #40516a; font-size: 17px; line-height: 1.9; }
.company-profile__message-body { color: #2d3f58; font-size: 16px; line-height: 2; }
.company-profile__message-body p { margin: 0 0 22px; }
.company-profile__signature { margin-top: 36px !important; text-align: right; }
.company-profile__message { padding-top: 54px !important; }
.company-profile__message-layout { display: grid; grid-template-columns: minmax(290px, 305px) minmax(0, 1fr); gap: clamp(44px, 4.5vw, 64px); align-items: start; }
.company-profile__portrait { position: sticky; top: 110px; margin: 0; }
.company-profile__portrait img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; border-radius: 14px; box-shadow: 0 14px 36px rgb(23 43 73 / 14%); object-fit: cover; object-position: center top; }
.company-profile__portrait figcaption { margin-top: 12px; color: #697488; font-size: 12px; line-height: 1.6; text-align: center; }
.company-profile__philosophy, .company-profile__overview { background: #f4f6f8; }
.company-profile__split { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(240px, .5fr); gap: 72px; align-items: center; }
.company-profile__split h3 { margin: 0 0 24px; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.55; }
.company-profile__split > div:first-child > p:last-child { margin: 0; color: #40516a; font-size: 16px; line-height: 1.9; }
.company-profile__philosophy-copy { color: #40516a; font-size: 16px; line-height: 1.9; }
.company-profile__philosophy-copy p { margin: 0 0 14px; }
.company-profile__philosophy-copy p:last-child { margin-bottom: 0; }
.company-profile__symbol { position: relative; width: 220px; height: 180px; margin: auto; opacity: .18; }
.company-profile__symbol::before, .company-profile__symbol::after { content: ""; position: absolute; inset-block: 0; width: 46%; }
.company-profile__symbol::before { left: 0; border-radius: 100% 10% 100% 10%; background: #234f82; }
.company-profile__symbol::after { right: 0; border-radius: 10% 100% 10% 100%; background: #a6382c; }
.company-profile__mvv-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.company-profile__mvv-list > li { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 24px; padding: 30px 34px; border: 1px solid #dbe2ea; border-radius: 12px; background: #fff; box-shadow: 0 6px 20px rgb(23 43 73 / 6%); }
.company-profile__mvv-list > li > span { display: flex; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: #a6382c; font-size: 13px; font-weight: 700; align-items: center; justify-content: center; }
.company-profile__mvv-en { margin: 0 0 5px; color: #2b5387; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.company-profile__mvv-list h3 { margin: 0; font-size: 22px; line-height: 1.55; }
.company-profile__mvv-statement { margin: 8px 0 0; color: #40516a; font-size: 16px; line-height: 1.75; }
.company-profile__mvv-list ul { display: flex; flex-wrap: wrap; gap: 6px 24px; margin: 16px 0 0; padding-left: 20px; color: #40516a; line-height: 1.7; }
.company-profile__mvv-list .company-profile__values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; padding: 0; list-style: none; }
.company-profile__values strong, .company-profile__values span { display: block; }
.company-profile__values strong { margin-bottom: 5px; color: #172b49; font-size: 16px; }
.company-profile__values span { font-size: 14px; line-height: 1.75; }
.company-profile__summary { max-width: 760px; margin: -16px 0 38px; color: #40516a; font-size: 16px; line-height: 1.9; }
.company-profile__certifications { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 48px; }
.company-profile__certifications article { display: flex; min-height: 126px; box-sizing: border-box; padding: 20px; border: 1px solid #d6dee8; border-radius: 10px; background: #fff; align-items: center; gap: 16px; }
.company-profile__certifications img { width: 78px; max-height: 72px; object-fit: contain; }
.company-profile__certifications strong, .company-profile__certifications span { display: block; }
.company-profile__certifications strong { margin-bottom: 7px; font-size: 15px; line-height: 1.5; }
.company-profile__certifications span { color: #647086; font-size: 14px; line-height: 1.6; }
.company-profile__isms > span { display: flex; width: 52px; height: 62px; border: 3px solid #2b67a1; border-radius: 10px 10px 18px 18px; color: #2b67a1; font-size: 26px; align-items: center; justify-content: center; }
.company-profile__facts { margin: 0; border-top: 1px solid #ccd5e0; }
.company-profile__facts > div { display: grid; grid-template-columns: 180px minmax(0, 1fr); border-bottom: 1px solid #ccd5e0; }
.company-profile__facts dt, .company-profile__facts dd { box-sizing: border-box; margin: 0; padding: 22px 24px; font-size: 17px; line-height: 1.8; }
.company-profile__facts dt { font-weight: 700; }
.company-profile__facts dd { min-width: 0; color: #40516a; overflow-wrap: anywhere; }
.company-profile__facts dd a { display: block; width: fit-content; color: #205895; text-underline-offset: 3px; }
.company-profile__facts > div:last-child dd a { display: inline; width: auto; white-space: nowrap; }
.company-profile__facts > div:last-child dd a + a::before { content: " / "; margin-inline: 8px; color: #7a8595; text-decoration: none; }
.company-profile__contact { padding: 72px 0 !important; color: #fff; background: #284e80; }
.company-profile__contact-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr); gap: 72px; align-items: center; }
.company-profile__contact .company-profile__eyebrow, .company-profile__contact h2 { color: #fff; }
.company-profile__contact h2 { margin-bottom: 18px; }
.company-profile__contact p:last-child { margin: 0; line-height: 1.8; }
.company-profile__contact-card { display: grid; box-sizing: border-box; padding: 28px; border-radius: 10px; background: #fff; text-align: center; }
.company-profile__phone, .company-profile__mail { box-sizing: border-box; display: flex; width: 100%; min-height: 48px; border-radius: 999px; align-items: center; justify-content: center; text-decoration: none; font-weight: 700; }
.company-profile__phone { border: 1px solid #a6382c; color: #a6382c; font-size: 19px; }
.company-profile__contact-card small { margin: 8px 0 18px; color: #687386; }
.company-profile__mail { color: #fff; background: #a6382c; }
.company-profile .umtec-common-contact { padding: 80px 5%; }
.company-profile a:focus-visible { outline: 3px solid #a6382c; outline-offset: 4px; border-radius: 3px; }

/* Keep the contact heading, introduction and form on the shared 1120px
   secondary-page grid instead of the export's narrower fixed coordinates. */
@media (min-width: 851px) {
  body.umtec-page-contact #comp-mscrhvod > [data-testid="responsive-container-content"] {
    box-sizing: border-box !important;
    width: min(calc(100% - 48px), 1120px) !important;
    max-width: 1120px !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
  }

  body.umtec-page-contact :is(
    #comp-mscrixmg,
    #comp-mscrixmj,
    #comp-mscrixmn1,
    #comp-mscrixmw,
    #comp-mscrixmy,
    #comp-mscrixn01,
    #comp-mscro8qx
  ) {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    justify-self: stretch !important;
  }
}

@media (hover: hover) {
  .company-profile__facts dd a:hover { color: #a6382c; text-decoration-thickness: 2px; }
  .company-profile__mvv-list > li,
  .company-profile__certifications article { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
  .company-profile__mvv-list > li:hover,
  .company-profile__certifications article:hover { border-color: #b9c7d8; box-shadow: 0 10px 26px rgb(23 43 73 / 9%); transform: translateY(-2px); }
}

@media (max-width: 850px) {
  body.umtec-page-company .umtec-page-hero__english { margin-bottom: 7px; padding: 0; font-size: 11px; line-height: 1.5; letter-spacing: .12em; }
  body.umtec-page-company .umtec-page-hero h1 { font-size: 28px; }
  .company-profile__inner { width: calc(100% - 40px); }
  .company-profile section { padding: 60px 0; }
  .company-profile__intro { padding: 42px 0 28px !important; text-align: left; }
  .company-profile__intro h2, .company-profile__heading h2, .company-profile__contact h2 { font-size: 28px; }
  .company-profile__intro > div > p:last-child, .company-profile__message-body { font-size: 15px; }
  .company-profile__heading { margin-bottom: 30px; text-align: left; }
  .company-profile__message-body { line-height: 1.95; }
  .company-profile__message-layout { grid-template-columns: 1fr; gap: 32px; }
  .company-profile__message { padding-top: 38px !important; }
  .company-profile__portrait { position: relative; top: auto; width: min(76vw, 320px); margin: 0 auto; }
  .company-profile__split { grid-template-columns: 1fr; gap: 24px; }
  .company-profile__symbol { position: absolute; right: 20px; width: 100px; height: 84px; opacity: .09; }
  .company-profile__philosophy .company-profile__inner { position: relative; }
  .company-profile__split h3 { position: relative; font-size: 23px; }
  .company-profile__mvv-list > li { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; padding: 24px 18px; }
  .company-profile__mvv-list > li > span { width: 38px; height: 38px; font-size: 11px; }
  .company-profile__mvv-list h3 { font-size: 18px; }
  .company-profile__mvv-list .company-profile__values { grid-template-columns: 1fr; gap: 16px; }
  .company-profile__mvv-statement, .company-profile__philosophy-copy { font-size: 15px; }
  .company-profile__certifications { grid-template-columns: 1fr; }
  .company-profile__certifications article { min-height: 110px; }
  .company-profile__facts > div { grid-template-columns: 1fr; }
  .company-profile__facts dt { padding: 18px 16px 6px; }
  .company-profile__facts dd { padding: 0 16px 18px; }
  .company-profile__facts dt, .company-profile__facts dd { font-size: 16px; }
  .company-profile__contact-inner { grid-template-columns: 1fr; gap: 30px; }
  .company-profile__contact-card { width: 100%; padding: 20px; }
  .company-profile .umtec-common-contact { padding: 52px 24px; }
}

/* The exported contact component retains fixed minimum widths. Constrain its
   action stack only on the company page so it matches the other mobile blocks. */
@media (max-width: 850px) {
  body.umtec-page-company :is(
    #comp-msckn7or_r_comp-ms5onh9o4,
    #comp-msckn7or_r_comp-ms5onha0,
    #comp-msckn7or_r_comp-ms5onha43,
    #comp-msckn7or_r_comp-ms5onha6,
    #comp-msckn7or_r_comp-ms5onhae1
  ) {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
  }

  body.umtec-page-company :is(
    #comp-msckn7or_r_comp-ms5onha6,
    #comp-msckn7or_r_comp-ms5onhae1
  ) {
    position: relative !important;
    inset: auto !important;
  }

  body.umtec-page-company :is(
    #comp-msckn7or_r_comp-ms5onha6,
    #comp-msckn7or_r_comp-ms5onhae1
  ) a {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

.umtec-mobile-menu-trigger {
  display: none;
}

@media (max-width: 850px) {
  body.umtec-secondary-page {
    --umtec-page-inline: 22px;
  }

  body.umtec-secondary-page .umtec-page-hero {
    min-height: 132px;
  }

  body.umtec-secondary-page .umtec-page-hero__english {
    box-sizing: border-box;
    width: 100%;
    padding-inline: 12px;
    font-size: clamp(26px, 8.4vw, 38px);
    line-height: 1.1;
    white-space: normal;
  }

  body.umtec-secondary-page .umtec-page-hero__japanese {
    font-size: 15px;
  }

  body:is(.umtec-page-trackrecord, .umtec-page-security-policy) .umtec-page-hero__english {
    font-size: clamp(22px, 6.8vw, 28px);
    letter-spacing: 0.035em;
  }

  body.umtec-secondary-page :is(
    #comp-ms8zd0ol1,
    #comp-ms9z9ztp,
    #comp-msckn7co,
    #comp-mscrhvod,
    #comp-mscqueu9
  ) > [data-testid="responsive-container-content"] {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding-top: 40px !important;
    padding-bottom: 64px !important;
  }

  body.umtec-secondary-page :is(
    #comp-ms8zd0ol1,
    #comp-ms9z9ztp,
    #comp-msckn7co,
    #comp-mscrhvod,
    #comp-mscqueu9
  ) > [data-testid="responsive-container-content"] > * {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    box-sizing: border-box !important;
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
    margin: 0 !important;
    translate: none !important;
  }

  body.umtec-secondary-page main .umtecui-rich-text {
    contain: inline-size;
    width: calc(100vw - 44px) !important;
    max-width: calc(100vw - 44px) !important;
  }

  body.umtec-secondary-page main .umtecui-rich-text :is(p, h2, h3, h4, ul, ol, blockquote, div, span),
  body.umtec-secondary-page :is(
    #comp-ms8zd0ol1,
    #comp-ms9z9ztp,
    #comp-msckn7co,
    #comp-mscrhvod,
    #comp-mscqueu9
  ) form {
    box-sizing: border-box !important;
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body.umtec-secondary-page :is(
    #comp-ms8zd0ol1,
    #comp-ms9z9ztp,
    #comp-msckn7co,
    #comp-mscrhvod,
    #comp-mscqueu9
  ) div[class$="-container"] {
    box-sizing: border-box !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.umtec-secondary-page :is(input, textarea, select, form) {
    box-sizing: border-box;
    max-width: 100%;
  }

  body.umtec-page-contact #comp-mscrhvod :is(input, textarea, select) {
    box-sizing: border-box !important;
    width: calc(100vw - 92px) !important;
    max-width: calc(100vw - 92px) !important;
  }

  .umtec-mobile-menu-trigger {
    position: fixed;
    top: 20px;
    right: auto;
    left: min(326px, calc(100vw - 64px));
    z-index: 2147483647;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 11px 10px;
    border: 1px solid rgb(35 47 64 / 14%);
    border-radius: 50%;
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 4px 14px rgb(35 47 64 / 12%);
    cursor: pointer;
    place-content: center;
  }

  body.umtec-secondary-page .umtecui-hamburger-open-button {
    display: none !important;
  }

  .umtec-mobile-menu-trigger span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 2.5px 0;
    border-radius: 2px;
    background: #232f40;
  }

  .umtec-mobile-menu-trigger:focus-visible {
    outline: 3px solid #9d352b;
    outline-offset: 3px;
  }
}

/* Keep the company hero hierarchy after all generic narrow-screen rules. */
@media (max-width: 850px) {
  body.umtec-page-company .umtec-page-hero__english {
    margin-bottom: 7px;
    padding-inline: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .12em;
  }

  body.umtec-page-company .umtec-page-hero h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
  }
}

/* Final narrow-screen overrides for the track-record overview. These must
   follow the generic secondary-page normalizer above. */
@media (max-width: 850px) {
  body.umtec-page-trackrecord .umtec-page-hero__english {
    margin-bottom: 7px;
    padding-inline: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .12em;
  }

  body.umtec-page-trackrecord .umtec-page-hero h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
  }

  body.umtec-page-trackrecord #comp-ms9z9ztp > [data-testid="responsive-container-content"] {
    display: flex !important;
    flex-direction: column !important;
  }

  body.umtec-page-trackrecord #comp-ms9z9zui {
    order: 1 !important;
  }

  body.umtec-page-trackrecord #comp-ms9z9zvv {
    order: 2 !important;
  }

  body.umtec-page-trackrecord #comp-ms9z9zv5 {
    order: 3 !important;
  }

  body.umtec-page-trackrecord #comp-ms9z9zv63 > div.comp-ms9z9zv63-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.umtec-page-trackrecord #comp-ms9z9zv63 > div.comp-ms9z9zv63-container > .umtecui-repeater__item {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-height: 96px !important;
    margin: 0 !important;
  }
}

/* Preserve the shared English-small/Japanese-large hierarchy on the policy
   hero after the generic secondary-page narrow-screen rules. */
@media (max-width: 850px) {
  body.umtec-page-security-policy .umtec-page-hero__english {
    margin-bottom: 7px;
    padding-inline: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .12em;
  }

  body.umtec-page-security-policy .umtec-page-hero h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
  }
}

/* Use the UMTEC accent color for the active desktop navigation underline. */
.umtecui-horizontal-menu [data-part="menu-item-content"][data-selected] [data-part="label"]::after {
  background-color: #a6382c !important;
}
