.mvd-modern-public {
  background: #f2f5f6;
  color: #263746;
}

/* Shared parent-domain palette for catalog and calendar components. */
.mvd-category-domain-7, .mvd-calendar-category-7 { --mvd-domain-accent: #39bfff; --mvd-domain-ink: #0c668a; --mvd-calendar-accent: #39bfff; --mvd-calendar-soft: #e4f6ff; }
.mvd-category-domain-1, .mvd-calendar-category-1 { --mvd-domain-accent: #e24b5b; --mvd-domain-ink: #a72738; --mvd-calendar-accent: #e24b5b; --mvd-calendar-soft: #fdecef; }
.mvd-category-domain-4, .mvd-calendar-category-4 { --mvd-domain-accent: #22d6df; --mvd-domain-ink: #087983; --mvd-calendar-accent: #22d6df; --mvd-calendar-soft: #e3fbfc; }
.mvd-category-domain-6, .mvd-calendar-category-6 { --mvd-domain-accent: #ff9a1f; --mvd-domain-ink: #a64d00; --mvd-calendar-accent: #ff9a1f; --mvd-calendar-soft: #fff1df; }
.mvd-category-domain-2, .mvd-calendar-category-2 { --mvd-domain-accent: #9cff21; --mvd-domain-ink: #477900; --mvd-calendar-accent: #9cff21; --mvd-calendar-soft: #efffde; }
.mvd-category-domain-3, .mvd-calendar-category-3 { --mvd-domain-accent: #b45cff; --mvd-domain-ink: #6e249e; --mvd-calendar-accent: #b45cff; --mvd-calendar-soft: #f4eaff; }
.mvd-category-domain-101, .mvd-calendar-category-101 { --mvd-domain-accent: #5d7786; --mvd-domain-ink: #405864; --mvd-calendar-accent: #5d7786; --mvd-calendar-soft: #ebf0f3; }

.mvd-modern-public .wrap-main {
  background: transparent;
  box-sizing: border-box;
  max-width: 1120px;
  width: calc(100% - 40px);
}

.mvd-modern-public .main-header {
  background: #10161b;
  border-bottom: 1px solid #26343b;
  position: relative;
  z-index: 20;
}

.mvd-modern-public .wrap-header {
  overflow: visible;
}

.mvd-modern-public .mvd-brand-logo {
  display: block;
  height: 70px;
  position: relative;
  width: 122px;
}

.mvd-modern-public .mvd-brand-logo img {
  left: 0;
  position: absolute;
  top: 0;
}

.mvd-modern-public .mvd-brand-logo-training {
  clip-path: inset(74% 0 0 0);
  filter: brightness(0) invert(1);
}

.mvd-modern-public .mvd-header-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mvd-modern-public .mvd-header-contact {
  align-items: center;
  background: #ffffff;
  border: 1px solid #1f728c;
  border-radius: 4px;
  box-sizing: border-box;
  color: #17627d;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  letter-spacing: .01em;
  line-height: 1;
  min-width: 64px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.mvd-modern-public .mvd-header-contact:hover,
.mvd-modern-public .mvd-header-contact:focus {
  background: #edf5f7;
  border-color: #73bed7;
  box-shadow: 0 0 0 2px rgba(115, 190, 215, .16);
  color: #123f58;
  filter: brightness(1.08);
  transform: var(--mvd-raise-hover);
  text-decoration: none;
}

.mvd-modern-public .mvd-language-menu {
  color: #dce7eb;
  margin: 0;
  position: relative;
}

.mvd-modern-public .mvd-language-menu summary {
  align-items: center;
  background: #182229;
  border: 1px solid #34444c;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  gap: 7px;
  height: 32px;
  list-style: none;
  padding: 0 10px;
  transition: background-color .16s ease, border-color .16s ease, filter .16s ease, transform .16s ease;
}

.mvd-modern-public .mvd-language-menu summary::-webkit-details-marker {
  display: none;
}

.mvd-modern-public .mvd-language-menu summary:hover,
.mvd-modern-public .mvd-language-menu[open] summary {
  background: #202d34;
  border-color: #5e8997;
  filter: brightness(1.08);
  transform: var(--mvd-raise-hover);
}

.mvd-modern-public .mvd-language-globe {
  color: #8fd2e8;
  display: block;
  flex: 0 0 auto;
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 17px;
}

.mvd-modern-public .mvd-language-current {
  color: #e5eef1;
  font-size: 12px;
  font-weight: 700;
}

.mvd-modern-public .mvd-language-menu .caret {
  border-top-color: #9cb1ba;
  margin-top: 2px;
}

.mvd-modern-public .mvd-language-list {
  background: #182229;
  border: 1px solid #34444c;
  border-radius: 4px;
  box-shadow: 0 5px 14px rgba(34, 53, 66, 0.12);
  box-sizing: border-box;
  list-style: none;
  margin: 5px 0 0;
  min-width: 142px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 30;
}

.mvd-modern-public .mvd-language-list a {
  border-radius: 3px;
  color: #e5eef1;
  display: block;
  padding: 8px 11px;
}

.mvd-modern-public .mvd-language-list a:hover {
  background: #24323a;
  color: #73bed7;
  text-decoration: none;
}

.mvd-modern-public .mvd-language-list .is-current a {
  background: #223037;
  font-weight: 700;
}

.mvd-modern-public .mvd-amd-badge {
  border: 1px solid #34444c;
}

.mvd-modern-public .mvd-positioning-strip {
  background: #151e23;
  border-bottom: 1px solid #28363d;
  padding: 14px 0 15px;
}

.mvd-modern-public .mvd-positioning-services {
  color: #f1f5f6;
}

.mvd-modern-public .mvd-positioning-speciality {
  color: #73bed7 !important;
}

.mvd-modern-public .main-nav.navbar {
  background: #10171c;
  border-bottom: 1px solid #29363d;
  border-top: 1px solid rgba(255,255,255,.03);
  margin-bottom: 0;
}

body.mvd-modern-public > .main-nav {
  text-transform: none;
}

body.mvd-modern-public > .main-nav .navbar-inner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 52px;
}

body.mvd-modern-public > .main-nav .nav {
  display: flex;
  float: none;
  gap: 7px;
  justify-content: center;
  margin: 0;
  width: 100%;
}

body.mvd-modern-public > .main-nav .nav > li {
  display: block;
  float: none;
  line-height: normal;
  list-style: none;
  position: relative;
}

.mvd-modern-public .mvd-mobile-menu-toggle {
  display: none;
}

.mvd-modern-public .mvd-submenu-toggle {
  display: none;
}

.mvd-modern-public > .main-nav.navbar .nav > li > a {
  align-items: center;
  color: #dce6ea;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 49px;
  letter-spacing: .005em;
  box-sizing: border-box;
  padding: 0 14px;
  position: relative;
  text-decoration: none;
  transition: color 0.14s ease, background-color 0.14s ease, box-shadow .14s ease;
}

.mvd-modern-public > .main-nav.navbar .nav > li > a:hover {
  background: rgba(115, 190, 215, .08);
  color: #73bed7;
  text-decoration: none;
}

.mvd-modern-public > .main-nav.navbar .nav > li > a.active {
  color: #fff;
}

.mvd-modern-public > .main-nav.navbar .nav > li > a.active::after {
  background: #36a5c9;
  bottom: 0;
  content: "";
  height: 3px;
  left: 19px;
  position: absolute;
  right: 19px;
}

.mvd-modern-public > .main-nav.navbar .dropdown-menu {
  background: #121b21;
  border: 1px solid #2f414a;
  border-top: 3px solid #73bed7;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 18px 34px rgba(4, 10, 13, 0.42);
  box-sizing: border-box;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 285px;
  padding: 7px;
  position: absolute;
  top: 100%;
  z-index: 40;
}

.mvd-modern-public > .main-nav.navbar .dropdown-menu > li {
  border-bottom: 1px solid rgba(157, 185, 196, .12);
  display: block;
  float: none;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mvd-modern-public > .main-nav.navbar .dropdown-menu > li:last-child {
  border-bottom: 0;
}

.mvd-modern-public > .main-nav.navbar li.dropdown:hover > .dropdown-menu,
.mvd-modern-public > .main-nav.navbar li.dropdown:focus-within > .dropdown-menu {
  display: block;
}

.mvd-modern-public > .main-nav.navbar .dropdown-menu > li > a {
  background: transparent;
  border-radius: 5px;
  box-sizing: border-box;
  color: #dce7eb;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.32;
  min-height: 34px;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  width: 100%;
}

.mvd-modern-public > .main-nav.navbar .dropdown-menu > li > a:hover,
.mvd-modern-public > .main-nav.navbar .dropdown-menu > li > a:focus {
  background: #1f3038;
  color: #ffffff;
  text-decoration: none;
}

.mvd-modern-public .carousel {
  max-width: 1120px;
  margin: 0 auto;
}

.mvd-home-hero {
  --mvd-home-carousel-nav-height: 42px;
  --mvd-hero-action-min-width: 190px;
  --mvd-hero-label-min-height: 0px;
  --mvd-hero-title-min-height: 0px;
  background: #0d1317;
  color: #fff;
  height: 342px;
  overflow: hidden;
  position: relative;
}

.mvd-home-hero::after {
  background: linear-gradient(90deg, rgba(9, 15, 19, 0.86) 0%, rgba(9, 15, 19, 0.68) 36%, rgba(9, 15, 19, 0.16) 72%, rgba(9, 15, 19, 0.04) 100%);
  content: "";
  height: calc(100% - var(--mvd-home-carousel-nav-height));
  inset: 0 0 auto;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.mvd-home-carousel-track {
  display: flex;
  height: calc(100% - var(--mvd-home-carousel-nav-height));
  position: relative;
  transform: translateX(0);
  transition: transform 0.65s ease;
  width: 100%;
  z-index: 2;
}

.mvd-home-carousel-slide {
  flex: 0 0 100%;
  height: 100%;
  position: relative;
}

.mvd-home-hero-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.mvd-home-hero-inner {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 3;
}

.mvd-home-hero-copy {
  box-sizing: border-box;
  max-width: 540px;
  padding: 18px 0;
  width: 52%;
}

.mvd-home-hero-eyebrow {
  color: #73bed7;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0 0 10px;
  text-transform: none;
}

.mvd-home-hero-topline {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0 0 10px;
  min-height: 42px;
}

.mvd-home-hero-topline .mvd-home-hero-eyebrow {
  flex: 0 1 auto;
  margin: 0;
}

.mvd-home-hero-brandings {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 10px;
  max-width: min(520px, 52vw);
}

.mvd-home-hero-branding {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.32));
  flex: 0 1 auto;
  max-height: 40px;
  max-width: min(210px, 28vw);
  object-fit: contain;
  pointer-events: none;
}

.mvd-home-hero h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.18;
  margin: 0 0 6px;
  min-height: var(--mvd-hero-title-min-height);
  text-transform: uppercase;
}

.mvd-home-hero-label {
  color: #e6eef1;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 14px;
  max-width: 480px;
  min-height: var(--mvd-hero-label-min-height);
}

.mvd-home-hero-action {
  align-items: center;
  background: rgba(8, 124, 167, 0.12);
  border: 1px solid #73bed7;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  min-width: var(--mvd-hero-action-min-width);
  padding: 11px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, filter .16s ease, transform .16s ease;
}

.mvd-home-hero-action:hover,
.mvd-home-hero-action:focus {
  background: #087ca7;
  border-color: #087ca7;
  color: #fff;
  filter: brightness(1.08);
  transform: var(--mvd-raise-hover);
  text-decoration: none;
}

.mvd-home-carousel-control {
  align-items: center;
  background: rgba(13, 19, 23, 0.58);
  border: 1px solid rgba(115, 190, 215, 0.42);
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  height: 26px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  bottom: 8px;
  top: auto;
  transform: none;
  transition: background 0.15s ease, border-color 0.15s ease, filter 0.15s ease;
  width: 26px;
  z-index: 4;
}

.mvd-home-carousel-control:hover,
.mvd-home-carousel-control:focus {
  background: rgba(8, 124, 167, 0.8);
  border-color: #73bed7;
  filter: brightness(1.08);
}

.mvd-home-carousel-control:focus-visible {
  outline: 3px solid #b8e7f4;
  outline-offset: 3px;
}

.mvd-home-carousel-control.is-prev {
  left: 18px;
}

.mvd-home-carousel-control.is-next {
  right: 18px;
}

.mvd-home-carousel-dots {
  bottom: 17px;
  display: flex;
  gap: 9px;
  left: 50%;
  max-width: calc(100% - 132px);
  overflow-x: auto;
  position: absolute;
  scrollbar-width: none;
  transform: translateX(-50%);
  z-index: 4;
}

.mvd-home-carousel-dots::-webkit-scrollbar {
  display: none;
}

.mvd-home-carousel-dots button {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 24px;
}

.mvd-home-carousel-dots button::before {
  background: rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  content: "";
  height: 8px;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: background 0.15s ease, width 0.15s ease;
  width: 8px;
}

.mvd-home-carousel-dots button.is-active {
  width: 28px;
}

.mvd-home-carousel-dots button.is-active::before {
  background: #73bed7;
  width: 22px;
}

.mvd-modern-public .main-breadcrumb {
  background: #f3f6f8;
  border-bottom: 1px solid #e1e8ec;
}

.mvd-modern-public .wrap-main.wrap-main-breadcrumb {
  max-width: 1120px;
  width: calc(100% - 40px);
}

.mvd-modern-public .breadcrumb.breadcrumb-mvd,
.mvd-modern-public.page-left-sidebar-width .breadcrumb.breadcrumb-mvd,
.mvd-modern-public.page-right-sidebar-width .breadcrumb.breadcrumb-mvd {
  box-sizing: border-box;
  color: #516472;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 11px 0;
  width: 100%;
}

.mvd-modern-public .breadcrumb.breadcrumb-mvd > li {
  display: inline;
  list-style: none;
}

.mvd-modern-public .breadcrumb.breadcrumb-mvd > li + li::before {
  color: #7d8e99;
  content: ">";
  padding: 0 6px;
}

.mvd-modern-public .breadcrumb.breadcrumb-mvd .divider {
  display: none;
}

.mvd-modern-public .breadcrumb a {
  color: #536f7d;
}

.mvd-modern-public .main-content,
.mvd-modern-public .wrap-content {
  background: #f2f5f6;
}

.mvd-modern-public .main-content {
  padding: 28px 0 42px;
}

.mvd-modern-public .wrap-content {
  display: flex;
  gap: 28px;
  min-height: 520px;
  padding: 0;
}

.mvd-modern-public.page-full-width .wrap-content {
  display: block;
}

.mvd-modern-public .content {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  padding: 28px 30px;
  width: auto;
}

.mvd-modern-public.page-full-width .content {
  margin: 0 auto;
  max-width: 920px;
}

.mvd-modern-public .article-content {
  color: #263746;
  line-height: 1.55;
  text-align: left;
}

.mvd-modern-public .article-content h2 {
  color: #123f58;
  font-size: 29px;
  line-height: 1.26;
  margin: 0 0 7px;
  text-transform: none;
}

.mvd-modern-public .article-content h1 {
  color: #123f58;
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 20px;
  text-transform: none;
}

.mvd-modern-public .article-content h3 {
  color: #174f69;
  font-size: 21px;
  line-height: 1.35;
  margin: 30px 0 12px;
  text-transform: none;
}

.mvd-modern-public .article-content h5 {
  color: #60727d;
  font-size: 12px;
  margin: 0 0 12px;
}

.mvd-modern-public .article-content ul {
  margin-bottom: 18px;
}

.mvd-modern-public .sidebar {
  box-shadow: none;
  flex: 0 0 260px;
  margin-left: 0;
  position: static;
  width: 260px;
}

.mvd-modern-public .sidebar-widget-title {
  background: #f7fafb;
  border-bottom: 1px solid #e1e8ec;
}

.mvd-modern-public .sidebar-widget-content {
  border: 0;
  border-bottom: 1px solid #e1e8ec;
}

.mvd-modern-public .sidebar-widget-content:last-child {
  border-bottom: 0;
}

.mvd-modern-public .wrap-sidebar-widget {
  padding: 18px;
}

.mvd-modern-public .widget-title {
  color: #516472;
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 14px;
}

.mvd-modern-public .sidebar-widget-title .widget-title {
  margin: 0;
}

.mvd-modern-public .mvd-action {
  margin: 14px 0 0;
  text-align: center;
}

.mvd-modern-public .mvd-action-button {
  box-sizing: border-box;
  display: block;
  padding: 9px 10px;
  width: 100%;
}

