:root {
  --ms-cyan: #08d4d3;
  --ms-cyan-dark: #00afbe;
  --ms-dark: #0d131b;
  --ms-page-bg: #0d131b;
  --ms-home-shell-bg: #0d131b;
  --ms-panel: #111820;
  --ms-text: #f6fbff;
  --ms-muted: rgba(246, 251, 255, .62);
  --ms-line: rgba(255, 255, 255, .10);
  --ms-content-x: clamp(96px, 6.75vw, 128px);
  --ms-layout-x: var(--ms-content-x);
  --ms-page-x: var(--ms-content-x);
  --ms-content-width: calc(100vw - (var(--ms-content-x) * 2));
  --ms-section-y: clamp(72px, 6.5vw, 118px);
  --ms-shell-width: 1296px;
  --ms-radius: 8px;
  --ms-admin-bar: 0px;
  --ms-hero-min: 620px;
  --ms-title-short-size: clamp(36px, 4.2vw, 58px);
  --ms-title-long-size: clamp(30px, 3vw, 42px);
  --ms-title-card-size: clamp(22px, 1.75vw, 30px);
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  color: var(--ms-text);
  background-color: var(--ms-page-bg);
  background: #0d131b;
  font-family: Inter, Arial, "Microsoft YaHei", sans-serif;
  overflow-x: clip;
}

.site,
.site-main,
.site-content,
#page,
#content,
.page-content,
.entry-content,
.elementor[data-elementor-type="wp-page"] {
  background-color: var(--ms-page-bg);
}

body.ms-has-custom-topbar .site,
body.ms-has-custom-topbar .site-main,
body.ms-has-custom-topbar .site-content,
body.ms-has-custom-topbar #page,
body.ms-has-custom-topbar #content,
body.ms-has-custom-topbar .page-content,
body.ms-has-custom-topbar .entry-content,
body.ms-has-custom-topbar .elementor[data-elementor-type="wp-page"] {
  background-color: var(--ms-page-bg);
  background: #0d131b;
}

body.ms-has-custom-topbar .ms-hide-default-site-header,
body.ms-has-custom-topbar .ms-hide-default-site-branding {
  display: none !important;
}

/* Keep Theme Builder and theme footers on the same dark page surface. */
.elementor-location-footer,
.elementor-location-footer > .e-con,
.elementor-location-footer > .elementor-section,
.elementor-location-footer .e-con-inner,
.site-footer,
#colophon {
  background-color: #0d131b !important;
}

.elementor-location-footer {
  color: var(--ms-text);
}

body.admin-bar {
  --ms-admin-bar: var(--wp-admin--admin-bar--height, 32px);
}

@media (max-width: 782px) {
  body.admin-bar {
    --ms-admin-bar: var(--wp-admin--admin-bar--height, 46px);
  }
}

.elementor-section,
.e-con {
  --widgets-spacing: 0;
}

.ms-section {
  padding: var(--ms-section-y) var(--ms-page-x);
}

.ms-content-frame,
.ms-section-inner,
.page-inner,
.section-inner,
.about-hero-inner,
.about-section-inner {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.ms-page-band,
.page-panel,
.ms-page-panel,
.about-hero,
.about-section,
.service-section,
.product-section,
.news-section {
  box-sizing: border-box;
  padding-left: var(--ms-page-x);
  padding-right: var(--ms-page-x);
}

.kicker,
.ms-kicker {
  margin-bottom: 14px;
  color: var(--ms-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

header.topbar {
  position: fixed;
  top: var(--ms-admin-bar);
  left: 0;
  right: 0;
  z-index: 50;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 3vw, 44px);
  padding: 0 var(--ms-page-x);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: transparent;
  transition: background .28s ease, box-shadow .28s ease, border-color .28s ease;
  overflow: visible;
}

header.topbar:not(.scrolled) {
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

header.topbar.scrolled,
.no-page-hero header.topbar {
  border-bottom-color: rgba(8, 212, 211, .16);
  background: rgba(13, 19, 26, .88);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

header.topbar.scrolled.over-hero {
  border-bottom-color: rgba(8, 212, 211, .16);
  background: rgba(255, 255, 255, .05);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .10);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
}

header.topbar .brand {
  position: relative;
  width: 154px;
  min-width: 154px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: inherit;
  text-decoration: none;
  overflow: visible;
}

header.topbar .brand img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 128px !important;
  height: 74px !important;
  object-fit: contain;
  transform: translateY(-50%);
  transition: opacity .24s ease;
  max-width: none !important;
}

header.topbar .logo-scrolled {
  opacity: 0;
}

header.topbar.scrolled .logo-hero,
.no-page-hero header.topbar .logo-hero {
  opacity: 1;
}

header.topbar.scrolled .logo-scrolled,
.no-page-hero header.topbar .logo-scrolled {
  opacity: 0;
}

header.topbar .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 46px);
  flex: 1 1 auto;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(14px, .82vw, 16px);
  font-weight: 600;
}

header.topbar .nav a {
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, font-weight .2s ease;
}

header.topbar .nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
  transition: width .22s ease;
}

header.topbar .nav a.active,
header.topbar .nav a[aria-current="page"],
header.topbar.scrolled .nav a.active,
header.topbar.scrolled .nav a[aria-current="page"] {
  color: var(--ms-cyan);
  font-weight: 800;
}

header.topbar .nav a:hover,
header.topbar.scrolled .nav a:hover {
  color: var(--ms-cyan);
  font-weight: 600;
}

header.topbar .nav a.active,
header.topbar .nav a[aria-current="page"],
header.topbar.scrolled .nav a.active,
header.topbar.scrolled .nav a[aria-current="page"] {
  color: var(--ms-cyan);
  font-weight: 800;
}

header.topbar .nav a.active::after,
header.topbar .nav a[aria-current="page"]::after,
header.topbar .nav a:hover::after {
  width: 100%;
}

header.topbar .actions {
  display: flex;
  align-items: center;
  gap: clamp(10px, .72vw, 14px);
  white-space: nowrap;
}

header.topbar .lang,
header.topbar .social-link {
  color: rgba(255, 255, 255, .92);
  text-decoration: none;
}

header.topbar .lang {
  font-size: clamp(14px, .82vw, 16px);
  font-weight: 600;
  margin-right: clamp(8px, .8vw, 16px);
}

header.topbar .social-link {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(8, 212, 211, .72);
  border-radius: 50%;
  background: rgba(255, 255, 255, .035);
  font-size: 0;
  line-height: 1;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

header.topbar .social-link svg {
  width: 14px;
  height: 14px;
  display: block;
}

header.topbar .social-link[aria-label="WhatsApp"] svg {
  width: 14px;
  height: 14px;
}

header.topbar .social-link[aria-label="WhatsApp"] {
  margin-right: clamp(10px, .8vw, 16px);
}

header.topbar .social-link:hover {
  transform: translateY(-2px);
  color: rgba(255, 255, 255, .92);
  border-color: rgba(8, 212, 211, .72);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 12px 26px rgba(8, 212, 211, .22);
}

header.topbar .btn.primary {
  min-width: 114px;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  color: #071014;
  background: var(--ms-cyan);
  font-size: 14px;
  font-weight: 600;
}

header.topbar .btn.primary:hover {
  color: #fff;
}

header.topbar.scrolled .lang,
header.topbar.scrolled .social-link,
.no-page-hero header.topbar .lang,
.no-page-hero header.topbar .social-link {
  color: rgba(255, 255, 255, .9);
}

.ms-btn,
.btn.primary,
.elementor-button.ms-primary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #071014;
  background: var(--ms-cyan);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.ms-btn:hover,
.btn.primary:hover,
.elementor-button.ms-primary:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 14px 34px rgba(8, 212, 211, .25);
}

.ms-home-hero {
  --ms-hero-pad-top: clamp(104px, 13.5svh, 150px);
  --ms-hero-pad-x: var(--ms-page-x);
  --ms-hero-pad-bottom: clamp(86px, 9.5svh, 122px);
  --ms-hero-shade-opacity: 1;
  --ms-home-title-size: clamp(48px, min(5.55vw, 12svh), 118px);
  --ms-home-title-line-height: 1.05;
  --ms-hero-content-top: clamp(72px, 7.6svh, 112px);
  --ms-hero-content-bottom: clamp(0px, 2.4svh, 30px);
  --ms-home-copy-gap: clamp(18px, 3svh, 30px);
  --ms-scroll-cue-gap: clamp(22px, calc(var(--ms-home-title-size) * .34), 46px);
  position: relative;
  width: 100vw;
  min-height: max(var(--ms-hero-min), calc(100svh - var(--ms-admin-bar)));
  height: max(var(--ms-hero-min), calc(100svh - var(--ms-admin-bar)));
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: center;
  padding: var(--ms-hero-pad-top) var(--ms-hero-pad-x) var(--ms-hero-pad-bottom);
  overflow: hidden;
  color: var(--ms-text);
  background-color: var(--ms-dark);
  isolation: isolate;
}

.elementor .ms-home-hero,
.elementor .e-con.ms-home-hero {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: max(var(--ms-hero-min), calc(100svh - var(--ms-admin-bar))) !important;
  height: max(var(--ms-hero-min), calc(100svh - var(--ms-admin-bar))) !important;
  display: flex !important;
  align-items: center !important;
  padding-block-start: var(--ms-hero-pad-top) !important;
  padding-inline-end: var(--ms-hero-pad-x) !important;
  padding-block-end: var(--ms-hero-pad-bottom) !important;
  padding-inline-start: var(--ms-hero-pad-x) !important;
}

body.admin-bar .ms-home-hero {
  margin-top: calc(-1 * var(--ms-admin-bar));
}

@supports (height: 100dvh) {
  .ms-home-hero {
    min-height: max(var(--ms-hero-min), calc(100dvh - var(--ms-admin-bar)));
    height: max(var(--ms-hero-min), calc(100dvh - var(--ms-admin-bar)));
  }

  .elementor .ms-home-hero,
  .elementor .e-con.ms-home-hero {
    min-height: max(var(--ms-hero-min), calc(100dvh - var(--ms-admin-bar))) !important;
    height: max(var(--ms-hero-min), calc(100dvh - var(--ms-admin-bar))) !important;
  }
}

.ms-home-hero-media,
.ms-home-hero-media img,
.ms-home-hero-overlay,
.ms-home-hero-overlay img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ms-home-hero-media {
  z-index: 0;
}

.ms-home-hero-media img,
.ms-home-hero-overlay img {
  object-fit: cover;
  max-width: none;
  display: block;
}

.ms-home-hero-media img {
  object-position: center 54%;
}

.ms-home-hero-overlay img {
  object-position: center 52%;
}

.ms-home-hero-overlay {
  z-index: 0;
  opacity: .72;
  pointer-events: none;
}

.ms-home-hero.ms-hero-media-elementor {
  background-position: center 54%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ms-home-hero.ms-hero-fit-width {
  background-position: center top;
  background-size: 100% auto;
}

.ms-home-hero > .e-con-inner,
.ms-home-hero .elementor-widget-html,
.ms-home-hero .elementor-widget-shortcode,
.ms-home-hero .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: static;
}

.ms-home-hero > .e-con-inner {
  position: relative;
  z-index: 2;
  padding: 0 !important;
}

.ms-home-hero .elementor-background-video-container,
.ms-home-hero .elementor-background-video-hosted,
.ms-home-hero .elementor-background-video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ms-home-hero .elementor-background-video-container {
  z-index: 0;
  pointer-events: none;
}

.ms-home-hero video.elementor-background-video-hosted,
.ms-home-hero .elementor-background-video-embed iframe {
  object-fit: cover;
  object-position: center 54%;
}

.ms-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(13, 19, 26, .08), rgba(13, 19, 26, .78) 88%),
    linear-gradient(90deg, rgba(13, 19, 26, .78), rgba(13, 19, 26, .26) 54%, rgba(13, 19, 26, .82));
  pointer-events: none;
}

.ms-home-hero.ms-hero-media-elementor::before {
  display: none;
}

.ms-home-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: var(--ms-hero-shade-opacity);
  background:
    linear-gradient(180deg, rgba(13, 19, 26, .08), rgba(13, 19, 26, .78) 88%),
    linear-gradient(90deg, rgba(13, 19, 26, .78), rgba(13, 19, 26, .26) 54%, rgba(13, 19, 26, .82));
  pointer-events: none;
}

.ms-home-side-mark {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 64px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071014;
  background: var(--ms-cyan);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.ms-home-side-mark span {
  transform: rotate(180deg);
}

.ms-home-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--ms-content-width);
  margin: 0;
  padding-top: var(--ms-hero-content-top);
  padding-bottom: var(--ms-hero-content-bottom);
}

.ms-gradient-layer,
.elementor-widget.ms-gradient-layer {
  position: absolute !important;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 !important;
  pointer-events: none;
}

.ms-gradient-layer .elementor-widget-container {
  width: 100%;
  height: 100%;
}

.ms-gradient-layer img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: fill;
}

.ms-hero-bottom-gradient {
  bottom: 0;
  z-index: 1 !important;
  height: clamp(180px, 26vw, 520px);
}

.ms-news-top-gradient {
  top: 0;
  z-index: 0 !important;
  height: clamp(180px, 26vw, 520px);
}

