.mvd-home-page .wrap-content {
  align-items: flex-start;
  gap: 18px;
}

.mvd-home-page .sidebar {
  flex-basis: 238px;
  width: 238px;
}

.mvd-home-page .content {
  background: transparent;
  border: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
}

.mvd-home-page .mvd-home-heading {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  padding: 22px 24px;
}

.mvd-home-page .mvd-home-heading h1 {
  font-size: 27px;
}

.mvd-home-page .widget-home {
  box-shadow: 0 1px 2px rgba(15, 28, 34, 0.04);
  float: none;
  height: auto;
  margin: 0;
  min-height: 133px;
  overflow: hidden;
  position: relative;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
  width: auto;
}

.mvd-home-page .widget-home::before {
  background: #087ca7;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.16s ease;
}

.mvd-home-page .widget-home:hover {
  border-color: #b8d3dc;
  box-shadow: 0 7px 17px rgba(18, 43, 53, 0.08);
}

.mvd-home-page .widget-home:hover::before {
  opacity: 1;
}

.mvd-home-page .widget-home a {
  color: inherit;
  display: block;
  height: 100%;
}

.mvd-home-page .wrap-home-widget {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  gap: 13px;
  height: 100%;
  padding: 17px 14px;
}

.mvd-home-page .picto-home-widget {
  flex: 0 0 46px;
  float: none;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  width: 46px;
}

.mvd-home-page .content-home-widget {
  float: none;
  min-width: 0;
  width: auto;
}

.mvd-home-page .content-home-widget h4 {
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 7px;
  text-transform: none;
}

.mvd-home-page .content-home-widget p {
  color: #526774;
  font-size: 13px;
  line-height: 1.42;
  margin: 0 0 8px;
}

.mvd-home-page .read-more {
  float: none;
  font-size: 18px;
  margin: 0;
}

.mvd-home-page .sidebar .btn {
  box-sizing: border-box;
  display: block;
  line-height: 1.45;
  padding: 9px 10px;
  width: 100%;
}

.mvd-home-page .sidebar img {
  height: auto;
  max-width: 100%;
}

.mvd-section-kicker {
  color: #287492;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.mvd-home-page .mvd-home-modern .wrap-content {
  display: block;
}

.mvd-home-intro {
  align-items: flex-end;
  border-bottom: 1px solid #dfe7ec;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 0 30px;
  padding: 4px 0 28px;
}

.mvd-home-intro h1 {
  color: #122c3a;
  font-size: 28px;
  line-height: 1.18;
  margin: 0 0 12px;
  max-width: 700px;
  text-transform: none;
}

.mvd-home-intro p:not(.mvd-section-kicker) {
  color: #526774;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  max-width: 790px;
}

.mvd-home-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 210px;
}