.ms-home-hero h1 {
  max-width: 100%;
  margin: 0 0 clamp(14px, 2.4svh, 24px);
  color: #fff;
  font-size: var(--ms-home-title-size);
  font-weight: 900;
  line-height: var(--ms-home-title-line-height);
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-home-title-line {
  display: block;
  white-space: nowrap;
}

.ms-home-hero p {
  max-width: min(880px, 100%);
  margin: 0 0 var(--ms-home-copy-gap);
  color: rgba(246, 251, 255, .72);
  font-size: clamp(15px, min(1.25vw, 2.65svh), 27px);
  line-height: clamp(1.45, 1.6, 1.75);
}

.ms-home-actions {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 20px);
}

.ms-home-button {
  min-height: clamp(46px, 6.2svh, 62px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(8, 212, 211, .42);
  border-radius: 999px;
  color: var(--ms-text);
  background: rgba(13, 19, 26, .28);
  font-size: clamp(14px, min(.95vw, 2.1svh), 20px);
  font-weight: 900;
  text-decoration: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.ms-home-button.primary {
  color: #071014;
  border-color: var(--ms-cyan);
  background: var(--ms-cyan);
}

.ms-home-button:hover {
  transform: translateY(-2px);
  color: #fff;
  border-color: var(--ms-cyan);
  box-shadow: 0 14px 34px rgba(8, 212, 211, .18);
}

.ms-home-button.primary:hover {
  color: #fff;
}

.ms-scroll-cue {
  position: absolute;
  left: var(--ms-page-x);
  bottom: clamp(18px, 4.8svh, 62px);
  z-index: 3;
  width: clamp(30px, 4.7svh, 46px);
  height: clamp(30px, 4.7svh, 46px);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .76);
  text-decoration: none;
  animation: ms-scroll-cue-float 1.45s ease-in-out infinite;
}

.ms-home-hero-inner > .ms-scroll-cue,
.ms-home-actions + .ms-scroll-cue {
  position: relative;
  left: auto !important;
  bottom: auto !important;
  margin-top: var(--ms-scroll-cue-gap);
}

.ms-scroll-cue::before,
.ms-scroll-cue::after {
  content: "";
  position: absolute;
  width: clamp(16px, 2.6svh, 24px);
  height: clamp(16px, 2.6svh, 24px);
  border-right: clamp(3px, .42svh, 4px) solid currentColor;
  border-bottom: clamp(3px, .42svh, 4px) solid currentColor;
  transform: rotate(45deg);
}

.ms-scroll-cue::before {
  top: clamp(4px, .8svh, 7px);
  opacity: .58;
}

.ms-scroll-cue::after {
  top: clamp(13px, 2.1svh, 20px);
}

@keyframes ms-scroll-cue-float {
  0%, 100% { transform: translateY(0); opacity: .82; }
  50% { transform: translateY(8px); opacity: 1; }
}

.page-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.page-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ms-page-hero,
body:not(.home) .elementor[data-elementor-type="wp-page"] > .e-con:first-child[data-settings*="background_image"]:not(.ms-home-hero) {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  margin-top: -80px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.ms-page-hero::before,
body:not(.home) .elementor[data-elementor-type="wp-page"] > .e-con:first-child[data-settings*="background_image"]:not(.ms-home-hero)::before,
.ms-page-hero > .elementor-background-overlay,
body:not(.home) .elementor[data-elementor-type="wp-page"] > .e-con:first-child[data-settings*="background_image"]:not(.ms-home-hero) > .elementor-background-overlay {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(13, 19, 26, .03) 0%, rgba(13, 19, 26, .18) 54%, var(--ms-page-bg) 100%),
    linear-gradient(90deg, rgba(13, 19, 26, .36), rgba(13, 19, 26, .06) 46%, rgba(13, 19, 26, .18));
}

.ms-page-hero::after,
body:not(.home) .elementor[data-elementor-type="wp-page"] > .e-con:first-child[data-settings*="background_image"]:not(.ms-home-hero)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1 !important;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 14, 18, .12) 0%, rgba(9, 14, 18, .24) 54%, var(--ms-page-bg) 100%),
    linear-gradient(90deg, rgba(9, 14, 18, .22), rgba(9, 14, 18, .04) 48%, rgba(9, 14, 18, .16));
}

.ms-page-hero > *:not(.elementor-background-overlay):not(.elementor-background-video-container):not(.elementor-background-slideshow):not(.elementor-motion-effects-container),
body:not(.home) .elementor[data-elementor-type="wp-page"] > .e-con:first-child[data-settings*="background_image"]:not(.ms-home-hero) > *:not(.elementor-background-overlay):not(.elementor-background-video-container):not(.elementor-background-slideshow):not(.elementor-motion-effects-container) {
  position: relative;
  z-index: 2;
}

.page-panel,
.ms-page-panel {
  padding: var(--ms-section-y) var(--ms-page-x);
  color: var(--ms-text);
  background: transparent;
}

.page-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: end;
  margin-bottom: 42px;
}

.page-intro h1,
.ms-page-panel h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.04;
}

.page-intro p,
.ms-page-panel p {
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.75;
}

.card,
.glass-card,
.service-card,
.flow-step,
.contact-info-card,
.ms-card {
  color: #fff;
  border: 1px solid rgba(8, 212, 211, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .038);
  box-shadow: none;
  overflow: hidden;
}

.card:hover,
.service-card:hover,
.ms-card:hover {
  border-color: rgba(8, 212, 211, .42);
  background: linear-gradient(180deg, rgba(8, 212, 211, .08), rgba(255, 255, 255, .035));
}

.card-img,
.product-card .card-img,
.ms-card-media {
  aspect-ratio: 1 / 1;
  background: rgba(255, 255, 255, .035);
  overflow: hidden;
}

.card-img img,
.ms-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body,
.ms-card-body {
  padding: 24px;
}

.product-showcase,
.ms-product-catalog {
  display: grid;
  grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.product-side,
.ms-product-side {
  position: sticky;
  top: 104px;
  padding: 28px;
}

.category-tags,
.ms-filter-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.category-tag,
.ms-filter-button {
  appearance: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  color: rgba(246, 251, 255, .72);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.category-tag.active,
.ms-filter-button.active {
  border-color: var(--ms-cyan);
  background: var(--ms-cyan);
  color: #071014;
}

.products-grid,
.ms-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
  transform: translateY(-6px);
}

.ms-product-catalog .product-card {
  min-height: 100%;
}

.ms-product-catalog .product-card .card-img {
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid rgba(8, 212, 211, .16);
}

.ms-product-catalog .product-card .card-img img {
  filter: saturate(.9) contrast(1.04) brightness(.86);
  transition: transform .34s ease, filter .34s ease;
}

.ms-product-catalog .product-card:hover .card-img img {
  transform: scale(1.045);
  filter: saturate(.98) contrast(1.08) brightness(.94);
}

.ms-product-catalog .product-card .card-body {
  min-height: clamp(250px, 19vw, 330px);
  display: flex;
  flex-direction: column;
}

.ms-product-catalog .product-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card.is-hidden,
.news-row.is-hidden {
  display: none;
}

.product-category,
.news-tag {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--ms-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-keywords {
  display: block;
  margin: 8px 0 26px;
  color: rgba(246, 251, 255, .62);
  font-size: 13px;
  line-height: 1.62;
}

.product-summary {
  display: -webkit-box;
  margin: 18px 0 18px;
  overflow: hidden;
  color: rgba(246, 251, 255, .62);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.66;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-keywords span:not(:last-child)::after {
  content: " / ";
  color: rgba(246, 251, 255, .42);
}

.product-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin-top: auto;
  padding: 0 20px;
  border: 1px solid rgba(8, 212, 211, .38);
  border-radius: 999px;
  color: var(--ms-cyan);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.product-card-link:hover {
  color: #071014;
  border-color: var(--ms-cyan);
  background: var(--ms-cyan);
}

.msm-products-page-module {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ms-text);
  background: var(--ms-page-bg);
}

.ms-products-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(78px, 7.2vw, 118px) var(--ms-page-x) clamp(96px, 8.2vw, 140px);
}

.ms-products-page-inner {
  width: 100%;
  max-width: none;
  margin: 0;
}

.ms-products-page-hero {
  display: block;
  margin-bottom: clamp(52px, 5.4vw, 86px);
}

.ms-products-page-heading {
  max-width: min(980px, 100%);
}

.ms-products-page-heading-lockup {
  min-width: 0;
  padding-top: clamp(52px, 6vw, 92px);
}

.ms-products-page-heading h1,
.ms-products-page-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: var(--ms-title-short-size);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.ms-products-page-bg-word {
  font-size: clamp(128px, 17vw, 288px);
}

.ms-products-page-heading > p,
.ms-products-page-hero > p {
  max-width: min(760px, 100%);
  margin: clamp(24px, 2.4vw, 34px) 0 0;
  color: rgba(246, 251, 255, .64);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.8;
}

.ms-products-page-catalog {
  margin-bottom: clamp(86px, 8vw, 140px);
  background: transparent;
}

.ms-products-page-catalog .ms-product-catalog {
  grid-template-columns: clamp(280px, 21vw, 380px) minmax(0, 1fr);
  gap: clamp(28px, 3vw, 44px);
}

.ms-products-page-catalog .product-side,
.ms-products-page-catalog .ms-product-side {
  --ms-product-side-pad: clamp(28px, 2.4vw, 40px);
  --ms-product-filter-pad: clamp(20px, 1.45vw, 26px);
  top: calc(var(--ms-admin-bar) + 104px);
  padding: var(--ms-product-side-pad);
  overflow: visible;
  border-color: rgba(8, 212, 211, .20);
  background:
    linear-gradient(180deg, rgba(8, 212, 211, .055), rgba(255, 255, 255, .03)),
    rgba(14, 21, 28, .72);
}

.ms-products-page-catalog .product-side .kicker,
.ms-products-page-catalog .ms-product-side .kicker {
  box-sizing: border-box;
  width: min(100%, 440px);
  margin-inline: auto;
  padding-inline: var(--ms-product-filter-pad);
  text-align: left;
}

.ms-products-page-catalog .category-tags,
.ms-products-page-catalog .ms-filter-list {
  box-sizing: border-box;
  gap: clamp(9px, .75vw, 12px);
  width: min(100%, 440px);
  max-width: 100%;
  margin-inline: auto;
  margin-top: clamp(18px, 1.35vw, 24px);
  overflow: visible;
}

.ms-products-page-catalog .category-tag,
.ms-products-page-catalog .ms-filter-button {
  box-sizing: border-box;
  min-height: clamp(48px, 3.1vw, 58px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  justify-content: flex-start;
  padding: 0 var(--ms-product-filter-pad);
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 8px;
  background: rgba(255, 255, 255, .045) !important;
  color: rgba(246, 251, 255, .72) !important;
  box-shadow: none !important;
  font-size: clamp(12px, .82vw, 14px);
  font-weight: 700;
  line-height: 1.14;
  text-align: left;
  white-space: normal;
  overflow: visible;
}

.ms-products-page-catalog .category-tag:hover,
.ms-products-page-catalog .category-tag:focus-visible,
.ms-products-page-catalog .ms-filter-button:hover,
.ms-products-page-catalog .ms-filter-button:focus-visible {
  border-color: rgba(8, 212, 211, .72) !important;
  background: rgba(8, 212, 211, .10) !important;
  color: var(--ms-cyan) !important;
  font-weight: 900;
  outline: none;
}

.ms-products-page-catalog .category-tag.active,
.ms-products-page-catalog .ms-filter-button.active {
  border-color: var(--ms-cyan) !important;
  background: var(--ms-cyan) !important;
  color: #071014 !important;
  font-weight: 900;
}

.ms-products-page-catalog .category-tag.active:hover,
.ms-products-page-catalog .category-tag.active:focus-visible,
.ms-products-page-catalog .ms-filter-button.active:hover,
.ms-products-page-catalog .ms-filter-button.active:focus-visible {
  border-color: var(--ms-cyan) !important;
  background: var(--ms-cyan) !important;
  color: #071014 !important;
}

.contact-mini,
.ms-product-contact-mini {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(8, 212, 211, .14);
}

.contact-mini span,
.contact-mini a,
.ms-product-contact-mini span,
.ms-product-contact-mini a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 28px;
  color: rgba(246, 251, 255, .56);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.contact-mini svg,
.ms-product-contact-mini svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 2px;
  color: var(--ms-cyan);
}

.contact-mini a,
.ms-product-contact-mini a {
  width: fit-content;
  margin-top: 6px;
  color: var(--ms-cyan);
  font-weight: 900;
  letter-spacing: .04em;
}

.ms-products-page-catalog .product-card {
  width: 100%;
  background: rgba(18, 26, 34, .82);
  border-color: rgba(8, 212, 211, .20);
}

.ms-products-page-catalog .product-card:hover {
  border-color: rgba(8, 212, 211, .30);
  box-shadow: inset 0 0 0 1px rgba(8, 212, 211, .28), 0 24px 60px rgba(0, 0, 0, .22);
}

.ms-products-page-catalog .ms-product-grid,
.ms-products-page-catalog .products-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: stretch;
  gap: clamp(22px, 1.8vw, 30px);
}

.ms-products-page-catalog .product-card .card-img {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f5f7f7;
}

.ms-products-page-catalog .product-card .card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background: var(--ms-product-frame, none) center / 100% 100% no-repeat;
  transition: opacity .24s ease;
}

.ms-products-page-catalog .product-card:hover .card-img::after,
.ms-products-page-catalog .product-card:focus-within .card-img::after {
  opacity: 1;
}

.ms-products-page-catalog .product-card .card-img img {
  position: relative;
  z-index: 1;
  object-fit: contain;
}

.ms-products-page-catalog .product-card .card-body {
  min-height: clamp(204px, 13.8vw, 250px);
  padding: clamp(24px, 1.8vw, 30px);
}

.ms-products-page-catalog .product-card h3 {
  max-width: 100%;
  font-size: 21px;
  line-height: 1.25;
}

.ms-products-page-catalog .product-summary {
  display: none;
}

.news-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 30px;
}

.tab-pill {
  appearance: none;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  color: rgba(246, 251, 255, .68);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.tab-pill.active,
.tab-pill:hover {
  color: #071014;
  border-color: var(--ms-cyan);
  background: var(--ms-cyan);
}

.news-list {
  display: grid;
  gap: 22px;
}

.news-row {
  height: 480px;
}

.news-link-card {
  display: grid;
  grid-template-columns: minmax(360px, 3fr) minmax(0, 4fr);
  gap: 26px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.news-row .card-img {
  aspect-ratio: 3 / 2;
  height: 100%;
}

.news-row .card-body {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.4vw, 48px);
  direction: rtl;
  text-align: right;
}

.news-link-card h3 {
  max-width: 680px;
  margin: clamp(16px, 2vw, 28px) 0 0 auto;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.08;
  font-weight: 900;
  text-align: right;
}

.news-summary {
  color: var(--ms-muted);
}

.ms-news-page {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(68px, 6vw, 102px) var(--ms-page-x) clamp(86px, 7.2vw, 128px);
  color: var(--ms-text);
  background: transparent;
  isolation: isolate;
  overflow: hidden;
}

.ms-news-page-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
}

.ms-news-page-head {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(300px, 640px);
  justify-content: space-between;
  align-items: end;
  gap: clamp(30px, 5vw, 82px);
  margin-bottom: clamp(40px, 5vw, 68px);
}

.ms-news-page-heading-lockup {
  min-width: min(760px, 100%);
}

.ms-news-page-head p {
  max-width: 640px;
  margin: 0;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.76;
}

.msm-news-banner,
.msm-news-page-panel {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  isolation: isolate;
}

.msm-news-banner {
  min-height: clamp(420px, 37vw, 620px);
  margin-top: -80px !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.msm-news-banner::before,
.msm-news-banner > .elementor-background-overlay {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(13, 19, 26, .03) 0%, rgba(13, 19, 26, .18) 54%, var(--ms-page-bg) 100%),
    linear-gradient(90deg, rgba(13, 19, 26, .36), rgba(13, 19, 26, .06) 46%, rgba(13, 19, 26, .18));
}

.msm-news-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1 !important;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 14, 18, .12) 0%, rgba(9, 14, 18, .24) 54%, var(--ms-page-bg) 100%),
    linear-gradient(90deg, rgba(9, 14, 18, .22), rgba(9, 14, 18, .04) 48%, rgba(9, 14, 18, .16));
}

.msm-news-banner > *:not(.elementor-background-overlay):not(.elementor-background-video-container):not(.elementor-background-slideshow):not(.elementor-motion-effects-container) {
  position: relative;
  z-index: 2;
}

.msm-news-page-panel {
  padding: clamp(78px, 7.2vw, 118px) var(--ms-page-x) clamp(96px, 8.2vw, 140px);
  color: var(--ms-text);
  background:
    radial-gradient(circle at 12% 10%, rgba(8, 212, 211, .075), transparent 28%),
    linear-gradient(180deg, rgba(13, 19, 26, .98) 0%, #0a1016 100%);
}

.msm-news-page-panel > .e-con-inner,
.msm-news-page-panel > .elementor-container {
  width: 100%;
  max-width: none !important;
}

.msm-news-intro {
  width: 100%;
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: end;
  margin-bottom: clamp(38px, 4.6vw, 62px);
}

.msm-news-intro .elementor-widget {
  margin-bottom: 0;
}

.ms-news-page-kicker,
.ms-news-page-kicker .elementor-heading-title {
  color: var(--ms-cyan) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ms-news-page-kicker {
  margin-bottom: 18px;
}

.ms-news-page-title .elementor-heading-title,
.ms-news-page-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-news-page-copy,
.ms-news-page-copy p,
.msm-news-intro .elementor-widget-text-editor {
  width: 100%;
  max-width: none !important;
  color: rgba(246, 251, 255, .68);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.78;
}

.ms-news-page-copy p {
  margin: 0;
}

.ms-news-page-list-module {
  width: 100%;
}

.ms-news-page-list-module .news-tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: clamp(28px, 3vw, 42px);
}

.ms-news-page-list-module .tab-pill {
  min-height: 58px;
  border-color: rgba(8, 212, 211, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .032);
  color: rgba(246, 251, 255, .72);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease;
}

.ms-news-page-list-module .tab-pill.active,
.ms-news-page-list-module .tab-pill:hover {
  transform: translateY(-1px);
  color: #071014;
  border-color: var(--ms-cyan);
  background: var(--ms-cyan);
}

.ms-news-page-list-module .news-list {
  gap: clamp(24px, 3vw, 36px);
}

.ms-news-page-list-module .news-row {
  height: auto;
  min-height: 0;
  border-color: rgba(8, 212, 211, .18);
  background: rgba(255, 255, 255, .034);
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.ms-news-page-list-module .news-row:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 212, 211, .42);
  background: linear-gradient(180deg, rgba(8, 212, 211, .075), rgba(255, 255, 255, .038));
}

.ms-news-page-list-module .news-link-card {
  grid-template-columns: minmax(300px, min(38%, 660px)) minmax(0, 1fr);
  gap: clamp(28px, 3vw, 56px);
  align-items: stretch;
  height: auto;
  padding: clamp(24px, 2.6vw, 42px);
  box-sizing: border-box;
}

.ms-news-page-list-module .news-row .card-img {
  width: 100%;
  height: auto;
  min-height: 0;
  align-self: start;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.ms-news-page-list-module .news-row .card-img img {
  transition: transform .42s ease;
}

.ms-news-page-list-module .news-row:hover .card-img img {
  transform: scale(1.035);
}

.ms-news-page-list-module .news-row .card-body {
  --ms-news-copy-width: min(760px, 100%);
  min-width: 0;
  height: 100%;
  padding: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.ms-news-page-list-module .news-tag {
  width: var(--ms-news-copy-width);
  max-width: var(--ms-news-copy-width);
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: .13em;
}

.ms-news-page-list-module .news-link-card h3 {
  width: var(--ms-news-copy-width);
  max-width: var(--ms-news-copy-width);
  margin: clamp(14px, 1.8vw, 24px) 0 0;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  font-size: var(--ms-title-card-size);
  line-height: 1.18;
  font-weight: 900;
  text-align: left;
  text-wrap: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ms-news-page-list-module .news-summary {
  width: var(--ms-news-copy-width);
  max-width: var(--ms-news-copy-width);
  display: -webkit-box;
  margin: clamp(14px, 1.8vw, 22px) 0 0;
  overflow: hidden;
  color: rgba(246, 251, 255, .64);
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ms-news-page-list-module .news-card-meta {
  width: var(--ms-news-copy-width);
  max-width: var(--ms-news-copy-width);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  align-self: flex-start;
  gap: 6px 14px;
  margin-top: auto;
  color: rgba(246, 251, 255, .52);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

.ms-news-detail {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(126px, 10vw, 174px) var(--ms-page-x) clamp(88px, 7vw, 122px);
  color: var(--ms-text);
  background:
    radial-gradient(circle at 12% 10%, rgba(8, 212, 211, .075), transparent 28%),
    linear-gradient(180deg, rgba(13, 19, 26, .98) 0%, #0a1016 100%);
  overflow: hidden;
}

@media (min-width: 1200px) {
  .ms-news-detail {
    --ms-news-detail-x: clamp(120px, 16vw, 320px);
    padding-left: var(--ms-news-detail-x);
    padding-right: var(--ms-news-detail-x);
  }
}

.ms-news-detail-inner,
.ms-news-detail-related {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.ms-news-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(34px, 4vw, 56px);
  color: var(--ms-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.ms-news-detail-back::before {
  content: "\2190";
  font-size: 16px;
  line-height: 1;
}

.ms-news-detail-head {
  display: block;
  margin-bottom: clamp(32px, 4vw, 56px);
}

.ms-news-detail-heading {
  position: relative;
  min-width: 0;
}

.ms-news-detail-heading .ms-module-bg-word {
  left: -8px;
  top: -42px;
  font-size: clamp(120px, 14vw, 236px);
}

.ms-news-detail-heading h1 {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0;
  color: #fff;
  font-size: var(--ms-title-long-size);
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.ms-news-detail-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: clamp(20px, 2.2vw, 30px);
  color: rgba(246, 251, 255, .56);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}

.ms-news-detail-standfirst {
  width: 100%;
  max-width: none;
  margin: 0;
  color: rgba(246, 251, 255, .66);
  font-size: clamp(16px, 1.16vw, 19px);
  line-height: 1.78;
}

.ms-news-detail-media {
  width: 100%;
  margin: 0 0 clamp(42px, 5vw, 70px);
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(8, 212, 211, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  overflow: hidden;
}

.ms-news-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ms-news-detail-content {
  width: min(100%, 960px);
  color: rgba(246, 251, 255, .72);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.86;
}

.ms-news-detail-content > *:first-child {
  margin-top: 0;
}

.ms-news-detail-content > *:last-child {
  margin-bottom: 0;
}

.ms-news-detail-content p,
.ms-news-detail-content ul,
.ms-news-detail-content ol {
  margin: 0 0 1.2em;
}

.ms-news-detail-content h2,
.ms-news-detail-content h3,
.ms-news-detail-content h4 {
  margin: 1.55em 0 .68em;
  color: #fff;
  line-height: 1.2;
  font-weight: 900;
}

.ms-news-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.ms-news-detail-related {
  margin-top: clamp(76px, 7vw, 116px);
}

.ms-news-detail-related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 3vw, 42px);
}

.ms-news-detail-related-head h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: var(--ms-title-short-size);
  line-height: 1.04;
  font-weight: 900;
  text-transform: uppercase;
}

.ms-news-detail-related-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid rgba(8, 212, 211, .52);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.ms-news-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.ms-news-detail-related-card {
  display: grid;
  gap: 16px;
  padding: 0 0 24px;
  border: 1px solid rgba(8, 212, 211, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .034);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.ms-news-detail-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 212, 211, .42);
  background: linear-gradient(180deg, rgba(8, 212, 211, .075), rgba(255, 255, 255, .038));
}

.ms-news-detail-related-media {
  display: block;
  aspect-ratio: 4 / 3;
  background: rgba(255, 255, 255, .035);
  overflow: hidden;
}

.ms-news-detail-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .42s ease;
}

.ms-news-detail-related-card:hover img {
  transform: scale(1.035);
}

.ms-news-detail-related-card .ms-news-tag,
.ms-news-detail-related-card strong {
  margin-left: 22px;
  margin-right: 22px;
}

.ms-news-detail-related-card strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.msm-home-news {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--ms-dark);
}

.msm-home-news::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(9, 14, 18, .78) 0%, rgba(9, 14, 18, .66) 44%, rgba(9, 14, 18, .94) 100%),
    linear-gradient(90deg, rgba(9, 14, 18, .94), rgba(9, 14, 18, .46) 58%, rgba(9, 14, 18, .76));
  pointer-events: none;
}

.msm-home-news > * {
  position: relative;
  z-index: 1;
}

.msm-home-news > .ms-gradient-layer,
.msm-home-news .elementor-widget.ms-gradient-layer {
  position: absolute !important;
  z-index: 0 !important;
}

.ms-home-news {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(92px, 8vw, 142px) var(--ms-page-x) clamp(82px, 7vw, 124px);
  color: var(--ms-text);
  background: transparent;
}

.msm-home-news .ms-home-news {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ms-module-heading-lockup {
  position: relative;
  isolation: isolate;
  width: fit-content;
  min-width: min(760px, 100%);
  padding-top: clamp(58px, 6.2vw, 96px);
}

.ms-module-bg-word {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  color: rgba(255, 255, 255, .045);
  font-size: clamp(118px, 14vw, 238px);
  line-height: .72;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  pointer-events: none;
  white-space: nowrap;
}

.ms-module-title {
  margin: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-module-title-short {
  font-size: var(--ms-title-short-size);
  line-height: 1.05;
}

.ms-module-title-long {
  max-width: min(820px, 100%);
  font-size: var(--ms-title-long-size);
  line-height: 1.16;
}

.ms-module-title-line {
  display: block;
  white-space: nowrap;
}

.ms-home-news-inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}

.ms-home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  justify-content: space-between;
  align-items: end;
  gap: clamp(32px, 6vw, 96px);
  margin-bottom: clamp(42px, 5vw, 66px);
}

.ms-home-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: var(--ms-title-short-size);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-home-section-head p {
  max-width: 760px;
  margin: clamp(18px, 2vw, 26px) 0 0;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ms-home-news-more-link {
  min-width: 164px;
  min-height: 46px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 212, 211, .44);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  background: rgba(13, 19, 26, .46);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.ms-home-news-more-link:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 212, 211, .78);
  background: rgba(8, 212, 211, .12);
  color: #fff;
}