.mvd-home-actions .btn {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

.mvd-btn-secondary {
  background: #ffffff;
  border: 1px solid #1f728c;
  color: #17627d;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, filter .16s ease, transform .16s ease;
}

.mvd-btn-secondary:hover,
.mvd-btn-secondary:focus {
  background: #edf5f7;
  border-color: #73bed7;
  color: #123f58;
  filter: brightness(1.08);
  transform: var(--mvd-raise-hover);
}

.mvd-section-heading {
  margin: 0 0 16px;
}

.mvd-section-heading h2 {
  color: #123f58;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  text-transform: none;
}

.mvd-home-rail {
  border-top: 1px solid #dfe7ec;
  margin: 0 0 34px;
  padding-top: 30px;
}

.mvd-home-rail-heading {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 0 18px;
}

.mvd-home-rail-heading h2,
.mvd-home-why-copy h2 {
  color: #122c3a;
  font-size: 28px;
  line-height: 1.22;
  margin: 0 0 8px;
  text-transform: none;
}

.mvd-home-rail-heading p:not(.mvd-section-kicker),
.mvd-home-why-copy p:not(.mvd-section-kicker) {
  color: #526774;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 760px;
}

.mvd-home-rail-heading > a,
.mvd-home-why-copy > a {
  border: 1px solid #1f728c;
  border-radius: 4px;
  color: #17627d;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 14px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, filter .16s ease, transform .16s ease;
  white-space: nowrap;
}

.mvd-home-calendar-rail .mvd-home-rail-heading > a {
  background: #087ca7;
  border-color: #087ca7;
  color: #ffffff;
}

.mvd-home-rail-heading > a:hover,
.mvd-home-rail-heading > a:focus,
.mvd-home-why-copy > a:hover,
.mvd-home-why-copy > a:focus {
  background: #edf5f7;
  color: #123f58;
  filter: brightness(1.06);
  text-decoration: none;
  transform: var(--mvd-raise-hover);
}

.mvd-home-rail-body,
.mvd-home-why-rail {
  --mvd-rail-button-gap: 0px;
  --mvd-rail-button-size: 0px;
  align-items: center;
  display: grid;
  gap: var(--mvd-rail-button-gap);
  grid-template-columns: var(--mvd-rail-button-size) minmax(0, 1fr) var(--mvd-rail-button-size);
}

.mvd-home-rail-body.is-scrollable,
.mvd-home-why-rail.is-scrollable {
  --mvd-rail-button-gap: 10px;
  --mvd-rail-button-size: 42px;
}

.mvd-home-rail-button {
  align-items: center;
  align-self: stretch;
  background: #102f3d;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 32px;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  overflow: hidden;
  padding: 0;
  transition: background .16s ease, filter .16s ease, opacity .16s ease, transform .16s ease;
  width: var(--mvd-rail-button-size);
}

.mvd-home-rail-button:hover,
.mvd-home-rail-button:focus {
  background: #2a8fae;
  filter: brightness(1.06);
  outline: 0;
  transform: var(--mvd-raise-hover);
}

.mvd-home-rail-button:disabled {
  cursor: default;
  filter: none;
  opacity: .25;
  transform: none;
}

.mvd-home-rail-body:not(.is-scrollable) .mvd-home-rail-button,
.mvd-home-why-rail:not(.is-scrollable) .mvd-home-rail-button {
  opacity: 0;
  pointer-events: none;
}

.mvd-home-rail-track {
  display: grid;
  gap: 14px;
  grid-auto-columns: minmax(250px, 31%);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 3px 2px 16px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.mvd-home-rail-track::-webkit-scrollbar,
.mvd-home-why-grid::-webkit-scrollbar {
  display: none;
}

.mvd-home-rail-track:focus,
.mvd-home-why-grid:focus {
  outline: 2px solid #2b7f9b;
  outline-offset: 3px;
}

.mvd-home-rail-card {
  box-shadow: 0 1px 2px rgba(15, 28, 34, .04);
  color: inherit;
  min-height: 168px;
  padding: 20px;
  scroll-snap-align: start;
  text-decoration: none;
}

.mvd-home-rail-card:hover,
.mvd-home-rail-card:focus {
  border-color: #a8c8d4;
  box-shadow: 0 12px 24px rgba(18, 43, 53, .1);
  color: inherit;
  text-decoration: none;
}

.mvd-home-card-kicker {
  color: #1f728c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.mvd-home-calendar-card h3,
.mvd-home-domain-card strong,
.mvd-home-why-grid h3 {
  color: #122c3a;
  display: block;
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 10px;
  text-transform: none;
}

.mvd-home-calendar-card h3 a {
  color: inherit;
}

.mvd-home-calendar-card p:not(.mvd-home-card-kicker),
.mvd-home-domain-card em,
.mvd-home-why-grid p {
  color: #526774;
  display: block;
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 14px;
}

.mvd-home-calendar-card > a {
  color: #17627d;
  font-size: 13px;
  font-weight: 800;
}

.mvd-home-domain-card {
  align-items: flex-start;
  border-top: 4px solid currentColor;
  display: flex;
  gap: 14px;
}

.mvd-home-domain-card img {
  flex: 0 0 auto;
  height: 48px;
  object-fit: contain;
  width: 52px;
}

.mvd-home-domain-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mvd-home-domain-tile {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #dce6eb;
  border-left: 4px solid currentColor;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(15, 28, 34, .04);
  color: #1f728c;
  display: grid;
  gap: 12px;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 132px;
  padding: 16px;
  text-decoration: none;
}

.mvd-home-domain-tile:hover,
.mvd-home-domain-tile:focus {
  border-color: #a8c8d4;
  box-shadow: 0 12px 24px rgba(18, 43, 53, .1);
  color: #1f728c;
  text-decoration: none;
}

.mvd-home-domain-tile img {
  background: #f2f7f9;
  border-radius: 4px;
  height: 44px;
  object-fit: contain;
  padding: 5px;
  width: 44px;
}

.mvd-home-domain-tile strong {
  color: #122c3a;
  display: block;
  font-size: 16px;
  line-height: 1.28;
  margin: 0 0 6px;
}

.mvd-home-domain-tile em {
  color: #526774;
  display: -webkit-box;
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mvd-home-why {
  background: #f3f7f8;
  border-top: 1px solid #dfe7ec;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 12px;
  padding: 34px;
}

.mvd-home-why-copy {
  align-items: end;
  align-self: stretch;
  display: grid;
  gap: 12px 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: none;
}

.mvd-home-why-copy .mvd-section-kicker,
.mvd-home-why-copy h2,
.mvd-home-why-copy p:not(.mvd-section-kicker) {
  grid-column: 1;
}

.mvd-home-why-copy p:not(.mvd-section-kicker) {
  margin-bottom: 20px;
  max-width: none;
}

.mvd-home-why-copy > a {
  grid-column: 2;
  grid-row: 3;
  align-self: start;
  justify-self: end;
}

.mvd-home-why-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  scrollbar-width: none;
}

.mvd-home-why .mvd-home-why-rail,
.mvd-home-why .mvd-home-why-rail.is-scrollable {
  --mvd-rail-button-gap: 0px;
  --mvd-rail-button-size: 0px;
  display: block;
}

.mvd-home-why .mvd-home-rail-button {
  display: none;
}

.mvd-home-why-grid article,
.mvd-home-why-card {
  min-height: 190px;
  padding: 20px;
}

.mvd-home-why-card {
  border: 1px solid var(--mvd-border);
  border-radius: var(--mvd-radius-card);
  box-sizing: border-box;
  color: inherit;
  display: block;
  position: relative;
  transition: border-color .16s ease, box-shadow .16s ease, filter .16s ease, transform .16s ease;
}

.mvd-home-why-card-main {
  color: inherit;
  display: block;
}

.mvd-home-why-card-link {
  cursor: pointer;
  text-decoration: none;
}

.mvd-home-why-card-link::after {
  color: #73bed7;
  content: ">";
  font-size: 20px;
  font-weight: 800;
  opacity: .72;
  position: absolute;
  right: 16px;
  top: 15px;
  transform: translateX(0);
  transition: opacity .16s ease, transform .16s ease;
}

.mvd-home-why-card-link:hover,
.mvd-home-why-card-link:focus {
  color: inherit;
  text-decoration: none;
}

.mvd-home-why-card-link:hover::after,
.mvd-home-why-card-link:focus::after {
  opacity: 1;
  transform: translateX(3px);
}

.mvd-home-why-trainer {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mvd-home-why-trainer .mvd-home-why-card-main::after {
  content: none;
}

.mvd-home-why-trainer::after {
  color: #73bed7;
  content: ">";
  font-size: 20px;
  font-weight: 800;
  opacity: .72;
  position: absolute;
  right: 16px;
  top: 15px;
  transform: translateX(0);
  transition: opacity .16s ease, transform .16s ease;
}

.mvd-home-why-trainer:hover::after,
.mvd-home-why-trainer:focus-within::after {
  opacity: 1;
  transform: translateX(3px);
}

.mvd-home-linkedin-link {
  align-items: center;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(143, 213, 239, 0.5);
  border-radius: 4px;
  color: #123f58;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  line-height: 1;
  margin-top: auto;
  padding: 7px 9px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .16s ease, border-color .16s ease, color .16s ease, filter .16s ease, transform .16s ease;
}

.mvd-home-linkedin-link:hover,
.mvd-home-linkedin-link:focus {
  background: #ffffff;
  border-color: #73bed7;
  color: #087ca7;
  filter: brightness(1.06);
  text-decoration: none;
  transform: var(--mvd-raise-hover);
}

.mvd-home-linkedin-link img {
  display: block;
  height: 20px;
  margin: 0;
  object-fit: contain;
  width: 20px;
}

.mvd-home-why-grid img {
  display: block;
  height: auto;
  margin: 0 0 14px;
  max-height: 58px;
  max-width: 160px;
}

.mvd-home-why-metric strong {
  color: #102f3d;
  display: block;
  font-size: 46px;
  line-height: 1;
  margin: 0 0 14px;
}

.mvd-home-quality-year > div {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 8px 0 14px;
}

.mvd-home-quality-rotator {
  min-height: 102px;
  overflow: hidden;
  position: relative;
}

.mvd-home-quality-year {
  opacity: 0;
  transform: translateY(16px);
}

.mvd-home-quality-year:not(:first-child) {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mvd-home-quality-year:first-child:last-child,
.mvd-home-quality-year.is-active {
  opacity: 1;
  transform: translateY(0);
}

.mvd-home-quality-year:nth-child(1):nth-last-child(n+2) {
  animation: mvd-quality-rotate-1 12s infinite;
}

.mvd-home-quality-year:nth-child(2) {
  animation: mvd-quality-rotate-2 12s infinite;
}

.mvd-home-quality-year:nth-child(3) {
  animation: mvd-quality-rotate-3 12s infinite;
}

@keyframes mvd-quality-rotate-1 {
  0%, 25% { opacity: 1; transform: translateY(0); }
  31%, 88% { opacity: 0; transform: translateY(-18px); }
  89% { opacity: 0; transform: translateY(18px); }
  97%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes mvd-quality-rotate-2 {
  0%, 30% { opacity: 0; transform: translateY(18px); }
  36%, 58% { opacity: 1; transform: translateY(0); }
  64%, 100% { opacity: 0; transform: translateY(-18px); }
}

@keyframes mvd-quality-rotate-3 {
  0%, 63% { opacity: 0; transform: translateY(18px); }
  69%, 88% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(-18px); }
}

@media (prefers-reduced-motion: reduce) {
  .mvd-home-quality-year {
    animation: none !important;
  }

  .mvd-home-quality-year:not(:first-child) {
    display: none;
  }
}

.mvd-home-why-metric-pair span {
  border-left: 3px solid #6ea8be;
  display: block;
  min-width: 0;
  padding-left: 8px;
}

.mvd-home-why-metric-pair strong {
  font-size: clamp(24px, 2.2vw, 30px);
  margin-bottom: 6px;
  white-space: nowrap;
}

.mvd-home-why-metric-pair em {
  color: #526774;
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.mvd-home-side {
  display: grid;
  gap: 18px;
}

.mvd-home-page {
  background: #152027;
}

.mvd-home-page .main-content {
  background:
    radial-gradient(circle at 20% 0%, rgba(8, 124, 167, 0.14), transparent 34%),
    linear-gradient(180deg, #17232a 0%, #1d2a31 44%, #152027 100%);
  color: #dfe9ed;
}

.mvd-home-page .wrap-content {
  background: transparent;
}

.mvd-home-page .mvd-home-modern .wrap-content {
  padding-top: 24px;
}

.mvd-home-page .mvd-home-primary-panel {
  background:
    linear-gradient(135deg, rgba(22, 33, 40, 0.99), rgba(16, 25, 31, 0.99));
  border: 1px solid rgba(115, 190, 215, 0.24);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 38px rgba(0, 0, 0, 0.22);
  margin-bottom: 28px;
  padding: 28px;
}

.mvd-home-page .mvd-section-kicker {
  color: #73bed7;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.mvd-home-page .mvd-home-intro {
  border-bottom: 3px solid rgba(143, 206, 232, 0.62);
  gap: 18px;
  margin-bottom: 26px;
  padding: 0 0 24px;
}

.mvd-home-page .mvd-home-intro h1,
.mvd-home-page .mvd-home-rail-heading h2,
.mvd-home-page .mvd-home-why-copy h2,
.mvd-home-page .mvd-home-calendar-card h3,
.mvd-home-page .mvd-home-calendar-card h3 a,
.mvd-home-page .mvd-home-why-grid h3 {
  color: #f5f9fb;
}

.mvd-home-page .mvd-home-intro p:not(.mvd-section-kicker),
.mvd-home-page .mvd-home-rail-heading p:not(.mvd-section-kicker),
.mvd-home-page .mvd-home-why-copy p:not(.mvd-section-kicker),
.mvd-home-page .mvd-home-calendar-card p:not(.mvd-home-card-kicker),
.mvd-home-page .mvd-home-why-grid p {
  color: #d0dde3;
}

.mvd-home-page .mvd-home-intro p:not(.mvd-section-kicker) {
  font-size: 16px;
  line-height: 1.62;
  max-width: 720px;
}

.mvd-home-page .mvd-home-rail-heading p:not(.mvd-section-kicker),
.mvd-home-page .mvd-home-why-copy p:not(.mvd-section-kicker) {
  font-size: 16px;
}

.mvd-home-page .mvd-home-calendar-card p:not(.mvd-home-card-kicker),
.mvd-home-page .mvd-home-why-grid p {
  color: #c3d1d8;
}

.mvd-home-page .mvd-home-hero-action,
.mvd-home-page .mvd-home-actions .btn,
.mvd-home-page .mvd-home-rail-heading > a,
.mvd-home-page .mvd-home-why-copy > a {
  background: #087ca7;
  border: 1px solid #087ca7;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  padding: 11px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, filter 0.16s ease, transform 0.16s ease;
}

.mvd-home-page .mvd-home-hero-action:hover,
.mvd-home-page .mvd-home-hero-action:focus,
.mvd-home-page .mvd-home-actions .btn:hover,
.mvd-home-page .mvd-home-actions .btn:focus,
.mvd-home-page .mvd-home-rail-heading > a:hover,
.mvd-home-page .mvd-home-rail-heading > a:focus,
.mvd-home-page .mvd-home-why-copy > a:hover,
.mvd-home-page .mvd-home-why-copy > a:focus {
  background: #1592be;
  border-color: #1592be;
  color: #ffffff;
  filter: brightness(1.08);
  transform: var(--mvd-raise-hover);
  text-decoration: none;
}

.mvd-home-page .mvd-home-calendar-card > a {
  background: rgba(115, 190, 215, 0.08);
  border: 1px solid rgba(115, 190, 215, 0.64);
  border-radius: 4px;
  box-sizing: border-box;
  color: #eef8fb;
  font-size: 13px;
  font-weight: 800;
  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;
  width: 100%;
}

.mvd-home-page .mvd-home-calendar-card > a:hover,
.mvd-home-page .mvd-home-calendar-card > a:focus {
  background: rgba(115, 190, 215, 0.18);
  border-color: #73bed7;
  color: #ffffff;
  filter: brightness(1.08);
  transform: var(--mvd-raise-hover);
  text-decoration: none;
}

.mvd-home-page .mvd-home-calendar-rail .mvd-home-rail-heading > a {
  background: #087ca7;
  border-color: #087ca7;
  color: #ffffff;
}

.mvd-home-page .mvd-home-calendar-rail .mvd-home-rail-heading > a:hover,
.mvd-home-page .mvd-home-calendar-rail .mvd-home-rail-heading > a:focus {
  background: #1592be;
  border-color: #1592be;
}

.mvd-home-page .mvd-home-rail {
  margin-bottom: 28px;
  padding-top: 24px;
}

.mvd-home-page .mvd-home-primary-panel .mvd-home-rail {
  border-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.mvd-home-page .mvd-home-rail-card,
.mvd-home-page .mvd-home-why-grid article,
.mvd-home-page .mvd-home-why-card {
  background: rgba(35, 50, 59, 0.94);
  border-color: rgba(152, 176, 188, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  color: #dfe9ed;
}

.mvd-home-page .mvd-home-rail-card {
  min-height: 146px;
  padding: 17px;
}

.mvd-home-page .mvd-home-card-kicker {
  margin-bottom: 9px;
}

.mvd-home-page .mvd-home-calendar-card h3 {
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.28;
  min-height: 41px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mvd-home-page .mvd-home-calendar-card p:not(.mvd-home-card-kicker) {
  margin-bottom: 12px;
}

.mvd-home-page .mvd-home-rail-card:hover,
.mvd-home-page .mvd-home-rail-card:focus {
  background: rgba(50, 72, 84, 0.98);
  border-color: rgba(115, 190, 215, 0.64);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
}

.mvd-home-page .mvd-home-card-kicker {
  color: #8fd6ff;
}

.mvd-home-page .mvd-home-rail-button {
  background: rgba(115, 190, 215, 0.12);
  border: 1px solid rgba(115, 190, 215, 0.45);
}

.mvd-home-page .mvd-home-rail-button:hover,
.mvd-home-page .mvd-home-rail-button:focus {
  background: #087ca7;
}

.mvd-home-page .mvd-home-why {
  background: transparent;
  border: 0;
  border-top: 3px solid rgba(143, 206, 232, 0.62);
  border-radius: 0;
  box-shadow: none;
  gap: 24px;
  margin-top: 28px;
  padding: 28px 0 0;
}

.mvd-home-page .mvd-home-why-grid article,
.mvd-home-page .mvd-home-why-card {
  background: rgba(42, 58, 67, 0.92);
  border-color: rgba(152, 176, 188, 0.34);
  min-height: 170px;
  padding: 18px;
}

.mvd-home-page .mvd-home-why-card-link:hover,
.mvd-home-page .mvd-home-why-card-link:focus,
.mvd-home-page .mvd-home-why-trainer:hover,
.mvd-home-page .mvd-home-why-trainer:focus-within {
  background: rgba(50, 72, 84, 0.98);
  border-color: rgba(115, 190, 215, 0.82);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.31);
  filter: brightness(1.04);
  transform: var(--mvd-raise-hover);
}

.mvd-home-page .mvd-home-why-trainer .mvd-home-why-card-link:hover,
.mvd-home-page .mvd-home-why-trainer .mvd-home-why-card-link:focus {
  background: transparent;
  box-shadow: none;
  filter: none;
}

.mvd-home-page .mvd-home-why-grid img {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

.mvd-home-page .mvd-home-linkedin-link img {
  filter: none;
  height: 20px;
  margin: 0;
  max-height: 20px;
  max-width: 20px;
  width: 20px;
}

.mvd-home-page .mvd-home-why-qualiopi img {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  margin: 0 0 14px;
  max-height: 92px;
  max-width: min(250px, 94%);
  object-fit: contain;
  padding: 0;
  width: min(250px, 94%);
}

.mvd-home-page .mvd-home-why-qualiopi strong {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 2px;
  text-transform: uppercase;
}

.mvd-home-page .mvd-home-why-metric strong,
.mvd-home-page .mvd-home-why-metric-pair strong {
  color: #ffffff;
}

.mvd-home-page .mvd-home-why-metric-pair span {
  border-left-color: #73bed7;
}

.mvd-home-page .mvd-home-why-metric-pair em {
  color: #9fb3bd;
}

.mvd-home-page .mvd-home-rail-track:focus,
.mvd-home-page .mvd-home-why-grid:focus {
  outline-color: #73bed7;
}