.ms-home-kicker {
  margin-bottom: 18px;
  color: var(--ms-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ms-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 30px);
}

.ms-news-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  border: 1px solid rgba(8, 212, 211, .16);
  border-radius: 8px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, .038);
}

.ms-news-card:hover {
  border-color: rgba(8, 212, 211, .42);
  background: linear-gradient(180deg, rgba(8, 212, 211, .08), rgba(255, 255, 255, .035));
}

.ms-news-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.ms-news-body {
  padding: clamp(22px, 2vw, 30px);
  display: flex;
  flex-direction: column;
}

.ms-news-tag {
  margin-bottom: 12px;
  color: var(--ms-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ms-news-body h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.ms-news-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 24px;
  color: rgba(246, 251, 255, .64);
  font-size: 14px;
  line-height: 1.62;
}

.ms-news-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ms-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ms-news-more::after {
  content: "\2192";
  font-size: 15px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform .2s ease;
}

.ms-news-card:hover .ms-news-more::after {
  transform: translate(4px, -1px);
}

.msm-home-products {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  isolation: isolate;
  overflow: hidden;
  background-color: var(--ms-dark);
}

.elementor .e-con.msm-home-products,
.elementor .elementor-section.msm-home-products {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.msm-home-products::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(8, 212, 211, .10), transparent 28%),
    linear-gradient(180deg, rgba(9, 14, 18, .76), rgba(9, 14, 18, .94));
  pointer-events: none;
}

.msm-home-products > *,
.msm-home-products .elementor-widget-shortcode,
.msm-home-products .elementor-widget-container {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
}

.ms-home-products {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(88px, 8vw, 132px) var(--ms-page-x) clamp(92px, 8vw, 138px);
  color: var(--ms-text);
  background: transparent;
}

.msm-home-products .ms-home-products {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ms-home-products-inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}

.ms-home-products-more-link {
  min-width: 164px;
  min-height: 46px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 212, 211, .44);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  background: rgba(13, 19, 26, .46);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.ms-home-products-more-link:hover {
  transform: translateY(-2px);
  border-color: rgba(8, 212, 211, .78);
  background: rgba(8, 212, 211, .12);
  color: #fff;
}

.ms-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 1.35vw, 26px);
  border: 0;
  background: transparent;
}

.ms-home-product-card {
  position: relative;
  min-width: 0;
  min-height: 390px;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(8, 212, 211, .22);
  border-radius: 0;
  outline: 0 solid transparent;
  outline-offset: 0;
  overflow: hidden;
  color: inherit;
  background: rgba(19, 28, 37, .88);
  box-shadow: 0 0 0 0 rgba(8, 212, 211, 0), 0 18px 42px rgba(0, 0, 0, .12);
  transition: transform .25s ease, border-color .22s ease, outline-color .22s ease, background .25s ease, box-shadow .25s ease;
}

.ms-home-product-card::after {
  display: none;
  content: none;
}

.ms-home-product-card:hover,
.ms-home-product-card:focus-within {
  z-index: 2;
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, .08);
  outline: 0 solid transparent;
  background: linear-gradient(180deg, rgba(8, 212, 211, .10), rgba(19, 28, 37, .96) 48%, rgba(16, 24, 32, .98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
}

.ms-home-product-media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: rgba(255, 255, 255, .035);
  border-bottom: 1px solid rgba(8, 212, 211, .15);
}

.ms-home-product-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.9) contrast(1.05) brightness(.82);
  transition: transform .25s ease, filter .25s ease;
}

.ms-home-product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background: url("../img/product-frame.webp") center / 100% 100% no-repeat;
  transition: opacity .18s ease;
}

.ms-home-product-card:hover .ms-home-product-media img,
.ms-home-product-card:focus-within .ms-home-product-media img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.08) brightness(.9);
}

.ms-home-product-card:hover .ms-home-product-media::after,
.ms-home-product-card:focus-within .ms-home-product-media::after {
  opacity: 1;
}

.ms-home-product-body {
  min-width: 0;
  min-height: 244px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 2vw, 32px) clamp(24px, 1.9vw, 30px) clamp(34px, 2.4vw, 42px);
}

.ms-home-product-tag {
  display: none;
}

.ms-home-product-body h3 {
  min-height: 56px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-home-product-body p {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 28px;
  color: rgba(246, 251, 255, .64);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.72;
}

.ms-home-product-more {
  min-width: 98px;
  min-height: 40px;
  width: fit-content;
  margin-top: auto;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 212, 211, .42);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .045);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease;
}

.ms-home-product-more::after {
  display: none;
  content: "";
}

.ms-home-product-card:hover .ms-home-product-more,
.ms-home-product-card:focus-within .ms-home-product-more {
  border-color: rgba(8, 212, 211, .78);
  background: rgba(8, 212, 211, .10);
  color: #fff;
  transform: translateY(-1px);
}

.ms-home-services {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: transparent;
}

.ms-home-services .ms-services-overview,
.ms-home-services .ms-services-flow {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ms-contact-cta {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(86px, 7.4vw, 132px) var(--ms-page-x);
  color: var(--ms-text);
  background: transparent;
  isolation: isolate;
  overflow: hidden;
}

.msm-contact-cta .ms-contact-cta,
.msm-home-contact .ms-contact-cta {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ms-contact-cta::before {
  display: none;
  content: "";
}

.ms-contact-cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: var(--ms-page-x);
  right: var(--ms-page-x);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 212, 211, .22), transparent);
  opacity: .48;
  pointer-events: none;
}

.ms-contact-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: start;
  width: 100%;
  margin: 0;
}

.ms-contact-copy {
  width: min(760px, 100%);
}

.ms-contact-kicker {
  margin-bottom: 14px;
  color: var(--ms-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ms-contact-title {
  max-width: 660px;
  margin: 0 0 20px;
  color: #fff;
  font-size: var(--ms-title-long-size);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-contact-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ms-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ms-contact-actions .ms-home-button {
  box-sizing: border-box;
  width: clamp(200px, 11.4vw, 220px);
  min-width: clamp(200px, 11.4vw, 220px);
  justify-content: center;
  white-space: nowrap;
}

.ms-contact-brief {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(8, 212, 211, .18);
  border-radius: 8px;
  background: rgba(7, 11, 15, .58);
  box-shadow: 0 24px 68px rgba(0, 0, 0, .2);
}

.ms-contact-brief-has-form {
  display: block;
}

.ms-contact-brief-form {
  min-height: 0;
}

.ms-contact-field {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(8, 212, 211, .18);
  border-radius: 4px;
  color: rgba(246, 251, 255, .56);
  background: rgba(255, 255, 255, .055);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.ms-contact-field-wide {
  grid-column: 1 / -1;
  min-height: 112px;
  align-items: flex-start;
  padding-top: 16px;
}

.ms-contact-submit {
  grid-column: 1 / -1;
  width: 100%;
}

.ms-contact-cta-page .ms-contact-cta-inner {
  grid-template-columns: minmax(320px, .72fr) minmax(520px, 1.28fr);
}

.ms-contact-page {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: clamp(92px, 7.6vw, 138px) var(--ms-page-x) clamp(96px, 8vw, 146px);
  box-sizing: border-box;
  color: var(--ms-text);
  background: transparent;
  isolation: isolate;
  overflow: clip;
}

.ms-contact-page-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  min-width: 0;
}

.ms-contact-page-head {
  display: block;
  margin-bottom: clamp(34px, 4vw, 58px);
  min-width: 0;
}

.ms-contact-page-heading-lockup {
  min-width: 0;
  padding-top: clamp(46px, 5.4vw, 82px);
}

.ms-contact-page-heading-lockup h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: var(--ms-title-short-size);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
}

.ms-contact-page-bg-word {
  font-size: clamp(126px, 16vw, 270px);
}

.ms-contact-page-intro {
  max-width: min(760px, 100%);
  margin-top: clamp(24px, 2.4vw, 34px);
  min-width: 0;
  color: rgba(246, 251, 255, .64);
}

.ms-contact-page-intro strong {
  display: none;
}

.ms-contact-page-intro p {
  margin: 0;
  color: rgba(246, 251, 255, .64);
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 400;
  line-height: 1.8;
}

.ms-contact-info-grid {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(0, .74fr) minmax(0, 1.52fr);
  gap: 16px;
  margin-bottom: clamp(28px, 3vw, 44px);
  min-width: 0;
}

.ms-contact-info-card {
  display: block;
  min-width: 0;
  min-height: 122px;
  padding: clamp(22px, 2vw, 30px);
  border: 1px solid rgba(8, 212, 211, .20);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .025)),
    rgba(17, 24, 32, .72);
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.ms-contact-info-card:hover,
.ms-contact-info-card:focus-visible {
  border-color: rgba(8, 212, 211, .54);
  background:
    linear-gradient(180deg, rgba(8, 212, 211, .09), rgba(255, 255, 255, .035)),
    rgba(17, 24, 32, .78);
  transform: translateY(-2px);
  outline: none;
}

.ms-contact-info-card span {
  display: block;
  color: var(--ms-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ms-contact-info-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(16px, 1.12vw, 20px);
  font-weight: 900;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.ms-contact-address-card strong {
  color: rgba(246, 251, 255, .78);
  font-size: clamp(14px, .92vw, 16px);
  font-weight: 800;
}

.ms-contact-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, .72fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
  min-width: 0;
}

.ms-contact-page-form-card,
.ms-contact-page-map-card {
  min-width: 0;
  min-height: clamp(560px, 44vw, 680px);
  border: 1px solid rgba(8, 212, 211, .18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)),
    rgba(17, 24, 32, .66);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
  overflow: hidden;
}

.ms-contact-page-form-card {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 2.6vw, 42px);
}

.ms-contact-page-form-copy {
  max-width: 760px;
  margin-bottom: 22px;
}

.ms-contact-page-form-copy h2 {
  margin: 0;
  color: #fff;
  font-size: var(--ms-title-long-size);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
}

.ms-contact-page-form-copy h2 span {
  display: block;
}

.ms-contact-page-form-copy p {
  max-width: 640px;
  margin: 14px 0 0;
  color: rgba(246, 251, 255, .78);
  font-size: clamp(14px, .92vw, 16px);
  font-weight: 800;
  line-height: 1.42;
}

.ms-contact-page-form-frame {
  flex: 1 1 auto;
  width: 100%;
}

.ms-contact-template-note {
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: 26px;
  border: 1px dashed rgba(8, 212, 211, .34);
  border-radius: 6px;
  background: rgba(8, 212, 211, .045);
  color: rgba(246, 251, 255, .70);
}

.ms-contact-template-note strong {
  color: #fff;
  font-size: 20px;
}

.ms-contact-template-note code {
  color: var(--ms-cyan);
  white-space: normal;
}

.ms-contact-page-form-frame .elementor-form {
  width: 100%;
}

.ms-contact-page-form-frame .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ms-contact-page-form-frame .elementor-field-group {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ms-contact-page-form-frame .elementor-field-type-textarea,
.ms-contact-page-form-frame .elementor-field-group-message,
.ms-contact-page-form-frame .elementor-field-type-submit {
  grid-column: 1 / -1;
}

.ms-contact-page-form-frame .elementor-field-label {
  color: rgba(246, 251, 255, .66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ms-contact-page-form-frame .elementor-field,
.ms-contact-page-form-frame .elementor-field-textual,
.ms-contact-page-form-frame select,
.ms-contact-page-form-frame textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(8, 212, 211, .20) !important;
  border-radius: 4px;
  color: #fff !important;
  background: rgba(255, 255, 255, .055) !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 700;
}

.ms-contact-page-form-frame textarea {
  min-height: 156px;
  padding-top: 16px;
  resize: vertical;
}

.ms-contact-page-form-frame .elementor-field::placeholder,
.ms-contact-page-form-frame .elementor-field-textual::placeholder {
  color: rgba(246, 251, 255, .50);
  opacity: 1;
}

.ms-contact-page-form-frame .elementor-field:focus,
.ms-contact-page-form-frame .elementor-field-textual:focus,
.ms-contact-page-form-frame select:focus,
.ms-contact-page-form-frame textarea:focus {
  border-color: rgba(8, 212, 211, .66) !important;
  outline: none;
}

.ms-contact-page-form-frame .elementor-button,
.ms-contact-page-form-frame button[type="submit"] {
  width: 100%;
  min-height: 60px;
  border: 1px solid var(--ms-cyan) !important;
  border-radius: 999px !important;
  color: #071014 !important;
  background: var(--ms-cyan) !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
}

.ms-contact-page-form-frame .elementor-button:hover,
.ms-contact-page-form-frame button[type="submit"]:hover {
  filter: brightness(1.06);
}

.ms-contact-page-map-card {
  padding: 0;
}

.ms-contact-map-shell {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
  min-height: clamp(560px, 44vw, 680px);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 23% 72%, rgba(8, 212, 211, .13), transparent 30%),
    linear-gradient(24deg, transparent 46%, rgba(132, 163, 173, .16) 46.2%, rgba(132, 163, 173, .16) 46.8%, transparent 47%),
    linear-gradient(128deg, transparent 39%, rgba(132, 163, 173, .14) 39.2%, rgba(132, 163, 173, .14) 39.8%, transparent 40%),
    linear-gradient(90deg, rgba(136, 161, 171, .10) 1px, transparent 1px),
    linear-gradient(0deg, rgba(136, 161, 171, .10) 1px, transparent 1px),
    #121a20;
  background-size: auto, auto, auto, 64px 64px, 64px 64px, auto;
}

.ms-contact-map-widget,
.ms-contact-map-widget .elementor,
.ms-contact-map-widget .elementor-section,
.ms-contact-map-widget .elementor-container,
.ms-contact-map-widget .e-con,
.ms-contact-map-widget .elementor-widget-google_maps,
.ms-contact-map-widget .elementor-widget-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ms-contact-map-widget iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  border: 0;
  filter: saturate(.78) contrast(1.05) brightness(.62) grayscale(.10);
}

.ms-contact-map-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.ms-contact-map-fallback-grid {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 48%, rgba(8, 212, 211, .12), transparent 20%),
    linear-gradient(90deg, transparent 0 48%, rgba(8, 212, 211, .18) 48.15% 48.35%, transparent 48.5%),
    linear-gradient(0deg, transparent 0 56%, rgba(8, 212, 211, .18) 56.15% 56.35%, transparent 56.5%),
    linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0));
}

.ms-contact-map-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.ms-contact-map-pin {
  position: absolute;
  top: 48%;
  left: 56%;
  width: 24px;
  height: 24px;
  border: 5px solid #071014;
  border-radius: 50%;
  background: var(--ms-cyan);
  box-shadow: 0 0 0 10px rgba(8, 212, 211, .20), 0 0 38px rgba(8, 212, 211, .72);
  transform: translate(-50%, -50%);
}

.ms-contact-map-popup {
  position: absolute;
  left: 56%;
  bottom: clamp(34px, 4vw, 56px);
  width: min(340px, calc(100% - 48px));
  padding: 22px 24px;
  border: 1px solid rgba(8, 212, 211, .32);
  border-radius: 6px;
  color: #fff;
  background: rgba(7, 13, 18, .90);
  box-shadow: 0 24px 66px rgba(0, 0, 0, .36);
  transform: translateX(-50%);
  pointer-events: auto;
}

.ms-contact-map-popup span {
  display: block;
  color: var(--ms-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ms-contact-map-popup strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.14;
}

.ms-contact-map-popup p {
  margin: 12px 0 0;
  color: rgba(246, 251, 255, .64);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.ms-contact-map-popup a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 18px;
  color: var(--ms-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.ms-contact-map-popup a:hover,
.ms-contact-map-popup a:focus-visible {
  color: #fff;
  outline: none;
}

.ms-utility-page-wrap {
  background: #0d131b;
}

.ms-utility-page {
  display: grid;
  min-height: clamp(520px, calc(100vh - var(--ms-admin-bar)), 760px);
  place-items: center;
  padding: clamp(108px, 10vw, 168px) var(--ms-page-x);
  color: var(--ms-text);
  text-align: center;
  background: #0d131b;
}

.ms-utility-inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.ms-utility-icon {
  display: grid;
  width: clamp(88px, 8vw, 128px);
  height: clamp(88px, 8vw, 128px);
  margin: 0 auto clamp(24px, 2.4vw, 40px);
  place-items: center;
}

.ms-utility-icon-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 0 22px rgba(8, 212, 211, .22));
}

.ms-utility-icon-frame,
.ms-utility-icon-line,
.ms-utility-icon-accent {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.ms-utility-icon-frame,
.ms-utility-icon-line {
  stroke: rgba(246, 251, 255, .82);
}

.ms-utility-icon-accent {
  stroke: var(--ms-cyan);
}

.ms-utility-icon-dot {
  fill: var(--ms-cyan);
}

.ms-utility-title {
  margin: 0;
  color: #fff;
  font-size: clamp(86px, 10vw, 156px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-utility-title-thanks {
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1;
  text-transform: none;
}

.ms-utility-body {
  max-width: 720px;
  margin: clamp(22px, 2.1vw, 34px) auto 0;
  color: var(--ms-muted);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.72;
}

.ms-utility-page-wrap-404 .ms-contact-cta {
  padding-top: clamp(34px, 4vw, 70px);
}

@media (max-width: 980px) {
  .ms-contact-cta-inner,
  .ms-contact-cta-page .ms-contact-cta-inner {
    grid-template-columns: 1fr;
  }

  .ms-contact-copy {
    width: min(820px, 100%);
  }

  .ms-contact-page-head,
  .ms-contact-page-layout {
    grid-template-columns: 1fr;
  }

  .ms-contact-info-grid {
    grid-template-columns: 1fr;
  }

  .ms-contact-page-form-card,
  .ms-contact-page-map-card,
  .ms-contact-map-shell {
    min-height: 0;
  }

  .ms-contact-map-shell {
    height: 520px;
  }
}

@media (max-width: 640px) {
  .ms-contact-cta {
    padding: 72px var(--ms-page-x) 80px;
  }

  .ms-contact-cta::before {
    top: 12px;
    font-size: 74px;
  }

  .ms-contact-title {
    font-size: var(--ms-title-long-size);
    line-height: 1.1;
  }

  .ms-contact-actions .ms-home-button {
    width: 100%;
    min-width: 0;
  }

  .ms-contact-brief {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .ms-contact-field,
  .ms-contact-field-wide {
    grid-column: auto;
    min-height: 50px;
    padding: 0 16px;
  }

  .ms-contact-field-wide {
    min-height: 112px;
    padding-top: 16px;
  }

  .ms-contact-submit {
    grid-column: auto;
  }

  .ms-contact-page {
    padding: 72px var(--ms-page-x) 82px;
  }

  .ms-contact-page-heading-lockup {
    padding-top: 42px;
  }

  .ms-contact-page-heading-lockup h1 {
    font-size: clamp(38px, 12vw, 56px);
    white-space: normal;
  }

  .ms-contact-page-form-card {
    padding: 22px;
  }

  .ms-contact-page-form-copy h2 {
    font-size: 32px;
    white-space: normal;
  }

  .ms-contact-page-form-frame .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
  }

  .ms-contact-map-shell {
    height: 440px;
  }

  .ms-contact-map-pin {
    top: 42%;
    left: 58%;
  }

  .ms-contact-map-popup {
    left: 50%;
    bottom: 22px;
  }
}

.msm-home-about {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  isolation: isolate;
  overflow: hidden;
  background-color: var(--ms-dark);
}

.elementor .e-con.msm-home-about,
.elementor .elementor-section.msm-home-about {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.msm-home-about > .e-con-inner,
.msm-home-about .elementor-widget-shortcode,
.msm-home-about .elementor-widget-html,
.msm-home-about .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

.msm-home-about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(9, 14, 18, .72), rgba(9, 14, 18, .86) 54%, rgba(9, 14, 18, .96)),
    linear-gradient(90deg, rgba(9, 14, 18, .86), rgba(9, 14, 18, .42) 58%, rgba(9, 14, 18, .78));
  pointer-events: none;
}

.msm-home-about > * {
  position: relative;
  z-index: 1;
}

.msm-home-about > .ms-gradient-layer,
.msm-home-about .elementor-widget.ms-gradient-layer {
  position: absolute !important;
  z-index: 0 !important;
}

.ms-about-overview-shared {
  --site-cyan: var(--ms-cyan);
  --site-dark: var(--ms-dark);
  --site-text: var(--ms-text);
  --site-muted: var(--ms-muted);
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(88px, 8vw, 132px) var(--ms-page-x) clamp(92px, 8vw, 136px);
  overflow: hidden;
  color: var(--ms-text);
  background: transparent;
}

.msm-home-about .ms-about-overview-shared {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ms-about-overview-shared::before,
.ms-about-overview-shared::after {
  display: none;
}

.ms-about-overview-shared .about-section-inner {
  width: 100%;
  max-width: none;
  margin: 0;
}

.ms-about-overview-shared .about-overview-layout {
  display: block;
}

.ms-about-overview-shared .about-overview-copy {
  max-width: 920px;
}

.ms-about-overview-shared .about-overview-heading {
  position: relative;
  isolation: isolate;
  margin-bottom: 30px;
  padding-top: 54px;
}

.ms-about-overview-shared .about-overview-heading::before {
  content: attr(data-word);
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -8px;
  color: rgba(255, 255, 255, .045);
  font-size: clamp(104px, 9.5vw, 152px);
  font-weight: 900;
  line-height: .85;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
  pointer-events: none;
}

.ms-about-overview-shared .about-kicker {
  margin-bottom: 18px;
  color: var(--ms-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ms-about-overview-shared .about-overview-heading h2 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-about-overview-shared .about-overview-copy > p {
  max-width: 920px;
  margin: 0;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.82;
}

.ms-about-overview-shared .about-overview-content {
  display: grid;
  grid-template-columns: minmax(430px, .68fr) minmax(620px, 1fr);
  align-items: stretch;
  margin-top: clamp(54px, 5vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(8, 212, 211, .25);
  background: rgba(255, 255, 255, .035);
}

.ms-about-overview-shared .about-overview-stats {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(36px, 4vw, 58px) clamp(22px, 2.2vw, 34px);
  border-right: 1px solid rgba(8, 212, 211, .2);
}

.ms-about-overview-shared .about-card-title {
  margin-bottom: 22px;
  color: var(--ms-cyan);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.ms-about-overview-shared .about-overview-summary {
  max-width: none;
  margin: 0 0 clamp(30px, 2.8vw, 42px);
  color: var(--ms-muted);
  font-size: 13px;
  line-height: 1.68;
}

.ms-about-overview-shared .about-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.ms-about-overview-shared .about-stat {
  min-width: 0;
  min-height: 126px;
  display: grid;
  grid-template-rows: clamp(34px, 2.8vw, 48px) auto;
  row-gap: 20px;
  align-content: start;
  align-items: start;
  justify-items: center;
  padding: 0 clamp(12px, 1.25vw, 20px);
  text-align: center;
}

.ms-about-overview-shared .about-stat + .about-stat {
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.ms-about-overview-shared .about-stat strong {
  display: block;
  align-self: center;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(32px, 2.8vw, 44px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
  white-space: nowrap;
}

.ms-about-overview-shared .about-stat span {
  display: block;
  align-self: start;
  max-width: 170px;
  color: var(--ms-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.ms-about-overview-shared .about-carousel-area {
  position: relative;
  min-width: 0;
}

.ms-about-overview-shared .about-link-carousel {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: stretch;
  aspect-ratio: 40 / 27;
  overflow: hidden;
  background: #122033;
}

.ms-about-overview-shared .about-carousel-panel {
  position: relative;
  min-width: 86px;
  flex: 1 1 0;
  overflow: hidden;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .15);
  text-decoration: none;
  transition: flex .55s cubic-bezier(.2, .72, .2, 1);
}

.ms-about-overview-shared .about-carousel-panel:first-child {
  border-left: 0;
}

.ms-about-overview-shared .about-carousel-panel.active,
.ms-about-overview-shared .about-carousel-panel:hover,
.ms-about-overview-shared .about-carousel-panel:focus-visible {
  flex: 4.2 1 0;
}

.ms-about-overview-shared .about-carousel-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(.74) brightness(.52);
  transition: filter .35s ease, transform .55s ease;
}

.ms-about-overview-shared .about-carousel-panel.active img,
.ms-about-overview-shared .about-carousel-panel:hover img,
.ms-about-overview-shared .about-carousel-panel:focus-visible img {
  filter: saturate(.96) brightness(.92);
  transform: scale(1.01);
}

.ms-about-overview-shared .carousel-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 20, 32, .2), rgba(10, 20, 32, .14) 48%, rgba(10, 20, 32, .76));
}

.ms-about-overview-shared .carousel-label {
  position: absolute;
  top: 64px;
  left: 24px;
  max-width: 240px;
  color: #fff;
  font-size: clamp(21px, 2vw, 32px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ms-about-overview-shared .about-carousel-panel:not(.active) .carousel-label {
  top: 78px;
  left: 50%;
  writing-mode: vertical-rl;
  transform: translateX(-50%);
  white-space: nowrap;
}

.ms-about-overview-shared .carousel-action {
  position: absolute;
  left: 24px;
  bottom: 28px;
  padding: 13px 16px;
  color: #061014;
  background: var(--ms-cyan);
  font-size: 13px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease;
}

.ms-about-overview-shared .about-carousel-panel.active .carousel-action,
.ms-about-overview-shared .about-carousel-panel:hover .carousel-action,
.ms-about-overview-shared .about-carousel-panel:focus-visible .carousel-action {
  opacity: 1;
  transform: translateY(0);
}

.ms-about-page,
.ms-about-page-rest {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: var(--ms-text);
  background: transparent;
  overflow: hidden;
}

.ms-about-page .ms-about-overview-shared,
.ms-about-page .ms-about-story,
.ms-about-page .ms-about-vision,
.ms-about-page .ms-contact-cta,
.ms-about-page-rest .ms-about-story,
.ms-about-page-rest .ms-about-vision,
.ms-about-page-rest .ms-contact-cta {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ms-about-story,
.ms-about-vision,
.ms-about-cta {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(96px, 8vw, 140px) var(--ms-page-x);
  color: var(--ms-text);
  background: transparent !important;
  overflow: hidden;
  isolation: isolate;
}

.ms-about-story::before,
.ms-about-vision::before,
.ms-about-cta::before {
  content: none;
  display: none;
}

.ms-about-story > *,
.ms-about-vision > *,
.ms-about-cta > * {
  position: relative;
  z-index: 1;
}

.ms-about-story::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    var(--ms-page-bg) 0%,
    rgba(13, 19, 26, 0) 16%,
    rgba(13, 19, 26, 0) 84%,
    var(--ms-page-bg) 100%
  );
}

.ms-about-story-inner,
.ms-about-vision-inner,
.ms-about-cta-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
}

.ms-about-story-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr);
  gap: clamp(46px, 6vw, 96px);
  align-items: center;
}

.ms-about-story.is-reverse .ms-about-story-media {
  grid-column: 2;
  grid-row: 1;
}

.ms-about-story.is-reverse .ms-about-story-copy {
  grid-column: 1;
  grid-row: 1;
}

.ms-about-story-media {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ms-about-story-media::after {
  content: none;
  display: none;
}

.ms-about-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.ms-about-story-copy {
  max-width: 680px;
}

.ms-about-story-copy h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: var(--ms-title-long-size);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-about-vision-copy h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: var(--ms-title-short-size);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-about-cta-copy h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: var(--ms-title-long-size);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-about-story-copy p,
.ms-about-vision-copy p,
.ms-about-cta-copy p {
  margin: clamp(18px, 2vw, 26px) 0 0;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.8;
}

.ms-about-vision-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(460px, .96fr) minmax(0, .92fr);
  gap: clamp(56px, 8vw, 128px);
  align-items: center;
}

.ms-about-vision {
  min-height: clamp(720px, 56vw, 900px);
  display: grid;
  align-items: center;
  padding-top: clamp(118px, 9vw, 170px);
  padding-bottom: clamp(118px, 9vw, 170px);
}

.ms-about-vision-bg,
.ms-about-vision-bg-template,
.ms-about-vision-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ms-about-vision-bg {
  background-image: var(--ms-about-vision-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.ms-about-vision-bg-template {
  overflow: hidden;
}

.ms-about-vision-bg-template > *,
.ms-about-vision-bg-template .elementor,
.ms-about-vision-bg-template .elementor-section,
.ms-about-vision-bg-template .elementor-container,
.ms-about-vision-bg-template .e-con,
.ms-about-vision-bg-template .e-con-inner,
.ms-about-vision-bg-template .elementor-widget-wrap,
.ms-about-vision-bg-template .elementor-widget,
.ms-about-vision-bg-template .elementor-widget-container {
  width: 100%;
  height: 100%;
}

.ms-about-vision-bg-template img,
.ms-about-vision-bg-template iframe,
.ms-about-vision-bg-template video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.ms-about-vision-shade {
  background:
    radial-gradient(circle at 24% 50%, rgba(8, 212, 211, .18), transparent 24%),
    linear-gradient(90deg, rgba(6, 11, 18, .78), rgba(6, 11, 18, .42) 48%, rgba(6, 11, 18, .76)),
    linear-gradient(
      180deg,
      var(--ms-page-bg) 0%,
      rgba(6, 11, 18, .84) 16%,
      rgba(6, 11, 18, .48) 44%,
      rgba(6, 11, 18, .86) 80%,
      var(--ms-page-bg) 100%
    );
}

.ms-about-vision-media {
  position: relative;
  min-width: 0;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  background: rgba(9, 16, 24, .52);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .36);
}

.ms-about-vision-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 18, .05), rgba(8, 12, 18, .42)),
    linear-gradient(90deg, rgba(8, 12, 18, .28), transparent 58%);
  pointer-events: none;
}

.ms-about-vision-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.04) brightness(.82);
}

.ms-about-vision-media-template {
  display: grid;
  place-items: stretch;
}

.ms-about-vision-media-template > *,
.ms-about-vision-media-template .elementor,
.ms-about-vision-media-template .elementor-section,
.ms-about-vision-media-template .elementor-container,
.ms-about-vision-media-template .e-con,
.ms-about-vision-media-template .e-con-inner,
.ms-about-vision-media-template .elementor-widget-wrap,
.ms-about-vision-media-template .elementor-widget,
.ms-about-vision-media-template .elementor-widget-container {
  width: 100%;
  height: 100%;
}

.ms-about-vision-media-template iframe,
.ms-about-vision-media-template video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.ms-about-vision-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(8, 212, 211, .58);
  border-radius: 50%;
  background: rgba(13, 19, 26, .72);
  box-shadow: 0 0 32px rgba(8, 212, 211, .18);
  transform: translate(-50%, -50%);
}

.ms-about-vision-play::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 24px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid var(--ms-cyan);
}

.ms-about-vision-copy {
  max-width: 650px;
}

.ms-about-cta {
  padding-top: clamp(74px, 6.5vw, 110px);
  padding-bottom: clamp(78px, 7vw, 118px);
}

.ms-about-cta::before {
  background:
    radial-gradient(circle at 15% 50%, rgba(8, 212, 211, .12), transparent 28%),
    linear-gradient(90deg, rgba(8, 212, 211, .08), rgba(255, 255, 255, .025) 52%, transparent),
    linear-gradient(180deg, rgba(9, 14, 18, .9), rgba(9, 14, 18, .98));
}

.ms-about-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  padding: clamp(30px, 3.8vw, 52px);
  border: 1px solid rgba(8, 212, 211, .28);
  background: rgba(255, 255, 255, .035);
}

.ms-about-cta-copy {
  max-width: 860px;
}

.ms-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.msm-services-overview {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  isolation: isolate;
  overflow: hidden;
  background-color: transparent;
}

.elementor .e-con.msm-services-overview,
.elementor .elementor-section.msm-services-overview {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.msm-services-overview::before {
  content: none;
}

.msm-services-overview > *,
.msm-services-overview .elementor-widget-shortcode,
.msm-services-overview .elementor-widget-container {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
}

.ms-services-overview {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(88px, 8vw, 132px) var(--ms-page-x) clamp(92px, 8vw, 138px);
  color: var(--ms-text);
  background: transparent;
}

.msm-services-overview .ms-services-overview {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ms-services-overview-inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}

.ms-services-overview-head {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 66px);
}

.ms-services-heading-lockup {
  width: 100%;
  min-width: 0;
}

.ms-services-overview-head h2 {
  margin: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-services-overview-head h2.ms-module-title-short {
  white-space: nowrap;
}

.ms-services-overview-head p {
  max-width: 760px;
  margin: clamp(18px, 2vw, 26px) 0 0;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ms-service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.2vw, 18px);
}

.ms-service-card {
  --ms-service-card-pad-x: clamp(20px, 1.7vw, 28px);
  --ms-service-card-pad-y: clamp(22px, 1.85vw, 30px);
  --ms-service-hover-icon-offset: clamp(16px, 1.35vw, 22px);
  position: relative;
  min-width: 0;
  min-height: clamp(286px, 21vw, 330px);
  border: 1px solid rgba(8, 212, 211, .36);
  border-radius: 0;
  outline: 0;
  overflow: hidden;
  color: #fff;
  background: #111820;
  cursor: pointer;
  isolation: isolate;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .14);
}

.ms-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(13, 19, 26, .16), rgba(13, 19, 26, .16)),
    linear-gradient(180deg, rgba(7, 13, 18, .12) 20%, rgba(7, 13, 18, .88) 100%);
  transition: background .32s ease;
}

.ms-service-card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ms-service-card-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  filter: saturate(.82) contrast(1.05) brightness(.82);
  transition: opacity .32s ease, transform .5s ease, filter .32s ease;
}

.ms-service-card-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 13, 18, .08), rgba(7, 13, 18, .82));
  pointer-events: none;
  transition: opacity .24s ease;
}

.ms-service-card-summary,
.ms-service-card-detail {
  position: absolute;
  inset: 0;
  padding: var(--ms-service-card-pad-y) var(--ms-service-card-pad-x);
}

.ms-service-card-summary {
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

.ms-service-card-heading {
  min-width: 0;
}

.ms-service-icon {
  position: absolute;
  top: var(--ms-service-card-pad-y);
  left: var(--ms-service-card-pad-x);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 50%;
  color: #fff;
  background: rgba(7, 13, 18, .38);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  transition: color .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease, top .24s ease, left .24s ease, right .24s ease, bottom .24s ease;
}

.ms-service-icon svg {
  width: 21px;
  height: 21px;
  display: block;
}

.ms-service-card-heading h3 {
  margin: 9px 0 0 56px;
  color: #fff;
  font-size: clamp(17px, 1.15vw, 21px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  transition: opacity .2s ease, transform .24s ease;
}

.ms-service-card-cue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(8, 212, 211, .48);
  color: var(--ms-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: opacity .2s ease, transform .24s ease;
}

.ms-service-plus {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.ms-service-card-detail {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .25s ease, transform .32s ease;
}

.ms-service-card-detail h3 {
  margin: 0 0 14px;
  color: var(--ms-cyan);
  font-size: clamp(20px, 1.55vw, 28px);
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.ms-service-card-detail p {
  max-width: 410px;
  margin: 0;
  color: rgba(246, 251, 255, .78);
  font-size: 14px;
  line-height: 1.68;
}

.ms-service-card:hover::after,
.ms-service-card:focus::after,
.ms-service-card:focus-visible::after {
  background: #111820;
}

.ms-service-card:hover .ms-service-card-media img,
.ms-service-card:focus .ms-service-card-media img,
.ms-service-card:focus-visible .ms-service-card-media img {
  opacity: 0;
  transform: scale(1.06);
  filter: saturate(.7) contrast(1.1);
}

.ms-service-card:hover .ms-service-card-shade,
.ms-service-card:focus .ms-service-card-shade,
.ms-service-card:focus-visible .ms-service-card-shade {
  opacity: 0;
}

.ms-service-card:hover .ms-service-card-heading h3,
.ms-service-card:focus .ms-service-card-heading h3,
.ms-service-card:focus-visible .ms-service-card-heading h3,
.ms-service-card:hover .ms-service-card-cue,
.ms-service-card:focus .ms-service-card-cue,
.ms-service-card:focus-visible .ms-service-card-cue {
  opacity: 0;
  transform: translateY(-10px);
}

.ms-service-card:hover .ms-service-icon,
.ms-service-card:focus .ms-service-icon,
.ms-service-card:focus-visible .ms-service-icon {
  top: auto;
  left: auto;
  right: var(--ms-service-hover-icon-offset);
  bottom: var(--ms-service-hover-icon-offset);
  width: 38px;
  height: 38px;
  color: var(--ms-cyan);
  border-color: rgba(8, 212, 211, .72);
  background: rgba(7, 13, 18, .8);
  box-shadow: 0 0 0 7px rgba(8, 212, 211, .06), 0 0 28px rgba(8, 212, 211, .18);
}

.ms-service-card:hover .ms-service-card-detail,
.ms-service-card:focus .ms-service-card-detail,
.ms-service-card:focus-visible .ms-service-card-detail {
  opacity: 1;
  transform: translateY(0);
}

.ms-service-card:focus-visible {
  box-shadow: inset 0 0 0 2px var(--ms-cyan), 0 18px 48px rgba(0, 0, 0, .14);
}

.msm-services-why {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  isolation: isolate;
  overflow: hidden;
  background-color: transparent;
}

.elementor .e-con.msm-services-why,
.elementor .elementor-section.msm-services-why {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.msm-services-why > *,
.msm-services-why .elementor-widget-shortcode,
.msm-services-why .elementor-widget-container {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
}

.ms-services-why {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(8px, 2.2vw, 36px) var(--ms-page-x) clamp(92px, 8vw, 138px);
  color: var(--ms-text);
  background: transparent;
}

.msm-services-why .ms-services-why {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ms-services-why-inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}

.ms-services-why-panel {
  padding: clamp(34px, 3.2vw, 46px) clamp(38px, 4.6vw, 66px);
  overflow: hidden;
  border: 1px solid rgba(8, 212, 211, .18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(8, 212, 211, .07), transparent 34%),
    rgba(17, 24, 32, .88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
}

.ms-services-why-copy {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.ms-services-why-copy .ms-home-kicker {
  margin-bottom: 16px;
}

.ms-services-why-copy h2 {
  max-width: 820px;
  margin: 0 auto 16px;
  color: #fff;
  font-size: var(--ms-title-long-size);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-services-why-copy p {
  max-width: 980px;
  margin: 0 auto;
  color: var(--ms-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ms-services-why-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  overflow: hidden;
  border-top: 1px solid rgba(8, 212, 211, .16);
}

.ms-services-why-item {
  min-width: 0;
  min-height: 190px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  padding: 26px;
  border-right: 1px solid rgba(8, 212, 211, .16);
  background: transparent;
}

.ms-services-why-item:last-child {
  border-right: 0;
}

.ms-services-why-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  align-self: center;
  color: rgba(246, 251, 255, .82);
}

.ms-services-why-icon svg {
  width: 76px;
  height: 76px;
  display: block;
  overflow: visible;
}

.ms-services-why-icon-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ms-services-why-icon-accent {
  stroke: var(--ms-cyan);
  stroke-width: 2;
}

.ms-services-why-icon-fill {
  fill: var(--ms-cyan);
  stroke: none;
}

.ms-services-why-text {
  min-width: 0;
  display: grid;
  grid-template-rows: 56px 1fr;
  align-items: start;
}

.ms-services-why-text h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}

.ms-services-why-text p {
  margin: 0;
  color: rgba(246, 251, 255, .62);
  font-size: 14px;
  line-height: 1.62;
}

.msm-services-map {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  isolation: isolate;
  overflow: hidden;
  background: transparent;
}

.elementor .e-con.msm-services-map,
.elementor .elementor-section.msm-services-map {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.msm-services-map > *,
.msm-services-map .elementor-widget-shortcode,
.msm-services-map .elementor-widget-container {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
}

.ms-services-map {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(8px, 2.2vw, 36px) var(--ms-page-x) clamp(92px, 8vw, 138px);
  color: var(--ms-text);
  background: transparent;
}

.msm-services-map .ms-services-map {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ms-services-map-inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}

.ms-services-map-head {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: clamp(46px, 5vw, 72px);
}

.ms-services-map-heading-lockup {
  min-width: 0;
}

.ms-services-map-heading-lockup h2 {
  margin: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-services-map-title-line {
  display: block;
  white-space: nowrap;
}

.ms-services-map-head p {
  max-width: 520px;
  margin: 0 0 9px;
  color: var(--ms-muted);
  font-size: 16px;
  line-height: 1.72;
}

.ms-services-map-canvas {
  position: relative;
  display: grid;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ms-services-map-caption {
  position: relative;
  top: auto;
  left: auto;
  z-index: 3;
  grid-area: 1 / 1;
  align-self: start;
  justify-self: start;
  display: grid;
  gap: 8px;
  margin: 0;
  pointer-events: none;
}

.ms-services-map-caption span {
  display: block;
  color: rgba(255, 255, 255, .44);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ms-services-map-caption strong {
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ms-services-map-shell {
  position: relative;
  grid-area: 1 / 1;
  justify-self: center;
  width: min(960px, calc(100% - clamp(48px, 6vw, 120px)));
  min-height: 0;
  margin-inline: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ms-services-map .service-map-stage {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
  background: transparent;
}

.ms-services-map .service-map-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(8, 212, 211, .065) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(8, 212, 211, .055) 1px, transparent 1px);
  background-size: 20% 100%, 100% 25%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.ms-services-map .service-map-plot {
  position: absolute;
  left: 50%;
  right: auto;
  top: clamp(32px, 4vw, 48px);
  bottom: auto;
  z-index: 1;
  width: calc(100% - clamp(48px, 6vw, 80px));
  height: auto;
  aspect-ratio: 1200 / 599;
  transform: translateX(-50%);
}

.ms-services-map .service-world-map {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: .74;
  mix-blend-mode: screen;
  filter: brightness(1.12);
}

.ms-services-map .map-location {
  display: block;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

.ms-services-map .map-location:hover,
.ms-services-map .map-location:focus,
.ms-services-map .map-location:focus-visible,
.ms-services-map .map-location.is-active {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ms-services-map .map-location-dot {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid #071014;
  background: var(--ms-cyan);
  box-shadow: 0 0 12px rgba(8, 212, 211, .9), 0 0 28px rgba(8, 212, 211, .48);
  transform: translate(-50%, -50%);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.ms-services-map .map-location:hover .map-location-dot,
.ms-services-map .map-location:focus-visible .map-location-dot,
.ms-services-map .map-location.is-active .map-location-dot {
  background: #fff;
  border-color: #071014;
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 0 12px rgba(8, 212, 211, .95), 0 0 30px rgba(8, 212, 211, .52);
}

.ms-services-map .service-map-detail {
  right: auto;
  bottom: auto;
  z-index: 20;
  width: min(360px, calc(100% - 36px));
  max-height: calc(100% - 36px);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid rgba(8, 212, 211, .28);
  color: #fff;
  background: rgba(9, 18, 22, .96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .46), 0 0 36px rgba(8, 212, 211, .08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.ms-services-map .service-map-detail::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 20px;
  height: 1px;
  background: var(--ms-cyan);
}

.ms-services-map .service-map-detail-place {
  border-bottom-color: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 21px;
}

.ms-services-map .service-map-detail-case {
  margin-top: 14px;
  letter-spacing: .12em;
}

.ms-services-map .service-map-detail-summary {
  margin: 10px 0 12px;
  color: rgba(246, 251, 255, .66);
  font-size: 13px;
  line-height: 1.6;
}

.ms-services-map .service-map-detail-products {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  text-align: left;
}

.ms-services-map .service-map-product-link {
  align-items: center;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(8, 212, 211, .18);
  color: #fff;
  background: rgba(255, 255, 255, .035);
  font-size: 12px;
  line-height: 1.35;
  transition: border-color .2s ease, background .2s ease;
}

.ms-services-map .service-map-product-link:first-child {
  border-top: 1px solid rgba(8, 212, 211, .18);
}

.ms-services-map .service-map-product-link:hover,
.ms-services-map .service-map-product-link:focus-visible {
  border-color: var(--ms-cyan);
  background: rgba(8, 212, 211, .10);
  outline: none;
}

.ms-services-map .service-map-product-action {
  flex: 0 0 auto;
  color: var(--ms-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ms-services-map-summary {
  max-width: min(1420px, 100%);
  margin: 26px auto 0;
  color: var(--ms-muted);
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
}

.msm-services-flow {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  isolation: isolate;
  overflow: hidden;
  background: transparent;
}

.elementor .e-con.msm-services-flow,
.elementor .elementor-section.msm-services-flow {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.msm-services-flow > *,
.msm-services-flow .elementor-widget-shortcode,
.msm-services-flow .elementor-widget-container {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
}

.ms-services-flow {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(92px, 8vw, 132px) var(--ms-page-x) clamp(98px, 8.5vw, 148px);
  color: var(--ms-text);
  background: transparent;
}

.msm-services-flow .ms-services-flow {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ms-services-flow-inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}

.ms-services-flow-head {
  margin-bottom: 22px;
}

.ms-services-flow-head h2 {
  margin: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ms-services-flow-track {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(26px, 3.5vw, 58px);
  align-items: start;
  margin-top: 28px;
  padding-top: 28px;
}

.ms-services-flow-path {
  position: absolute;
  z-index: 0;
  top: 12px;
  left: 0;
  width: 100%;
  height: 220px;
  overflow: visible;
  fill: none;
  stroke: rgba(8, 212, 211, .34);
  stroke-width: 2;
  stroke-dasharray: 5 8;
  vector-effect: non-scaling-stroke;
}

.ms-services-flow-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.ms-services-flow-step:nth-of-type(even) {
  margin-top: 92px;
}

.ms-services-flow-step:not(:last-child)::before,
.ms-services-flow-step:not(:last-child)::after {
  display: none;
}

.ms-services-flow-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(8, 212, 211, .45);
  border-radius: 50%;
  color: var(--ms-cyan);
  background: #111820;
  box-shadow: 0 0 0 9px rgba(8, 212, 211, .06), 0 0 32px rgba(8, 212, 211, .12);
}

.ms-services-flow-icon svg {
  width: 24px;
  height: 24px;
}

.ms-services-flow-step > span {
  color: var(--ms-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.ms-services-flow-step strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.18;
}

.ms-services-flow-step p {
  margin: 12px 0 0;
  color: var(--ms-muted);
  font-size: 14px;
  line-height: 1.7;
}

.service-map-stage {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 20%, rgba(8, 212, 211, .10), transparent 25%),
    linear-gradient(180deg, #fbfdfe 0%, #eef5f7 100%);
}

.service-world-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.map-location {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 6;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.map-location::before,
.map-location::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: rgba(8, 212, 211, .16);
  animation: ms-map-pulse 2.4s ease-out infinite;
}

.map-location-dot {
  position: absolute;
  inset: 9px;
  z-index: 2;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--ms-cyan);
  box-shadow: 0 6px 18px rgba(8, 212, 211, .35);
}

.map-location:hover .map-location-dot,
.map-location.is-active .map-location-dot {
  background: var(--ms-dark);
  transform: scale(1.3);
}

@keyframes ms-map-pulse {
  0% { opacity: .75; transform: scale(.5); }
  75%, 100% { opacity: 0; transform: scale(1.8); }
}

.service-map-detail {
  position: absolute;
  z-index: 5;
  width: min(310px, calc(100% - 60px));
  padding: 25px;
  border: 1px solid rgba(8, 212, 211, .24);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 64px rgba(13, 19, 26, .16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
}

.service-map-detail.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.service-map-detail-label,
.service-map-detail-case {
  display: block;
  color: var(--ms-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-map-detail-place {
  display: block;
  margin: 10px 0 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dfe8ec;
  color: var(--ms-dark);
  font-size: 23px;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-map-product-link {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: var(--ms-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: grid;
  gap: 10px;
}

.floating-actions a {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ms-cyan);
  color: #fff;
  box-shadow: 0 12px 30px rgba(8, 212, 211, .28);
}

.floating-actions a:first-child {
  color: #fff;
  border: 1px solid rgba(8, 212, 211, .24);
  background: #111820;
}

@media (max-width: 1280px) {
  .ms-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ms-service-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  :root {
    --ms-content-x: clamp(32px, 6vw, 72px);
    --ms-layout-x: var(--ms-content-x);
    --ms-page-x: var(--ms-content-x);
  }

  .nav,
  .actions {
    display: none;
  }

  .page-intro,
  .product-showcase,
  .ms-product-catalog,
  .ms-products-page-hero {
    grid-template-columns: 1fr;
  }

  .product-side,
  .ms-product-side {
    position: static;
  }

  .products-grid,
  .ms-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-products-page {
    padding-top: 82px;
  }

  .ms-products-page-hero {
    margin-bottom: 48px;
  }

  .ms-products-page-heading h1,
  .ms-products-page-hero h1 {
    white-space: normal;
  }

  .ms-products-page-heading > p,
  .ms-products-page-hero > p {
    max-width: 760px;
  }

  .ms-products-page-catalog .ms-product-catalog {
    grid-template-columns: 1fr;
  }

  .ms-products-page-catalog .ms-product-grid,
  .ms-products-page-catalog .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-products-page-catalog .product-card {
    width: 100%;
  }

  .ms-product-catalog .product-card .card-body {
    min-height: 260px;
  }

  .ms-home-section-head {
    grid-template-columns: 1fr;
    justify-content: start;
    align-items: start;
  }

  .ms-news-page-head {
    grid-template-columns: 1fr;
    justify-content: start;
    align-items: start;
  }

  .ms-news-page-head p {
    max-width: 760px;
  }

  .ms-home-news-more-link {
    justify-self: start;
  }

  .ms-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-services-why-list {
    grid-template-columns: 1fr;
  }

  .ms-services-why-item {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 212, 211, .16);
  }

  .ms-services-why-item:last-child {
    border-bottom: 0;
  }

  .ms-services-map-head {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .ms-services-map-head p {
    max-width: 720px;
    margin-bottom: 0;
  }

  .ms-services-flow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .ms-services-flow-path {
    display: none;
  }

  .ms-services-flow-step:nth-of-type(even) {
    margin-top: 0;
  }

  .ms-about-overview-shared .about-overview-content {
    grid-template-columns: 1fr;
  }

  .ms-about-overview-shared .about-overview-stats {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 212, 211, .2);
  }

  .ms-about-overview-shared .about-carousel-area {
    aspect-ratio: 40 / 27;
  }

  .ms-about-story-inner,
  .ms-about-vision-inner,
  .ms-about-cta-inner {
    grid-template-columns: 1fr;
  }

  .ms-about-story.is-reverse .ms-about-story-media,
  .ms-about-story.is-reverse .ms-about-story-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .ms-about-cta-actions {
    justify-content: flex-start;
  }

  .news-link-card {
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1fr);
  }
}

@media (max-height: 820px) and (min-width: 760px) {
  :root {
    --ms-hero-min: 560px;
  }

  .ms-home-hero {
    --ms-hero-pad-top: clamp(88px, 12svh, 116px);
    --ms-hero-pad-bottom: clamp(58px, 8svh, 84px);
    --ms-home-title-size: clamp(40px, min(5.15vw, 10.7svh), 82px);
    --ms-home-title-line-height: 1.02;
    --ms-hero-content-top: clamp(30px, 4svh, 46px);
    --ms-hero-content-bottom: 0px;
    --ms-home-copy-gap: clamp(14px, 2.5svh, 22px);
    --ms-scroll-cue-gap: clamp(16px, calc(var(--ms-home-title-size) * .28), 30px);
    align-items: center;
  }

  .ms-home-hero-inner {
    padding-top: var(--ms-hero-content-top);
    padding-bottom: var(--ms-hero-content-bottom);
  }

  .ms-home-kicker {
    margin-bottom: clamp(8px, 1.4svh, 14px);
    font-size: clamp(11px, 1.55svh, 13px);
  }

  .ms-home-hero h1 {
    max-width: none;
    font-size: var(--ms-home-title-size);
    line-height: var(--ms-home-title-line-height);
  }

  .ms-home-hero p {
    max-width: 780px;
    font-size: clamp(14px, min(1.08vw, 2.25svh), 19px);
    line-height: 1.58;
  }

  .ms-home-button {
    min-height: clamp(42px, 5.8svh, 52px);
  }

  .ms-scroll-cue {
    bottom: clamp(10px, 2.5svh, 22px);
  }
}

@media (max-height: 640px) and (min-width: 760px) {
  :root {
    --ms-hero-min: 500px;
  }

  .ms-home-hero {
    --ms-hero-pad-top: 84px;
    --ms-hero-pad-bottom: 48px;
    --ms-home-title-size: clamp(34px, min(4.75vw, 10.2svh), 64px);
    --ms-home-copy-gap: 14px;
    --ms-scroll-cue-gap: 14px;
  }

  .ms-home-side-mark {
    width: 48px;
    height: 95px;
    font-size: 13px;
  }

  .ms-home-hero h1 {
    font-size: var(--ms-home-title-size);
    margin-bottom: 10px;
  }

  .ms-home-hero p {
    max-width: 700px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.46;
  }

  .ms-home-button {
    min-height: 40px;
    padding-inline: 20px;
    font-size: 13px;
  }

  .ms-scroll-cue {
    bottom: 8px;
    width: 28px;
    height: 28px;
  }

  .ms-news-detail {
    padding: 112px var(--ms-page-x) 88px;
  }

  .ms-news-detail-head {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .ms-news-detail-heading h1 {
    font-size: var(--ms-title-long-size);
  }

  .ms-news-detail-standfirst,
  .ms-news-detail-media,
  .ms-news-detail-content {
    width: 100%;
  }

  .ms-news-detail-related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ms-news-detail-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --ms-content-x: 22px;
    --ms-layout-x: var(--ms-content-x);
    --ms-page-x: var(--ms-content-x);
  }

  .topbar {
    height: 72px;
    padding: 0 var(--ms-page-x);
  }

  .brand {
    width: 132px;
    min-width: 132px;
    height: 48px;
  }

  .brand img {
    width: 126px;
    height: 48px;
  }

  .ms-home-hero {
    --ms-hero-min: 660px;
    --ms-hero-pad-top: 118px;
    --ms-hero-pad-x: var(--ms-page-x);
    --ms-hero-pad-bottom: 72px;
    --ms-home-title-size: clamp(39px, 12vw, 54px);
    --ms-hero-content-top: 0px;
    --ms-hero-content-bottom: 0px;
    --ms-home-copy-gap: 18px;
    --ms-scroll-cue-gap: 24px;
    min-height: max(var(--ms-hero-min), calc(100svh - var(--ms-admin-bar)));
    height: max(var(--ms-hero-min), calc(100svh - var(--ms-admin-bar)));
    align-items: flex-end;
  }

  .ms-home-side-mark {
    width: 48px;
    height: 95px;
    font-size: 13px;
  }

  .ms-home-hero h1 {
    font-size: var(--ms-home-title-size);
  }

  .ms-home-title-line {
    white-space: normal;
  }

  .ms-home-hero p {
    font-size: 16px;
  }

  .ms-home-actions {
    gap: 10px;
  }

  .ms-home-button {
    min-height: 52px;
    padding: 0 20px;
    font-size: 13px;
  }

  .ms-scroll-cue {
    left: var(--ms-page-x);
    bottom: 22px;
  }

  .products-grid,
  .ms-product-grid,
  .news-tabs,
  .ms-home-section-head,
  .ms-news-grid,
  .ms-home-product-grid {
    display: block;
  }

  .ms-products-page {
    padding: 72px var(--ms-page-x) 78px;
  }

  .ms-products-page-hero {
    display: block;
  }

  .ms-products-page-heading-lockup {
    min-width: 0;
    padding-top: 42px;
  }

  .ms-products-page-heading h1,
  .ms-products-page-hero h1 {
    font-size: clamp(38px, 12vw, 58px);
    white-space: normal;
  }

  .ms-products-page-heading > p,
  .ms-products-page-hero > p {
    margin-top: 22px;
  }

  .ms-products-page-catalog {
    margin-bottom: 68px;
  }

  .ms-product-catalog .product-card {
    margin-bottom: 18px;
  }

  .ms-product-catalog .product-card .card-body {
    min-height: auto;
  }

  .ms-home-products {
    padding: 72px var(--ms-page-x) 80px;
  }

  .ms-services-overview {
    padding: 72px var(--ms-page-x) 80px;
  }

  .ms-services-why {
    padding: 0 var(--ms-page-x) 80px;
  }

  .ms-services-why-panel {
    padding: 27px 18px;
  }

  .ms-home-products-more-link {
    width: fit-content;
    margin-top: 22px;
  }

  .ms-home-product-grid {
    border: 0;
    background: transparent;
  }

  .ms-home-product-card {
    min-height: 0;
    margin-bottom: 18px;
    border: 1px solid rgba(8, 212, 211, .16);
    border-radius: 8px;
  }

  .ms-home-product-body {
    min-height: 0;
  }

  .ms-home-product-body h3 {
    min-height: 0;
  }

  .ms-service-card-grid {
    display: block;
  }

  .ms-service-card {
    min-height: 300px;
    margin-bottom: 18px;
    border-radius: 8px;
  }

  .ms-services-overview-head {
    display: block;
    margin-bottom: 34px;
  }

  .ms-services-overview-head h2.ms-module-title-long {
    font-size: var(--ms-title-long-size);
  }

  .ms-services-overview-head h2.ms-module-title-short {
    white-space: normal;
  }

  .ms-services-why-copy h2 {
    font-size: var(--ms-title-long-size);
  }

  .ms-services-why-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    padding: 23px 20px;
  }

  .ms-services-why-icon {
    width: 72px;
    height: 72px;
  }

  .ms-services-why-icon svg {
    width: 66px;
    height: 66px;
  }

  .ms-services-why-text {
    grid-template-rows: auto auto;
    gap: 10px;
  }

  .ms-services-map {
    padding: 72px var(--ms-page-x) 80px;
  }

  .ms-services-map-heading-lockup h2.ms-module-title-long {
    font-size: var(--ms-title-long-size);
  }

  .ms-module-title-line,
  .ms-services-map-title-line {
    white-space: normal;
  }

  .ms-services-map-canvas {
    margin-left: 0;
    margin-right: 0;
  }

  .ms-services-map-caption {
    top: auto;
    left: auto;
  }

  .ms-services-map .service-map-stage,
  .ms-services-map-shell {
    min-height: 0;
  }

  .ms-services-map-shell {
    width: 100%;
  }

  .ms-services-map .service-map-stage {
    height: 360px;
    aspect-ratio: auto;
  }

  .ms-services-map .service-map-plot {
    inset: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    width: calc(100% - 28px);
    height: auto;
    aspect-ratio: 1200 / 599;
    transform: translate(-50%, -50%);
  }

  .ms-services-map .service-world-map {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .ms-services-map .map-location {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }

  .ms-services-map .map-location-dot {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 17px;
    height: 17px;
    border-width: 3px;
  }

  .ms-services-map .service-map-detail {
    width: min(250px, calc(100% - 36px));
    padding: 18px;
  }

  .ms-services-map .service-map-detail::before {
    display: none;
  }

  .ms-services-map-summary {
    margin-top: 22px;
    font-size: 14px;
  }

  .ms-services-flow {
    padding: 72px var(--ms-page-x) 80px;
  }

  .ms-services-flow-head h2.ms-module-title-long {
    font-size: var(--ms-title-long-size);
  }

  .ms-services-flow-track {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0 0 30px;
  }

  .ms-services-flow-track::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 28px;
    bottom: 52px;
    border-left: 1px dashed rgba(8, 212, 211, .38);
  }

  .ms-services-flow-step {
    position: relative;
    padding: 0 0 48px 52px;
  }

  .ms-services-flow-icon {
    position: absolute;
    top: 0;
    left: -30px;
    width: 56px;
    height: 56px;
  }

  .ms-services-flow-step strong {
    padding-top: 4px;
  }

  .ms-about-overview-shared {
    padding: 72px var(--ms-page-x) 80px;
  }

  .ms-about-overview-shared .about-overview-heading {
    margin-bottom: 28px;
    padding-top: 30px;
  }

  .ms-about-overview-shared .about-overview-heading::before {
    top: 8px;
    left: -3px;
    font-size: 68px;
  }

  .ms-about-overview-shared .about-overview-heading h2 {
    font-size: 36px;
  }

  .ms-about-overview-shared .about-overview-content {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .ms-about-overview-shared .about-overview-stats {
    min-height: 390px;
    padding: 24px 16px;
  }

  .ms-about-overview-shared .about-overview-summary {
    margin-bottom: 26px;
    font-size: 12px;
    line-height: 1.55;
  }

  .ms-about-overview-shared .about-card-title {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .ms-about-overview-shared .about-stat {
    grid-template-rows: 30px auto;
    row-gap: 10px;
    min-height: 104px;
    padding: 0 8px;
  }

  .ms-about-overview-shared .about-stat strong {
    margin-bottom: 0;
    font-size: 27px;
  }

  .ms-about-overview-shared .about-stat span {
    font-size: 10px;
    line-height: 1.35;
  }

  .ms-about-overview-shared .about-link-carousel {
    height: auto;
  }

  .ms-about-overview-shared .about-carousel-panel {
    min-width: 48px;
  }

  .ms-about-overview-shared .about-carousel-panel.active,
  .ms-about-overview-shared .about-carousel-panel:hover,
  .ms-about-overview-shared .about-carousel-panel:focus-visible {
    flex: 6.5 1 0;
  }

  .ms-about-overview-shared .carousel-label,
  .ms-about-overview-shared .carousel-action {
    left: 16px;
  }

  .ms-about-overview-shared .about-carousel-panel:not(.active) .carousel-label {
    top: 50px;
    left: 50%;
    font-size: 13px;
  }

  .ms-about-story,
  .ms-about-vision,
  .ms-about-cta {
    padding: 72px var(--ms-page-x) 80px;
  }

  .ms-about-story-inner,
  .ms-about-vision-inner {
    gap: 28px;
  }

  .ms-about-story-media,
  .ms-about-vision-media {
    border-radius: 8px;
  }

  .ms-about-story-copy h2,
  .ms-about-vision-copy h2,
  .ms-about-cta-copy h2 {
    font-size: 34px;
  }

  .ms-about-story-copy p,
  .ms-about-vision-copy p,
  .ms-about-cta-copy p {
    font-size: 14px;
    line-height: 1.72;
  }

  .ms-about-cta-inner {
    padding: 26px 18px;
    border-radius: 8px;
  }

  .ms-about-cta-actions {
    display: grid;
    width: 100%;
  }

  .ms-home-section-head p {
    margin-top: 16px;
  }

  .ms-news-page {
    padding: 54px var(--ms-page-x) 82px;
  }

  .ms-news-page-head {
    margin-bottom: 34px;
  }

  .ms-news-page-list-module .news-tabs {
    display: block;
  }

  .ms-news-page-list-module .news-link-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px;
  }

  .ms-news-page-list-module .news-row {
    height: auto;
  }

  .ms-news-page-list-module .news-row .card-img {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
  }

  .ms-news-page-list-module .news-row .card-body {
    padding: 20px 2px 8px;
  }

  .ms-news-page-list-module .news-link-card h3 {
    font-size: 24px;
  }

  .ms-news-detail {
    padding: 92px var(--ms-page-x) 72px;
  }

  .ms-news-detail-back {
    margin-bottom: 30px;
  }

  .ms-news-detail-heading .ms-module-bg-word {
    top: -18px;
    left: -4px;
    font-size: clamp(72px, 25vw, 118px);
  }

  .ms-news-detail-heading h1 {
    font-size: clamp(32px, 9.4vw, 44px);
    line-height: 1.12;
  }

  .ms-news-detail-meta {
    margin-top: 18px;
  }

  .ms-news-detail-media {
    margin-bottom: 34px;
  }

  .ms-news-detail-content {
    font-size: 15px;
    line-height: 1.76;
  }

  .ms-news-detail-related {
    margin-top: 64px;
  }

  .ms-news-detail-related-head h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .ms-module-heading-lockup {
    min-width: 0;
    padding-top: 54px;
  }

  .ms-module-bg-word {
    font-size: clamp(92px, 28vw, 132px);
  }

  .ms-home-news-more-link {
    width: fit-content;
    margin-top: 22px;
  }

  .ms-news-card {
    margin-bottom: 18px;
  }

  .tab-pill {
    width: 100%;
    margin-bottom: 10px;
  }

  .news-row {
    height: auto;
  }

  .news-link-card {
    grid-template-columns: 1fr;
  }

  .page-banner {
    aspect-ratio: auto;
    min-height: 320px;
  }

  .service-map-stage {
    min-height: 510px;
  }

  .service-world-map {
    inset: 2% 0 24%;
    height: 72%;
  }

  .service-map-detail {
    left: 16px !important;
    right: 16px !important;
    top: auto !important;
    bottom: 16px;
    width: auto;
  }
}
